]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Bump year to 2025
authorXhmikosR <xhmikosr@gmail.com>
Wed, 15 Jan 2025 11:43:41 +0000 (13:43 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Wed, 15 Jan 2025 11:43:41 +0000 (13:43 +0200)
20 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/partials/code-examples.js
site/assets/js/partials/sidebar.js
site/assets/js/partials/snippets.js
site/assets/js/search.js
site/assets/js/snippets.js
site/assets/js/stackblitz.js
site/assets/scss/docs.scss
site/assets/scss/search.scss
site/static/docs/5.3/assets/js/color-modes.js

diff --git a/LICENSE b/LICENSE
index 2a703f5192fe16aeaa55d716ae75fc4978570b5d..fa7c00bc4ebd5dc9c0b1e7f8c4b6a202fd9fa816 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
 The MIT License (MIT)
 
-Copyright (c) 2011-2024 The Bootstrap Authors
+Copyright (c) 2011-2025 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 f7fa824f3797c9b92a511be0c096c7cb0129aca5..4873770b21ccb4cbda86d36ab467521ab9329b96 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–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/).
+Code and documentation copyright 2011-2025 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 532b0b4becf0145820ab7fe1cd79d096c586fc30..f56cd213f51196b80c02a6637b471c4c8d540aa8 100644 (file)
@@ -2,7 +2,7 @@
 
 /*!
  * Script to build our plugins to use them separately.
- * Copyright 2020-2024 The Bootstrap Authors
+ * Copyright 2020-2025 The Bootstrap Authors
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
  */
 
index 30cfcc4561f3bfb110479aa8f367c998019379dc..dc96119a6fcac0a9bfa3b8f7677e36a1332646fe 100644 (file)
@@ -2,7 +2,7 @@
 
 /*!
  * Script to update version number references in the project.
- * Copyright 2017-2024 The Bootstrap Authors
+ * Copyright 2017-2025 The Bootstrap Authors
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
  */
 
index 384e8f4282814062fb368c961d41633e2f81cd11..9e579527e341e4b006ad0a2aca011a0b3997c5fb 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-2024 The Bootstrap Authors
+ * Copyright 2017-2025 The Bootstrap Authors
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
  */
 
index 18a35bdfff4f53bd758f91845d7415362553f363..f0ec1ef5c068a3caddeafa9d5b3e530aa9f03d4a 100644 (file)
@@ -2,7 +2,7 @@
 
 /*!
  * Script to run vnu-jar if Java is available.
- * Copyright 2017-2024 The Bootstrap Authors
+ * Copyright 2017-2025 The Bootstrap Authors
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
  */
 
index e5e39be3a777f66b1fef2ad262f9a41efc146038..e2b5245f19405889bd81d1f6a2d28d38bb89a773 100644 (file)
@@ -3,7 +3,7 @@
 /*!
  * Script to create the built examples zip archive;
  * requires the `zip` command to be present!
- * Copyright 2020-2024 The Bootstrap Authors
+ * Copyright 2020-2025 The Bootstrap Authors
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
  */
 
index 8d4f5b21422eed6ab387a965d7ebece4990505c5..073655342515b4edc0562d77793ba828fee044c5 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-2024</copyright>
+    <copyright>Copyright 2011-2025</copyright>
     <requireLicenseAcceptance>false</requireLicenseAcceptance>
     <tags>css mobile-first responsive front-end framework web</tags>
     <contentFiles>
index a452fa02cb18d2e9942a074476197c91c71971de..20fbdaa79a50b9ff158f6a7c9c98f4435ca10533 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-2024</copyright>
+    <copyright>Copyright 2011-2025</copyright>
     <requireLicenseAcceptance>false</requireLicenseAcceptance>
     <tags>css sass mobile-first responsive front-end framework web</tags>
     <contentFiles>
index 20c2fd126e596fa87d182d88d92d984cc76ca3d2..4bd7a378864caa617b23b3d0850767fc88bebef6 100644 (file)
@@ -1,7 +1,7 @@
 @mixin bsBanner($file) {
   /*!
    * Bootstrap #{$file} v5.3.3 (https://getbootstrap.com/)
-   * Copyright 2011-2024 The Bootstrap Authors
+   * Copyright 2011-2025 The Bootstrap Authors
    * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
    */
 }
index ef706ed4d14b14322d9bfa1fc35602f504f2fa2f..afab46e53356caecbc62ab8a552b9b1abb58c149 100644 (file)
@@ -4,7 +4,7 @@
 
 /*!
  * JavaScript for Bootstrap's docs (https://getbootstrap.com/)
- * Copyright 2011-2024 The Bootstrap Authors
+ * Copyright 2011-2025 The Bootstrap Authors
  * Licensed under the Creative Commons Attribution 3.0 Unported License.
  * For details, see https://creativecommons.org/licenses/by/3.0/.
  */
