From 8df4bfb5f2cffcecfc5c2f5dd3375149f93eb4ad Mon Sep 17 00:00:00 2001 From: Alexander Marks Date: Sun, 19 Sep 2021 20:03:30 -0700 Subject: [PATCH] New copyright headers (#220) 1. Updates all license headers to new concise SPDX style 2. Updates copyright statement holder from `The Polymer Project Authors` to `Google LLC` 3. Renamed `LICENSE.txt` to `LICENSE` because it is slightly more common (the GitHub default) 4. Trivial formatting fix to `LICENSE` files so that we exactly match the spdx.org text 5. Updates `package.json` author field to `Google LLC` All existing years are preserved. Exactly matches what we did in https://github.com/lit/lit/pull/1630 --- CHANGELOG.md | 4 ++++ LICENSE.txt => LICENSE | 20 ++++++++++---------- bin/tach.js | 9 ++------- client/src/bench.ts | 9 ++------- package.json | 2 +- src/browser.ts | 9 ++------- src/cli.ts | 9 ++------- src/config.ts | 9 ++------- src/configfile.ts | 9 ++------- src/csv.ts | 9 ++------- src/defaults.ts | 9 ++------- src/flags.ts | 9 ++------- src/format.ts | 9 ++------- src/github.ts | 9 ++------- src/install.ts | 9 ++------- src/json-output.ts | 9 ++------- src/manual.ts | 9 ++------- src/measure.ts | 9 ++------- src/runner.ts | 9 ++------- src/server.ts | 9 ++------- src/specs.ts | 9 ++------- src/stats.ts | 9 ++------- src/test/browser_test.ts | 9 ++------- src/test/config_test.ts | 9 ++------- src/test/configfile_test.ts | 9 ++------- src/test/csv_test.ts | 9 ++------- src/test/e2e_test.ts | 9 ++------- src/test/flags_test.ts | 9 ++------- src/test/format_test.ts | 9 ++------- src/test/install_test.ts | 9 ++------- src/test/json-output_test.ts | 9 ++------- src/test/server_test.ts | 9 ++------- src/test/specs_test.ts | 9 ++------- src/test/stats_test.ts | 9 ++------- src/test/test_helpers.ts | 9 ++------- src/test/versions_test.ts | 9 ++------- src/types.ts | 9 ++------- src/util.ts | 9 ++------- src/versions.ts | 9 ++------- 39 files changed, 87 insertions(+), 263 deletions(-) rename LICENSE.txt => LICENSE (60%) diff --git a/CHANGELOG.md b/CHANGELOG.md index e937c1af..85666f71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ project adheres to [Semantic Versioning](http://semver.org/). ## Unreleased +- Copyright notice owner changed from "The Polymer Project Authors" to "Google + LLC". Trivial reformatting for `LICENSE` file to match spdx.org version. + Source license headers replaced with concise SPDX-style. + - Fix bug where log files would be created with '\' backslash names instead of nested directories. diff --git a/LICENSE.txt b/LICENSE similarity index 60% rename from LICENSE.txt rename to LICENSE index 529f69ed..6ab8d4a0 100644 --- a/LICENSE.txt +++ b/LICENSE @@ -1,20 +1,20 @@ BSD 3-Clause License -Copyright (c) 2019, The Polymer Authors. All rights reserved. +Copyright (c) 2019 Google LLC. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. +1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. -* 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. +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. -* 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. +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 @@ -25,4 +25,4 @@ 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. +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file diff --git a/bin/tach.js b/bin/tach.js index 55bcb887..6bd919d7 100755 --- a/bin/tach.js +++ b/bin/tach.js @@ -2,13 +2,8 @@ /** * @license - * Copyright (c) 2019 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 2019 Google LLC + * SPDX-License-Identifier: BSD-3-Clause */ // eslint-disable-next-line @typescript-eslint/no-var-requires diff --git a/client/src/bench.ts b/client/src/bench.ts index 3809300a..2a6255b9 100644 --- a/client/src/bench.ts +++ b/client/src/bench.ts @@ -1,12 +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 */ // Note: sync with runner/src/types.ts diff --git a/package.json b/package.json index 5f1df97f..19e63d1d 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "type": "git", "url": "git+https://github.com/Polymer/tachometer.git" }, - "author": "The Polymer Project Authors", + "author": "Google LLC", "license": "BSD-3-Clause", "bugs": { "url": "https://github.com/Polymer/tachometer/issues" diff --git a/src/browser.ts b/src/browser.ts index 35a3edea..747816ad 100644 --- a/src/browser.ts +++ b/src/browser.ts @@ -1,12 +1,7 @@ /** * @license - * Copyright (c) 2019 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 2019 Google LLC + * SPDX-License-Identifier: BSD-3-Clause */ import * as webdriver from 'selenium-webdriver'; diff --git a/src/cli.ts b/src/cli.ts index 70c73e6a..1f8c9cb4 100644 --- a/src/cli.ts +++ b/src/cli.ts @@ -1,12 +1,7 @@ /** * @license - * Copyright (c) 2019 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 2019 Google LLC + * SPDX-License-Identifier: BSD-3-Clause */ import sourceMapSupport from 'source-map-support'; diff --git a/src/config.ts b/src/config.ts index 1cab53e0..d6f7c70a 100644 --- a/src/config.ts +++ b/src/config.ts @@ -1,12 +1,7 @@ /** * @license - * Copyright (c) 2019 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 2019 Google LLC + * SPDX-License-Identifier: BSD-3-Clause */ import * as fsExtra from 'fs-extra'; diff --git a/src/configfile.ts b/src/configfile.ts index 2b8ab419..89cbae21 100644 --- a/src/configfile.ts +++ b/src/configfile.ts @@ -1,12 +1,7 @@ /** * @license - * Copyright (c) 2019 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 2019 Google LLC + * SPDX-License-Identifier: BSD-3-Clause */ import * as fsExtra from 'fs-extra'; diff --git a/src/csv.ts b/src/csv.ts index 8e071d25..a727c4cb 100644 --- a/src/csv.ts +++ b/src/csv.ts @@ -1,12 +1,7 @@ /** * @license - * Copyright (c) 2019 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 2019 Google LLC + * SPDX-License-Identifier: BSD-3-Clause */ import csvStringify from 'csv-stringify/lib/sync'; diff --git a/src/defaults.ts b/src/defaults.ts index 093609e3..d196f808 100644 --- a/src/defaults.ts +++ b/src/defaults.ts @@ -1,12 +1,7 @@ /** * @license - * Copyright (c) 2019 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 2019 Google LLC + * SPDX-License-Identifier: BSD-3-Clause */ import * as path from 'path'; diff --git a/src/flags.ts b/src/flags.ts index 809c6701..aafcb482 100644 --- a/src/flags.ts +++ b/src/flags.ts @@ -1,12 +1,7 @@ /** * @license - * Copyright (c) 2019 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 2019 Google LLC + * SPDX-License-Identifier: BSD-3-Clause */ import * as os from 'os'; diff --git a/src/format.ts b/src/format.ts index 6ed5c2d7..5771c346 100644 --- a/src/format.ts +++ b/src/format.ts @@ -1,12 +1,7 @@ /** * @license - * Copyright (c) 2019 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 2019 Google LLC + * SPDX-License-Identifier: BSD-3-Clause */ import stripAnsi = require('strip-ansi'); diff --git a/src/github.ts b/src/github.ts index b35c5a58..c06b02ec 100644 --- a/src/github.ts +++ b/src/github.ts @@ -1,12 +1,7 @@ /** * @license - * Copyright (c) 2019 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 2019 Google LLC + * SPDX-License-Identifier: BSD-3-Clause */ import got from 'got'; diff --git a/src/install.ts b/src/install.ts index f32e92e7..a1b19fca 100644 --- a/src/install.ts +++ b/src/install.ts @@ -1,12 +1,7 @@ /** * @license - * 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 2020 Google LLC + * SPDX-License-Identifier: BSD-3-Clause */ import {exec} from 'child_process'; diff --git a/src/json-output.ts b/src/json-output.ts index 410ac7ec..b104cd19 100644 --- a/src/json-output.ts +++ b/src/json-output.ts @@ -1,12 +1,7 @@ /** * @license - * Copyright (c) 2019 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 2019 Google LLC + * SPDX-License-Identifier: BSD-3-Clause */ import * as systeminformation from 'systeminformation'; diff --git a/src/manual.ts b/src/manual.ts index 3a1c773a..2f1e59c5 100644 --- a/src/manual.ts +++ b/src/manual.ts @@ -1,12 +1,7 @@ /** * @license - * Copyright (c) 2019 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 2019 Google LLC + * SPDX-License-Identifier: BSD-3-Clause */ import ansi = require('ansi-escape-sequences'); diff --git a/src/measure.ts b/src/measure.ts index 0048e381..9ef88502 100644 --- a/src/measure.ts +++ b/src/measure.ts @@ -1,12 +1,7 @@ /** * @license - * 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 2020 Google LLC + * SPDX-License-Identifier: BSD-3-Clause */ import * as webdriver from 'selenium-webdriver'; diff --git a/src/runner.ts b/src/runner.ts index c91a66ae..64e45dd9 100644 --- a/src/runner.ts +++ b/src/runner.ts @@ -1,12 +1,7 @@ /** * @license - * Copyright (c) 2019 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 2019 Google LLC + * SPDX-License-Identifier: BSD-3-Clause */ import * as fsExtra from 'fs-extra'; diff --git a/src/server.ts b/src/server.ts index bc5a33c7..7840fa8a 100644 --- a/src/server.ts +++ b/src/server.ts @@ -1,12 +1,7 @@ /** * @license - * Copyright (c) 2019 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 2019 Google LLC + * SPDX-License-Identifier: BSD-3-Clause */ import * as http from 'http'; diff --git a/src/specs.ts b/src/specs.ts index ebfaaf98..6a8f4265 100644 --- a/src/specs.ts +++ b/src/specs.ts @@ -1,12 +1,7 @@ /** * @license - * Copyright (c) 2019 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 2019 Google LLC + * SPDX-License-Identifier: BSD-3-Clause */ import * as path from 'path'; diff --git a/src/stats.ts b/src/stats.ts index 5c216ae0..dec5ef7a 100644 --- a/src/stats.ts +++ b/src/stats.ts @@ -1,12 +1,7 @@ /** * @license - * Copyright (c) 2019 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 2019 Google LLC + * SPDX-License-Identifier: BSD-3-Clause */ import {BenchmarkResult} from './types'; diff --git a/src/test/browser_test.ts b/src/test/browser_test.ts index 6828ccf0..0234eaa9 100644 --- a/src/test/browser_test.ts +++ b/src/test/browser_test.ts @@ -1,12 +1,7 @@ /** * @license - * Copyright (c) 2019 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 2019 Google LLC + * SPDX-License-Identifier: BSD-3-Clause */ import {assert} from 'chai'; diff --git a/src/test/config_test.ts b/src/test/config_test.ts index 618433c3..2643662a 100644 --- a/src/test/config_test.ts +++ b/src/test/config_test.ts @@ -1,12 +1,7 @@ /** * @license - * Copyright (c) 2019 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 2019 Google LLC + * SPDX-License-Identifier: BSD-3-Clause */ import {assert} from 'chai'; diff --git a/src/test/configfile_test.ts b/src/test/configfile_test.ts index 0a6be818..5960e86d 100644 --- a/src/test/configfile_test.ts +++ b/src/test/configfile_test.ts @@ -1,12 +1,7 @@ /** * @license - * Copyright (c) 2019 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 2019 Google LLC + * SPDX-License-Identifier: BSD-3-Clause */ import * as chai from 'chai'; diff --git a/src/test/csv_test.ts b/src/test/csv_test.ts index 890475cb..a655330e 100644 --- a/src/test/csv_test.ts +++ b/src/test/csv_test.ts @@ -1,12 +1,7 @@ /** * @license - * Copyright (c) 2019 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 2019 Google LLC + * SPDX-License-Identifier: BSD-3-Clause */ import {assert} from 'chai'; diff --git a/src/test/e2e_test.ts b/src/test/e2e_test.ts index f40f130c..467c9d7c 100644 --- a/src/test/e2e_test.ts +++ b/src/test/e2e_test.ts @@ -1,12 +1,7 @@ /** * @license - * Copyright (c) 2019 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 2019 Google LLC + * SPDX-License-Identifier: BSD-3-Clause */ import {assert} from 'chai'; diff --git a/src/test/flags_test.ts b/src/test/flags_test.ts index f58c1566..b57e0152 100644 --- a/src/test/flags_test.ts +++ b/src/test/flags_test.ts @@ -1,12 +1,7 @@ /** * @license - * Copyright (c) 2019 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 2019 Google LLC + * SPDX-License-Identifier: BSD-3-Clause */ import {assert} from 'chai'; diff --git a/src/test/format_test.ts b/src/test/format_test.ts index 302fd917..06bff6ef 100644 --- a/src/test/format_test.ts +++ b/src/test/format_test.ts @@ -1,12 +1,7 @@ /** * @license - * Copyright (c) 2019 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 2019 Google LLC + * SPDX-License-Identifier: BSD-3-Clause */ import {assert} from 'chai'; diff --git a/src/test/install_test.ts b/src/test/install_test.ts index b67ae73f..3ddb167f 100644 --- a/src/test/install_test.ts +++ b/src/test/install_test.ts @@ -1,12 +1,7 @@ /** * @license - * Copyright (c) 2019 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 2019 Google LLC + * SPDX-License-Identifier: BSD-3-Clause */ import {assert} from 'chai'; diff --git a/src/test/json-output_test.ts b/src/test/json-output_test.ts index 79447b05..81407dfc 100644 --- a/src/test/json-output_test.ts +++ b/src/test/json-output_test.ts @@ -1,12 +1,7 @@ /** * @license - * Copyright (c) 2019 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 2019 Google LLC + * SPDX-License-Identifier: BSD-3-Clause */ import {assert} from 'chai'; diff --git a/src/test/server_test.ts b/src/test/server_test.ts index f68f222f..052a18f9 100644 --- a/src/test/server_test.ts +++ b/src/test/server_test.ts @@ -1,12 +1,7 @@ /** * @license - * Copyright (c) 2019 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 2019 Google LLC + * SPDX-License-Identifier: BSD-3-Clause */ import {assert} from 'chai'; diff --git a/src/test/specs_test.ts b/src/test/specs_test.ts index f8e9ab7e..fda1e097 100644 --- a/src/test/specs_test.ts +++ b/src/test/specs_test.ts @@ -1,12 +1,7 @@ /** * @license - * Copyright (c) 2019 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 2019 Google LLC + * SPDX-License-Identifier: BSD-3-Clause */ import * as chai from 'chai'; diff --git a/src/test/stats_test.ts b/src/test/stats_test.ts index db40464e..947d4843 100644 --- a/src/test/stats_test.ts +++ b/src/test/stats_test.ts @@ -1,12 +1,7 @@ /** * @license - * Copyright (c) 2019 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 2019 Google LLC + * SPDX-License-Identifier: BSD-3-Clause */ // eslint-disable-next-line @typescript-eslint/no-var-requires diff --git a/src/test/test_helpers.ts b/src/test/test_helpers.ts index 5e804c6a..36bd2488 100644 --- a/src/test/test_helpers.ts +++ b/src/test/test_helpers.ts @@ -1,12 +1,7 @@ /** * @license - * Copyright (c) 2019 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 2019 Google LLC + * SPDX-License-Identifier: BSD-3-Clause */ import * as path from 'path'; diff --git a/src/test/versions_test.ts b/src/test/versions_test.ts index 229d4692..8ed4cae7 100644 --- a/src/test/versions_test.ts +++ b/src/test/versions_test.ts @@ -1,12 +1,7 @@ /** * @license - * Copyright (c) 2019 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 2019 Google LLC + * SPDX-License-Identifier: BSD-3-Clause */ import {assert} from 'chai'; diff --git a/src/types.ts b/src/types.ts index 12d54f01..84ba36ea 100644 --- a/src/types.ts +++ b/src/types.ts @@ -1,12 +1,7 @@ /** * @license - * Copyright (c) 2019 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 2019 Google LLC + * SPDX-License-Identifier: BSD-3-Clause */ import {BrowserConfig} from './browser'; diff --git a/src/util.ts b/src/util.ts index 6f03f11c..9a664a57 100644 --- a/src/util.ts +++ b/src/util.ts @@ -1,12 +1,7 @@ /** * @license - * Copyright (c) 2019 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 2019 Google LLC + * SPDX-License-Identifier: BSD-3-Clause */ import {execFile, ExecFileOptions} from 'child_process'; diff --git a/src/versions.ts b/src/versions.ts index fdf73233..a2b355df 100644 --- a/src/versions.ts +++ b/src/versions.ts @@ -1,12 +1,7 @@ /** * @license - * Copyright (c) 2019 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 2019 Google LLC + * SPDX-License-Identifier: BSD-3-Clause */ import * as childProcess from 'child_process';