aboutsummaryrefslogtreecommitdiff
path: root/build
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 /build
parentb75f637f4d992ae3688aa43d37d52187c7b0b638 (diff)
downloadbootstrap-52cc9342cb5df6b13ea421deb75477a73419745b.tar.xz
bootstrap-52cc9342cb5df6b13ea421deb75477a73419745b.zip
Bump copyright year to 2024
Diffstat (limited to 'build')
-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
5 files changed, 5 insertions, 5 deletions
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)
*/