aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Dรฉramond <[email protected]>2024-02-05 21:39:38 +0100
committerMark Otto <[email protected]>2024-02-05 20:13:23 -0800
commit52cc9342cb5df6b13ea421deb75477a73419745b (patch)
tree18429a926328070b5f9668a06db95bbb8d08676f
parentb75f637f4d992ae3688aa43d37d52187c7b0b638 (diff)
downloadbootstrap-52cc9342cb5df6b13ea421deb75477a73419745b.tar.xz
bootstrap-52cc9342cb5df6b13ea421deb75477a73419745b.zip
Bump copyright year to 2024
-rw-r--r--LICENSE2
-rw-r--r--README.md2
-rw-r--r--build/build-plugins.mjs2
-rw-r--r--build/change-version.mjs2
-rw-r--r--build/generate-sri.mjs2
-rw-r--r--build/vnu-jar.mjs2
-rw-r--r--build/zip-examples.mjs2
-rw-r--r--nuget/bootstrap.nuspec2
-rw-r--r--nuget/bootstrap.sass.nuspec2
-rw-r--r--scss/mixins/_banner.scss2
-rw-r--r--site/assets/js/application.js2
-rw-r--r--site/assets/js/code-examples.js2
-rw-r--r--site/assets/js/snippets.js2
-rw-r--r--site/assets/scss/docs.scss2
-rw-r--r--site/content/docs/5.3/examples/blog-rtl/index.html6
-rw-r--r--site/content/docs/5.3/examples/blog/index.html6
-rw-r--r--site/static/docs/5.3/assets/js/color-modes.js2
17 files changed, 21 insertions, 21 deletions
diff --git a/LICENSE b/LICENSE
index 6633b55fe..2a703f519 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)
-Copyright (c) 2011-2023 The Bootstrap Authors
+Copyright (c) 2011-2024 The Bootstrap Authors
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/README.md b/README.md
index 982629393..2d6123bf0 100644
--- a/README.md
+++ b/README.md
@@ -243,4 +243,4 @@ Thank you to all our backers! ๐Ÿ™ [[Become a backer](https://opencollective.com
## Copyright and license
-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/).
+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/).
diff --git a/build/build-plugins.mjs b/build/build-plugins.mjs
index 77e63070c..252b4b4b0 100644
--- a/build/build-plugins.mjs
+++ b/build/build-plugins.mjs
@@ -2,7 +2,7 @@
/*!
* Script to build our plugins to use them separately.
- * Copyright 2020-2023 The Bootstrap Authors
+ * Copyright 2020-2024 The Bootstrap Authors
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
diff --git a/build/change-version.mjs b/build/change-version.mjs
index 3c1e70668..30cfcc456 100644
--- a/build/change-version.mjs
+++ b/build/change-version.mjs
@@ -2,7 +2,7 @@
/*!
* Script to update version number references in the project.
- * Copyright 2017-2023 The Bootstrap Authors
+ * Copyright 2017-2024 The Bootstrap Authors
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
diff --git a/build/generate-sri.mjs b/build/generate-sri.mjs
index e2b1554f1..384e8f428 100644
--- a/build/generate-sri.mjs
+++ b/build/generate-sri.mjs
@@ -5,7 +5,7 @@
* Remember to use the same vendor files as the CDN ones,
* otherwise the hashes won't match!
*
- * Copyright 2017-2023 The Bootstrap Authors
+ * Copyright 2017-2024 The Bootstrap Authors
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
diff --git a/build/vnu-jar.mjs b/build/vnu-jar.mjs
index b66356032..18a35bdff 100644
--- a/build/vnu-jar.mjs
+++ b/build/vnu-jar.mjs
@@ -2,7 +2,7 @@
/*!
* Script to run vnu-jar if Java is available.
- * Copyright 2017-2023 The Bootstrap Authors
+ * Copyright 2017-2024 The Bootstrap Authors
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
diff --git a/build/zip-examples.mjs b/build/zip-examples.mjs
index 6b44d45b1..e5e39be3a 100644
--- a/build/zip-examples.mjs
+++ b/build/zip-examples.mjs
@@ -3,7 +3,7 @@
/*!
* Script to create the built examples zip archive;
* requires the `zip` command to be present!
- * Copyright 2020-2023 The Bootstrap Authors
+ * Copyright 2020-2024 The Bootstrap Authors
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
diff --git a/nuget/bootstrap.nuspec b/nuget/bootstrap.nuspec
index de864ae22..8d4f5b214 100644
--- a/nuget/bootstrap.nuspec
+++ b/nuget/bootstrap.nuspec
@@ -15,7 +15,7 @@
<repository type="git" url="https://github.com/twbs/bootstrap.git" branch="main" />
<icon>bootstrap.png</icon>
<license type="expression">MIT</license>
- <copyright>Copyright 2011-2023</copyright>
+ <copyright>Copyright 2011-2024</copyright>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<tags>css mobile-first responsive front-end framework web</tags>
<contentFiles>
diff --git a/nuget/bootstrap.sass.nuspec b/nuget/bootstrap.sass.nuspec
index 37b850a8d..a452fa02c 100644
--- a/nuget/bootstrap.sass.nuspec
+++ b/nuget/bootstrap.sass.nuspec
@@ -15,7 +15,7 @@
<repository type="git" url="https://github.com/twbs/bootstrap.git" branch="main" />
<icon>bootstrap.png</icon>
<license type="expression">MIT</license>
- <copyright>Copyright 2011-2023</copyright>
+ <copyright>Copyright 2011-2024</copyright>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<tags>css sass mobile-first responsive front-end framework web</tags>
<contentFiles>
diff --git a/scss/mixins/_banner.scss b/scss/mixins/_banner.scss
index ee2c58428..6a18c2b88 100644
--- a/scss/mixins/_banner.scss
+++ b/scss/mixins/_banner.scss
@@ -1,7 +1,7 @@
@mixin bsBanner($file) {
/*!
* Bootstrap #{$file} v5.3.2 (https://getbootstrap.com/)
- * Copyright 2011-2023 The Bootstrap Authors
+ * Copyright 2011-2024 The Bootstrap Authors
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
}
diff --git a/site/assets/js/application.js b/site/assets/js/application.js
index 712b31a23..a16defbd4 100644
--- a/site/assets/js/application.js
+++ b/site/assets/js/application.js
@@ -4,7 +4,7 @@
/*!
* JavaScript for Bootstrap's docs (https://getbootstrap.com/)
- * Copyright 2011-2023 The Bootstrap Authors
+ * Copyright 2011-2024 The Bootstrap Authors
* Licensed under the Creative Commons Attribution 3.0 Unported License.
* For details, see https://creativecommons.org/licenses/by/3.0/.
*/
diff --git a/site/assets/js/code-examples.js b/site/assets/js/code-examples.js
index 3b03b17c4..3462da59b 100644
--- a/site/assets/js/code-examples.js
+++ b/site/assets/js/code-examples.js
@@ -4,7 +4,7 @@
/*!
* JavaScript for Bootstrap's docs (https://getbootstrap.com/)
- * Copyright 2011-2023 The Bootstrap Authors
+ * Copyright 2011-2024 The Bootstrap Authors
* Licensed under the Creative Commons Attribution 3.0 Unported License.
* For details, see https://creativecommons.org/licenses/by/3.0/.
*/
diff --git a/site/assets/js/snippets.js b/site/assets/js/snippets.js
index 66c7a005c..94d8f6dee 100644
--- a/site/assets/js/snippets.js
+++ b/site/assets/js/snippets.js
@@ -6,7 +6,7 @@
/*!
* JavaScript for Bootstrap's docs (https://getbootstrap.com/)
- * Copyright 2011-2023 The Bootstrap Authors
+ * Copyright 2011-2024 The Bootstrap Authors
* Licensed under the Creative Commons Attribution 3.0 Unported License.
* For details, see https://creativecommons.org/licenses/by/3.0/.
*/
diff --git a/site/assets/scss/docs.scss b/site/assets/scss/docs.scss
index 4ab417e96..0eb5bdde3 100644
--- a/site/assets/scss/docs.scss
+++ b/site/assets/scss/docs.scss
@@ -1,6 +1,6 @@
/*!
* Bootstrap Docs (https://getbootstrap.com/)
- * Copyright 2011-2023 The Bootstrap Authors
+ * Copyright 2011-2024 The Bootstrap Authors
* Licensed under the Creative Commons Attribution 3.0 Unported License.
* For details, see https://creativecommons.org/licenses/by/3.0/.
*/
diff --git a/site/content/docs/5.3/examples/blog-rtl/index.html b/site/content/docs/5.3/examples/blog-rtl/index.html
index 97d991302..666b748cb 100644
--- a/site/content/docs/5.3/examples/blog-rtl/index.html
+++ b/site/content/docs/5.3/examples/blog-rtl/index.html
@@ -192,7 +192,7 @@ extra_css:
{{< placeholder width="100%" height="96" background="#777" color="#777" text="false" title="false" >}}
<div class="col-lg-8">
<h6 class="mb-0">ู…ุซุงู„ ุนู„ู‰ ุนู†ูˆุงู† ู…ู†ุดูˆุฑ ุงู„ู…ุฏูˆู†ุฉ</h6>
- <small class="text-body-secondary">15 ูŠู†ุงูŠุฑ 2023</small>
+ <small class="text-body-secondary">15 ูŠู†ุงูŠุฑ 2024</small>
</div>
</a>
</li>
@@ -201,7 +201,7 @@ extra_css:
{{< placeholder width="100%" height="96" background="#777" color="#777" text="false" title="false" >}}
<div class="col-lg-8">
<h6 class="mb-0">ู‡ุฐุง ุนู†ูˆุงู† ุขุฎุฑ ู„ู„ู…ุฏูˆู†ุฉ</h6>
- <small class="text-body-secondary">14 ูŠู†ุงูŠุฑ 2023</small>
+ <small class="text-body-secondary">14 ูŠู†ุงูŠุฑ 2024</small>
</div>
</a>
</li>
@@ -210,7 +210,7 @@ extra_css:
{{< placeholder width="100%" height="96" background="#777" color="#777" text="false" title="false" >}}
<div class="col-lg-8">
<h6 class="mb-0">ุฃุทูˆู„ ุนู†ูˆุงู† ู…ู†ุดูˆุฑ ู„ู„ู…ุฏูˆู†ุฉ: ูŠุญุชูˆูŠ ู‡ุฐุง ุงู„ุฎุท ุนู„ู‰ ุนุฏุฉ ุฃุณุทุฑ!</h6>
- <small class="text-body-secondary">13 ูŠู†ุงูŠุฑ 2023</small>
+ <small class="text-body-secondary">13 ูŠู†ุงูŠุฑ 2024</small>
</div>
</a>
</li>
diff --git a/site/content/docs/5.3/examples/blog/index.html b/site/content/docs/5.3/examples/blog/index.html
index 993c84e03..39535911e 100644
--- a/site/content/docs/5.3/examples/blog/index.html
+++ b/site/content/docs/5.3/examples/blog/index.html
@@ -244,7 +244,7 @@ extra_css:
{{< placeholder width="100%" height="96" background="#777" color="#777" text="false" title="false" >}}
<div class="col-lg-8">
<h6 class="mb-0">Example blog post title</h6>
- <small class="text-body-secondary">January 15, 2023</small>
+ <small class="text-body-secondary">January 15, 2024</small>
</div>
</a>
</li>
@@ -253,7 +253,7 @@ extra_css:
{{< placeholder width="100%" height="96" background="#777" color="#777" text="false" title="false" >}}
<div class="col-lg-8">
<h6 class="mb-0">This is another blog post title</h6>
- <small class="text-body-secondary">January 14, 2023</small>
+ <small class="text-body-secondary">January 14, 2024</small>
</div>
</a>
</li>
@@ -262,7 +262,7 @@ extra_css:
{{< placeholder width="100%" height="96" background="#777" color="#777" text="false" title="false" >}}
<div class="col-lg-8">
<h6 class="mb-0">Longer blog post title: This one has multiple lines!</h6>
- <small class="text-body-secondary">January 13, 2023</small>
+ <small class="text-body-secondary">January 13, 2024</small>
</div>
</a>
</li>
diff --git a/site/static/docs/5.3/assets/js/color-modes.js b/site/static/docs/5.3/assets/js/color-modes.js
index 31f22f9e4..8a0dabf18 100644
--- a/site/static/docs/5.3/assets/js/color-modes.js
+++ b/site/static/docs/5.3/assets/js/color-modes.js
@@ -1,6 +1,6 @@
/*!
* Color mode toggler for Bootstrap's docs (https://getbootstrap.com/)
- * Copyright 2011-2023 The Bootstrap Authors
+ * Copyright 2011-2024 The Bootstrap Authors
* Licensed under the Creative Commons Attribution 3.0 Unported License.
*/