mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
build: update licence date. (#55129)
Wasn't done last year, let's do it in 2024 PR Close #55129
This commit is contained in:
committed by
Andrew Scott
parent
59c166a2bc
commit
03581b929c
@@ -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,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
|
||||
*/
|
||||
|
||||
@@ -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
|
||||
*/`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user