From: Chris Rebert Date: Mon, 10 Feb 2014 18:06:33 +0000 (-0800) Subject: add copyright header to shrinkwrap.js; fixes #12643 X-Git-Tag: v3.1.1~14^2~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc79fecacd37879eae9659e36ef8d41cf1b6f5d7;p=thirdparty%2Fbootstrap.git add copyright header to shrinkwrap.js; fixes #12643 --- diff --git a/grunt/shrinkwrap.js b/grunt/shrinkwrap.js index f486bc69b7..53daec7ddd 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.