From 7fcfe61f4da41356b2ae974ad20536db0d74e83f Mon Sep 17 00:00:00 2001 From: Julian Thilo Date: Tue, 7 Jan 2014 01:05:24 +0100 Subject: 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 --- docs/assets/js/customizer.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/assets/js/customizer.js') 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'; -- cgit v1.2.3