1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-10-02 00:06:46 +02:00

sort out attribution banners of docs assets; fixes #11976

This commit is contained in:
Chris Rebert
2014-01-13 21:58:27 -08:00
parent aff64cffce
commit ea591748ed
8 changed files with 78 additions and 19 deletions

View File

@@ -1,11 +1,11 @@
/**
/*!
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");