-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
42 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,7 @@ | ||
Safe SVG - Upload and sanitize SVGs within WordPress | ||
|
||
Copyright 2015 Daryll Doyle | ||
|
||
This program is free software; you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License as published by | ||
the Free Software Foundation; either version 2 of the License, or | ||
(at your option) any later version. | ||
|
||
This program is distributed in the hope that it will be useful, | ||
but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
GNU General Public License for more details. | ||
|
||
You should have received a copy of the GNU General Public License | ||
along with this program; if not, write to the Free Software | ||
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA | ||
|
||
This program incorporates work covered by the following copyright and | ||
permission notices: | ||
|
||
svg-sanitize is (c) 2015 Daryll Doyle - [email protected] - | ||
http://enshrined.co.uk | ||
|
||
Wherever third party code has been used, credit has been given in the code's | ||
comments. | ||
|
||
svg-sanitize is released under the GPL | ||
|
||
|
||
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= | ||
|
||
GNU GENERAL PUBLIC LICENSE | ||
Version 2, June 1991 | ||
|
||
Copyright (C) 1989, 1991 Free Software Foundation, Inc., <http://fsf.org/> | ||
Copyright (C) 1989, 1991 Free Software Foundation, Inc., | ||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | ||
Everyone is permitted to copy and distribute verbatim copies | ||
of this license document, but changing it is not allowed. | ||
|
@@ -322,8 +290,8 @@ to attach them to the start of each source file to most effectively | |
convey the exclusion of warranty; and each file should have at least | ||
the "copyright" line and a pointer to where the full notice is found. | ||
|
||
{description} | ||
Copyright (C) {year} {fullname} | ||
<one line to give the program's name and a brief idea of what it does.> | ||
Copyright (C) <year> <name of author> | ||
|
||
This program is free software; you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License as published by | ||
|
@@ -361,7 +329,7 @@ necessary. Here is a sample; alter the names: | |
Yoyodyne, Inc., hereby disclaims all copyright interest in the program | ||
`Gnomovision' (which makes passes at compilers) written by James Hacker. | ||
|
||
{signature of Ty Coon}, 1 April 1989 | ||
<signature of Ty Coon>, 1 April 1989 | ||
Ty Coon, President of Vice | ||
|
||
This General Public License does not permit incorporating your program into | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters