diff options
author | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
---|---|---|
committer | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
commit | 5f8de423f190bbb79a62f804151bc24824fa32d8 (patch) | |
tree | 10027f336435511475e392454359edea8e25895d /testing/web-platform/tests/shadow-dom/untriaged/LICENSE | |
parent | 49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff) | |
download | UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip |
Add m-esr52 at 52.6.0
Diffstat (limited to 'testing/web-platform/tests/shadow-dom/untriaged/LICENSE')
-rw-r--r-- | testing/web-platform/tests/shadow-dom/untriaged/LICENSE | 107 |
1 files changed, 107 insertions, 0 deletions
diff --git a/testing/web-platform/tests/shadow-dom/untriaged/LICENSE b/testing/web-platform/tests/shadow-dom/untriaged/LICENSE new file mode 100644 index 000000000..531fac43a --- /dev/null +++ b/testing/web-platform/tests/shadow-dom/untriaged/LICENSE @@ -0,0 +1,107 @@ +Copyright 2012, Google Inc. +All rights reserved. + +Licensed under the W3C Test Suite License (the "License"); you may not +use this software except in compliance with the License. You may +obtain a copy of the License at + + http://www.w3.org/Consortium/Legal/2008/04-testsuite-license.html + +Alternatively, this software may be distributed under the terms of the +W3C 3-clause BSD License. You may obtain a copy of the W3C 3-clause +BSD License at + + http://www.w3.org/Consortium/Legal/2008/03-bsd-license.html + + +W3C Test Suite Licence + +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. 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: + * Redistributions of works must retain the original copyright +notice, this list of conditions and the following disclaimer. + * 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. + * 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. |