Skip to content

Commit 85ce5f3

Browse files
SkyZeroZxkirjs
authored andcommitted
docs: update copyright year
1 parent 97fd1de commit 85ce5f3

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License
22

3-
Copyright (c) 2010-2025 Google LLC. https://angular.dev/license
3+
Copyright (c) 2010-2026 Google LLC. https://angular.dev/license
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ <h2>Languages</h2>
111111
</div>
112112
</div>
113113
<p class="docs-license">
114-
Super-powered by Google ©2010-2025. Code licensed under an
114+
Super-powered by Google ©2010-2026. Code licensed under an
115115
<a routerLink="/license" title="License text">MIT-style License</a>
116116
. Documentation licensed under
117117
<a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>

adev/src/content/reference/license.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# The MIT License
22

3-
Copyright (c) 2010-2025 Google LLC. [https://angular.dev/license](/license)
3+
Copyright (c) 2010-2026 Google LLC. [https://angular.dev/license](/license)
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
66

packages/core/schematics/rollup.config.js

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

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-2025 Google LLC. https://angular.dev/
3+
* (c) 2010-2026 Google LLC. https://angular.dev/
44
* License: MIT
55
*/

packages/zone.js/tools/base.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
const banner = `'use strict';
1111
/**
1212
* @license Angular
13-
* (c) 2010-2025 Google LLC. https://angular.dev/
13+
* (c) 2010-2026 Google LLC. https://angular.dev/
1414
* License: MIT
1515
*/`;
1616

0 commit comments

Comments
 (0)