Altered license templates for combined files with section 7 exception
As suggested by RMS in The JavaScript Trap: <https://gnu.org/philosophy/javascript-trap.html> This does increase the size of the minified file a bit---the header is now about 1kB of uncompressed text (which will hopefully comprses nicely with the rest of the minified file). That said, ease.js will be continuing to grow in size, bandwidth is becoming less and less important, and the license is very important, especially in our goal to spread the philosophy of software freedom.perfodd
parent
4e5f5dde04
commit
7bca344305
|
@ -1,6 +1,18 @@
|
|||
/**
|
||||
* Combined, minified redistributable ease.js file.
|
||||
* http://easejs.org/
|
||||
* Licensed under the GNU GPLv3+ <http://www.gnu.org/licenses>
|
||||
* Copyright (C) 2013 Mike Gerwitz
|
||||
* Combined, minified redistributable GNU ease.js file.
|
||||
* <http://www.gnu.org/software/easejs/>
|
||||
* Copyright (C) 2013, 2014 Mike Gerwitz
|
||||
*
|
||||
* GNU ease.js is free software: you can redistribute it and/or modify it
|
||||
* under the terms of the GNU General Public License (GNU GPL) as published
|
||||
* by the Free Software Foundation, either version 3 of the License, or (at
|
||||
* your option) any later version. This library is distributed WITHOUT ANY
|
||||
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
* FOR A PARTICULAR PURPOSE. See the GNU GPL for more details.
|
||||
*
|
||||
* As additional permission under GNU GPL version 3 section 7, you may
|
||||
* distribute non-source (e.g., minimized or compacted) forms of this
|
||||
* library without the copy of the GNU GPL normally required by section 4,
|
||||
* provided you include this license notice and a URL through which
|
||||
* recipients can access the Corresponding Source.
|
||||
*/
|
||||
|
|
|
@ -1,23 +1,21 @@
|
|||
/**
|
||||
* Combined redistributable ease.js file
|
||||
* Combined redistributable GNU ease.js file.
|
||||
*
|
||||
* For the original, uncombined and unminifed source, please visit
|
||||
* http://easejs.org.
|
||||
* <http://www.gnu.org/software/easejs/>.
|
||||
*
|
||||
* Copyright (C) 2013 Mike Gerwitz
|
||||
* Copyright (C) 2013, 2014 Mike Gerwitz
|
||||
*
|
||||
* This file is part of GNU ease.js.
|
||||
* GNU ease.js is free software: you can redistribute it and/or modify it
|
||||
* under the terms of the GNU General Public License (GNU GPL) as published
|
||||
* by the Free Software Foundation, either version 3 of the License, or (at
|
||||
* your option) any later version. This library is distributed WITHOUT ANY
|
||||
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
* FOR A PARTICULAR PURPOSE. See the GNU GPL for more details.
|
||||
*
|
||||
* ease.js 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 3 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, see <http://www.gnu.org/licenses/>.
|
||||
* As additional permission under GNU GPL version 3 section 7, you may
|
||||
* distribute non-source (e.g., minimized or compacted) forms of this
|
||||
* library without the copy of the GNU GPL normally required by section 4,
|
||||
* provided you include this license notice and a URL through which
|
||||
* recipients can access the Corresponding Source.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue