From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A23F1138334 for ; Sun, 10 Jun 2018 18:43:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6A79E0961; Sun, 10 Jun 2018 18:42:58 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7F797E0961 for ; Sun, 10 Jun 2018 18:42:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B0991335C71 for ; Sun, 10 Jun 2018 18:42:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D306F2C3 for ; Sun, 10 Jun 2018 18:42:54 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1528656127.bb756839bbd403059f6faeceaa114346d2a840d7.ulm@gentoo> Subject: [gentoo-commits] data/glep:master commit in: / X-VCS-Repository: data/glep X-VCS-Files: glep-0076.rst X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: bb756839bbd403059f6faeceaa114346d2a840d7 X-VCS-Branch: master Date: Sun, 10 Jun 2018 18:42:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7336fc60-7807-4815-813f-31d19e00fb4a X-Archives-Hash: 82c7a39c497af5ca3058a8a66d03a487 commit: bb756839bbd403059f6faeceaa114346d2a840d7 Author: Ulrich Müller gentoo org> AuthorDate: Thu Feb 1 21:55:58 2018 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Jun 10 18:42:07 2018 +0000 URL: https://gitweb.gentoo.org/data/glep.git/commit/?id=bb756839 glep-0076: Revise copyright attribution section. As proposed by rich0 in https://bugs.gentoo.org/642072#c4, and some modifications as discussed in #gentoo-council today. glep-0076.rst | 30 +++++++++--------------------- 1 file changed, 9 insertions(+), 21 deletions(-) diff --git a/glep-0076.rst b/glep-0076.rst index a7d64fb..b15389b 100644 --- a/glep-0076.rst +++ b/glep-0076.rst @@ -8,7 +8,7 @@ Type: Informational Status: Draft Version: 1 Created: 2013-04-23 -Last-Modified: 2018-01-28 +Last-Modified: 2018-02-01 Post-History: Content-Type: text/x-rst --- @@ -125,27 +125,15 @@ Copyright Attribution All files hosted by Gentoo must contain an appropriate copyright notice, as defined by this policy. -A proper copyright notice appears near the top of the file, and reads, -``Copyright YEAR LARGEST-CONTRIBUTOR and others (see below).`` +A proper copyright notice appears near the top of the file, and reads:: + + Copyright YEARS LARGEST-CONTRIBUTOR [OTHER-CONTRIBUTORS] and others + The largest contributor is whatever entity owns copyright to some -portion of the largest number of lines in the file. The ``and others -(see below)`` text may be omitted if the largest contributor holds -copyright to the entire file. - -If there are other copyright holders, then somewhere in the file the -full list of copyright holders must be listed, or a reference to a -list in another file stored in a Gentoo repository. - -No file may be committed to a Gentoo repository unless at least 60% of -the lines in the file are accounted for in the list of copyright -holders. Any content already in a Gentoo repository as of DATE shall -count towards the 60% rule even if not attributed. Note that 60% is -the minimum required for compliance with this policy - all -contributors are strongly encouraged to strive for 100% attribution. - -It is the responsibility of anyone making a commit to update the -contributor list for any additions made to the repository. Committers -are not required to double-check content already in the repository. +portion of the largest number of lines in the file. Additional +contributors can be listed, but this is neither required nor +recommended. The "and others" text may be omitted if the explicitly +listed contributors hold copyright to the entire file. Anyone finding a file out of compliance should log a bug against the associated project/package providing as much information as possible.