From 91e57e2738fb46df241d23038fed729fc6471466 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Fri, 7 Mar 2014 18:59:43 +0200 Subject: [PATCH] Move license to the top of the file. --- grunt/bs-raw-files-generator.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/grunt/bs-raw-files-generator.js b/grunt/bs-raw-files-generator.js index e8f7491302..fd74186ccf 100644 --- a/grunt/bs-raw-files-generator.js +++ b/grunt/bs-raw-files-generator.js @@ -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');