diff options
| author | Chris Rebert <[email protected]> | 2014-02-10 10:06:33 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-02-10 10:06:33 -0800 |
| commit | dc79fecacd37879eae9659e36ef8d41cf1b6f5d7 (patch) | |
| tree | 6e2de011df60771b32d710bef239612de0bfe04f | |
| parent | 535cd57537842a23a4f2cee6eb18301620c88ee7 (diff) | |
| download | bootstrap-dc79fecacd37879eae9659e36ef8d41cf1b6f5d7.tar.xz bootstrap-dc79fecacd37879eae9659e36ef8d41cf1b6f5d7.zip | |
add copyright header to shrinkwrap.js; fixes #12643
| -rw-r--r-- | grunt/shrinkwrap.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/grunt/shrinkwrap.js b/grunt/shrinkwrap.js index f486bc69b..53daec7dd 100644 --- a/grunt/shrinkwrap.js +++ b/grunt/shrinkwrap.js @@ -1,3 +1,9 @@ +/*! + * Bootstrap Grunt task for generating npm-shrinkwrap.canonical.json + * http://getbootstrap.com + * Copyright 2014 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + */ /* This Grunt task updates the npm-shrinkwrap.canonical.json file that's used as the key for Bootstrap's npm packages cache. This task should be run and the updated file should be committed whenever Bootstrap's dependencies change. |
