Skip to content

Commit

Permalink
build: update licence date. (#55129)
Browse files Browse the repository at this point in the history
Wasn't done last year, let's do it in 2024

PR Close #55129
  • Loading branch information
JeanMeche authored and atscott committed Apr 8, 2024
1 parent 59c166a commit 03581b9
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions packages/bazel/test/ng_package/example_package.golden
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/

Expand Down Expand Up @@ -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
*/

Expand Down Expand Up @@ -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
*/

Expand Down Expand Up @@ -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
*/

Expand Down Expand Up @@ -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
*/

Expand Down Expand Up @@ -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
*/

Expand All @@ -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
*/

Expand Down Expand Up @@ -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
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/

Expand All @@ -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
*/

Expand Down Expand Up @@ -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
*/

Expand All @@ -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
*/

Expand Down Expand Up @@ -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
*/

Expand All @@ -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
*/

Expand Down
2 changes: 1 addition & 1 deletion packages/license-banner.txt
Original file line number Diff line number Diff line change
@@ -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
*/
2 changes: 1 addition & 1 deletion packages/zone.js/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/`;

Expand Down

0 comments on commit 03581b9

Please sign in to comment.