Skip to content

Commit

Permalink
Make default branch main
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuk committed Apr 6, 2022
1 parent d46ef80 commit 425137e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/license_header.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ JSZip v__VERSION__ - A JavaScript class for generating and reading zip files
<http://stuartk.com/jszip>
(c) 2009-2016 Stuart Knightley <stuart [at] stuartk.com>
Dual licenced under the MIT license or GPLv3. See https://raw.github.com/Stuk/jszip/master/LICENSE.markdown.
Dual licenced under the MIT license or GPLv3. See https://raw.github.com/Stuk/jszip/main/LICENSE.markdown.
JSZip uses the library pako released under the MIT license :
https://github.com/nodeca/pako/blob/master/LICENSE
https://github.com/nodeca/pako/blob/main/LICENSE
*/
2 changes: 1 addition & 1 deletion vendor/FileSaver.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
/*global self */
/*jslint bitwise: true, indent: 4, laxbreak: true, laxcomma: true, smarttabs: true, plusplus: true */

/*! @source http://purl.eligrey.com/github/FileSaver.js/blob/master/FileSaver.js */
/*! @source http://purl.eligrey.com/github/FileSaver.js/blob/main/FileSaver.js */

var saveAs = saveAs
// IE 10+ (native saveAs)
Expand Down

0 comments on commit 425137e

Please sign in to comment.