Added reduced license header for minified files and updated copyright
parent
0739f983c7
commit
bc22a9be27
2
Makefile
2
Makefile
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
*/
|
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue