build: update licence date. (#55129)

Wasn't done last year, let's do it in 2024

PR Close #55129
This commit is contained in:
Matthieu Riegler
2024-03-29 14:00:06 -07:00
committed by Andrew Scott
parent 59c166a2bc
commit 03581b929c
4 changed files with 16 additions and 16 deletions
@@ -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
*/
@@ -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
*/
+1 -1
View File
@@ -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
*/
+1 -1
View File
@@ -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
*/`;