From patchwork Fri Mar 7 22:28:50 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Luis R. Rodriguez" X-Patchwork-Id: 3794981 Return-Path: X-Original-To: patchwork-linux-wireless@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 7BCA09F369 for ; Fri, 7 Mar 2014 22:29:02 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 81BB720304 for ; Fri, 7 Mar 2014 22:29:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 796D520265 for ; Fri, 7 Mar 2014 22:29:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753952AbaCGW25 (ORCPT ); Fri, 7 Mar 2014 17:28:57 -0500 Received: from mail-pa0-f47.google.com ([209.85.220.47]:62202 "EHLO mail-pa0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753288AbaCGW24 (ORCPT ); Fri, 7 Mar 2014 17:28:56 -0500 Received: by mail-pa0-f47.google.com with SMTP id lj1so4724528pab.6 for ; Fri, 07 Mar 2014 14:28:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id; bh=2dJ9cLMUApk2ve0VgnyBILuuUl8eTNtOrr2GKpQDtAs=; b=P0jrjgXs31UwnyOG5XWpJGe6h47+GI4vdQOKnBRMNS3gDCjQ74aE3+vmuPqpQLGtca LkdG48LzIehQhsNhGJM061t+/1GiY/e4PhqtyE/49Cz0h7WR6d1GwWAOVLQjNbsZ+bae oHKhW3u1Zs1CsXsBSty8OmYHBxpv2WoqViNt++NL4elkF3RsM9m5TggFNheK4LG4n4J4 dvv0Le7sovZCDpB59XMB+gAkkWC8K6SBn+cJLuwsWZJY/nS7eV1Z24leGGZTdeIN7jPv IogT0xyjpMPzUEa76wRe6MUN46C5ekm8l8OEs57m4t3hW+cpWuvYnJ7gqoXaRgdBL9Jj ijGg== X-Received: by 10.66.150.69 with SMTP id ug5mr24811321pab.55.1394231336205; Fri, 07 Mar 2014 14:28:56 -0800 (PST) Received: from mcgrof@gmail.com (c-24-7-61-223.hsd1.ca.comcast.net. [24.7.61.223]) by mx.google.com with ESMTPSA id vx10sm14620562pac.17.2014.03.07.14.28.53 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Fri, 07 Mar 2014 14:28:54 -0800 (PST) Received: by mcgrof@gmail.com (sSMTP sendmail emulation); Fri, 07 Mar 2014 14:28:51 -0800 From: "Luis R. Rodriguez" To: johannes@sipsolutions.net Cc: linux-wireless@vger.kernel.org, "Luis R. Rodriguez" Subject: [PATCH] iw: embrace the Developer Certificate of Origin for contributions Date: Fri, 7 Mar 2014 14:28:50 -0800 Message-Id: <1394231330-4215-1-git-send-email-mcgrof@do-not-panic.com> X-Mailer: git-send-email 1.8.5.3 Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org X-Spam-Status: No, score=-6.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID,T_RP_MATCHES_RCVD,UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: "Luis R. Rodriguez" 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. [0] http://developercertificate.org/ [1] http://www.do-not-panic.com/2014/02/developer-certificate-of-origin.html Signed-off-by: Luis R. Rodriguez --- CONTRIBUTING | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 CONTRIBUTING diff --git a/CONTRIBUTING b/CONTRIBUTING new file mode 100644 index 0000000..f288959 --- /dev/null +++ b/CONTRIBUTING @@ -0,0 +1,49 @@ + +This project embraces the Developer Certificate of Origin (DCO) for +contributions. This means you must agree to the following prior to submitting +patches, if you agree with this developer certificate you acknowledge this by +adding a Signed-off-by tag to your patch commit log. Every submitted patch +must have this. + +The source for the DCO: + +http://developercertificate.org/ + +----------------------------------------------------------------------- + +Developer Certificate of Origin +Version 1.1 + +Copyright (C) 2004, 2006 The Linux Foundation and its contributors. +660 York Street, Suite 102, +San Francisco, CA 94110 USA + +Everyone is permitted to copy and distribute verbatim copies of this +license document, but changing it is not allowed. + + +Developer's Certificate of Origin 1.1 + +By making a contribution to this project, I certify that: + +(a) The contribution was created in whole or in part by me and I + have the right to submit it under the open source license + indicated in the file; or + +(b) The contribution is based upon previous work that, to the best + of my knowledge, is covered under an appropriate open source + license and I have the right under that license to submit that + work with modifications, whether created in whole or in part + by me, under the same open source license (unless I am + permitted to submit under a different license), as indicated + in the file; or + +(c) The contribution was provided directly to me by some other + person who certified (a), (b) or (c) and I have not modified + it. + +(d) I understand and agree that this project and the contribution + are public and that a record of the contribution (including all + personal information I submit with it, including my sign-off) is + maintained indefinitely and may be redistributed consistent with + this project or the open source license(s) involved.