Author: nbelaevski
Date: 2008-10-27 19:31:31 -0400 (Mon, 27 Oct 2008)
New Revision: 10930
Modified:
trunk/cdk/maven-javascript-plugin/src/test/java/net/sf/alchim/mojo/yuicompressor/AggregationTestCase.java
Log:
https://jira.jboss.org/jira/browse/RF-4578
Modified:
trunk/cdk/maven-javascript-plugin/src/test/java/net/sf/alchim/mojo/yuicompressor/AggregationTestCase.java
===================================================================
---
trunk/cdk/maven-javascript-plugin/src/test/java/net/sf/alchim/mojo/yuicompressor/AggregationTestCase.java 2008-10-27
23:25:16 UTC (rev 10929)
+++
trunk/cdk/maven-javascript-plugin/src/test/java/net/sf/alchim/mojo/yuicompressor/AggregationTestCase.java 2008-10-27
23:31:31 UTC (rev 10930)
@@ -1,3 +1,24 @@
+/**
+ * License Agreement.
+ *
+ * YUI Compressor Maven Mojo
+ *
+ * Copyright (C) 2007 Alchim31 Team
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library 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
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ */
+
package net.sf.alchim.mojo.yuicompressor;
import java.io.File;