2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03: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
+3 -3
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");