From patchwork Fri Jan 24 22:46:33 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: 3536571 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 E8BCB9F377 for ; Fri, 24 Jan 2014 22:48:00 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 0C7AF2012F for ; Fri, 24 Jan 2014 22:48:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 39B9A2012E for ; Fri, 24 Jan 2014 22:47:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753115AbaAXWra (ORCPT ); Fri, 24 Jan 2014 17:47:30 -0500 Received: from mail-pb0-f46.google.com ([209.85.160.46]:46847 "EHLO mail-pb0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753084AbaAXWr3 (ORCPT ); Fri, 24 Jan 2014 17:47:29 -0500 Received: by mail-pb0-f46.google.com with SMTP id um1so3724135pbc.5 for ; Fri, 24 Jan 2014 14:47:28 -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:in-reply-to:references; bh=iby4SRX0tO4iN9qBOSkMxnNQ4pSJ+Y07YW8iScfKO80=; b=MWXe6Zuhs21Fm/cTMb6jVRvkPH5i/Dh0Lk2Q/V9fZXlW4xaoqmzlzDe05U6wDclRiT OCb2/pT5KbG4Wid5gObAlrPywuH5HZnokLg6ZENBDleAfbxN1sjBU6jzESa/Hxmid8di D8LMKMC4tENneX54BcgFfnE1oWwVSuG8mt2eoQPscjf33Z9iP+h4cx5eTtj3vilHfRkn 5ermHxfHtWANOFsVzf6nuSeZQbXHmQBmBKukq0ytxaGuIyFX6FLvYU2iw6MvYIZK0hVg umvPsFmQnKc4IYlRwT75elQ5RV4EaOgg9RZgIhn/GlSNfVVO5WCMi8+NGaxMeqRVDsCY j00w== X-Received: by 10.66.150.69 with SMTP id ug5mr16790592pab.55.1390603648705; Fri, 24 Jan 2014 14:47:28 -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 pe3sm6619467pbc.23.2014.01.24.14.47.25 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Fri, 24 Jan 2014 14:47:27 -0800 (PST) Received: by mcgrof@gmail.com (sSMTP sendmail emulation); Fri, 24 Jan 2014 14:47:24 -0800 From: "Luis R. Rodriguez" To: linux-wireless@vger.kernel.org Cc: "Luis R. Rodriguez" , "W. Trevor King" , linux-kernel@vger.kernel.org Subject: [PATCH 11/11] rel-html: update documentation on contribution process using the DCO Date: Fri, 24 Jan 2014 14:46:33 -0800 Message-Id: <1390603593-27728-12-git-send-email-mcgrof@do-not-panic.com> X-Mailer: git-send-email 1.8.5.2 In-Reply-To: <1390603593-27728-1-git-send-email-mcgrof@do-not-panic.com> References: <1390603593-27728-1-git-send-email-mcgrof@do-not-panic.com> 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=unavailable 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 The DCO conversation is over and we no longer have to rely on some questionable URL / project / etc. After discussions with folks from the Linux Foundation we now have a reasonable document and home page for the DCO as a project in itself, any project can embrace this DCO. The shiny new DCO project page: http://developercertificate.org/ Cc: W. Trevor King Cc: linux-kernel@vger.kernel.org Signed-off-by: Luis R. Rodriguez --- CONTRIBUTING | 54 ++++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 48 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING b/CONTRIBUTING index 194038e..f288959 100644 --- a/CONTRIBUTING +++ b/CONTRIBUTING @@ -1,7 +1,49 @@ -This project tracks patch provenance and licensing using the Developer -Certificate of Origin and Signed-off-by tags initially developed by -the Linux kernel project. Because the documentation for this -procedure is licensed under the GPLv2, we have chosen not to include -it in our project directly. Instead, please see: - http://git.tremily.us/?p=signed-off-by.git;a=blob;f=Documentation/SubmittingPatches;h=34055986ab836553896f091225448c448a4cc62c;hb=refs/heads/signed-off-by +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.