diff --git a/LICENSE b/LICENSE index fc10d93fd..faa6cd3bc 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,6 @@ BSD 3-Clause License +Copyright (c) The Lit Project. Copyright (c) 2020 Google LLC. All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/packages/lit-dev-cloudbuild-cleanup/src/cleanup.ts b/packages/lit-dev-cloudbuild-cleanup/src/cleanup.ts index c4bcbe5cc..1be4a5660 100644 --- a/packages/lit-dev-cloudbuild-cleanup/src/cleanup.ts +++ b/packages/lit-dev-cloudbuild-cleanup/src/cleanup.ts @@ -1,5 +1,6 @@ /** * @license + * Copyright The Lit Project * Copyright 2022 Google LLC * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/packages/lit-dev-content/.eleventy.js b/packages/lit-dev-content/.eleventy.js index 3e575cec1..69242ca4a 100644 --- a/packages/lit-dev-content/.eleventy.js +++ b/packages/lit-dev-content/.eleventy.js @@ -1,5 +1,6 @@ /** * @license + * Copyright The Lit Project * Copyright 2020 Google LLC * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/packages/lit-dev-content/rollup.config.js b/packages/lit-dev-content/rollup.config.js index 58e0cd6f5..a5a1f3094 100644 --- a/packages/lit-dev-content/rollup.config.js +++ b/packages/lit-dev-content/rollup.config.js @@ -1,5 +1,6 @@ /** * @license + * Copyright The Lit Project * Copyright 2020 Google LLC * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/packages/lit-dev-content/samples/v2-docs/libraries/localization/runtime/index.ts b/packages/lit-dev-content/samples/v2-docs/libraries/localization/runtime/index.ts index 6e9551010..f36445c6c 100644 --- a/packages/lit-dev-content/samples/v2-docs/libraries/localization/runtime/index.ts +++ b/packages/lit-dev-content/samples/v2-docs/libraries/localization/runtime/index.ts @@ -1,5 +1,6 @@ /** * @license + * Copyright The Lit Project * Copyright 2020 Google LLC * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/packages/lit-dev-content/samples/v2-docs/libraries/localization/runtime/locale-picker.ts b/packages/lit-dev-content/samples/v2-docs/libraries/localization/runtime/locale-picker.ts index 59efb6d5a..42c718ec7 100644 --- a/packages/lit-dev-content/samples/v2-docs/libraries/localization/runtime/locale-picker.ts +++ b/packages/lit-dev-content/samples/v2-docs/libraries/localization/runtime/locale-picker.ts @@ -1,5 +1,6 @@ /** * @license + * Copyright The Lit Project * Copyright 2020 Google LLC * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/packages/lit-dev-content/samples/v3-docs/libraries/localization/runtime/index.ts b/packages/lit-dev-content/samples/v3-docs/libraries/localization/runtime/index.ts index 6e9551010..f36445c6c 100644 --- a/packages/lit-dev-content/samples/v3-docs/libraries/localization/runtime/index.ts +++ b/packages/lit-dev-content/samples/v3-docs/libraries/localization/runtime/index.ts @@ -1,5 +1,6 @@ /** * @license + * Copyright The Lit Project * Copyright 2020 Google LLC * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/packages/lit-dev-content/samples/v3-docs/libraries/localization/runtime/locale-picker.ts b/packages/lit-dev-content/samples/v3-docs/libraries/localization/runtime/locale-picker.ts index 59efb6d5a..42c718ec7 100644 --- a/packages/lit-dev-content/samples/v3-docs/libraries/localization/runtime/locale-picker.ts +++ b/packages/lit-dev-content/samples/v3-docs/libraries/localization/runtime/locale-picker.ts @@ -1,5 +1,6 @@ /** * @license + * Copyright The Lit Project * Copyright 2020 Google LLC * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/packages/lit-dev-content/site/_data/api-docs-pages.js b/packages/lit-dev-content/site/_data/api-docs-pages.js index 888ec3e69..272ccd8d5 100644 --- a/packages/lit-dev-content/site/_data/api-docs-pages.js +++ b/packages/lit-dev-content/site/_data/api-docs-pages.js @@ -1,5 +1,6 @@ /** * @license + * Copyright The Lit Project * Copyright 2021 Google LLC * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/packages/lit-dev-content/site/_data/env.js b/packages/lit-dev-content/site/_data/env.js index 42b4b88b0..c241f377c 100644 --- a/packages/lit-dev-content/site/_data/env.js +++ b/packages/lit-dev-content/site/_data/env.js @@ -1,5 +1,6 @@ /** * @license + * Copyright The Lit Project * Copyright 2021 Google LLC * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/packages/lit-dev-content/site/_data/playground_examples.js b/packages/lit-dev-content/site/_data/playground_examples.js index 9dadfd9eb..d0171c65b 100644 --- a/packages/lit-dev-content/site/_data/playground_examples.js +++ b/packages/lit-dev-content/site/_data/playground_examples.js @@ -1,5 +1,6 @@ /** * @license + * Copyright The Lit Project * Copyright 2021 Google LLC * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/packages/lit-dev-content/site/_data/tutorials.js b/packages/lit-dev-content/site/_data/tutorials.js index 68147ccf6..cf41b4260 100644 --- a/packages/lit-dev-content/site/_data/tutorials.js +++ b/packages/lit-dev-content/site/_data/tutorials.js @@ -1,5 +1,6 @@ /** * @license + * Copyright The Lit Project * Copyright 2022 Google LLC * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/packages/lit-dev-content/site/_data/videos.js b/packages/lit-dev-content/site/_data/videos.js index 91cae0637..4e39b0774 100644 --- a/packages/lit-dev-content/site/_data/videos.js +++ b/packages/lit-dev-content/site/_data/videos.js @@ -1,5 +1,6 @@ /** * @license + * Copyright The Lit Project * Copyright 2023 Google LLC * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/packages/lit-dev-content/site/_includes/footer.html b/packages/lit-dev-content/site/_includes/footer.html index 00e67147e..6ffd1fb47 100644 --- a/packages/lit-dev-content/site/_includes/footer.html +++ b/packages/lit-dev-content/site/_includes/footer.html @@ -1,17 +1,29 @@