@@ -913,3 +913,40 @@ library unless the build is configured ``--with-system-libmpdec``::
913
913
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
914
914
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
915
915
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.
0 commit comments