X-Git-Url: https://git.yukkurigames.com/?p=string-lerp.git;a=blobdiff_plain;f=string-lerp.js;fp=string-lerp.js;h=54731995783f405d7d0102d39556747cb2c0ea73;hp=e25abfe6d1ad2cf31a1eb08f62ac78b1066076af;hb=39287ad87b41df055c4c7569b8e443051d182f1b;hpb=c66da5a020f5a229bc944b08e682636d1b3ecb98 diff --git a/string-lerp.js b/string-lerp.js index e25abfe..5473199 100644 --- a/string-lerp.js +++ b/string-lerp.js @@ -1,13 +1,25 @@ /* string-lerp - progressively turn one string into another Copyright 2014 Joe Wreschnig - - 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. + Licensed under the terms of the GNU GPL v2 or later + @license http://www.gnu.org/licenses/gpl-2.0.html + @source: http://yukkurigames.com/string-lerp/ +*//* + 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. + + As additional permission, you may distribute the program or works + based on it without the copy of the GNU GPL normally required, + provided you include this license notice and a URL through which + recipients can access the corresponding source code. */ -/* @license Copyright 2014 Joe Wreschnig - GNU GPL v2 or later */ /*globals exports, Uint32Array */ (function (exports) {