From bc22a9be27c9ded3de8872b864c34c610e84b90d Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Thu, 22 Dec 2011 23:49:53 -0500 Subject: [PATCH] Added reduced license header for minified files and updated copyright --- Makefile | 2 +- tools/license-min.tpl | 6 ++++++ tools/license.tpl | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 tools/license-min.tpl diff --git a/Makefile b/Makefile index 59a56f2..d08fc74 100644 --- a/Makefile +++ b/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 \ diff --git a/tools/license-min.tpl b/tools/license-min.tpl new file mode 100644 index 0000000..89a8222 --- /dev/null +++ b/tools/license-min.tpl @@ -0,0 +1,6 @@ +/** + * Combined, minified redistributable ease.js file. + * http://easejs.org/ + * Licensed under the GNU LGPL v3+ + * Copyright (C) 2010,2011 Mike Gerwitz + */ diff --git a/tools/license.tpl b/tools/license.tpl index 36ef42b..0538850 100644 --- a/tools/license.tpl +++ b/tools/license.tpl @@ -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. *