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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
key-exchange X25519 server-signature RSA-PSS (2048 bits))
(No client certificate requested)
by finch.gentoo.org (Postfix) with ESMTPS id 09DE9158099
for ; Sat, 25 Nov 2023 13:32:29 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
by pigeon.gentoo.org (Postfix) with SMTP id 4925A2BC02A;
Sat, 25 Nov 2023 13:32:28 +0000 (UTC)
Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
(No client certificate requested)
by pigeon.gentoo.org (Postfix) with ESMTPS id 35DA92BC02A
for ; Sat, 25 Nov 2023 13:32:28 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
(No client certificate requested)
by smtp.gentoo.org (Postfix) with ESMTPS id 6E32B335D0D
for ; Sat, 25 Nov 2023 13:32:27 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
by oystercatcher.gentoo.org (Postfix) with ESMTP id B633713B3
for ; Sat, 25 Nov 2023 13:32:25 +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: <1700904599.bf32e5008694b6fddf4708ff22555a656972ff6e.ulm@gentoo>
Subject: [gentoo-commits] proj/devmanual:master commit in: general-concepts/licenses/
X-VCS-Repository: proj/devmanual
X-VCS-Files: general-concepts/licenses/text.xml
X-VCS-Directories: general-concepts/licenses/
X-VCS-Committer: ulm
X-VCS-Committer-Name: Ulrich Müller
X-VCS-Revision: bf32e5008694b6fddf4708ff22555a656972ff6e
X-VCS-Branch: master
Date: Sat, 25 Nov 2023 13:32:25 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: eceffae5-f706-4cb3-9bbb-1534319a8cc1
X-Archives-Hash: f7123399cb106301966932452b7a4398
commit: bf32e5008694b6fddf4708ff22555a656972ff6e
Author: Ulrich Müller gentoo org>
AuthorDate: Mon Nov 20 20:04:43 2023 +0000
Commit: Ulrich Müller gentoo org>
CommitDate: Sat Nov 25 09:29:59 2023 +0000
URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=bf32e500
general-concepts/licenses: The main license should be listed first
Signed-off-by: Ulrich Müller gentoo.org>
general-concepts/licenses/text.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/general-concepts/licenses/text.xml b/general-concepts/licenses/text.xml
index 1e6b918..a9fb702 100644
--- a/general-concepts/licenses/text.xml
+++ b/general-concepts/licenses/text.xml
@@ -14,7 +14,8 @@ match files existing in the repository's licenses/ directory.
The value of this variable should include all licenses pertaining to the
"corresponding source" of the files installed by the package. This includes
all their source code, but also all scripts used to control compilation and
-installation.
+installation. If the package has a "main license" i.e. a license covering
+most of its files then this should be listed first.