aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-01-20 16:00:52 -0800
committerChris Rebert <[email protected]>2014-01-20 16:56:24 -0800
commit6b8d4e9c7692d045686a03acb4a72ceaac20c881 (patch)
tree2fbef93a6cc91b637dac53a55bdee9d7492d7184 /docs
parent5cc3c62e307d5ec05ea2391b77f3ef111ec878c6 (diff)
downloadbootstrap-6b8d4e9c7692d045686a03acb4a72ceaac20c881.tar.xz
bootstrap-6b8d4e9c7692d045686a03acb4a72ceaac20c881.zip
clarify Grunt task licensing
Diffstat (limited to 'docs')
-rw-r--r--docs/grunt/bs-glyphicons-data-generator.js6
-rw-r--r--docs/grunt/bs-lessdoc-parser.js6
-rw-r--r--docs/grunt/bs-raw-files-generator.js6
3 files changed, 18 insertions, 0 deletions
diff --git a/docs/grunt/bs-glyphicons-data-generator.js b/docs/grunt/bs-glyphicons-data-generator.js
index 2ecd54393..3e32698a1 100644
--- a/docs/grunt/bs-glyphicons-data-generator.js
+++ b/docs/grunt/bs-glyphicons-data-generator.js
@@ -1,4 +1,10 @@
/* jshint node: true */
+/*!
+ * Bootstrap Grunt task for Glyphicons data generation
+ * http://getbootstrap.com
+ * Copyright 2014 Twitter, Inc.
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ */
var fs = require('fs')
diff --git a/docs/grunt/bs-lessdoc-parser.js b/docs/grunt/bs-lessdoc-parser.js
index 50c6ebbd3..9d0b2ffaf 100644
--- a/docs/grunt/bs-lessdoc-parser.js
+++ b/docs/grunt/bs-lessdoc-parser.js
@@ -1,4 +1,10 @@
/* jshint node: true */
+/*!
+ * Bootstrap Grunt task for parsing Less docstrings
+ * http://getbootstrap.com
+ * Copyright 2014 Twitter, Inc.
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ */
var markdown = require('markdown').markdown;
diff --git a/docs/grunt/bs-raw-files-generator.js b/docs/grunt/bs-raw-files-generator.js
index 722c42d7d..255508b7f 100644
--- a/docs/grunt/bs-raw-files-generator.js
+++ b/docs/grunt/bs-raw-files-generator.js
@@ -1,4 +1,10 @@
/* jshint node: true */
+/*!
+ * Bootstrap Grunt task for generating raw-files.min.js for the Customizer
+ * http://getbootstrap.com
+ * Copyright 2014 Twitter, Inc.
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ */
var btoa = require('btoa') // jshint ignore:line
var fs = require('fs')