diff --git a/packages/bazel/test/ng_package/example_package.golden b/packages/bazel/test/ng_package/example_package.golden index fe72fdb56c8..5e022b1959f 100644 --- a/packages/bazel/test/ng_package/example_package.golden +++ b/packages/bazel/test/ng_package/example_package.golden @@ -61,7 +61,7 @@ License: MIT /** * @license Angular v0.0.0 - * (c) 2010-2022 Google LLC. https://angular.io/ + * (c) 2010-2024 Google LLC. https://angular.io/ * License: MIT */ @@ -305,7 +305,7 @@ export const a = 1; /** * @license Angular v0.0.0 - * (c) 2010-2022 Google LLC. https://angular.io/ + * (c) 2010-2024 Google LLC. https://angular.io/ * License: MIT */ @@ -334,7 +334,7 @@ export { A11yModule }; /** * @license Angular v0.0.0 - * (c) 2010-2022 Google LLC. https://angular.io/ + * (c) 2010-2024 Google LLC. https://angular.io/ * License: MIT */ @@ -374,7 +374,7 @@ export { MyService }; /** * @license Angular v0.0.0 - * (c) 2010-2022 Google LLC. https://angular.io/ + * (c) 2010-2024 Google LLC. https://angular.io/ * License: MIT */ @@ -404,7 +404,7 @@ export { SecondaryModule, a }; /** * @license Angular v0.0.0 - * (c) 2010-2022 Google LLC. https://angular.io/ + * (c) 2010-2024 Google LLC. https://angular.io/ * License: MIT */ @@ -433,7 +433,7 @@ export { MyModule }; /** * @license Angular v0.0.0 - * (c) 2010-2022 Google LLC. https://angular.io/ + * (c) 2010-2024 Google LLC. https://angular.io/ * License: MIT */ @@ -459,7 +459,7 @@ export { } /** * @license Angular v0.0.0 - * (c) 2010-2022 Google LLC. https://angular.io/ + * (c) 2010-2024 Google LLC. https://angular.io/ * License: MIT */ @@ -523,7 +523,7 @@ export { } /** * @license Angular v0.0.0 - * (c) 2010-2022 Google LLC. https://angular.io/ + * (c) 2010-2024 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 76a3d0aac39..8e14782af09 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 @@ -118,7 +118,7 @@ export function dispatchFakeEvent(el, ev) { /** * @license Angular v0.0.0 - * (c) 2010-2022 Google LLC. https://angular.io/ + * (c) 2010-2024 Google LLC. https://angular.io/ * License: MIT */ @@ -132,7 +132,7 @@ export { VERSION }; /** * @license Angular v0.0.0 - * (c) 2010-2022 Google LLC. https://angular.io/ + * (c) 2010-2024 Google LLC. https://angular.io/ * License: MIT */ @@ -162,7 +162,7 @@ export { PortalModule, a }; /** * @license Angular v0.0.0 - * (c) 2010-2022 Google LLC. https://angular.io/ + * (c) 2010-2024 Google LLC. https://angular.io/ * License: MIT */ @@ -178,7 +178,7 @@ export { dispatchFakeEvent }; /** * @license Angular v0.0.0 - * (c) 2010-2022 Google LLC. https://angular.io/ + * (c) 2010-2024 Google LLC. https://angular.io/ * License: MIT */ @@ -227,7 +227,7 @@ export { } /** * @license Angular v0.0.0 - * (c) 2010-2022 Google LLC. https://angular.io/ + * (c) 2010-2024 Google LLC. https://angular.io/ * License: MIT */ @@ -249,7 +249,7 @@ export { } /** * @license Angular v0.0.0 - * (c) 2010-2022 Google LLC. https://angular.io/ + * (c) 2010-2024 Google LLC. https://angular.io/ * License: MIT */ diff --git a/packages/license-banner.txt b/packages/license-banner.txt index 668999ea897..bb12ea60cbe 100644 --- a/packages/license-banner.txt +++ b/packages/license-banner.txt @@ -1,5 +1,5 @@ /** * @license Angular v0.0.0-PLACEHOLDER - * (c) 2010-2022 Google LLC. https://angular.io/ + * (c) 2010-2024 Google LLC. https://angular.io/ * License: MIT */ diff --git a/packages/zone.js/rollup.config.js b/packages/zone.js/rollup.config.js index 05e8bd8c5c2..a2956fee381 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-2022 Google LLC. https://angular.io/ + * (c) 2010-2024 Google LLC. https://angular.io/ * License: MIT */`;