diff options
author | Bastian Germann <bage@debian.org> | 2025-01-31 20:25:18 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-02-05 12:49:55 +0000 |
commit | 7b59d11d012daaec5e8c9c405bbbbd8a4ba8b103 (patch) | |
tree | a3c0fb3ac3cfdb5ada0582aa6d1d1305b0a55d9d | |
parent | d06ed534351a4950cf17118324315f19248ec8f3 (diff) | |
download | poky-7b59d11d012daaec5e8c9c405bbbbd8a4ba8b103.tar.gz |
docbook-xsl-stylesheets: Use SPDX identifier
The XSL license was standardized by SPDX as DocBook-XML.
Copy the license file to the new name and use it in
docbook-xsl-stylesheets.
License-Update: use new DocBook-XML SPDX ID, copy text from existing XSL
(From OE-Core rev: e172e27e19fc09160cfee2a29af8e8c5c2426c9c)
Signed-off-by: Bastian Germann <bage@debian.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/files/common-licenses/DocBook-XML | 48 | ||||
-rw-r--r-- | meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb | 2 |
2 files changed, 49 insertions, 1 deletions
diff --git a/meta/files/common-licenses/DocBook-XML b/meta/files/common-licenses/DocBook-XML new file mode 100644 index 0000000000..0a82d60c1c --- /dev/null +++ b/meta/files/common-licenses/DocBook-XML | |||
@@ -0,0 +1,48 @@ | |||
1 | Copyright | ||
2 | --------- | ||
3 | Copyright (C) 1999-2007 Norman Walsh | ||
4 | Copyright (C) 2003 Jiří Kosek | ||
5 | Copyright (C) 2004-2007 Steve Ball | ||
6 | Copyright (C) 2005-2008 The DocBook Project | ||
7 | Copyright (C) 2011-2012 O'Reilly Media | ||
8 | |||
9 | Permission is hereby granted, free of charge, to any person | ||
10 | obtaining a copy of this software and associated documentation | ||
11 | files (the ``Software''), to deal in the Software without | ||
12 | restriction, including without limitation the rights to use, | ||
13 | copy, modify, merge, publish, distribute, sublicense, and/or | ||
14 | sell copies of the Software, and to permit persons to whom the | ||
15 | Software is furnished to do so, subject to the following | ||
16 | conditions: | ||
17 | |||
18 | The above copyright notice and this permission notice shall be | ||
19 | included in all copies or substantial portions of the Software. | ||
20 | |||
21 | Except as contained in this notice, the names of individuals | ||
22 | credited with contribution to this software shall not be used in | ||
23 | advertising or otherwise to promote the sale, use or other | ||
24 | dealings in this Software without prior written authorization | ||
25 | from the individuals in question. | ||
26 | |||
27 | Any stylesheet derived from this Software that is publically | ||
28 | distributed will be identified with a different name and the | ||
29 | version strings in any derived Software will be changed so that | ||
30 | no possibility of confusion between the derived package and this | ||
31 | Software will exist. | ||
32 | |||
33 | Warranty | ||
34 | -------- | ||
35 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | ||
36 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES | ||
37 | OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND | ||
38 | NONINFRINGEMENT. IN NO EVENT SHALL NORMAN WALSH OR ANY OTHER | ||
39 | CONTRIBUTOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, | ||
40 | WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING | ||
41 | FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR | ||
42 | OTHER DEALINGS IN THE SOFTWARE. | ||
43 | |||
44 | Contacting the Author | ||
45 | --------------------- | ||
46 | The DocBook XSL stylesheets are maintained by Norman Walsh, | ||
47 | <ndw@nwalsh.com>, and members of the DocBook Project, | ||
48 | <docbook-developers@sf.net> | ||
diff --git a/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb b/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb index beda0abe95..e628f62984 100644 --- a/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb +++ b/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "XSL stylesheets for processing DocBook XML to various output formats" | 1 | SUMMARY = "XSL stylesheets for processing DocBook XML to various output formats" |
2 | HOMEPAGE = "http://docbook.sourceforge.net" | 2 | HOMEPAGE = "http://docbook.sourceforge.net" |
3 | LICENSE = "XSL" | 3 | LICENSE = "DocBook-XML" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=6beadd98f9c54ab0c387e14211ee4d0e" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=6beadd98f9c54ab0c387e14211ee4d0e" |
5 | 5 | ||
6 | SRC_URI = "${SOURCEFORGE_MIRROR}/docbook/docbook-xsl-${PV}.tar.bz2 \ | 6 | SRC_URI = "${SOURCEFORGE_MIRROR}/docbook/docbook-xsl-${PV}.tar.bz2 \ |