Skip to content

Commit d160d82

Browse files
committed
add license to archive and add license header to typings
1 parent 71a7ddd commit d160d82

File tree

3 files changed

+54
-10
lines changed

3 files changed

+54
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dist",
1111
"types/index.d.ts",
1212
"README.md",
13-
"makeFonts.js"
13+
"MIT-LICENSE.txt"
1414
],
1515
"typings": "types/index.d.ts",
1616
"types": "types/index.d.ts",

src/license.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
* Version ${data.versionID} Built on ${data.builtOn}
55
* CommitID ${data.commitID}
66
*
7-
* Copyright (c) 2010-2018 James Hall <[email protected]>, https://github.com/MrRio/jsPDF
8-
* 2015-2018 yWorks GmbH, http://www.yworks.com
9-
* 2015-2018 Lukas Holländer <[email protected]>, https://github.com/HackbrettXXX
7+
* Copyright (c) 2010-2020 James Hall <[email protected]>, https://github.com/MrRio/jsPDF
8+
* 2015-2020 yWorks GmbH, http://www.yworks.com
9+
* 2015-2020 Lukas Holländer <[email protected]>, https://github.com/HackbrettXXX
1010
* 2016-2018 Aras Abbasi <[email protected]>
1111
* 2010 Aaron Spike, https://github.com/acspike
1212
* 2012 Willow Systems Corporation, willow-systems.com

types/index.d.ts

Lines changed: 50 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,53 @@
1-
// Type definitions for jsPDF 1.5.4
2-
// Project: https://github.com/MrRio/jsPDF
3-
// Definitions by: Amber Schühmacher <https://github.com/amberjs>
4-
// Kevin Gonnord <https://github.com/lleios>
5-
// Jackie Weng <https://github.com/jemerald>
6-
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
1+
/** @license
2+
*
3+
* jsPDF - PDF Document creation from JavaScript
4+
*
5+
* Copyright (c) 2010-2020 James Hall <[email protected]>, https://github.com/MrRio/jsPDF
6+
* 2015-2020 yWorks GmbH, http://www.yworks.com
7+
* 2015-2020 Lukas Holländer <[email protected]>, https://github.com/HackbrettXXX
8+
* 2016-2018 Aras Abbasi <[email protected]>
9+
* 2018 Amber Schühmacher <https://github.com/amberjs>
10+
* 2018 Kevin Gonnord <https://github.com/lleios>
11+
* 2018 Jackie Weng <https://github.com/jemerald>
12+
* 2010 Aaron Spike, https://github.com/acspike
13+
* 2012 Willow Systems Corporation, willow-systems.com
14+
* 2012 Pablo Hess, https://github.com/pablohess
15+
* 2012 Florian Jenett, https://github.com/fjenett
16+
* 2013 Warren Weckesser, https://github.com/warrenweckesser
17+
* 2013 Youssef Beddad, https://github.com/lifof
18+
* 2013 Lee Driscoll, https://github.com/lsdriscoll
19+
* 2013 Stefan Slonevskiy, https://github.com/stefslon
20+
* 2013 Jeremy Morel, https://github.com/jmorel
21+
* 2013 Christoph Hartmann, https://github.com/chris-rock
22+
* 2014 Juan Pablo Gaviria, https://github.com/juanpgaviria
23+
* 2014 James Makes, https://github.com/dollaruw
24+
* 2014 Diego Casorran, https://github.com/diegocr
25+
* 2014 Steven Spungin, https://github.com/Flamenco
26+
* 2014 Kenneth Glassey, https://github.com/Gavvers
27+
*
28+
* Permission is hereby granted, free of charge, to any person obtaining
29+
* a copy of this software and associated documentation files (the
30+
* "Software"), to deal in the Software without restriction, including
31+
* without limitation the rights to use, copy, modify, merge, publish,
32+
* distribute, sublicense, and/or sell copies of the Software, and to
33+
* permit persons to whom the Software is furnished to do so, subject to
34+
* the following conditions:
35+
*
36+
* The above copyright notice and this permission notice shall be
37+
* included in all copies or substantial portions of the Software.
38+
*
39+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
40+
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
41+
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
42+
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
43+
* LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
44+
* OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
45+
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
46+
*
47+
* Contributor(s):
48+
* siefkenj, ahwolf, rickygu, Midnith, saintclair, eaparango,
49+
* kim3er, mfo, alnorth, Flamenco
50+
*/
751

852
declare module "jspdf" {
953
import construct = Reflect.construct;

0 commit comments

Comments
 (0)