docs: update license year (#59883)

updates the year in footer and placeholder for generated files

PR Close #59883
This commit is contained in:
naaajii
2025-02-07 16:33:55 +05:00
committed by Miles Malerba
parent 3902640350
commit b4feeb5a7d
6 changed files with 18 additions and 18 deletions
@@ -119,7 +119,7 @@
</div>
</div>
<p class="docs-license">
Super-powered by Google ©2010-2024. Code licensed under an
Super-powered by Google ©2010-2025. Code licensed under an
<a routerLink="/license" title="License text">MIT-style License</a>
. Documentation licensed under
<a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>
@@ -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
*/
@@ -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
*/
+1 -1
View File
@@ -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
*/`;
+1 -1
View File
@@ -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
*/
+1 -1
View File
@@ -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
*/`;