Commit 8c0cb806 authored by Mark Otto's avatar Mark Otto

Merge pull request #12215 from twbs/attribution-comments

sort out attribution banners of docs assets
parents aff64cff ea591748
......@@ -127,7 +127,6 @@ module.exports = function (grunt) {
},
customize: {
options: {
banner: '<%= bannerDocs %>',
preserveComments: 'some',
report: 'min'
},
......@@ -144,7 +143,6 @@ module.exports = function (grunt) {
},
docsJs: {
options: {
banner: '<%= bannerDocs %>',
preserveComments: 'some',
report: 'min'
},
......
......@@ -3,8 +3,8 @@
// ++++++++++++++++++++++++++++++++++++++++++
/*!
* JavaScript for Bootstrap's docs (http://getbootstrap.com)
* Copyright 2011-2014 Twitter, Inc.
*
* Licensed under the Creative Commons Attribution 3.0 Unported License. For
* details, see http://creativecommons.org/licenses/by/3.0/.
*/
......
/* Blob.js
/*!
* Blob.js
* A Blob implementation.
* 2013-12-27
*
......
This diff is collapsed.
This diff is collapsed.
/* FileSaver.js
/*!
* FileSaver.js
* A saveAs() FileSaver implementation.
* 2013-12-27
*
......
/**
/*!
JSZip - A Javascript class for generating and reading zip files
<http://stuartk.com/jszip>
(c) 2009-2012 Stuart Knightley <stuart [at] stuartk.com>
Dual licenced under the MIT license or GPLv3. See LICENSE.markdown.
*/
/**
Usage:
zip = new JSZip();
zip.file("hello.txt", "Hello, World!").file("tempfile", "nothing");
......
/** @license uglifyweb Copyright (c) 2011, The Dojo Foundation All Rights Reserved.
/*! @license uglifyweb Copyright (c) 2011, The Dojo Foundation All Rights Reserved.
* The parts that are unique to this repo (not much, just some wrapper code) are
* released under the new BSD and MIT licenses.
*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment