Skip to content

Commit d47f0f3

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

19 files changed

+20
-20
lines changed

Diff for: LICENSE

+1-1
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.

Diff for: README.md

+1-1
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/).

Diff for: build/build-plugins.mjs

+1-1
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

Diff for: build/change-version.mjs

+1-1
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

Diff for: build/generate-sri.mjs

+1-1
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

Diff for: build/vnu-jar.mjs

+1-1
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

Diff for: docs/assets/js/application.js

+1-1
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
*/

Diff for: docs/assets/js/partials/code-examples.js

+1-1
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
*/

Diff for: docs/assets/js/partials/sidebar.js

+1-1
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
*/

Diff for: docs/assets/js/partials/snippets.js

+1-1
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
*/

Diff for: docs/assets/js/snippets.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* JavaScript for Bootstrap's docs (https://getbootstrap.com/)
3-
* Copyright 2011-2024 The Bootstrap Authors
3+
* Copyright 2011-2025 The Bootstrap Authors
44
* Licensed under the Creative Commons Attribution 3.0 Unported License.
55
* For details, see https://creativecommons.org/licenses/by/3.0/.
66
*/

Diff for: docs/assets/js/snowflakes.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,6 @@ const snowflakes = (target, count = 200) => {
122122
container.append(canvas)
123123
}
124124

125-
if (document.querySelector('.banner-xmas')) {
126-
snowflakes('.banner-xmas', 200)
125+
if (document.querySelector('.snowfall')) {
126+
snowflakes('.snowfall', 100)
127127
}

Diff for: docs/assets/js/stackblitz.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

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

Diff for: docs/assets/scss/search.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* Bootstrap Docs (https://getbootstrap.com/)
3-
* Copyright 2024 The Bootstrap Authors
3+
* Copyright 2025 The Bootstrap Authors
44
* Licensed under the Creative Commons Attribution 3.0 Unported License.
55
* For details, see https://creativecommons.org/licenses/by/3.0/.
66
*/

Diff for: docs/static/assets/js/color-modes.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* Color mode toggler for CoreUI's docs (https://coreui.io/)
3-
* Copyright (c) 2024 creativeLabs Łukasz Holeczek
3+
* Copyright (c) 2025 creativeLabs Łukasz Holeczek
44
* Licensed under the Creative Commons Attribution 3.0 Unported License.
55
*/
66

Diff for: nuget/coreui.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<projectUrl>https://coreui.io</projectUrl>
1515
<icon>coreui.png</icon>
1616
<license type="file">LICENSE.txt</license>
17-
<copyright>Copyright 2013-2024</copyright>
17+
<copyright>Copyright 2013-2025</copyright>
1818
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1919
<tags>css mobile-first responsive front-end framework web</tags>
2020
<contentFiles>

Diff for: nuget/coreui.sass.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<projectUrl>https://coreui.io</projectUrl>
1515
<icon>coreui.png</icon>
1616
<license type="file">LICENSE.txt</license>
17-
<copyright>Copyright 2013-2024</copyright>
17+
<copyright>Copyright 2013-2025</copyright>
1818
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1919
<tags>css sass mobile-first responsive front-end framework web</tags>
2020
<contentFiles>

Diff for: scss/mixins/_banner.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@mixin bsBanner($file) {
22
/*!
33
* CoreUI PRO #{$file} v5.8.0 (https://coreui.io)
4-
* Copyright (c) 2024 creativeLabs Łukasz Holeczek
4+
* Copyright (c) 2025 creativeLabs Łukasz Holeczek
55
* License (https://coreui.io/pro/license/)
66
*/
77
}

Diff for: scss/themes/bootstrap/mixins/_banner.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@mixin bsBanner($file) {
22
/*!
33
* CoreUI PRO for Bootstrap #{$file} v5.8.0 (https://coreui.io/bootstrap/)
4-
* Copyright (c) 2024 creativeLabs Łukasz Holeczek
4+
* Copyright (c) 2025 creativeLabs Łukasz Holeczek
55
* License (https://coreui.io/pro/license/)
66
*/
77
}

0 commit comments

Comments
 (0)