1
0
Fork 0

Added reduced license header for minified files and updated copyright

perfodd
Mike Gerwitz 2011-12-22 23:49:53 -05:00
parent 0739f983c7
commit bc22a9be27
3 changed files with 8 additions and 2 deletions

View File

@ -68,7 +68,7 @@ $(compiler):
| tar -C $(path_tools) -xzv compiler.jar
build/%.min.js: build/%.js $(path_tools)/externs-global.js $(path_externs_internal) \
$(compiler)
cat $(path_tools)/license.tpl > $@
cat $(path_tools)/license-min.tpl > $@
java -jar $(compiler) \
--externs $(path_tools)/externs-global.js \
--externs $(path_build)/externs-internal.js \

View File

@ -0,0 +1,6 @@
/**
* Combined, minified redistributable ease.js file.
* http://easejs.org/
* Licensed under the GNU LGPL v3+ <http://www.gnu.org/licenses>
* Copyright (C) 2010,2011 Mike Gerwitz
*/

View File

@ -4,7 +4,7 @@
* For the original, uncombined and unminifed source, please visit
* http://easejs.org.
*
* Copyright (C) 2010 Mike Gerwitz
* Copyright (C) 2010,2011 Mike Gerwitz
*
* This file is part of ease.js.
*