From 6e9d01b908b51d3f44f858476acf3af8c1d44289 Mon Sep 17 00:00:00 2001 From: Gregory Terzian <2792687+gterzian@users.noreply.github.com> Date: Thu, 3 Apr 2025 12:33:06 +0800 Subject: Add license for WHATWG specifications in code (#36282) Add license for WHATWG specs incorporated into source code, as per the [TSC discussion](https://github.com/servo/project/blob/db2f4074d4a369beb16f23ccc010ba73a3fc9662/governance/tsc/tsc-2025-03-31.md#add-license-for-whatwg-specs-incorporated-into-source-code). As per for example https://html.spec.whatwg.org/#ipr Signed-off-by: gterzian <2792687+gterzian@users.noreply.github.com> --- LICENSE_WHATWG_SPECS | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 LICENSE_WHATWG_SPECS diff --git a/LICENSE_WHATWG_SPECS b/LICENSE_WHATWG_SPECS new file mode 100644 index 00000000000..745d5b38e24 --- /dev/null +++ b/LICENSE_WHATWG_SPECS @@ -0,0 +1,15 @@ +BSD 3-Clause License + +Copyright WHATWG (Apple, Google, Mozilla, Microsoft) + +This license applies to portions of WHATWG specification incorporated into source code. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above 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 copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software 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 HOLDER 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. -- cgit v1.2.3