You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by jo...@apache.org on 2009/03/02 09:58:59 UTC

svn commit: r749242 - in /incubator/rat/main/trunk: apache-rat-core/src/test/java/org/apache/rat/ apache-rat-tasks/src/test/java/org/apache/rat/anttasks/ apache-rat-tasks/src/test/java/org/example/ apache-rat-tasks/src/test/resources/antunit/ src/changes/

Author: jochen
Date: Mon Mar  2 08:58:59 2009
New Revision: 749242

URL: http://svn.apache.org/viewvc?rev=749242&view=rev
Log:
Adding ASL license headers. (See RAT-42)


Modified:
    incubator/rat/main/trunk/apache-rat-core/src/test/java/org/apache/rat/ReportTest.java
    incubator/rat/main/trunk/apache-rat-tasks/src/test/java/org/apache/rat/anttasks/AbstractRatAntTaskTest.java
    incubator/rat/main/trunk/apache-rat-tasks/src/test/java/org/apache/rat/anttasks/ReportTest.java
    incubator/rat/main/trunk/apache-rat-tasks/src/test/java/org/example/LicenseFamily.java
    incubator/rat/main/trunk/apache-rat-tasks/src/test/java/org/example/Matcher.java
    incubator/rat/main/trunk/apache-rat-tasks/src/test/resources/antunit/build.xml
    incubator/rat/main/trunk/src/changes/changes.xml

Modified: incubator/rat/main/trunk/apache-rat-core/src/test/java/org/apache/rat/ReportTest.java
URL: http://svn.apache.org/viewvc/incubator/rat/main/trunk/apache-rat-core/src/test/java/org/apache/rat/ReportTest.java?rev=749242&r1=749241&r2=749242&view=diff
==============================================================================
--- incubator/rat/main/trunk/apache-rat-core/src/test/java/org/apache/rat/ReportTest.java (original)
+++ incubator/rat/main/trunk/apache-rat-core/src/test/java/org/apache/rat/ReportTest.java Mon Mar  2 08:58:59 2009
@@ -81,7 +81,11 @@
             " ==" + pElementsPath + "/Source.java\n" + 
             " =======================================================================\n" + 
             "package elements;\n" + 
-            "\n" + 
+            "\n" +
+            "/*\n" +
+            " * This file does intentionally *NOT* contain an ASL license header,\n" +
+            " * because it is used in the test suite.\n" +
+            " */\n" +
             "public class Source {\n" + 
             "\n" + 
             "}\n" + 

Modified: incubator/rat/main/trunk/apache-rat-tasks/src/test/java/org/apache/rat/anttasks/AbstractRatAntTaskTest.java
URL: http://svn.apache.org/viewvc/incubator/rat/main/trunk/apache-rat-tasks/src/test/java/org/apache/rat/anttasks/AbstractRatAntTaskTest.java?rev=749242&r1=749241&r2=749242&view=diff
==============================================================================
--- incubator/rat/main/trunk/apache-rat-tasks/src/test/java/org/apache/rat/anttasks/AbstractRatAntTaskTest.java (original)
+++ incubator/rat/main/trunk/apache-rat-tasks/src/test/java/org/apache/rat/anttasks/AbstractRatAntTaskTest.java Mon Mar  2 08:58:59 2009
@@ -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.
+*/
 package org.apache.rat.anttasks;
 
 import java.io.File;

Modified: incubator/rat/main/trunk/apache-rat-tasks/src/test/java/org/apache/rat/anttasks/ReportTest.java
URL: http://svn.apache.org/viewvc/incubator/rat/main/trunk/apache-rat-tasks/src/test/java/org/apache/rat/anttasks/ReportTest.java?rev=749242&r1=749241&r2=749242&view=diff
==============================================================================
--- incubator/rat/main/trunk/apache-rat-tasks/src/test/java/org/apache/rat/anttasks/ReportTest.java (original)
+++ incubator/rat/main/trunk/apache-rat-tasks/src/test/java/org/apache/rat/anttasks/ReportTest.java Mon Mar  2 08:58:59 2009
@@ -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.
+ */
 package org.apache.rat.anttasks;
 
 import java.io.File;

Modified: incubator/rat/main/trunk/apache-rat-tasks/src/test/java/org/example/LicenseFamily.java
URL: http://svn.apache.org/viewvc/incubator/rat/main/trunk/apache-rat-tasks/src/test/java/org/example/LicenseFamily.java?rev=749242&r1=749241&r2=749242&view=diff
==============================================================================
--- incubator/rat/main/trunk/apache-rat-tasks/src/test/java/org/example/LicenseFamily.java (original)
+++ incubator/rat/main/trunk/apache-rat-tasks/src/test/java/org/example/LicenseFamily.java Mon Mar  2 08:58:59 2009
@@ -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.
+ */
 package org.example;
 
 import org.apache.rat.license.ILicenseFamily;

Modified: incubator/rat/main/trunk/apache-rat-tasks/src/test/java/org/example/Matcher.java
URL: http://svn.apache.org/viewvc/incubator/rat/main/trunk/apache-rat-tasks/src/test/java/org/example/Matcher.java?rev=749242&r1=749241&r2=749242&view=diff
==============================================================================
--- incubator/rat/main/trunk/apache-rat-tasks/src/test/java/org/example/Matcher.java (original)
+++ incubator/rat/main/trunk/apache-rat-tasks/src/test/java/org/example/Matcher.java Mon Mar  2 08:58:59 2009
@@ -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.
+ */
 package org.example;
 
 import org.apache.rat.analysis.IHeaderMatcher;

Modified: incubator/rat/main/trunk/apache-rat-tasks/src/test/resources/antunit/build.xml
URL: http://svn.apache.org/viewvc/incubator/rat/main/trunk/apache-rat-tasks/src/test/resources/antunit/build.xml?rev=749242&r1=749241&r2=749242&view=diff
==============================================================================
--- incubator/rat/main/trunk/apache-rat-tasks/src/test/resources/antunit/build.xml (original)
+++ incubator/rat/main/trunk/apache-rat-tasks/src/test/resources/antunit/build.xml Mon Mar  2 08:58:59 2009
@@ -1,4 +1,20 @@
 <?xml version='1.0'?>
+<!--
+  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.
+-->
 <project name="antunit" default="all"
      xmlns:au="antlib:org.apache.ant.antunit"
     xmlns:rat="antlib:org.apache.rat.anttasks">

Modified: incubator/rat/main/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/incubator/rat/main/trunk/src/changes/changes.xml?rev=749242&r1=749241&r2=749242&view=diff
==============================================================================
--- incubator/rat/main/trunk/src/changes/changes.xml (original)
+++ incubator/rat/main/trunk/src/changes/changes.xml Mon Mar  2 08:58:59 2009
@@ -1,4 +1,20 @@
 <?xml version='1.0'?>
+<!--
+  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.
+-->
 <document>
   <properties>
     <title>Changes in RAT</title>