diff --git a/adev/src/app/core/layout/footer/footer.component.html b/adev/src/app/core/layout/footer/footer.component.html index 738e82b981f..bc076da2ebd 100644 --- a/adev/src/app/core/layout/footer/footer.component.html +++ b/adev/src/app/core/layout/footer/footer.component.html @@ -119,7 +119,7 @@

- Super-powered by Google ©2010-2024. Code licensed under an + Super-powered by Google ©2010-2025. Code licensed under an MIT-style License . Documentation licensed under CC BY 4.0 diff --git a/packages/bazel/test/ng_package/example_package.golden b/packages/bazel/test/ng_package/example_package.golden index d78450e54c0..9f2a5bf6669 100644 --- a/packages/bazel/test/ng_package/example_package.golden +++ b/packages/bazel/test/ng_package/example_package.golden @@ -70,7 +70,7 @@ License: MIT /** * @license Angular v0.0.0 - * (c) 2010-2024 Google LLC. https://angular.io/ + * (c) 2010-2025 Google LLC. https://angular.io/ * License: MIT */ @@ -120,7 +120,7 @@ Hello /** * @license Angular v0.0.0 - * (c) 2010-2024 Google LLC. https://angular.io/ + * (c) 2010-2025 Google LLC. https://angular.io/ * License: MIT */ @@ -149,7 +149,7 @@ export { A11yModule }; /** * @license Angular v0.0.0 - * (c) 2010-2024 Google LLC. https://angular.io/ + * (c) 2010-2025 Google LLC. https://angular.io/ * License: MIT */ @@ -190,7 +190,7 @@ export { MyService }; /** * @license Angular v0.0.0 - * (c) 2010-2024 Google LLC. https://angular.io/ + * (c) 2010-2025 Google LLC. https://angular.io/ * License: MIT */ @@ -220,7 +220,7 @@ export { SecondaryModule, a }; /** * @license Angular v0.0.0 - * (c) 2010-2024 Google LLC. https://angular.io/ + * (c) 2010-2025 Google LLC. https://angular.io/ * License: MIT */ @@ -249,7 +249,7 @@ export { MyModule }; /** * @license Angular v0.0.0 - * (c) 2010-2024 Google LLC. https://angular.io/ + * (c) 2010-2025 Google LLC. https://angular.io/ * License: MIT */ @@ -275,7 +275,7 @@ export { } /** * @license Angular v0.0.0 - * (c) 2010-2024 Google LLC. https://angular.io/ + * (c) 2010-2025 Google LLC. https://angular.io/ * License: MIT */ @@ -331,7 +331,7 @@ export { } /** * @license Angular v0.0.0 - * (c) 2010-2024 Google LLC. https://angular.io/ + * (c) 2010-2025 Google LLC. https://angular.io/ * License: MIT */ diff --git a/packages/bazel/test/ng_package/example_with_ts_library_package.golden b/packages/bazel/test/ng_package/example_with_ts_library_package.golden index a76fc2795be..bd97d09e1f6 100644 --- a/packages/bazel/test/ng_package/example_with_ts_library_package.golden +++ b/packages/bazel/test/ng_package/example_with_ts_library_package.golden @@ -54,7 +54,7 @@ License: MIT /** * @license Angular v0.0.0 - * (c) 2010-2024 Google LLC. https://angular.io/ + * (c) 2010-2025 Google LLC. https://angular.io/ * License: MIT */ @@ -68,7 +68,7 @@ export { VERSION }; /** * @license Angular v0.0.0 - * (c) 2010-2024 Google LLC. https://angular.io/ + * (c) 2010-2025 Google LLC. https://angular.io/ * License: MIT */ @@ -98,7 +98,7 @@ export { PortalModule, a }; /** * @license Angular v0.0.0 - * (c) 2010-2024 Google LLC. https://angular.io/ + * (c) 2010-2025 Google LLC. https://angular.io/ * License: MIT */ @@ -114,7 +114,7 @@ export { dispatchFakeEvent }; /** * @license Angular v0.0.0 - * (c) 2010-2024 Google LLC. https://angular.io/ + * (c) 2010-2025 Google LLC. https://angular.io/ * License: MIT */ @@ -157,7 +157,7 @@ export { } /** * @license Angular v0.0.0 - * (c) 2010-2024 Google LLC. https://angular.io/ + * (c) 2010-2025 Google LLC. https://angular.io/ * License: MIT */ @@ -179,7 +179,7 @@ export { } /** * @license Angular v0.0.0 - * (c) 2010-2024 Google LLC. https://angular.io/ + * (c) 2010-2025 Google LLC. https://angular.io/ * License: MIT */ diff --git a/packages/core/schematics/rollup.config.js b/packages/core/schematics/rollup.config.js index 778b384ea35..af4b718b550 100644 --- a/packages/core/schematics/rollup.config.js +++ b/packages/core/schematics/rollup.config.js @@ -38,7 +38,7 @@ const stripBannerPlugin = { const banner = `'use strict'; /** * @license Angular v0.0.0-PLACEHOLDER - * (c) 2010-2024 Google LLC. https://angular.io/ + * (c) 2010-2025 Google LLC. https://angular.io/ * License: MIT */`; diff --git a/packages/license-banner.txt b/packages/license-banner.txt index bb12ea60cbe..c836a242401 100644 --- a/packages/license-banner.txt +++ b/packages/license-banner.txt @@ -1,5 +1,5 @@ /** * @license Angular v0.0.0-PLACEHOLDER - * (c) 2010-2024 Google LLC. https://angular.io/ + * (c) 2010-2025 Google LLC. https://angular.io/ * License: MIT */ diff --git a/packages/zone.js/rollup.config.js b/packages/zone.js/rollup.config.js index e137778cea5..bee296b5af7 100644 --- a/packages/zone.js/rollup.config.js +++ b/packages/zone.js/rollup.config.js @@ -49,7 +49,7 @@ const stripBannerPlugin = { const banner = `'use strict'; /** * @license Angular v${version} - * (c) 2010-2024 Google LLC. https://angular.io/ + * (c) 2010-2025 Google LLC. https://angular.io/ * License: MIT */`;