]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Bump copyright year to 2024
authorJulien Déramond <juderamond@gmail.com>
Mon, 5 Feb 2024 20:39:38 +0000 (21:39 +0100)
committerMark Otto <markdotto@gmail.com>
Tue, 6 Feb 2024 04:13:23 +0000 (20:13 -0800)
17 files changed:
LICENSE
README.md
build/build-plugins.mjs
build/change-version.mjs
build/generate-sri.mjs
build/vnu-jar.mjs
build/zip-examples.mjs
nuget/bootstrap.nuspec
nuget/bootstrap.sass.nuspec
scss/mixins/_banner.scss
site/assets/js/application.js
site/assets/js/code-examples.js
site/assets/js/snippets.js
site/assets/scss/docs.scss
site/content/docs/5.3/examples/blog-rtl/index.html
site/content/docs/5.3/examples/blog/index.html
site/static/docs/5.3/assets/js/color-modes.js

diff --git a/LICENSE b/LICENSE
index 6633b55fe5e9556a9d7722f7d7b55369c5e479f1..2a703f5192fe16aeaa55d716ae75fc4978570b5d 100644 (file)
--- 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
index 982629393977b4167450a594b87b436fd2224b9f..2d6123bf0b3079b5804d759f261222218ff80093 100644 (file)
--- 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/).
index 77e63070c55091958123e32e34ce05ff079ed4f2..252b4b4b0ae535dab53efc879a68e6656477e461 100644 (file)
@@ -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)
  */
 
index 3c1e706689826b5593e51b7154242da4433d51c8..30cfcc4561f3bfb110479aa8f367c998019379dc 100644 (file)
@@ -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)
  */
 
index e2b1554f144eaf5f61fb8b5a895a6e2080833591..384e8f4282814062fb368c961d41633e2f81cd11 100644 (file)
@@ -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)
  */
 
index b663560326180fb978c2b40e9a541a9817f2b306..18a35bdfff4f53bd758f91845d7415362553f363 100644 (file)
@@ -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)
  */
 
index 6b44d45b1b6faeaec8c13adfe0b9231db5164e89..e5e39be3a777f66b1fef2ad262f9a41efc146038 100644 (file)
@@ -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)
  */
 
index de864ae22bd25a451795c91518bd1dde6bb5fd58..8d4f5b21422eed6ab387a965d7ebece4990505c5 100644 (file)
@@ -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>
index 37b850a8dc24df2a2acd5994911bc8fe4119002e..a452fa02cb18d2e9942a074476197c91c71971de 100644 (file)
@@ -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>
index ee2c584282bc7344278d190e1166863f19c7b57c..6a18c2b882c0a3562affba00cc0adb2dec17b8ae 100644 (file)
@@ -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)
    */
 }
index 712b31a237c59e3819ae3bbdd09bb160b291fdc9..a16defbd4431757ad18c03f7ef8458550d5bebe3 100644 (file)
@@ -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/.
  */
index 3b03b17c49ca2e9366f73bd53d9ecdd77f56164c..3462da59baddd9e5ec660a5868170b0c278f7365 100644 (file)
@@ -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/.
  */
index 66c7a005ce2128c427271b05914777d62b777d65..94d8f6deeee128083b891a706a7e057d84785503 100644 (file)
@@ -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/.
  */
index 4ab417e96be29ad1192989119273e4e3444cbcc4..0eb5bdde3597b359a0d40edff35e7cee85acb884 100644 (file)
@@ -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/.
  */
index 97d991302fc3ae5f2973f09b4cf0ab1ae2e0f8d8..666b748cb319cfb7dbbb1f9a5e1cd0878f0cd018 100644 (file)
@@ -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>
index 993c84e03ab997855103f5db1bcf082f245c9360..39535911e770dde4261ecfdedd7c46df14f05cf6 100644 (file)
@@ -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>
index 31f22f9e4f88e74cd00e9cd276d3c2179c0c7a39..8a0dabf18164fd55277a3bddd50c3303d9877026 100644 (file)
@@ -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.
  */