Skip to content

Commit 7bf6685

Browse files
committed
fix: remove developer emails from license headers (#3927)
1 parent e6cf03d commit 7bf6685

File tree

13 files changed

+17
-17
lines changed

13 files changed

+17
-17
lines changed

src/libs/WebPDecoder.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5261,7 +5261,7 @@ The above copyright notice and this permission notice shall be included in all c
52615261
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
52625262
52635263
https://webpjs.appspot.com
5264-
WebPRiffParser dominikhlbg@gmail.com
5264+
WebPRiffParser
52655265
*/
52665266

52675267
function memcmp(data, data_off, str, size) {

src/libs/omggif.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @license
3-
* (c) Dean McNamee <dean@gmail.com>, 2013.
3+
* (c) Dean McNamee, 2013.
44
*
55
* https://github.com/deanm/omggif
66
*

src/libs/rgbcolor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* A class to parse color values
3-
* @author Stoyan Stefanov <sstoo@gmail.com>
3+
* @author Stoyan Stefanov
44
* {@link http://www.phpied.com/rgb-color-parser-in-javascript/}
55
* @license Use it if you like it
66
*/

src/license.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
* Version ${data.versionID} Built on ${data.builtOn}
55
* CommitID ${data.commitID}
66
*
7-
* Copyright (c) 2010-2025 James Hall <james@parall.ax>, https://github.com/MrRio/jsPDF
7+
* Copyright (c) 2010-2025 James Hall, https://github.com/MrRio/jsPDF
88
* 2015-2025 yWorks GmbH, http://www.yworks.com
9-
* 2015-2025 Lukas Holländer <lukas.hollaender@yworks.com>, https://github.com/HackbrettXXX
10-
* 2016-2018 Aras Abbasi <aras.abbasi@gmail.com>
9+
* 2015-2025 Lukas Holländer, https://github.com/HackbrettXXX
10+
* 2016-2018 Aras Abbasi
1111
* 2010 Aaron Spike, https://github.com/acspike
1212
* 2012 Willow Systems Corporation, https://github.com/willowsystems
1313
* 2012 Pablo Hess, https://github.com/pablohess

src/modules/annotations.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @license
3-
* Copyright (c) 2014 Steven Spungin (TwelveTone LLC) steven@twelvetone.tv
3+
* Copyright (c) 2014 Steven Spungin (TwelveTone LLC)
44
*
55
* Licensed under the MIT License.
66
* http://opensource.org/licenses/mit-license

src/modules/canvas.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @license
3-
* Copyright (c) 2014 Steven Spungin (TwelveTone LLC) steven@twelvetone.tv
3+
* Copyright (c) 2014 Steven Spungin (TwelveTone LLC)
44
*
55
* Licensed under the MIT License.
66
* http://opensource.org/licenses/mit-license

src/modules/cell.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/**
22
* @license
33
* ====================================================================
4-
* Copyright (c) 2013 Youssef Beddad, youssef.beddad@gmail.com
5-
* 2013 Eduardo Menezes de Morais, eduardo.morais@usp.br
4+
* Copyright (c) 2013 Youssef Beddad
5+
* 2013 Eduardo Menezes de Morais
66
* 2013 Lee Driscoll, https://github.com/lsdriscoll
77
* 2014 Juan Pablo Gaviria, https://github.com/juanpgaviria
8-
* 2014 James Hall, james@parall.ax
8+
* 2014 James Hall
99
* 2014 Diego Casorran, https://github.com/diegocr
1010
*
1111
* Permission is hereby granted, free of charge, to any person obtaining

src/modules/context2d.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/* eslint-disable no-console */
33
/**
44
* @license
5-
* jsPDF Context2D PlugIn Copyright (c) 2014 Steven Spungin (TwelveTone LLC) steven@twelvetone.tv
5+
* jsPDF Context2D PlugIn Copyright (c) 2014 Steven Spungin (TwelveTone LLC)
66
*
77
* Licensed under the MIT License. http://opensource.org/licenses/mit-license
88
*/

src/modules/fileloading.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @license
33
* jsPDF fileloading PlugIn
4-
* Copyright (c) 2018 Aras Abbasi (aras.abbasi@gmail.com)
4+
* Copyright (c) 2018 Aras Abbasi
55
*
66
* Licensed under the MIT License.
77
* http://opensource.org/licenses/mit-license

src/modules/javascript.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @license
33
* ====================================================================
4-
* Copyright (c) 2013 Youssef Beddad, youssef.beddad@gmail.com
4+
* Copyright (c) 2013 Youssef Beddad
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining
77
* a copy of this software and associated documentation files (the

0 commit comments

Comments
 (0)