]> git.ipfire.org Git - thirdparty/iw.git/commit
iw: embrace the Developer Certificate of Origin for contributions
authorLuis R. Rodriguez <mcgrof@suse.com>
Fri, 7 Mar 2014 22:28:50 +0000 (14:28 -0800)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 28 Mar 2014 08:56:54 +0000 (09:56 +0100)
commit7d375e1b7502995703fb3c1729ed4f746d169751
tree735f76039954e287aa65823b59921f09fabfaf1c
parentc993e6e7d58f542a3f3a4fd744578fab15e305bd
iw: embrace the Developer Certificate of Origin for contributions

The Linux kernel started to embrace a light weight development contribution
agreement process called the Developer Certificate of Origin (DCO) circa
2004. Attorneys all over the planet have conferred a lot of respect and
appreciation for this document and it provides a light weight alternative to
cumbersome and controversial Contribution License Agreements (CLAs).

Similar to streamlining FOSS licenses we also all stand to gain from
streamlining a light weight contribution agreement process for development
and in light of this the the Linux Foundation recently has made the DCO a
standalone project [0] so that any FOSS project under any FOSS license can
take advantage of the same gains. The motivation and intent is documented
only currently on my blog post [1].

Lets take advantage of the new shiny DCO and embrace it for contributions.

NOTE: Contributions before this commit that still included a Signed-off-by
      line (presumably out of habit of typing -s with git commands) aren't
      necessarily covered by this agreement.

[0] http://developercertificate.org/
[1] http://www.do-not-panic.com/2014/02/developer-certificate-of-origin.html

Signed-off-by: Luis R. Rodriguez <mcgrof@suse.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
CONTRIBUTING [new file with mode: 0644]