Skip to content

Commit d47f0f3

Browse files
committed
chore: update the current year.
1 parent 1d73beb commit d47f0f3

File tree

19 files changed

+20
-20
lines changed

19 files changed

+20
-20
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Copyright (c) 2024 creativeLabs Łukasz Holeczek
1+
Copyright (c) 2025 creativeLabs Łukasz Holeczek
22

33
This is commercial software. To use it, you have to own a commercial license.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,5 +250,5 @@ CoreUI is an MIT-licensed open source project and is completely free to use. How
250250

251251
## Copyright and license
252252

253-
Copyright 2024 creativeLabs Łukasz Holeczek.
253+
Copyright 2025 creativeLabs Łukasz Holeczek.
254254
This is commercial software. To use it, you have to own a commercial license. Docs released under [Creative Commons](https://creativecommons.org/licenses/by/3.0/).

build/build-plugins.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/*!
44
* Script to build our plugins to use them separately.
5-
* Copyright 2020-2024 The Bootstrap Authors
5+
* Copyright 2020-2025 The Bootstrap Authors
66
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
77
*/
88

build/change-version.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/*!
44
* Script to update version number references in the project.
5-
* Copyright 2017-2024 The Bootstrap Authors
5+
* Copyright 2017-2025 The Bootstrap Authors
66
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
77
*/
88

build/generate-sri.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Remember to use the same vendor files as the CDN ones,
66
* otherwise the hashes won't match!
77
*
8-
* Copyright 2017-2024 The Bootstrap Authors
8+
* Copyright 2017-2025 The Bootstrap Authors
99
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
1010
*/
1111

build/vnu-jar.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/*!
44
* Script to run vnu-jar if Java is available.
5-
* Copyright 2017-2024 The Bootstrap Authors
5+
* Copyright 2017-2025 The Bootstrap Authors
66
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
77
*/
88

docs/assets/js/application.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
/*!
66
* JavaScript for Bootstrap's docs (https://getbootstrap.com/)
7-
* Copyright 2011-2024 The Bootstrap Authors
7+
* Copyright 2011-2025 The Bootstrap Authors
88
* Licensed under the Creative Commons Attribution 3.0 Unported License.
99
* For details, see https://creativecommons.org/licenses/by/3.0/.
1010
*/

docs/assets/js/partials/code-examples.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
/*!
66
* JavaScript for Bootstrap's docs (https://getcoreui.com/)
7-
* Copyright 2011-2024 The Bootstrap Authors
7+
* Copyright 2011-2025 The Bootstrap Authors
88
* Licensed under the Creative Commons Attribution 3.0 Unported License.
99
* For details, see https://creativecommons.org/licenses/by/3.0/.
1010
*/

docs/assets/js/partials/sidebar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
/*
66
* JavaScript for Bootstrap's docs (https://getbootstrap.com/)
7-
* Copyright 2011-2024 The Bootstrap Authors
7+
* Copyright 2011-2025 The Bootstrap Authors
88
* Licensed under the Creative Commons Attribution 3.0 Unported License.
99
* For details, see https://creativecommons.org/licenses/by/3.0/.
1010
*/

docs/assets/js/partials/snippets.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
/*!
99
* JavaScript for CoreUI's docs (https://coreui.io/)
10-
* Copyright 2024 creativeLabs Lukasz Holeczek
10+
* Copyright 2025 creativeLabs Lukasz Holeczek
1111
* Licensed under the Creative Commons Attribution 3.0 Unported License.
1212
* For details, see https://creativecommons.org/licenses/by/3.0/.
1313
*/

0 commit comments

Comments
 (0)