Skip to content

Commit f24a8c6

Browse files
naaajiimmalerba
authored andcommitted
docs: update license year (#59883)
updates the year in footer and placeholder for generated files PR Close #59883
1 parent 036ee75 commit f24a8c6

File tree

6 files changed

+18
-18
lines changed

6 files changed

+18
-18
lines changed

adev/src/app/core/layout/footer/footer.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ <h2>Languages</h2>
119119
</div>
120120
</div>
121121
<p class="docs-license">
122-
Super-powered by Google ©2010-2024. Code licensed under an
122+
Super-powered by Google ©2010-2025. Code licensed under an
123123
<a routerLink="/license" title="License text">MIT-style License</a>
124124
. Documentation licensed under
125125
<a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>

packages/bazel/test/ng_package/example_package.golden

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ License: MIT
7070

7171
/**
7272
* @license Angular v0.0.0
73-
* (c) 2010-2024 Google LLC. https://angular.io/
73+
* (c) 2010-2025 Google LLC. https://angular.io/
7474
* License: MIT
7575
*/
7676

@@ -120,7 +120,7 @@ Hello
120120

121121
/**
122122
* @license Angular v0.0.0
123-
* (c) 2010-2024 Google LLC. https://angular.io/
123+
* (c) 2010-2025 Google LLC. https://angular.io/
124124
* License: MIT
125125
*/
126126

@@ -149,7 +149,7 @@ export { A11yModule };
149149

150150
/**
151151
* @license Angular v0.0.0
152-
* (c) 2010-2024 Google LLC. https://angular.io/
152+
* (c) 2010-2025 Google LLC. https://angular.io/
153153
* License: MIT
154154
*/
155155

@@ -190,7 +190,7 @@ export { MyService };
190190

191191
/**
192192
* @license Angular v0.0.0
193-
* (c) 2010-2024 Google LLC. https://angular.io/
193+
* (c) 2010-2025 Google LLC. https://angular.io/
194194
* License: MIT
195195
*/
196196

@@ -220,7 +220,7 @@ export { SecondaryModule, a };
220220

221221
/**
222222
* @license Angular v0.0.0
223-
* (c) 2010-2024 Google LLC. https://angular.io/
223+
* (c) 2010-2025 Google LLC. https://angular.io/
224224
* License: MIT
225225
*/
226226

@@ -249,7 +249,7 @@ export { MyModule };
249249

250250
/**
251251
* @license Angular v0.0.0
252-
* (c) 2010-2024 Google LLC. https://angular.io/
252+
* (c) 2010-2025 Google LLC. https://angular.io/
253253
* License: MIT
254254
*/
255255

@@ -275,7 +275,7 @@ export { }
275275

276276
/**
277277
* @license Angular v0.0.0
278-
* (c) 2010-2024 Google LLC. https://angular.io/
278+
* (c) 2010-2025 Google LLC. https://angular.io/
279279
* License: MIT
280280
*/
281281

@@ -331,7 +331,7 @@ export { }
331331

332332
/**
333333
* @license Angular v0.0.0
334-
* (c) 2010-2024 Google LLC. https://angular.io/
334+
* (c) 2010-2025 Google LLC. https://angular.io/
335335
* License: MIT
336336
*/
337337

packages/bazel/test/ng_package/example_with_ts_library_package.golden

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ License: MIT
5454

5555
/**
5656
* @license Angular v0.0.0
57-
* (c) 2010-2024 Google LLC. https://angular.io/
57+
* (c) 2010-2025 Google LLC. https://angular.io/
5858
* License: MIT
5959
*/
6060

@@ -68,7 +68,7 @@ export { VERSION };
6868

6969
/**
7070
* @license Angular v0.0.0
71-
* (c) 2010-2024 Google LLC. https://angular.io/
71+
* (c) 2010-2025 Google LLC. https://angular.io/
7272
* License: MIT
7373
*/
7474

@@ -98,7 +98,7 @@ export { PortalModule, a };
9898

9999
/**
100100
* @license Angular v0.0.0
101-
* (c) 2010-2024 Google LLC. https://angular.io/
101+
* (c) 2010-2025 Google LLC. https://angular.io/
102102
* License: MIT
103103
*/
104104

@@ -114,7 +114,7 @@ export { dispatchFakeEvent };
114114

115115
/**
116116
* @license Angular v0.0.0
117-
* (c) 2010-2024 Google LLC. https://angular.io/
117+
* (c) 2010-2025 Google LLC. https://angular.io/
118118
* License: MIT
119119
*/
120120

@@ -157,7 +157,7 @@ export { }
157157

158158
/**
159159
* @license Angular v0.0.0
160-
* (c) 2010-2024 Google LLC. https://angular.io/
160+
* (c) 2010-2025 Google LLC. https://angular.io/
161161
* License: MIT
162162
*/
163163

@@ -179,7 +179,7 @@ export { }
179179

180180
/**
181181
* @license Angular v0.0.0
182-
* (c) 2010-2024 Google LLC. https://angular.io/
182+
* (c) 2010-2025 Google LLC. https://angular.io/
183183
* License: MIT
184184
*/
185185

packages/core/schematics/rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const stripBannerPlugin = {
3838
const banner = `'use strict';
3939
/**
4040
* @license Angular v0.0.0-PLACEHOLDER
41-
* (c) 2010-2024 Google LLC. https://angular.io/
41+
* (c) 2010-2025 Google LLC. https://angular.io/
4242
* License: MIT
4343
*/`;
4444

packages/license-banner.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
22
* @license Angular v0.0.0-PLACEHOLDER
3-
* (c) 2010-2024 Google LLC. https://angular.io/
3+
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/

packages/zone.js/rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const stripBannerPlugin = {
4949
const banner = `'use strict';
5050
/**
5151
* @license Angular v${version}
52-
* (c) 2010-2024 Google LLC. https://angular.io/
52+
* (c) 2010-2025 Google LLC. https://angular.io/
5353
* License: MIT
5454
*/`;
5555

0 commit comments

Comments
 (0)