Gentoo Archives: gentoo-dev

From: Matthias Maier <tamiko@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Are "Copyright 1999-20xx Gentoo Foundation" headers bogus?
Date: Mon, 24 Oct 2016 23:49:36
Message-Id: 87wpgx71fh.fsf@kestrel.kyomu.43-1.org
In Reply to: Re: [gentoo-dev] Are "Copyright 1999-20xx Gentoo Foundation" headers bogus? by Rich Freeman
1 > Well, depending on how this is done the main harm is in administrative
2 > overhead, unless this is automated, or we use a simplistic approach of
3 > just continuing to append names.
4
5 The pragmatic approach would be to remove the policy and associated
6 repoman warning and allow contributors to use an alternative copyright
7 line instead. We could provide a "I don't care" skeleton of the form:
8
9 # Copyright 1999-2016 Gentoo developers and contributors
10 # Distributed under the terms of the GNU General Public License v2
11 # Author(s): John Doe <johndoe@g.o>, ...
12
13 (with, or without the Author(s) line)
14
15 A modified repoman check could enforce a layout of the form
16
17 # Copyright XXXX-XXXX [...]
18 # Distributed under the terms of the GNU General Public License v2
19 [# Author(s): [...]]
20
21
22 We don't have to modify all existing ebuilds to do that. Alternatively,
23 we can simply change all headers to
24
25 # Copyright 1999-2016 Gentoo developers and contributors
26
27 (if the Gentoo Foundation is OK with the few ebuilds were it holds a
28 copyright ^^).
29
30
31 Best,
32 Matthias