]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
add copyright header to shrinkwrap.js; fixes #12643
authorChris Rebert <github@rebertia.com>
Mon, 10 Feb 2014 18:06:33 +0000 (10:06 -0800)
committerChris Rebert <github@rebertia.com>
Mon, 10 Feb 2014 18:06:33 +0000 (10:06 -0800)
grunt/shrinkwrap.js

index f486bc69b7c174aeb9ab12070b4ab83db6408890..53daec7ddd7057f21eda2a77b3753aec602ac38a 100644 (file)
@@ -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.