From 0d110c8f91fa6baef5835d845b5ef7ce76defd04 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 14 Jan 2018 20:08:58 -0800 Subject: Update copyright for 2k18 (#25303) * Update copyright range to include 2018 * Extend copyright date range on new files from 2017 to include 2018 --- LICENSE | 4 ++-- README.md | 2 +- assets/js/src/application.js | 4 ++-- assets/scss/docs.scss | 4 ++-- build/change-version.js | 4 ++-- build/generate-sri.js | 4 ++-- build/lint-vars.js | 4 ++-- build/saucelabs-unit-test.js | 4 ++-- build/vnu-jar.js | 4 ++-- docs/4.0/examples/carousel/index.html | 2 +- docs/4.0/examples/checkout/index.html | 2 +- docs/4.0/examples/floating-labels/index.html | 2 +- docs/4.0/examples/jumbotron/index.html | 2 +- docs/4.0/examples/pricing/index.html | 2 +- docs/4.0/examples/product/index.html | 2 +- docs/4.0/examples/sign-in/index.html | 2 +- nuget/bootstrap.nuspec | 2 +- nuget/bootstrap.sass.nuspec | 2 +- scss/bootstrap-grid.scss | 4 ++-- scss/bootstrap-reboot.scss | 4 ++-- scss/bootstrap.scss | 4 ++-- 21 files changed, 32 insertions(+), 32 deletions(-) diff --git a/LICENSE b/LICENSE index 1381cb2be4..86f4b8ca04 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,7 @@ The MIT License (MIT) -Copyright (c) 2011-2017 Twitter, Inc. -Copyright (c) 2011-2017 The Bootstrap Authors +Copyright (c) 2011-2018 Twitter, Inc. +Copyright (c) 2011-2018 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 84f55adf09..713d3dfa8e 100644 --- a/README.md +++ b/README.md @@ -164,4 +164,4 @@ See [the Releases section of our GitHub project](https://github.com/twbs/bootstr ## Copyright and license -Code and documentation copyright 2011-2017 the [Bootstrap Authors](https://github.com/twbs/bootstrap/graphs/contributors) and [Twitter, Inc.](https://twitter.com) Code released under the [MIT License](https://github.com/twbs/bootstrap/blob/master/LICENSE). Docs released under [Creative Commons](https://github.com/twbs/bootstrap/blob/master/docs/LICENSE). +Code and documentation copyright 2011-2018 the [Bootstrap Authors](https://github.com/twbs/bootstrap/graphs/contributors) and [Twitter, Inc.](https://twitter.com) Code released under the [MIT License](https://github.com/twbs/bootstrap/blob/master/LICENSE). Docs released under [Creative Commons](https://github.com/twbs/bootstrap/blob/master/docs/LICENSE). diff --git a/assets/js/src/application.js b/assets/js/src/application.js index 01c9eef55b..a067c9fb59 100644 --- a/assets/js/src/application.js +++ b/assets/js/src/application.js @@ -4,8 +4,8 @@ /*! * JavaScript for Bootstrap's docs (https://getbootstrap.com) - * Copyright 2011-2017 The Bootstrap Authors - * Copyright 2011-2017 Twitter, Inc. + * Copyright 2011-2018 The Bootstrap Authors + * Copyright 2011-2018 Twitter, Inc. * Licensed under the Creative Commons Attribution 3.0 Unported License. For * details, see https://creativecommons.org/licenses/by/3.0/. */ diff --git a/assets/scss/docs.scss b/assets/scss/docs.scss index 811b39c748..7bc1196b76 100644 --- a/assets/scss/docs.scss +++ b/assets/scss/docs.scss @@ -1,7 +1,7 @@ /*! * Bootstrap Docs (https://getbootstrap.com) - * Copyright 2011-2017 The Bootstrap Authors - * Copyright 2011-2017 Twitter, Inc. + * Copyright 2011-2018 The Bootstrap Authors + * Copyright 2011-2018 Twitter, Inc. * Licensed under the Creative Commons Attribution 3.0 Unported License. For * details, see https://creativecommons.org/licenses/by/3.0/. */ diff --git a/build/change-version.js b/build/change-version.js index dc0b0c5dfd..25283c44ab 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 2ace46e05f..f6790e4404 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 6164392e5d..21dc556969 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 3ec68a95b2..95b68345c0 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 eefcb64ebf..9a1d9fa12c 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) */ diff --git a/docs/4.0/examples/carousel/index.html b/docs/4.0/examples/carousel/index.html index 9d3ef4ffdb..338bcd07a5 100644 --- a/docs/4.0/examples/carousel/index.html +++ b/docs/4.0/examples/carousel/index.html @@ -171,7 +171,7 @@ diff --git a/docs/4.0/examples/checkout/index.html b/docs/4.0/examples/checkout/index.html index 43a16e0f5f..2c346b1671 100644 --- a/docs/4.0/examples/checkout/index.html +++ b/docs/4.0/examples/checkout/index.html @@ -225,7 +225,7 @@