Skip to content

Commit 45e92fc

Browse files
authored
Add correct license for C14N test suite to license docs. (GH-13055)
1 parent 4631da1 commit 45e92fc

File tree

2 files changed

+64
-1
lines changed

2 files changed

+64
-1
lines changed

Doc/license.rst

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -913,3 +913,40 @@ library unless the build is configured ``--with-system-libmpdec``::
913913
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
914914
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
915915
SUCH DAMAGE.
916+
917+
918+
W3C C14N test suite
919+
-------------------
920+
921+
The C14N 2.0 test suite in the :mod:`test` package
922+
(``Lib/test/xmltestdata/c14n-20/``) was retrieved from the W3C website at
923+
https://www.w3.org/TR/xml-c14n2-testcases/ and is distributed under the
924+
3-clause BSD license:
925+
926+
Copyright (c) 2013 W3C(R) (MIT, ERCIM, Keio, Beihang),
927+
All Rights Reserved.
928+
929+
Redistribution and use in source and binary forms, with or without
930+
modification, are permitted provided that the following conditions
931+
are met:
932+
933+
* Redistributions of works must retain the original copyright notice,
934+
this list of conditions and the following disclaimer.
935+
* Redistributions in binary form must reproduce the original copyright
936+
notice, this list of conditions and the following disclaimer in the
937+
documentation and/or other materials provided with the distribution.
938+
* Neither the name of the W3C nor the names of its contributors may be
939+
used to endorse or promote products derived from this work without
940+
specific prior written permission.
941+
942+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
943+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
944+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
945+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
946+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
947+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
948+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
949+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
950+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
951+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
952+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Lib/test/xmltestdata/c14n-20/README

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,32 @@ Direct source:
99
https://www.w3.org/TR/xml-c14n2-testcases/files/
1010

1111
Copied and distributed under these terms:
12+
https://www.w3.org/Consortium/Legal/2008/04-testsuite-copyright.html
1213

1314
Copyright © 2013 W3C® (MIT, ERCIM, Keio, Beihang),
14-
http://www.w3.org/Consortium/Legal/2015/doc-license
15+
All Rights Reserved.
16+
17+
Redistribution and use in source and binary forms, with or without
18+
modification, are permitted provided that the following conditions
19+
are met:
20+
21+
* Redistributions of works must retain the original copyright notice,
22+
this list of conditions and the following disclaimer.
23+
* Redistributions in binary form must reproduce the original copyright
24+
notice, this list of conditions and the following disclaimer in the
25+
documentation and/or other materials provided with the distribution.
26+
* Neither the name of the W3C nor the names of its contributors may be
27+
used to endorse or promote products derived from this work without
28+
specific prior written permission.
29+
30+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
31+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
32+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
33+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
34+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
35+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
36+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
37+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
38+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
39+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
40+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

0 commit comments

Comments
 (0)