diff options
| author | Julian Thilo <[email protected]> | 2014-01-07 01:05:24 +0100 |
|---|---|---|
| committer | Julian Thilo <[email protected]> | 2014-01-07 01:05:24 +0100 |
| commit | 7fcfe61f4da41356b2ae974ad20536db0d74e83f (patch) | |
| tree | 0b5981c7db835f6ea2fb07f956a701aa21e8c792 /Gruntfile.js | |
| parent | 99338caed00df37cdb1969a2f96862543be45abc (diff) | |
| download | bootstrap-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 'Gruntfile.js')
| -rw-r--r-- | Gruntfile.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 2c9e4f985..812163c5b 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -20,7 +20,7 @@ module.exports = function (grunt) { pkg: grunt.file.readJSON('package.json'), banner: '/*!\n' + ' * Bootstrap v<%= pkg.version %> (<%= pkg.homepage %>)\n' + - ' * Copyright <%= grunt.template.today("yyyy") %> <%= pkg.author %>\n' + + ' * Copyright 2011-<%= grunt.template.today("yyyy") %> <%= pkg.author %>\n' + ' * Licensed under <%= _.pluck(pkg.licenses, "type") %> (<%= _.pluck(pkg.licenses, "url") %>)\n' + ' */\n', jqueryCheck: 'if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery") }\n\n', @@ -114,7 +114,7 @@ module.exports = function (grunt) { options: { banner: '/*!\n' + ' * Bootstrap Docs (<%= pkg.homepage %>)\n' + - ' * Copyright <%= grunt.template.today("yyyy") %> <%= pkg.author %>\n' + + ' * Copyright 2011-<%= grunt.template.today("yyyy") %> <%= pkg.author %>\n' + ' * Licensed under the Creative Commons Attribution 3.0 Unported License. For\n' + ' * details, see http://creativecommons.org/licenses/by/3.0/.\n' + ' */\n', |
