Skip to content

Commit 03581b9

Browse files
JeanMecheatscott
authored andcommitted
build: update licence date. (#55129)
Wasn't done last year, let's do it in 2024 PR Close #55129
1 parent 59c166a commit 03581b9

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

packages/bazel/test/ng_package/example_package.golden

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

6262
/**
6363
* @license Angular v0.0.0
64-
* (c) 2010-2022 Google LLC. https://angular.io/
64+
* (c) 2010-2024 Google LLC. https://angular.io/
6565
* License: MIT
6666
*/
6767

@@ -305,7 +305,7 @@ export const a = 1;
305305

306306
/**
307307
* @license Angular v0.0.0
308-
* (c) 2010-2022 Google LLC. https://angular.io/
308+
* (c) 2010-2024 Google LLC. https://angular.io/
309309
* License: MIT
310310
*/
311311

@@ -334,7 +334,7 @@ export { A11yModule };
334334

335335
/**
336336
* @license Angular v0.0.0
337-
* (c) 2010-2022 Google LLC. https://angular.io/
337+
* (c) 2010-2024 Google LLC. https://angular.io/
338338
* License: MIT
339339
*/
340340

@@ -374,7 +374,7 @@ export { MyService };
374374

375375
/**
376376
* @license Angular v0.0.0
377-
* (c) 2010-2022 Google LLC. https://angular.io/
377+
* (c) 2010-2024 Google LLC. https://angular.io/
378378
* License: MIT
379379
*/
380380

@@ -404,7 +404,7 @@ export { SecondaryModule, a };
404404

405405
/**
406406
* @license Angular v0.0.0
407-
* (c) 2010-2022 Google LLC. https://angular.io/
407+
* (c) 2010-2024 Google LLC. https://angular.io/
408408
* License: MIT
409409
*/
410410

@@ -433,7 +433,7 @@ export { MyModule };
433433

434434
/**
435435
* @license Angular v0.0.0
436-
* (c) 2010-2022 Google LLC. https://angular.io/
436+
* (c) 2010-2024 Google LLC. https://angular.io/
437437
* License: MIT
438438
*/
439439

@@ -459,7 +459,7 @@ export { }
459459

460460
/**
461461
* @license Angular v0.0.0
462-
* (c) 2010-2022 Google LLC. https://angular.io/
462+
* (c) 2010-2024 Google LLC. https://angular.io/
463463
* License: MIT
464464
*/
465465

@@ -523,7 +523,7 @@ export { }
523523

524524
/**
525525
* @license Angular v0.0.0
526-
* (c) 2010-2022 Google LLC. https://angular.io/
526+
* (c) 2010-2024 Google LLC. https://angular.io/
527527
* License: MIT
528528
*/
529529

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
@@ -118,7 +118,7 @@ export function dispatchFakeEvent(el, ev) {
118118

119119
/**
120120
* @license Angular v0.0.0
121-
* (c) 2010-2022 Google LLC. https://angular.io/
121+
* (c) 2010-2024 Google LLC. https://angular.io/
122122
* License: MIT
123123
*/
124124

@@ -132,7 +132,7 @@ export { VERSION };
132132

133133
/**
134134
* @license Angular v0.0.0
135-
* (c) 2010-2022 Google LLC. https://angular.io/
135+
* (c) 2010-2024 Google LLC. https://angular.io/
136136
* License: MIT
137137
*/
138138

@@ -162,7 +162,7 @@ export { PortalModule, a };
162162

163163
/**
164164
* @license Angular v0.0.0
165-
* (c) 2010-2022 Google LLC. https://angular.io/
165+
* (c) 2010-2024 Google LLC. https://angular.io/
166166
* License: MIT
167167
*/
168168

@@ -178,7 +178,7 @@ export { dispatchFakeEvent };
178178

179179
/**
180180
* @license Angular v0.0.0
181-
* (c) 2010-2022 Google LLC. https://angular.io/
181+
* (c) 2010-2024 Google LLC. https://angular.io/
182182
* License: MIT
183183
*/
184184

@@ -227,7 +227,7 @@ export { }
227227

228228
/**
229229
* @license Angular v0.0.0
230-
* (c) 2010-2022 Google LLC. https://angular.io/
230+
* (c) 2010-2024 Google LLC. https://angular.io/
231231
* License: MIT
232232
*/
233233

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

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

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-2022 Google LLC. https://angular.io/
3+
* (c) 2010-2024 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-2022 Google LLC. https://angular.io/
52+
* (c) 2010-2024 Google LLC. https://angular.io/
5353
* License: MIT
5454
*/`;
5555

0 commit comments

Comments
 (0)