From: Julien Déramond Date: Thu, 19 Mar 2026 15:41:26 +0000 (+0100) Subject: Bump year to 2026 (#42208) X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ecf946bf7d373ce54ca96f644b7f8ea31b4e6491;p=thirdparty%2Fbootstrap.git Bump year to 2026 (#42208) --- diff --git a/LICENSE b/LICENSE index fa7c00bc4e..d27a161934 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2011-2025 The Bootstrap Authors +Copyright (c) 2011-2026 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 e3618e643e..afd3047917 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-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/). +Code and documentation copyright 2011-2026 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 f56cd213f5..b5a88d7c06 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-2025 The Bootstrap Authors + * Copyright 2020-2026 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 1400274c44..c1433d5780 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-2025 The Bootstrap Authors + * Copyright 2017-2026 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 5622843f34..3d9ce7f5b1 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-2025 The Bootstrap Authors + * Copyright 2017-2026 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 4eedb1bedc..97e112d771 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-2025 The Bootstrap Authors + * Copyright 2017-2026 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 6b2e1e0dac..11bdf1dd60 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-2025 The Bootstrap Authors + * Copyright 2020-2026 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 a2f0de96cf..259cb56e5f 100644 --- a/nuget/bootstrap.nuspec +++ b/nuget/bootstrap.nuspec @@ -15,7 +15,7 @@ bootstrap.png MIT - Copyright 2011-2025 + Copyright 2011-2026 false css mobile-first responsive front-end framework web diff --git a/nuget/bootstrap.sass.nuspec b/nuget/bootstrap.sass.nuspec index cd08cd495b..8393ae9e95 100644 --- a/nuget/bootstrap.sass.nuspec +++ b/nuget/bootstrap.sass.nuspec @@ -15,7 +15,7 @@ bootstrap.png MIT - Copyright 2011-2025 + Copyright 2011-2026 false css sass mobile-first responsive front-end framework web diff --git a/scss/mixins/_banner.scss b/scss/mixins/_banner.scss index dd8a5103b9..2c48448232 100644 --- a/scss/mixins/_banner.scss +++ b/scss/mixins/_banner.scss @@ -1,7 +1,7 @@ @mixin bsBanner($file) { /*! * Bootstrap #{$file} v5.3.8 (https://getbootstrap.com/) - * Copyright 2011-2025 The Bootstrap Authors + * Copyright 2011-2026 The Bootstrap Authors * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) */ } diff --git a/site/src/assets/application.js b/site/src/assets/application.js index 62f5f88b34..6345367357 100644 --- a/site/src/assets/application.js +++ b/site/src/assets/application.js @@ -4,7 +4,7 @@ /*! * JavaScript for Bootstrap's docs (https://getbootstrap.com/) - * Copyright 2011-2025 The Bootstrap Authors + * Copyright 2011-2026 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/src/assets/partials/sidebar.js b/site/src/assets/partials/sidebar.js index bf42e7b5ef..7121e7c7b6 100644 --- a/site/src/assets/partials/sidebar.js +++ b/site/src/assets/partials/sidebar.js @@ -4,7 +4,7 @@ /* * JavaScript for Bootstrap's docs (https://getbootstrap.com/) - * Copyright 2011-2025 The Bootstrap Authors + * Copyright 2011-2026 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/src/assets/partials/snippets.js b/site/src/assets/partials/snippets.js index 498071b415..ddb5e01236 100644 --- a/site/src/assets/partials/snippets.js +++ b/site/src/assets/partials/snippets.js @@ -6,7 +6,7 @@ /* * JavaScript for Bootstrap's docs (https://getbootstrap.com/) - * Copyright 2011-2025 The Bootstrap Authors + * Copyright 2011-2026 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/src/assets/search.js b/site/src/assets/search.js index 1077babdb3..634cd6ba6f 100644 --- a/site/src/assets/search.js +++ b/site/src/assets/search.js @@ -4,7 +4,7 @@ /*! * JavaScript for Bootstrap's docs (https://getbootstrap.com/) - * Copyright 2024-2025 The Bootstrap Authors + * Copyright 2024-2026 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/src/assets/snippets.js b/site/src/assets/snippets.js index d18ab41c4f..4fb2384321 100644 --- a/site/src/assets/snippets.js +++ b/site/src/assets/snippets.js @@ -1,6 +1,6 @@ /* * JavaScript for Bootstrap's docs (https://getbootstrap.com/) - * Copyright 2011-2025 The Bootstrap Authors + * Copyright 2011-2026 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/src/assets/stackblitz.js b/site/src/assets/stackblitz.js index 0b450a7d4d..ab9fee0e8a 100644 --- a/site/src/assets/stackblitz.js +++ b/site/src/assets/stackblitz.js @@ -6,7 +6,7 @@ /*! * JavaScript for Bootstrap's docs (https://getbootstrap.com/) - * Copyright 2024-2025 The Bootstrap Authors + * Copyright 2024-2026 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/src/scss/docs.scss b/site/src/scss/docs.scss index 4618e1f9a4..7c1880c86b 100644 --- a/site/src/scss/docs.scss +++ b/site/src/scss/docs.scss @@ -1,6 +1,6 @@ /*! * Bootstrap Docs (https://getbootstrap.com/) - * Copyright 2011-2025 The Bootstrap Authors + * Copyright 2011-2026 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/src/scss/docs_search.scss b/site/src/scss/docs_search.scss index 03c6659ea6..a1f4064236 100644 --- a/site/src/scss/docs_search.scss +++ b/site/src/scss/docs_search.scss @@ -1,6 +1,6 @@ /*! * Bootstrap Docs (https://getbootstrap.com/) - * Copyright 2024-2025 The Bootstrap Authors + * Copyright 2024-2026 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/static/docs/[version]/assets/js/color-modes.js b/site/static/docs/[version]/assets/js/color-modes.js index 18bc849443..bceb702de1 100644 --- a/site/static/docs/[version]/assets/js/color-modes.js +++ b/site/static/docs/[version]/assets/js/color-modes.js @@ -1,6 +1,6 @@ /*! * Color mode toggler for Bootstrap's docs (https://getbootstrap.com/) - * Copyright 2011-2025 The Bootstrap Authors + * Copyright 2011-2026 The Bootstrap Authors * Licensed under the Creative Commons Attribution 3.0 Unported License. */