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: Sun, 08 Sep 2019 17:55:54
Message-Id: 1567965309.c87c36a654840d2885f2f26a6f7fac65e6c5e2bf.ulm@gentoo
1 commit: c87c36a654840d2885f2f26a6f7fac65e6c5e2bf
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 8 17:25:14 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 8 17:55:09 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=c87c36a6
7
8 general-concepts/licenses: Use sections instead of subsections
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 general-concepts/licenses/text.xml | 12 ++++++------
14 1 file changed, 6 insertions(+), 6 deletions(-)
15
16 diff --git a/general-concepts/licenses/text.xml b/general-concepts/licenses/text.xml
17 index c647871..86ffc8d 100644
18 --- a/general-concepts/licenses/text.xml
19 +++ b/general-concepts/licenses/text.xml
20 @@ -39,7 +39,7 @@ be used) then use the following syntax:
21 LICENSE="|| ( foo bar )"
22 </codesample>
23
24 -<subsection>
25 +<section>
26 <title>Determining the correct license</title>
27 <body>
28
29 @@ -90,9 +90,9 @@ to include license term violations.
30 </p>
31
32 </body>
33 -</subsection>
34 +</section>
35
36 -<subsection>
37 +<section>
38 <title>GPL-x vs GPL-x+</title>
39 <body>
40
41 @@ -118,9 +118,9 @@ indicates <c>GPL-2+</c> license:
42 </pre>
43
44 </body>
45 -</subsection>
46 +</section>
47
48 -<subsection>
49 +<section>
50 <title>Adding New Licenses</title>
51 <body>
52
53 @@ -143,7 +143,7 @@ you are unsure as to the meaning of any part of it.
54 </p>
55
56 </body>
57 -</subsection>
58 +</section>
59 </body>
60
61 </chapter>