Author: toulmean
Date: Sat Sep 18 23:24:31 2010
New Revision: 998565
URL: http://svn.apache.org/viewvc?rev=998565&view=rev
Log:
add Apache headers
Modified:
buildr/trunk/tests/compile_with_parent/child/src/main/java/Foo.java
buildr/trunk/tests/junit3/src/test/java/FooTest.java
buildr/trunk/tests/package_war_as_jar/src/main/java/Foo.java
Modified: buildr/trunk/tests/compile_with_parent/child/src/main/java/Foo.java
URL:
http://svn.apache.org/viewvc/buildr/trunk/tests/compile_with_parent/child/src/main/java/Foo.java?rev=998565&r1=998564&r2=998565&view=diff
==============================================================================
--- buildr/trunk/tests/compile_with_parent/child/src/main/java/Foo.java
(original)
+++ buildr/trunk/tests/compile_with_parent/child/src/main/java/Foo.java Sat Sep
18 23:24:31 2010
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with this
+ * work for additional information regarding copyright ownership. The ASF
+ * licenses this file to you 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.
+ */
import org.apache.log4j.Logger;
Modified: buildr/trunk/tests/junit3/src/test/java/FooTest.java
URL:
http://svn.apache.org/viewvc/buildr/trunk/tests/junit3/src/test/java/FooTest.java?rev=998565&r1=998564&r2=998565&view=diff
==============================================================================
--- buildr/trunk/tests/junit3/src/test/java/FooTest.java (original)
+++ buildr/trunk/tests/junit3/src/test/java/FooTest.java Sat Sep 18 23:24:31
2010
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with this
+ * work for additional information regarding copyright ownership. The ASF
+ * licenses this file to you 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.
+ */
import junit.framework.TestCase;
import static junit.framework.Assert.assertEquals;
Modified: buildr/trunk/tests/package_war_as_jar/src/main/java/Foo.java
URL:
http://svn.apache.org/viewvc/buildr/trunk/tests/package_war_as_jar/src/main/java/Foo.java?rev=998565&r1=998564&r2=998565&view=diff
==============================================================================
--- buildr/trunk/tests/package_war_as_jar/src/main/java/Foo.java (original)
+++ buildr/trunk/tests/package_war_as_jar/src/main/java/Foo.java Sat Sep 18
23:24:31 2010
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with this
+ * work for additional information regarding copyright ownership. The ASF
+ * licenses this file to you 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.
+ */
public class Foo {
}
\ No newline at end of file