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 76317158094 for ; Sat, 25 Jun 2022 06:18:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 606B3E07EA; Sat, 25 Jun 2022 06:18:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 4B1DEE07EA for ; Sat, 25 Jun 2022 06:18:43 +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 6AA14341857 for ; Sat, 25 Jun 2022 06:18:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A712B50C for ; Sat, 25 Jun 2022 06:18:40 +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: <1656137773.5edf168127267c3cf2a6bfc4eb42634986feb6c2.ulm@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: general-concepts/copyright-policy/ X-VCS-Repository: proj/devmanual X-VCS-Files: general-concepts/copyright-policy/text.xml X-VCS-Directories: general-concepts/copyright-policy/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 5edf168127267c3cf2a6bfc4eb42634986feb6c2 X-VCS-Branch: master Date: Sat, 25 Jun 2022 06:18:40 +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: 4edd93f1-78b0-4a64-bcc9-60a3cd4132d7 X-Archives-Hash: 79e6be98243a4158d12828855a5029b0 commit: 5edf168127267c3cf2a6bfc4eb42634986feb6c2 Author: Ulrich Müller gentoo org> AuthorDate: Fri Jun 24 16:56:46 2022 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Jun 25 06:16:13 2022 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=5edf1681 general-concepts/copyright-policy: List licenses explicitly Signed-off-by: Ulrich Müller gentoo.org> general-concepts/copyright-policy/text.xml | 28 ++++++++++++++++++++++++---- 1 file changed, 24 insertions(+), 4 deletions(-) diff --git a/general-concepts/copyright-policy/text.xml b/general-concepts/copyright-policy/text.xml index 60a022d..c9cc3fb 100644 --- a/general-concepts/copyright-policy/text.xml +++ b/general-concepts/copyright-policy/text.xml @@ -12,10 +12,30 @@ copyright and license policies for Gentoo Linux.

Every Gentoo project must abide by the -Gentoo Social Contract and release its work under one or more of - -predetermined licenses. Exceptions may be granted by the Gentoo -Foundation per-case basis. +Gentoo Social Contract and release its work under one or more of the +following licenses: +

+ +
    +
  • + The + GNU General Public License, version 2 or later (GPL-2+) +
  • +
  • + The + Creative Commons Attribution-ShareAlike 4.0 International License + (CC-BY-SA-4.0), only for documentation +
  • +
  • + Any + + GPL-compatible free software license +
  • +
+ +

+Exceptions for other (GPL-incompatible) free software licenses may be granted +by the Gentoo Foundation on a case-by-case basis.