Move license to the top of the file.

This commit is contained in:
XhmikosR 2014-03-07 18:59:43 +02:00
parent b9a0d1e4cd
commit 91e57e2738
1 changed files with 3 additions and 1 deletions

View File

@ -1,10 +1,12 @@
/* global btoa: 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)
*/
/* global btoa: true */
'use strict';
var fs = require('fs');
var btoa = require('btoa');