Skip to content

Commit

Permalink
[all] Remove Polymer references and update links (lit#1795)
Browse files Browse the repository at this point in the history
  • Loading branch information
abdonrd authored Apr 22, 2021
1 parent 39b5c5d commit d1fc782
Show file tree
Hide file tree
Showing 55 changed files with 107 additions and 242 deletions.
10 changes: 2 additions & 8 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
# This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
# The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
# The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
# Code distributed by Google as part of the polymer project is also
# subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt

# Polymer EditorConfig
# Copyright 2014 Google LLC
# SPDX-License-Identifier: BSD-3-Clause

root = true

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ assignees: ''

<!--
Please read our contribution guidelines:
https://github.com/Polymer/lit-html/blob/master/CONTRIBUTING.md#filing-issues
https://github.com/lit/lit/blob/master/CONTRIBUTING.md#filing-issues
-->

# Description
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ If you've already signed a CLA but are still getting bothered by the awfully ins
## Set up

```bash
git clone https://github.com/Polymer/lit-html.git
cd lit-html
git clone https://github.com/lit/lit.git
cd lit
npm install
npm run bootstrap
npm run build
Expand Down
2 changes: 1 addition & 1 deletion packages/benchmarks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Benchmarks for lit-html and LitElement.

```bash
git clone git@github.com:Polymer/lit-html.git
git clone git@github.com:lit/lit.git
cd lit-html

npm install
Expand Down
10 changes: 3 additions & 7 deletions packages/labs/motion/demo/animation.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
<!DOCTYPE html>
<!--
@license
Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
Code distributed by Google as part of the polymer project is also
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
-->
Copyright 2021 Google LLC
SPDX-License-Identifier: BSD-3-Clause
-->
<html>
<head>
<meta charset="UTF-8" />
Expand Down
10 changes: 3 additions & 7 deletions packages/labs/motion/demo/hero.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
<!DOCTYPE html>
<!--
@license
Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
Code distributed by Google as part of the polymer project is also
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
-->
Copyright 2021 Google LLC
SPDX-License-Identifier: BSD-3-Clause
-->
<html>
<head>
<meta charset="UTF-8" />
Expand Down
10 changes: 3 additions & 7 deletions packages/labs/motion/demo/index.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
<!DOCTYPE html>
<!--
@license
Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
Code distributed by Google as part of the polymer project is also
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
-->
Copyright 2021 Google LLC
SPDX-License-Identifier: BSD-3-Clause
-->
<html>
<head>
<meta charset="UTF-8" />
Expand Down
10 changes: 3 additions & 7 deletions packages/labs/motion/demo/list.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
<!DOCTYPE html>
<!--
@license
Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
Code distributed by Google as part of the polymer project is also
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
-->
Copyright 2021 Google LLC
SPDX-License-Identifier: BSD-3-Clause
-->
<html>
<head>
<meta charset="UTF-8" />
Expand Down
10 changes: 3 additions & 7 deletions packages/labs/motion/demo/lists.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
<!DOCTYPE html>
<!--
@license
Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
Code distributed by Google as part of the polymer project is also
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
-->
Copyright 2021 Google LLC
SPDX-License-Identifier: BSD-3-Clause
-->
<html>
<head>
<meta charset="UTF-8" />
Expand Down
10 changes: 3 additions & 7 deletions packages/labs/motion/demo/lit-logo.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
<!DOCTYPE html>
<!--
@license
Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
Code distributed by Google as part of the polymer project is also
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
-->
Copyright 2021 Google LLC
SPDX-License-Identifier: BSD-3-Clause
-->
<html>
<head>
<meta charset="UTF-8" />
Expand Down
10 changes: 3 additions & 7 deletions packages/labs/motion/demo/lit.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
<!DOCTYPE html>
<!--
@license
Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
Code distributed by Google as part of the polymer project is also
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
-->
Copyright 2021 Google LLC
SPDX-License-Identifier: BSD-3-Clause
-->
<html>
<head>
<meta charset="UTF-8" />
Expand Down
10 changes: 3 additions & 7 deletions packages/labs/motion/demo/scaling.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
<!DOCTYPE html>
<!--
@license
Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
Code distributed by Google as part of the polymer project is also
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
-->
Copyright 2021 Google LLC
SPDX-License-Identifier: BSD-3-Clause
-->
<html>
<head>
<meta charset="UTF-8" />
Expand Down
10 changes: 3 additions & 7 deletions packages/labs/motion/demo/simple.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
<!DOCTYPE html>
<!--
@license
Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
Code distributed by Google as part of the polymer project is also
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
-->
Copyright 2021 Google LLC
SPDX-License-Identifier: BSD-3-Clause
-->
<html>
<head>
<meta charset="UTF-8" />
Expand Down
10 changes: 3 additions & 7 deletions packages/labs/motion/demo/tabs.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
<!DOCTYPE html>
<!--
@license
Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
Code distributed by Google as part of the polymer project is also
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
-->
Copyright 2021 Google LLC
SPDX-License-Identifier: BSD-3-Clause
-->
<html>
<head>
<meta charset="UTF-8" />
Expand Down
12 changes: 2 additions & 10 deletions packages/labs/motion/rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
/**
* @license
* Copyright (c) 2018 The Polymer Project Authors. All rights reserved.
* This code may only be used under the BSD style license found at
* http://polymer.github.io/LICENSE.txt
* The complete set of authors may be found at
* http://polymer.github.io/AUTHORS.txt
* The complete set of contributors may be found at
* http://polymer.github.io/CONTRIBUTORS.txt
* Code distributed by Google as part of the polymer project is also
* subject to an additional IP rights grant found at
* http://polymer.github.io/PATENTS.txt
* Copyright 2020 Google LLC
* SPDX-License-Identifier: BSD-3-Clause
*/

import {litProdConfig} from '../../../rollup-common.js';
Expand Down
8 changes: 2 additions & 6 deletions packages/labs/motion/scripts/dev.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
#!/usr/bin/env bash

# Copyright (c) 2020 The Polymer Project Authors. All rights reserved.
# This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
# The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
# The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
# Code distributed by Google as part of the polymer project is also
# subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
# Copyright 2021 Google LLC
# SPDX-License-Identifier: BSD-3-Clause

set -e

Expand Down
12 changes: 2 additions & 10 deletions packages/labs/motion/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
/**
* @license
* Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
* This code may only be used under the BSD style license found at
* http://polymer.github.io/LICENSE.txt
* The complete set of authors may be found at
* http://polymer.github.io/AUTHORS.txt
* The complete set of contributors may be found at
* http://polymer.github.io/CONTRIBUTORS.txt
* Code distributed by Google as part of the polymer project is also
* subject to an additional IP rights grant found at
* http://polymer.github.io/PATENTS.txt
* Copyright 2021 Google LLC
* SPDX-License-Identifier: BSD-3-Clause
*/
export * from './flip.js';
export * from './flip-controller.js';
Expand Down
12 changes: 2 additions & 10 deletions packages/labs/motion/src/test/flip_controller_test.ts
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
/**
* @license
* Copyright (c) 2018 The Polymer Project Authors. All rights reserved.
* This code may only be used under the BSD style license found at
* http://polymer.github.io/LICENSE.txt
* The complete set of authors may be found at
* http://polymer.github.io/AUTHORS.txt
* The complete set of contributors may be found at
* http://polymer.github.io/CONTRIBUTORS.txt
* Code distributed by Google as part of the polymer project is also
* subject to an additional IP rights grant found at
* http://polymer.github.io/PATENTS.txt
* Copyright 2021 Google LLC
* SPDX-License-Identifier: BSD-3-Clause
*/

import {LitElement /*css, html, CSSResultGroup, TemplateResult*/} from 'lit';
Expand Down
12 changes: 2 additions & 10 deletions packages/labs/motion/src/test/flip_test.ts
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
/**
* @license
* Copyright (c) 2018 The Polymer Project Authors. All rights reserved.
* This code may only be used under the BSD style license found at
* http://polymer.github.io/LICENSE.txt
* The complete set of authors may be found at
* http://polymer.github.io/AUTHORS.txt
* The complete set of contributors may be found at
* http://polymer.github.io/CONTRIBUTORS.txt
* Code distributed by Google as part of the polymer project is also
* subject to an additional IP rights grant found at
* http://polymer.github.io/PATENTS.txt
* Copyright 2021 Google LLC
* SPDX-License-Identifier: BSD-3-Clause
*/

import {LitElement, css, html, CSSResultGroup, TemplateResult} from 'lit';
Expand Down
12 changes: 2 additions & 10 deletions packages/labs/motion/src/test/test-helpers.ts
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
/**
* @license
* Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
* This code may only be used under the BSD style license found at
* http://polymer.github.io/LICENSE.txt
* The complete set of authors may be found at
* http://polymer.github.io/AUTHORS.txt
* The complete set of contributors may be found at
* http://polymer.github.io/CONTRIBUTORS.txt
* Code distributed by Google as part of the polymer project is also
* subject to an additional IP rights grant found at
* http://polymer.github.io/PATENTS.txt
* Copyright 2021 Google LLC
* SPDX-License-Identifier: BSD-3-Clause
*/

let count = 0;
Expand Down
12 changes: 2 additions & 10 deletions packages/labs/react/src/test/use-controller_test.ts
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
/**
* @license
* Copyright (c) 2018 The Polymer Project Authors. All rights reserved.
* This code may only be used under the BSD style license found at
* http://polymer.github.io/LICENSE.txt
* The complete set of authors may be found at
* http://polymer.github.io/AUTHORS.txt
* The complete set of contributors may be found at
* http://polymer.github.io/CONTRIBUTORS.txt
* Code distributed by Google as part of the polymer project is also
* subject to an additional IP rights grant found at
* http://polymer.github.io/PATENTS.txt
* Copyright 2018 Google LLC
* SPDX-License-Identifier: BSD-3-Clause
*/

// import * as ReactModule from 'react';
Expand Down
12 changes: 2 additions & 10 deletions packages/labs/react/src/use-controller.ts
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
/**
* @license
* Copyright (c) 2021 The Polymer Project Authors. All rights reserved.
* This code may only be used under the BSD style license found at
* http://polymer.github.io/LICENSE.txt
* The complete set of authors may be found at
* http://polymer.github.io/AUTHORS.txt
* The complete set of contributors may be found at
* http://polymer.github.io/CONTRIBUTORS.txt
* Code distributed by Google as part of the polymer project is also
* subject to an additional IP rights grant found at
* http://polymer.github.io/PATENTS.txt
* Copyright 2021 Google LLC
* SPDX-License-Identifier: BSD-3-Clause
*/

import type * as ReactModule from 'react';
Expand Down
12 changes: 2 additions & 10 deletions packages/labs/scoped-registry-mixin/rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
/**
* @license
* Copyright (c) 2021 The Polymer Project Authors. All rights reserved.
* This code may only be used under the BSD style license found at
* http://polymer.github.io/LICENSE.txt
* The complete set of authors may be found at
* http://polymer.github.io/AUTHORS.txt
* The complete set of contributors may be found at
* http://polymer.github.io/CONTRIBUTORS.txt
* Code distributed by Google as part of the polymer project is also
* subject to an additional IP rights grant found at
* http://polymer.github.io/PATENTS.txt
* Copyright 2021 Google LLC
* SPDX-License-Identifier: BSD-3-Clause
*/

import {litProdConfig} from '../../../rollup-common.js';
Expand Down
8 changes: 2 additions & 6 deletions packages/labs/scoped-registry-mixin/scripts/dev.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
#!/usr/bin/env bash

# Copyright (c) 2021 The Polymer Project Authors. All rights reserved.
# This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
# The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
# The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
# Code distributed by Google as part of the polymer project is also
# subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
# Copyright 2021 Google LLC
# SPDX-License-Identifier: BSD-3-Clause

set -e

Expand Down
Loading

0 comments on commit d1fc782

Please sign in to comment.