diff options
author | David Robillard <d@drobilla.net> | 2023-04-03 09:00:31 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-04-06 07:19:10 -0400 |
commit | 25784d0c24744533fd3c056e3d58f2f869ba341a (patch) | |
tree | f3ef224fb584a59980683909b4a934d22d1c4453 /test/w3c/TurtleTests/LICENSE | |
parent | 45033d91842ebec303589e4ea14e6c62417e8469 (diff) | |
download | serd-25784d0c24744533fd3c056e3d58f2f869ba341a.tar.gz serd-25784d0c24744533fd3c056e3d58f2f869ba341a.tar.bz2 serd-25784d0c24744533fd3c056e3d58f2f869ba341a.zip |
Simplify naming of W3C test directories
This matches the names used in <https://github.com/w3c/rdf-tests.git>.
Diffstat (limited to 'test/w3c/TurtleTests/LICENSE')
-rw-r--r-- | test/w3c/TurtleTests/LICENSE | 117 |
1 files changed, 0 insertions, 117 deletions
diff --git a/test/w3c/TurtleTests/LICENSE b/test/w3c/TurtleTests/LICENSE deleted file mode 100644 index 1ac8f4e1..00000000 --- a/test/w3c/TurtleTests/LICENSE +++ /dev/null @@ -1,117 +0,0 @@ -Summary -======= - -Distributed under both the W3C Test Suite License[1] and the W3C 3-clause BSD -License[2]. To contribute to a W3C Test Suite, see the policies and contribution -forms [3] - -1. http://www.w3.org/Consortium/Legal/2008/04-testsuite-license -2. http://www.w3.org/Consortium/Legal/2008/03-bsd-license -3. http://www.w3.org/2004/10/27-testcases - -DISCLAIMER - -UNDER BOTH MUTUALLY EXCLUSIVE LICENSES, THIS DOCUMENT AND ALL DOCUMENTS, TESTS -AND SOFTWARE THAT LINK THIS STATEMENT ARE PROVIDED "AS IS," AND COPYRIGHT -HOLDERS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING, -BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR -PURPOSE, NON-INFRINGEMENT, OR TITLE; THAT THE CONTENTS OF THE DOCUMENT ARE -SUITABLE FOR ANY PURPOSE; NOR THAT THE IMPLEMENTATION OF SUCH CONTENTS WILL NOT -INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS. -COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR -CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE DOCUMENT OR THE PERFORMANCE -OR IMPLEMENTATION OF THE CONTENTS THEREOF. - - -W3C Test Suite License -====================== - -This document, Test Suites and other documents that link to this statement are -provided by the copyright holders under the following license: By using and/or -copying this document, or the W3C document from which this statement is linked, -you (the licensee) agree that you have read, understood, and will comply with -the following terms and conditions: - -Permission to copy, and distribute the contents of this document, or the W3C -document from which this statement is linked, in any medium for any purpose and -without fee or royalty is hereby granted, provided that you include the -following on ALL copies of the document, or portions thereof, that you use: - -1 A link or URL to the original W3C document. - -2 The pre-existing copyright notice of the original author, or if it doesn't - exist, a notice (hypertext is preferred, but a textual representation is - permitted) of the form: "Copyright © [$date-of-document] World Wide Web - Consortium, (Massachusetts Institute of Technology, European Research - Consortium for Informatics and Mathematics, Keio University) and others. All - Rights - Reserved. http://www.w3.org/Consortium/Legal/2008/04-testsuite-copyright.html" - -3 If it exists, the STATUS of the W3C document. - -4 When space permits, inclusion of the full text of this NOTICE should be - provided. We request that authorship attribution be provided in any software, - documents, or other items or products that you create pursuant to the - implementation of the contents of this document, or any portion thereof. - - -No right to create modifications or derivatives of W3C documents is granted -pursuant to this license. However, if additional requirements (documented in the -Copyright FAQ) are satisfied, the right to create modifications or derivatives -is sometimes granted by the W3C to individuals complying with those -requirements. - -If a Test Suite distinguishes the test harness (or, framework for navigation) -and the actual tests, permission is given to remove or alter the harness or -navigation if the Test Suite in question allows to do so. The tests themselves -shall NOT be changed in any way. - -The name and trademarks of W3C and other copyright holders may NOT be used in -advertising or publicity pertaining to this document or other documents that -link to this statement without specific, written prior permission. Title to -copyright in this document will at all times remain with copyright -holders. Permission is given to use the trademarked string W3C within claims of -performance concerning W3C Specifications or features described therein, and -there only, if the test suite so authorizes. - -THIS WORK IS PROVIDED BY W3C, MIT, ERCIM, KEIO UNIVERSITY, THE COPYRIGHT HOLDERS -AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT -NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL W3C, MIT, ERCIM, KEIO -UNIVERSITY, THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE -OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF -ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - -W3C 3-clause BSD License -======================== - -Redistribution and use in source and binary forms, with or without modification, -are permitted provided that the following conditions are met: - -1 Redistributions of works must retain the original copyright notice, this list - of conditions and the following disclaimer. - -2 Redistributions in binary form must reproduce the original copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - -3 Neither the name of the W3C nor the names of its contributors may be used to - endorse or promote products derived from this work without specific prior - written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - |