Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: general-concepts/licenses/
Date: Wed, 06 May 2020 14:29:12
Message-Id: 1588774925.154ec2ccfa56445a518c2736851fd1573ecbec2a.ulm@gentoo
1 commit: 154ec2ccfa56445a518c2736851fd1573ecbec2a
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 7 07:59:27 2020 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Wed May 6 14:22:05 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=154ec2cc
7
8 general-concepts/licenses: Mention the SPDX list and its caveats.
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 general-concepts/licenses/text.xml | 9 +++++++++
13 1 file changed, 9 insertions(+)
14
15 diff --git a/general-concepts/licenses/text.xml b/general-concepts/licenses/text.xml
16 index 24c9f02..9e3bb6d 100644
17 --- a/general-concepts/licenses/text.xml
18 +++ b/general-concepts/licenses/text.xml
19 @@ -239,6 +239,15 @@ only do so if the license could be considered 'questionable' or if
20 you are unsure as to the meaning of any part of it.
21 </p>
22
23 +<p>
24 +When adding a new license, it should be checked whether there is an established
25 +name in the <uri link="https://spdx.org/licenses/">SPDX license list</uri>.
26 +However, Gentoo does not consider the Software Package Data Exchange to be an
27 +authoritative standard, so we may sometimes deviate from it, e.g., if their
28 +"short identifier" is excessively long. Also, we generally don't rename our
29 +existing identifiers.
30 +</p>
31 +
32 </body>
33 </section>