Skip to content

Commit 52cc934

Browse files
julien-deramondmdo
authored andcommitted
Bump copyright year to 2024
1 parent b75f637 commit 52cc934

17 files changed

+21
-21
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2011-2023 The Bootstrap Authors
3+
Copyright (c) 2011-2024 The Bootstrap Authors
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -243,4 +243,4 @@ Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com
243243

244244
## Copyright and license
245245

246-
Code and documentation copyright 2011–2023 the [Bootstrap Authors](https://github.com/twbs/bootstrap/graphs/contributors). Code released under the [MIT License](https://github.com/twbs/bootstrap/blob/main/LICENSE). Docs released under [Creative Commons](https://creativecommons.org/licenses/by/3.0/).
246+
Code and documentation copyright 2011–2024 the [Bootstrap Authors](https://github.com/twbs/bootstrap/graphs/contributors). Code released under the [MIT License](https://github.com/twbs/bootstrap/blob/main/LICENSE). Docs released under [Creative Commons](https://creativecommons.org/licenses/by/3.0/).

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-2023 The Bootstrap Authors
5+
* Copyright 2020-2024 The Bootstrap Authors
66
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
77
*/
88

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-2023 The Bootstrap Authors
5+
* Copyright 2017-2024 The Bootstrap Authors
66
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
77
*/
88

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-2023 The Bootstrap Authors
8+
* Copyright 2017-2024 The Bootstrap Authors
99
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
1010
*/
1111

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-2023 The Bootstrap Authors
5+
* Copyright 2017-2024 The Bootstrap Authors
66
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
77
*/
88

build/zip-examples.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*!
44
* Script to create the built examples zip archive;
55
* requires the `zip` command to be present!
6-
* Copyright 2020-2023 The Bootstrap Authors
6+
* Copyright 2020-2024 The Bootstrap Authors
77
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
88
*/
99

nuget/bootstrap.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<repository type="git" url="https://github.com/twbs/bootstrap.git" branch="main" />
1616
<icon>bootstrap.png</icon>
1717
<license type="expression">MIT</license>
18-
<copyright>Copyright 2011-2023</copyright>
18+
<copyright>Copyright 2011-2024</copyright>
1919
<requireLicenseAcceptance>false</requireLicenseAcceptance>
2020
<tags>css mobile-first responsive front-end framework web</tags>
2121
<contentFiles>

nuget/bootstrap.sass.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<repository type="git" url="https://github.com/twbs/bootstrap.git" branch="main" />
1616
<icon>bootstrap.png</icon>
1717
<license type="expression">MIT</license>
18-
<copyright>Copyright 2011-2023</copyright>
18+
<copyright>Copyright 2011-2024</copyright>
1919
<requireLicenseAcceptance>false</requireLicenseAcceptance>
2020
<tags>css sass mobile-first responsive front-end framework web</tags>
2121
<contentFiles>

scss/mixins/_banner.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@mixin bsBanner($file) {
22
/*!
33
* Bootstrap #{$file} v5.3.2 (https://getbootstrap.com/)
4-
* Copyright 2011-2023 The Bootstrap Authors
4+
* Copyright 2011-2024 The Bootstrap Authors
55
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
66
*/
77
}

site/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-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
*/

site/assets/js/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://getbootstrap.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
*/

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

site/assets/scss/docs.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* Bootstrap Docs (https://getbootstrap.com/)
3-
* Copyright 2011-2023 The Bootstrap Authors
3+
* Copyright 2011-2024 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
*/

site/content/docs/5.3/examples/blog-rtl/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ <h4 class="fst-italic">المشاركات الاخيرة</h4>
192192
{{< placeholder width="100%" height="96" background="#777" color="#777" text="false" title="false" >}}
193193
<div class="col-lg-8">
194194
<h6 class="mb-0">مثال على عنوان منشور المدونة</h6>
195-
<small class="text-body-secondary">15 يناير 2023</small>
195+
<small class="text-body-secondary">15 يناير 2024</small>
196196
</div>
197197
</a>
198198
</li>
@@ -201,7 +201,7 @@ <h6 class="mb-0">مثال على عنوان منشور المدونة</h6>
201201
{{< placeholder width="100%" height="96" background="#777" color="#777" text="false" title="false" >}}
202202
<div class="col-lg-8">
203203
<h6 class="mb-0">هذا عنوان آخر للمدونة</h6>
204-
<small class="text-body-secondary">14 يناير 2023</small>
204+
<small class="text-body-secondary">14 يناير 2024</small>
205205
</div>
206206
</a>
207207
</li>
@@ -210,7 +210,7 @@ <h6 class="mb-0">هذا عنوان آخر للمدونة</h6>
210210
{{< placeholder width="100%" height="96" background="#777" color="#777" text="false" title="false" >}}
211211
<div class="col-lg-8">
212212
<h6 class="mb-0">أطول عنوان منشور للمدونة: يحتوي هذا الخط على عدة أسطر!</h6>
213-
<small class="text-body-secondary">13 يناير 2023</small>
213+
<small class="text-body-secondary">13 يناير 2024</small>
214214
</div>
215215
</a>
216216
</li>

site/content/docs/5.3/examples/blog/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ <h4 class="fst-italic">Recent posts</h4>
244244
{{< placeholder width="100%" height="96" background="#777" color="#777" text="false" title="false" >}}
245245
<div class="col-lg-8">
246246
<h6 class="mb-0">Example blog post title</h6>
247-
<small class="text-body-secondary">January 15, 2023</small>
247+
<small class="text-body-secondary">January 15, 2024</small>
248248
</div>
249249
</a>
250250
</li>
@@ -253,7 +253,7 @@ <h6 class="mb-0">Example blog post title</h6>
253253
{{< placeholder width="100%" height="96" background="#777" color="#777" text="false" title="false" >}}
254254
<div class="col-lg-8">
255255
<h6 class="mb-0">This is another blog post title</h6>
256-
<small class="text-body-secondary">January 14, 2023</small>
256+
<small class="text-body-secondary">January 14, 2024</small>
257257
</div>
258258
</a>
259259
</li>
@@ -262,7 +262,7 @@ <h6 class="mb-0">This is another blog post title</h6>
262262
{{< placeholder width="100%" height="96" background="#777" color="#777" text="false" title="false" >}}
263263
<div class="col-lg-8">
264264
<h6 class="mb-0">Longer blog post title: This one has multiple lines!</h6>
265-
<small class="text-body-secondary">January 13, 2023</small>
265+
<small class="text-body-secondary">January 13, 2024</small>
266266
</div>
267267
</a>
268268
</li>

site/static/docs/5.3/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 Bootstrap's docs (https://getbootstrap.com/)
3-
* Copyright 2011-2023 The Bootstrap Authors
3+
* Copyright 2011-2024 The Bootstrap Authors
44
* Licensed under the Creative Commons Attribution 3.0 Unported License.
55
*/
66

0 commit comments

Comments
 (0)