From patchwork Fri Jan 24 22:21:04 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: 3536331 Return-Path: X-Original-To: patchwork-linux-wireless@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 6ADD5C02DC for ; Fri, 24 Jan 2014 22:21:20 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id B4C9E20161 for ; Fri, 24 Jan 2014 22:21:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id BA0AC20154 for ; Fri, 24 Jan 2014 22:21:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752171AbaAXWVM (ORCPT ); Fri, 24 Jan 2014 17:21:12 -0500 Received: from mail-pd0-f169.google.com ([209.85.192.169]:43247 "EHLO mail-pd0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751674AbaAXWVL (ORCPT ); Fri, 24 Jan 2014 17:21:11 -0500 Received: by mail-pd0-f169.google.com with SMTP id v10so3622776pde.0 for ; Fri, 24 Jan 2014 14:21:11 -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=kCxeMdYwggJSwla7Pa8WMOtPtTAweiU8FKJfyZthlxE=; b=C1XeaU8nqje4PRbf3W2AawzIMByLat/ocvfWkIxbEei23im6G0B7Fh+EEDcl5HeM+k epJAwgmYKaukLF6+0W2i1nH2EbTr1XFojdK3/8aBvTJ+iDMUq9kHJpxvv80xAupjkidm Jttnz3DfgSru9QICcxiVqYhyb4KEbQCQLdPTv8ObAZLjbMpXBgeuxekQUkfYRxFL+QbH 8S2M/nTkC2bkLetwqw8ZdHAssDivUDtuO7dHtin2IcenzJEn2A4QCoRckHZgLSJZWNkF OWoUfyd1YNR/MpdoJsG+fBvGbb7ee1GsxLViMkoSD37O4ZNxC3rZYyNPNBMPknLihL2v MJ4w== X-Received: by 10.66.129.133 with SMTP id nw5mr16548901pab.98.1390602071411; Fri, 24 Jan 2014 14:21:11 -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 ns7sm6474093pbc.32.2014.01.24.14.21.08 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Fri, 24 Jan 2014 14:21:10 -0800 (PST) Received: by mcgrof@gmail.com (sSMTP sendmail emulation); Fri, 24 Jan 2014 14:21:06 -0800 From: "Luis R. Rodriguez" To: linux-wireless@vger.kernel.org Cc: "Luis R. Rodriguez" Subject: [PATCH] crda: document contribution process using the DCO Date: Fri, 24 Jan 2014 14:21:04 -0800 Message-Id: <1390602064-26043-1-git-send-email-mcgrof@do-not-panic.com> X-Mailer: git-send-email 1.8.5.2 Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org X-Spam-Status: No, score=-7.4 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD,T_DKIM_INVALID,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 This documents the contribution process for CRDA, which makes use of the Developer Certificate of Origin: http://developercertificate.org/ 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.