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: /
Date: Wed, 08 Sep 2021 17:53:00
Message-Id: 1631123549.0e6aeff2a1f4d6ed9ced2cde04c8484cb2da2307.ulm@gentoo
1 commit: 0e6aeff2a1f4d6ed9ced2cde04c8484cb2da2307
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 7 18:08:16 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 8 17:52:29 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=0e6aeff2
7
8 devbook.dtd: Dual-license under MIT or CC-BY-SA-4.0, update years
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 devbook.dtd | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/devbook.dtd b/devbook.dtd
16 index 8a8e6dd..77ba737 100644
17 --- a/devbook.dtd
18 +++ b/devbook.dtd
19 @@ -1,5 +1,6 @@
20 -<!-- Copyright 2019-2020 Gentoo Authors -->
21 -<!-- Distributed under the terms of the MIT/X11 license -->
22 +<!-- Copyright 2019-2021 Gentoo Authors -->
23 +<!-- Distributed under the terms of the MIT/X11 license
24 + or the CC-BY-SA-4.0 license (dual-licensed) -->
25
26 <!-- Document Type Definition for the Gentoo Devmanual -->
27 <!-- Based on common.dtd from GuideXML -->