Author: felipeal
Date: Thu Jan 12 09:51:40 2006
New Revision: 368422
URL: http://svn.apache.org/viewcvs?rev=368422&view=rev
Log:
added ASL2 header
Modified:
maven/maven-1/plugins/trunk/java/src/plugin-test/src/main/org/apache/maven/Dummy.java
Modified:
maven/maven-1/plugins/trunk/java/src/plugin-test/src/main/org/apache/maven/Dummy.java
URL:
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/java/src/plugin-test/src/main/org/apache/maven/Dummy.java?rev=368422&r1=368421&r2=368422&view=diff
==============================================================================
---
maven/maven-1/plugins/trunk/java/src/plugin-test/src/main/org/apache/maven/Dummy.java
(original)
+++
maven/maven-1/plugins/trunk/java/src/plugin-test/src/main/org/apache/maven/Dummy.java
Thu Jan 12 09:51:40 2006
@@ -1,6 +1,21 @@
+/*
+ * Copyright 2005 The Apache Software Foundation.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
package org.apache.maven;
public class Dummy
{
public String badChecky = "error";
-}
\ No newline at end of file
+}