From 85ce5f3ce7db5729980aa004fac00d320cad0fc3 Mon Sep 17 00:00:00 2001 From: SkyZeroZx <73321943+SkyZeroZx@users.noreply.github.com> Date: Fri, 2 Jan 2026 12:14:37 -0500 Subject: [PATCH] docs: update copyright year --- LICENSE | 2 +- adev/src/app/core/layout/footer/footer.component.html | 2 +- adev/src/content/reference/license.md | 2 +- packages/core/schematics/rollup.config.js | 2 +- packages/license-banner.txt | 2 +- packages/zone.js/tools/base.mjs | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/LICENSE b/LICENSE index 48adc1eb182..5ec8e26b9ee 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License -Copyright (c) 2010-2025 Google LLC. https://angular.dev/license +Copyright (c) 2010-2026 Google LLC. https://angular.dev/license Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/adev/src/app/core/layout/footer/footer.component.html b/adev/src/app/core/layout/footer/footer.component.html index a12af57fa57..2b053543c5a 100644 --- a/adev/src/app/core/layout/footer/footer.component.html +++ b/adev/src/app/core/layout/footer/footer.component.html @@ -111,7 +111,7 @@
- Super-powered by Google ©2010-2025. Code licensed under an + Super-powered by Google ©2010-2026. Code licensed under an MIT-style License . Documentation licensed under CC BY 4.0 diff --git a/adev/src/content/reference/license.md b/adev/src/content/reference/license.md index 4e182f38d18..c1fd599f9af 100644 --- a/adev/src/content/reference/license.md +++ b/adev/src/content/reference/license.md @@ -1,6 +1,6 @@ # The MIT License -Copyright (c) 2010-2025 Google LLC. [https://angular.dev/license](/license) +Copyright (c) 2010-2026 Google LLC. [https://angular.dev/license](/license) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/packages/core/schematics/rollup.config.js b/packages/core/schematics/rollup.config.js index 28fa9eba830..c901bd9a465 100644 --- a/packages/core/schematics/rollup.config.js +++ b/packages/core/schematics/rollup.config.js @@ -39,7 +39,7 @@ const stripBannerPlugin = { const banner = `'use strict'; /** * @license Angular v0.0.0-PLACEHOLDER - * (c) 2010-2025 Google LLC. https://angular.io/ + * (c) 2010-2026 Google LLC. https://angular.dev/ * License: MIT */`; diff --git a/packages/license-banner.txt b/packages/license-banner.txt index e9c53e9cb26..9c961c0f57a 100644 --- a/packages/license-banner.txt +++ b/packages/license-banner.txt @@ -1,5 +1,5 @@ /** * @license Angular v0.0.0-PLACEHOLDER - * (c) 2010-2025 Google LLC. https://angular.dev/ + * (c) 2010-2026 Google LLC. https://angular.dev/ * License: MIT */ diff --git a/packages/zone.js/tools/base.mjs b/packages/zone.js/tools/base.mjs index fac22956198..ff760c3a9e7 100644 --- a/packages/zone.js/tools/base.mjs +++ b/packages/zone.js/tools/base.mjs @@ -10,7 +10,7 @@ const banner = `'use strict'; /** * @license Angular - * (c) 2010-2025 Google LLC. https://angular.dev/ + * (c) 2010-2026 Google LLC. https://angular.dev/ * License: MIT */`;