From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1628742-garchives=archives.gentoo.org@lists.gentoo.org> 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 DE907158064 for <garchives@archives.gentoo.org>; Wed, 8 May 2024 06:43:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5209E2C6E; Wed, 8 May 2024 06:43:09 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B8F3DE2C6E for <gentoo-commits@lists.gentoo.org>; Wed, 8 May 2024 06:43:09 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0C54B3430E7 for <gentoo-commits@lists.gentoo.org>; Wed, 8 May 2024 06:43:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 99C3593E for <gentoo-commits@lists.gentoo.org>; Wed, 8 May 2024 06:43:07 +0000 (UTC) From: "Ulrich Müller" <ulm@gentoo.org> 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" <ulm@gentoo.org> Message-ID: <1715102718.7bbf2cfb18964e9a7cc51370b4adf06d765da817.ulm@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: / X-VCS-Repository: proj/devmanual X-VCS-Files: devbook.xsl X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 7bbf2cfb18964e9a7cc51370b4adf06d765da817 X-VCS-Branch: master Date: Wed, 8 May 2024 06:43:07 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6e17c8d4-16ed-46c3-a271-ba465daf0227 X-Archives-Hash: f7c1d06945b392df6b4d65b38235b1b5 commit: 7bbf2cfb18964e9a7cc51370b4adf06d765da817 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Tue May 7 17:25:18 2024 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Tue May 7 17:25:18 2024 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=7bbf2cfb devbook.xsl: Use abbreviated CC-BY-SA-4.0 in footer This agrees with the footer in other gentoo.org sites. Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> devbook.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devbook.xsl b/devbook.xsl index 91feffa..c9a1a1c 100644 --- a/devbook.xsl +++ b/devbook.xsl @@ -727,7 +727,7 @@ <a href="https://www.gnu.org/licenses/gpl-2.0.html">GNU General Public License, version 2</a>. </xsl:when> <xsl:otherwise> - <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>. + <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC-BY-SA-4.0</a> license. </xsl:otherwise> </xsl:choose> The <a href="https://www.gentoo.org/inside-gentoo/foundation/name-logo-guidelines.html">Gentoo Name and Logo Usage Guidelines</a> apply.