aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/js/customizer.js
diff options
context:
space:
mode:
authorJulian Thilo <[email protected]>2014-01-07 01:05:24 +0100
committerJulian Thilo <[email protected]>2014-01-07 01:05:24 +0100
commit7fcfe61f4da41356b2ae974ad20536db0d74e83f (patch)
tree0b5981c7db835f6ea2fb07f956a701aa21e8c792 /docs/assets/js/customizer.js
parent99338caed00df37cdb1969a2f96862543be45abc (diff)
downloadbootstrap-7fcfe61f4da41356b2ae974ad20536db0d74e83f.tar.xz
bootstrap-7fcfe61f4da41356b2ae974ad20536db0d74e83f.zip
Update copyright notices in all places
- Implements new format "Copyright 2011-xxxx Twitter, Inc.", which resonates well with our History page and more accurately reflects the copyright status of the repo - grunt dist to update all the files
Diffstat (limited to 'docs/assets/js/customizer.js')
-rw-r--r--docs/assets/js/customizer.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/js/customizer.js b/docs/assets/js/customizer.js
index e6b8a67a9..f96cc8cea 100644
--- a/docs/assets/js/customizer.js
+++ b/docs/assets/js/customizer.js
@@ -1,5 +1,5 @@
/*!
- * Copyright 2013 Twitter, Inc.
+ * Copyright 2011-2014 Twitter, Inc.
*
* Licensed under the Creative Commons Attribution 3.0 Unported License. For
* details, see http://creativecommons.org/licenses/by/3.0/.
@@ -10,7 +10,7 @@
window.onload = function () { // wait for load in a dumb way because B-0
var cw = '/*!\n' +
' * Bootstrap v3.0.3 (http://getbootstrap.com)\n' +
- ' * Copyright 2013 Twitter, Inc.\n' +
+ ' * Copyright 2011-2014 Twitter, Inc.\n' +
' * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n' +
' */\n\n';