You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by hi...@apache.org on 2010/07/30 11:35:01 UTC

svn commit: r980702 - in /ant/sandbox/groovyfront: .settings/ src/main/java/org/apache/ant/groovyfront/cache/

Author: hibou
Date: Fri Jul 30 09:35:00 2010
New Revision: 980702

URL: http://svn.apache.org/viewvc?rev=980702&view=rev
Log:
Add ASF headers

Modified:
    ant/sandbox/groovyfront/.settings/org.eclipse.jdt.core.prefs
    ant/sandbox/groovyfront/src/main/java/org/apache/ant/groovyfront/cache/GroovyScriptCacheCleaner.java
    ant/sandbox/groovyfront/src/main/java/org/apache/ant/groovyfront/cache/GroovyScriptLoader.java
    ant/sandbox/groovyfront/src/main/java/org/apache/ant/groovyfront/cache/ThreadSafeFileLocker.java

Modified: ant/sandbox/groovyfront/.settings/org.eclipse.jdt.core.prefs
URL: http://svn.apache.org/viewvc/ant/sandbox/groovyfront/.settings/org.eclipse.jdt.core.prefs?rev=980702&r1=980701&r2=980702&view=diff
==============================================================================
--- ant/sandbox/groovyfront/.settings/org.eclipse.jdt.core.prefs (original)
+++ ant/sandbox/groovyfront/.settings/org.eclipse.jdt.core.prefs Fri Jul 30 09:35:00 2010
@@ -1,3 +1,21 @@
+#        ***************************************************************
+#        * 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.
+#        ***************************************************************
 #Sat Jul 24 12:51:16 CEST 2010
 eclipse.preferences.version=1
 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled

Modified: ant/sandbox/groovyfront/src/main/java/org/apache/ant/groovyfront/cache/GroovyScriptCacheCleaner.java
URL: http://svn.apache.org/viewvc/ant/sandbox/groovyfront/src/main/java/org/apache/ant/groovyfront/cache/GroovyScriptCacheCleaner.java?rev=980702&r1=980701&r2=980702&view=diff
==============================================================================
--- ant/sandbox/groovyfront/src/main/java/org/apache/ant/groovyfront/cache/GroovyScriptCacheCleaner.java (original)
+++ ant/sandbox/groovyfront/src/main/java/org/apache/ant/groovyfront/cache/GroovyScriptCacheCleaner.java Fri Jul 30 09:35:00 2010
@@ -1,3 +1,20 @@
+/*
+ *  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.ant.groovyfront.cache;
 
 import java.io.File;

Modified: ant/sandbox/groovyfront/src/main/java/org/apache/ant/groovyfront/cache/GroovyScriptLoader.java
URL: http://svn.apache.org/viewvc/ant/sandbox/groovyfront/src/main/java/org/apache/ant/groovyfront/cache/GroovyScriptLoader.java?rev=980702&r1=980701&r2=980702&view=diff
==============================================================================
--- ant/sandbox/groovyfront/src/main/java/org/apache/ant/groovyfront/cache/GroovyScriptLoader.java (original)
+++ ant/sandbox/groovyfront/src/main/java/org/apache/ant/groovyfront/cache/GroovyScriptLoader.java Fri Jul 30 09:35:00 2010
@@ -1,3 +1,20 @@
+/*
+ *  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.ant.groovyfront.cache;
 
 import groovy.lang.Binding;

Modified: ant/sandbox/groovyfront/src/main/java/org/apache/ant/groovyfront/cache/ThreadSafeFileLocker.java
URL: http://svn.apache.org/viewvc/ant/sandbox/groovyfront/src/main/java/org/apache/ant/groovyfront/cache/ThreadSafeFileLocker.java?rev=980702&r1=980701&r2=980702&view=diff
==============================================================================
--- ant/sandbox/groovyfront/src/main/java/org/apache/ant/groovyfront/cache/ThreadSafeFileLocker.java (original)
+++ ant/sandbox/groovyfront/src/main/java/org/apache/ant/groovyfront/cache/ThreadSafeFileLocker.java Fri Jul 30 09:35:00 2010
@@ -1,3 +1,20 @@
+/*
+ *  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.ant.groovyfront.cache;
 
 import java.io.File;