aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTIONS
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2017-10-18 03:44:27 +0000
committerCy Schubert <cy@FreeBSD.org>2017-10-18 03:44:27 +0000
commit256810032c472505440606bd9c1c4f7dbf06b0a2 (patch)
treed019f4f1ae29b86cbd3e9e74f832689976a267cf /CONTRIBUTIONS
parentb834757ea3bcd1bba3381ff7cab216458d8f7efb (diff)
downloadsrc-256810032c472505440606bd9c1c4f7dbf06b0a2.tar.gz
src-256810032c472505440606bd9c1c4f7dbf06b0a2.zip
Import wpa_supplicant/hostapd 2.6.vendor/wpa/2.6
Notes
Notes: svn path=/vendor/wpa/dist/; revision=324714 svn path=/vendor/wpa/2.6/; revision=324715; tag=vendor/wpa/2.6
Diffstat (limited to 'CONTRIBUTIONS')
-rw-r--r--CONTRIBUTIONS30
1 files changed, 29 insertions, 1 deletions
diff --git a/CONTRIBUTIONS b/CONTRIBUTIONS
index ca09bae6e15d..76600bc87280 100644
--- a/CONTRIBUTIONS
+++ b/CONTRIBUTIONS
@@ -29,6 +29,34 @@ using your real name. Pseudonyms or anonymous contributions cannot
unfortunately be accepted.
+The preferred method of submitting the contribution to the project is by
+email to the hostap mailing list:
+hostap@lists.infradead.org
+Note that the list may require subscription before accepting message
+without moderation. You can subscribe to the list at this address:
+http://lists.infradead.org/mailman/listinfo/hostap
+
+The message should contain an inlined patch against the current
+development branch (i.e., the master branch of
+git://w1.fi/hostap.git). Please make sure the software you use for
+sending the patch does not corrupt whitespace. If that cannot be fixed
+for some reason, it is better to include an attached version of the
+patch file than just send a whitespace damaged version in the message
+body.
+
+The patches should be separate logical changes rather than doing
+everything in a single patch. In other words, please keep cleanup, new
+features, and bug fixes all in their own patches. Each patch needs a
+commit log that describes the changes (what the changes fix, what
+functionality is added, why the changes are useful, etc.).
+
+Please try to follow the coding style used in the project.
+
+In general, the best way of generating a suitable formatted patch file
+is by committing the changes to a cloned git repository and using git
+format-patch. The patch can then be sent, e.g., with git send-email.
+
+
History of license and contributions terms
------------------------------------------
@@ -112,7 +140,7 @@ The license terms used for hostap.git files
Modified BSD license (no advertisement clause):
-Copyright (c) 2002-2015, Jouni Malinen <j@w1.fi> and contributors
+Copyright (c) 2002-2016, Jouni Malinen <j@w1.fi> and contributors
All Rights Reserved.
Redistribution and use in source and binary forms, with or without