Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/grunt
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2015-04-28 11:11:49 +0300
committerXhmikosR <xhmikosr@gmail.com>2015-04-28 11:40:42 +0300
commit86400070b5a10d4c013f1f8b72d7d170888031fb (patch)
tree35070c42c77a6733ae7a6a9a98920a699cc1ae32 /grunt
parenta9137bd621ab77b0bd3f554c34e7fde97b08a2bc (diff)
Bump copyright year.
[ci skip]
Diffstat (limited to 'grunt')
-rw-r--r--grunt/bs-commonjs-generator.js7
-rw-r--r--grunt/bs-glyphicons-data-generator.js4
-rw-r--r--grunt/bs-lessdoc-parser.js3
-rw-r--r--grunt/bs-raw-files-generator.js2
4 files changed, 13 insertions, 3 deletions
diff --git a/grunt/bs-commonjs-generator.js b/grunt/bs-commonjs-generator.js
index 582eefe374..0b4ebbfc1c 100644
--- a/grunt/bs-commonjs-generator.js
+++ b/grunt/bs-commonjs-generator.js
@@ -1,3 +1,10 @@
+/*!
+ * Bootstrap Grunt task for the CommonJS module generation
+ * http://getbootstrap.com
+ * Copyright 2014-2015 Twitter, Inc.
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ */
+
'use strict';
var fs = require('fs');
diff --git a/grunt/bs-glyphicons-data-generator.js b/grunt/bs-glyphicons-data-generator.js
index 645e4fe2f2..af2a82e27e 100644
--- a/grunt/bs-glyphicons-data-generator.js
+++ b/grunt/bs-glyphicons-data-generator.js
@@ -1,10 +1,12 @@
/*!
* Bootstrap Grunt task for Glyphicons data generation
* http://getbootstrap.com
- * Copyright 2014 Twitter, Inc.
+ * Copyright 2014-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
+
'use strict';
+
var fs = require('fs');
module.exports = function generateGlyphiconsData(grunt) {
diff --git a/grunt/bs-lessdoc-parser.js b/grunt/bs-lessdoc-parser.js
index d196e766ac..5a9ed2b3d5 100644
--- a/grunt/bs-lessdoc-parser.js
+++ b/grunt/bs-lessdoc-parser.js
@@ -1,9 +1,10 @@
/*!
* Bootstrap Grunt task for parsing Less docstrings
* http://getbootstrap.com
- * Copyright 2014 Twitter, Inc.
+ * Copyright 2014-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
+
'use strict';
var Markdown = require('markdown-it');
diff --git a/grunt/bs-raw-files-generator.js b/grunt/bs-raw-files-generator.js
index 5e38e634bf..39224e4e20 100644
--- a/grunt/bs-raw-files-generator.js
+++ b/grunt/bs-raw-files-generator.js
@@ -1,7 +1,7 @@
/*!
* Bootstrap Grunt task for generating raw-files.min.js for the Customizer
* http://getbootstrap.com
- * Copyright 2014 Twitter, Inc.
+ * Copyright 2014-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/