diff options
| author | Mark Otto <[email protected]> | 2018-01-14 20:08:58 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-01-14 20:08:58 -0800 |
| commit | 0d110c8f91fa6baef5835d845b5ef7ce76defd04 (patch) | |
| tree | 2683a8e9a73ddc4af8a93d0cd9c45fdf823b35e4 /build | |
| parent | bcccfaa5f3cc7bd17865fe3d762902063afcd4f6 (diff) | |
| download | bootstrap-0d110c8f91fa6baef5835d845b5ef7ce76defd04.tar.xz bootstrap-0d110c8f91fa6baef5835d845b5ef7ce76defd04.zip | |
Update copyright for 2k18 (#25303)
* Update copyright range to include 2018
* Extend copyright date range on new files from 2017 to include 2018
Diffstat (limited to 'build')
| -rwxr-xr-x | build/change-version.js | 4 | ||||
| -rw-r--r-- | build/generate-sri.js | 4 | ||||
| -rw-r--r-- | build/lint-vars.js | 4 | ||||
| -rw-r--r-- | build/saucelabs-unit-test.js | 4 | ||||
| -rw-r--r-- | build/vnu-jar.js | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/build/change-version.js b/build/change-version.js index dc0b0c5df..25283c44a 100755 --- a/build/change-version.js +++ b/build/change-version.js @@ -4,8 +4,8 @@ /*! * Script to update version number references in the project. - * Copyright 2017 The Bootstrap Authors - * Copyright 2017 Twitter, Inc. + * Copyright 2017-2018 The Bootstrap Authors + * Copyright 2017-2018 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ diff --git a/build/generate-sri.js b/build/generate-sri.js index 2ace46e05..f6790e440 100644 --- a/build/generate-sri.js +++ b/build/generate-sri.js @@ -5,8 +5,8 @@ * Remember to use the same vendor files as the CDN ones, * otherwise the hashes won't match! * - * Copyright 2017 The Bootstrap Authors - * Copyright 2017 Twitter, Inc. + * Copyright 2017-2018 The Bootstrap Authors + * Copyright 2017-2018 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ diff --git a/build/lint-vars.js b/build/lint-vars.js index 6164392e5..21dc55696 100644 --- a/build/lint-vars.js +++ b/build/lint-vars.js @@ -3,8 +3,8 @@ /*! * Script to find unused Sass variables. * - * Copyright 2017 The Bootstrap Authors - * Copyright 2017 Twitter, Inc. + * Copyright 2017-2018 The Bootstrap Authors + * Copyright 2017-2018 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ diff --git a/build/saucelabs-unit-test.js b/build/saucelabs-unit-test.js index 3ec68a95b..95b68345c 100644 --- a/build/saucelabs-unit-test.js +++ b/build/saucelabs-unit-test.js @@ -1,7 +1,7 @@ /*! * Script to run our Sauce Labs tests. - * Copyright 2017 The Bootstrap Authors - * Copyright 2017 Twitter, Inc. + * Copyright 2017-2018 The Bootstrap Authors + * Copyright 2017-2018 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ diff --git a/build/vnu-jar.js b/build/vnu-jar.js index eefcb64eb..9a1d9fa12 100644 --- a/build/vnu-jar.js +++ b/build/vnu-jar.js @@ -2,8 +2,8 @@ /*! * Script to run vnu-jar if Java is available. - * Copyright 2017 The Bootstrap Authors - * Copyright 2017 Twitter, Inc. + * Copyright 2017-2018 The Bootstrap Authors + * Copyright 2017-2018 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ |
