From 541acb4aac6a237ccf36755b6435c4098cc8cc8d Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 15 Jan 2025 13:43:41 +0200 Subject: [PATCH] Bump year to 2025 --- LICENSE | 2 +- README.md | 2 +- build/build-plugins.mjs | 2 +- build/change-version.mjs | 2 +- build/generate-sri.mjs | 2 +- build/vnu-jar.mjs | 2 +- build/zip-examples.mjs | 2 +- nuget/bootstrap.nuspec | 2 +- nuget/bootstrap.sass.nuspec | 2 +- scss/mixins/_banner.scss | 2 +- site/assets/js/application.js | 2 +- site/assets/js/partials/code-examples.js | 2 +- site/assets/js/partials/sidebar.js | 2 +- site/assets/js/partials/snippets.js | 2 +- site/assets/js/search.js | 2 +- site/assets/js/snippets.js | 2 +- site/assets/js/stackblitz.js | 2 +- site/assets/scss/docs.scss | 2 +- site/assets/scss/search.scss | 2 +- site/static/docs/5.3/assets/js/color-modes.js | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) diff --git a/LICENSE b/LICENSE index 2a703f5192..fa7c00bc4e 100644 --- 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 diff --git a/README.md b/README.md index f7fa824f37..4873770b21 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–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/). diff --git a/build/build-plugins.mjs b/build/build-plugins.mjs index 532b0b4bec..f56cd213f5 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-2024 The Bootstrap Authors + * Copyright 2020-2025 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 30cfcc4561..dc96119a6f 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-2024 The Bootstrap Authors + * Copyright 2017-2025 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 384e8f4282..9e579527e3 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-2024 The Bootstrap Authors + * Copyright 2017-2025 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 18a35bdfff..f0ec1ef5c0 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-2024 The Bootstrap Authors + * Copyright 2017-2025 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 e5e39be3a7..e2b5245f19 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-2024 The Bootstrap Authors + * Copyright 2020-2025 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 8d4f5b2142..0736553425 100644 --- a/nuget/bootstrap.nuspec +++ b/nuget/bootstrap.nuspec @@ -15,7 +15,7 @@ bootstrap.png MIT - Copyright 2011-2024 + Copyright 2011-2025 false css mobile-first responsive front-end framework web diff --git a/nuget/bootstrap.sass.nuspec b/nuget/bootstrap.sass.nuspec index a452fa02cb..20fbdaa79a 100644 --- a/nuget/bootstrap.sass.nuspec +++ b/nuget/bootstrap.sass.nuspec @@ -15,7 +15,7 @@ bootstrap.png MIT - Copyright 2011-2024 + Copyright 2011-2025 false css sass mobile-first responsive front-end framework web diff --git a/scss/mixins/_banner.scss b/scss/mixins/_banner.scss index 20c2fd126e..4bd7a37886 100644 --- a/scss/mixins/_banner.scss +++ b/scss/mixins/_banner.scss @@ -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) */ } diff --git a/site/assets/js/application.js b/site/assets/js/application.js index ef706ed4d1..afab46e533 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-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/. */ diff --git a/site/assets/js/partials/code-examples.js b/site/assets/js/partials/code-examples.js index d81191a965..87791a759f 100644 --- a/site/assets/js/partials/code-examples.js +++ b/site/assets/js/partials/code-examples.js @@ -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/. */ diff --git a/site/assets/js/partials/sidebar.js b/site/assets/js/partials/sidebar.js index c43f414819..bf42e7b5ef 100644 --- a/site/assets/js/partials/sidebar.js +++ b/site/assets/js/partials/sidebar.js @@ -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/. */ diff --git a/site/assets/js/partials/snippets.js b/site/assets/js/partials/snippets.js index 1771612cf0..498071b415 100644 --- a/site/assets/js/partials/snippets.js +++ b/site/assets/js/partials/snippets.js @@ -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/. */ diff --git a/site/assets/js/search.js b/site/assets/js/search.js index 48047abc87..b2bd660a4c 100644 --- a/site/assets/js/search.js +++ b/site/assets/js/search.js @@ -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/. */ diff --git a/site/assets/js/snippets.js b/site/assets/js/snippets.js index 82e11c3454..d18ab41c4f 100644 --- a/site/assets/js/snippets.js +++ b/site/assets/js/snippets.js @@ -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/. */ diff --git a/site/assets/js/stackblitz.js b/site/assets/js/stackblitz.js index ff82624748..35bd39df33 100644 --- a/site/assets/js/stackblitz.js +++ b/site/assets/js/stackblitz.js @@ -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/. */ diff --git a/site/assets/scss/docs.scss b/site/assets/scss/docs.scss index af38171034..4618e1f9a4 100644 --- a/site/assets/scss/docs.scss +++ b/site/assets/scss/docs.scss @@ -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/. */ diff --git a/site/assets/scss/search.scss b/site/assets/scss/search.scss index 149b23679c..03c6659ea6 100644 --- a/site/assets/scss/search.scss +++ b/site/assets/scss/search.scss @@ -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/. */ 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 8a0dabf181..18bc849443 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-2024 The Bootstrap Authors + * Copyright 2011-2025 The Bootstrap Authors * Licensed under the Creative Commons Attribution 3.0 Unported License. */