index d81191a965655f98b808163c89ccc5432f4e46d1..87791a759f89f82612a61422a2b241294cae2cf6 100644 (file)
@@ -4,7 +4,7 @@
 
 /*
  * JavaScript for Bootstrap's docs (https://getbootstrap.com/)
- * Copyright 2011-2024 The Bootstrap Authors
+ * Copyright 2011-2025 The Bootstrap Authors
  * Licensed under the Creative Commons Attribution 3.0 Unported License.
  * For details, see https://creativecommons.org/licenses/by/3.0/.
  */
index c43f4148197ce526abd91120650ab85219bbc2f6..bf42e7b5ef04841d01f760d565462848122ad4db 100644 (file)
@@ -4,7 +4,7 @@
 
 /*
  * JavaScript for Bootstrap's docs (https://getbootstrap.com/)
- * Copyright 2011-2024 The Bootstrap Authors
+ * Copyright 2011-2025 The Bootstrap Authors
  * Licensed under the Creative Commons Attribution 3.0 Unported License.
  * For details, see https://creativecommons.org/licenses/by/3.0/.
  */
index 1771612cf0e0ccbeba3b9e70357f7851557362f2..498071b415a2f23e0198bb32c26d992501b9a0e8 100644 (file)
@@ -6,7 +6,7 @@
 
 /*
  * JavaScript for Bootstrap's docs (https://getbootstrap.com/)
- * Copyright 2011-2024 The Bootstrap Authors
+ * Copyright 2011-2025 The Bootstrap Authors
  * Licensed under the Creative Commons Attribution 3.0 Unported License.
  * For details, see https://creativecommons.org/licenses/by/3.0/.
  */
index 48047abc87504b0cea7c3ab4a79e79f4d54655ef..b2bd660a4cf718f1032aa25eb6204ab5d6a32477 100644 (file)
@@ -4,7 +4,7 @@
 
 /*!
  * JavaScript for Bootstrap's docs (https://getbootstrap.com/)
- * Copyright 2024 The Bootstrap Authors
+ * Copyright 2024-2025 The Bootstrap Authors
  * Licensed under the Creative Commons Attribution 3.0 Unported License.
  * For details, see https://creativecommons.org/licenses/by/3.0/.
  */
index 82e11c34548236e96e6d950baa3c6399e5297fc3..d18ab41c4f197e95e88d4473868c5fd4839468c0 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * JavaScript for Bootstrap's docs (https://getbootstrap.com/)
- * Copyright 2011-2024 The Bootstrap Authors
+ * Copyright 2011-2025 The Bootstrap Authors
  * Licensed under the Creative Commons Attribution 3.0 Unported License.
  * For details, see https://creativecommons.org/licenses/by/3.0/.
  */
index ff826247489f393029e882b0f6b165efa9473628..35bd39df338610ba784ca7a12d11283c151dd4af 100644 (file)
@@ -6,7 +6,7 @@
 
 /*!
  * JavaScript for Bootstrap's docs (https://getbootstrap.com/)
- * Copyright 2024 The Bootstrap Authors
+ * Copyright 2024-2025 The Bootstrap Authors
  * Licensed under the Creative Commons Attribution 3.0 Unported License.
  * For details, see https://creativecommons.org/licenses/by/3.0/.
  */
index af381710340db25bacdb081054d1396d5ca1e275..4618e1f9a45073f613cee4f6cc1e6ca5b3c9eca9 100644 (file)
@@ -1,6 +1,6 @@
 /*!
  * Bootstrap Docs (https://getbootstrap.com/)
- * Copyright 2011-2024 The Bootstrap Authors
+ * Copyright 2011-2025 The Bootstrap Authors
  * Licensed under the Creative Commons Attribution 3.0 Unported License.
  * For details, see https://creativecommons.org/licenses/by/3.0/.
  */
index 149b23679cced0202dad0048548bcf7582050833..03c6659ea674bb02bc4f51ac4d7050766f6dd58c 100644 (file)
@@ -1,6 +1,6 @@
 /*!
  * Bootstrap Docs (https://getbootstrap.com/)
- * Copyright 2024 The Bootstrap Authors
+ * Copyright 2024-2025 The Bootstrap Authors
  * Licensed under the Creative Commons Attribution 3.0 Unported License.
  * For details, see https://creativecommons.org/licenses/by/3.0/.
  */
index 8a0dabf18164fd55277a3bddd50c3303d9877026..18bc849443996ad153e5330a2e76dd2f2877a2dc 100644 (file)
@@ -1,6 +1,6 @@
 /*!
  * Color mode toggler for Bootstrap's docs (https://getbootstrap.com/)
- * Copyright 2011-2024 The Bootstrap Authors
+ * Copyright 2011-2025 The Bootstrap Authors
  * Licensed under the Creative Commons Attribution 3.0 Unported License.
  */