Skip to content

Commit 8f3e021

Browse files
committed
docs: update current year
1 parent 6c87f67 commit 8f3e021

File tree

10 files changed

+12
-10
lines changed

10 files changed

+12
-10
lines changed

LICENSE

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

3-
Copyright (c) 2023 creativeLabs Łukasz Holeczek
3+
Copyright (c) 2024 creativeLabs Łukasz Holeczek
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

README.md

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

203203
## Copyright and license
204204

205-
Copyright 2023 creativeLabs Łukasz Holeczek. Code released under the [MIT License](https://github.com/coreui/coreui/blob/main/LICENSE). Docs released under [Creative Commons](https://creativecommons.org/licenses/by/3.0/).
205+
Copyright 2024 creativeLabs Łukasz Holeczek. Code released under the [MIT License](https://github.com/coreui/coreui/blob/main/LICENSE). Docs released under [Creative Commons](https://creativecommons.org/licenses/by/3.0/).

docs/assets/js/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-2023 The Bootstrap Authors
7+
* Copyright 2011-2024 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/snippets.js

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

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

docs/static/assets/js/color-modes.js

Lines changed: 1 addition & 1 deletion
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) 2023 creativeLabs Łukasz Holeczek
3+
* Copyright (c) 2024 creativeLabs Łukasz Holeczek
44
* Licensed under the Creative Commons Attribution 3.0 Unported License.
55
*/
66

js/tests/unit/toast.spec.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import Toast from '../../src/toast.js'
2-
import { clearFixture, createEvent, getFixture, jQueryMock } from '../helpers/fixture.js'
2+
import {
3+
clearFixture, createEvent, getFixture, jQueryMock
4+
} from '../helpers/fixture.js'
35

46
describe('Toast', () => {
57
let fixtureEl

nuget/coreui.nuspec

Lines changed: 1 addition & 1 deletion
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-2023</copyright>
17+
<copyright>Copyright 2013-2024</copyright>
1818
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1919
<tags>css mobile-first responsive front-end framework web</tags>
2020
<contentFiles>

nuget/coreui.sass.nuspec

Lines changed: 1 addition & 1 deletion
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-2023</copyright>
17+
<copyright>Copyright 2013-2024</copyright>
1818
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1919
<tags>css sass mobile-first responsive front-end framework web</tags>
2020
<contentFiles>

scss/mixins/_banner.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@mixin bsBanner($file) {
22
/*!
33
* CoreUI #{$file} v5.0.0-rc.1 (https://coreui.io)
4-
* Copyright (c) 2023 creativeLabs Łukasz Holeczek
4+
* Copyright (c) 2024 creativeLabs Łukasz Holeczek
55
* Licensed under MIT (https://github.com/coreui/coreui/blob/main/LICENSE)
66
*/
77
}

scss/themes/bootstrap/mixins/_banner.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@mixin bsBanner($file) {
22
/*!
33
* CoreUI for Bootstrap #{$file} v5.0.0-rc.1 (https://coreui.io/bootstrap/)
4-
* Copyright (c) 2023 creativeLabs Łukasz Holeczek
4+
* Copyright (c) 2024 creativeLabs Łukasz Holeczek
55
* Licensed under MIT (https://github.com/coreui/coreui/blob/main/LICENSE)
66
*/
77
}

0 commit comments

Comments
 (0)