Skip to content

Commit af60ff0

Browse files
authored
Merge pull request #14 from PolymerLabs/update-lit-next
Manually sync with https://github.com/lit/lit main branch.
2 parents 60298a1 + 25d0706 commit af60ff0

11 files changed

+20108
-9885
lines changed

.gitignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/node_modules/
1+
node_modules/
22
custom-elements.json
33
# only generated for size check
4-
my-element.bundled.js
4+
my-element.bundled.js

LICENSE

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
BSD 3-Clause License
22

3-
Copyright (c) 2019, The Polymer Authors. All rights reserved.
3+
Copyright (c) 2019 Google LLC. All rights reserved.
44

55
Redistribution and use in source and binary forms, with or without
66
modification, are permitted provided that the following conditions are met:
77

8-
* Redistributions of source code must retain the above copyright notice, this
9-
list of conditions and the following disclaimer.
8+
1. Redistributions of source code must retain the above copyright notice, this
9+
list of conditions and the following disclaimer.
1010

11-
* Redistributions in binary form must reproduce the above copyright notice,
12-
this list of conditions and the following disclaimer in the documentation
13-
and/or other materials provided with the distribution.
11+
2. Redistributions in binary form must reproduce the above copyright notice,
12+
this list of conditions and the following disclaimer in the documentation
13+
and/or other materials provided with the distribution.
1414

15-
* Neither the name of the copyright holder nor the names of its
16-
contributors may be used to endorse or promote products derived from
17-
this software without specific prior written permission.
15+
3. Neither the name of the copyright holder nor the names of its
16+
contributors may be used to endorse or promote products derived from
17+
this software without specific prior written permission.
1818

1919
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
2020
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
@@ -25,4 +25,4 @@ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
2525
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
2626
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
2727
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
28-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

docs-src/_data/api.11tydata.js

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/**
2+
* @license
3+
* Copyright 2021 Google LLC
4+
* SPDX-License-Identifier: BSD-3-Clause
5+
*/
6+
17
const fs = require('fs');
28

39
module.exports = () => {

docs/my-element.bundled.js

414 Bytes
Binary file not shown.

my-element.js

+2-10
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,7 @@
11
/**
22
* @license
3-
* Copyright (c) 2019 The Polymer Project Authors. All rights reserved.
4-
* This code may only be used under the BSD style license found at
5-
* http://polymer.github.io/LICENSE.txt
6-
* The complete set of authors may be found at
7-
* http://polymer.github.io/AUTHORS.txt
8-
* The complete set of contributors may be found at
9-
* http://polymer.github.io/CONTRIBUTORS.txt
10-
* Code distributed by Google as part of the polymer project is also
11-
* subject to an additional IP rights grant found at
12-
* http://polymer.github.io/PATENTS.txt
3+
* Copyright 2019 Google LLC
4+
* SPDX-License-Identifier: BSD-3-Clause
135
*/
146

157
import {LitElement, html, css} from 'lit';

0 commit comments

Comments
 (0)