You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@labs.apache.org by ry...@apache.org on 2008/09/29 18:26:57 UTC

svn commit: r700168 - in /labs/droids/branch/LABS-144/src: examples/java/org/apache/droids/examples/ test/java/org/apache/droids/handle/

Author: ryan
Date: Mon Sep 29 09:26:57 2008
New Revision: 700168

URL: http://svn.apache.org/viewvc?rev=700168&view=rev
Log:
adding missing license headers

Modified:
    labs/droids/branch/LABS-144/src/examples/java/org/apache/droids/examples/FileRenameDroid.java
    labs/droids/branch/LABS-144/src/examples/java/org/apache/droids/examples/IndexerDroid.java
    labs/droids/branch/LABS-144/src/examples/java/org/apache/droids/examples/IndexerWorker.java
    labs/droids/branch/LABS-144/src/test/java/org/apache/droids/handle/SolrHandleTest.java

Modified: labs/droids/branch/LABS-144/src/examples/java/org/apache/droids/examples/FileRenameDroid.java
URL: http://svn.apache.org/viewvc/labs/droids/branch/LABS-144/src/examples/java/org/apache/droids/examples/FileRenameDroid.java?rev=700168&r1=700167&r2=700168&view=diff
==============================================================================
--- labs/droids/branch/LABS-144/src/examples/java/org/apache/droids/examples/FileRenameDroid.java (original)
+++ labs/droids/branch/LABS-144/src/examples/java/org/apache/droids/examples/FileRenameDroid.java Mon Sep 29 09:26:57 2008
@@ -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.droids.examples;
 
 import java.io.File;

Modified: labs/droids/branch/LABS-144/src/examples/java/org/apache/droids/examples/IndexerDroid.java
URL: http://svn.apache.org/viewvc/labs/droids/branch/LABS-144/src/examples/java/org/apache/droids/examples/IndexerDroid.java?rev=700168&r1=700167&r2=700168&view=diff
==============================================================================
--- labs/droids/branch/LABS-144/src/examples/java/org/apache/droids/examples/IndexerDroid.java (original)
+++ labs/droids/branch/LABS-144/src/examples/java/org/apache/droids/examples/IndexerDroid.java Mon Sep 29 09:26:57 2008
@@ -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.droids.examples;
 
 import org.apache.droids.api.TaskMaster;

Modified: labs/droids/branch/LABS-144/src/examples/java/org/apache/droids/examples/IndexerWorker.java
URL: http://svn.apache.org/viewvc/labs/droids/branch/LABS-144/src/examples/java/org/apache/droids/examples/IndexerWorker.java?rev=700168&r1=700167&r2=700168&view=diff
==============================================================================
--- labs/droids/branch/LABS-144/src/examples/java/org/apache/droids/examples/IndexerWorker.java (original)
+++ labs/droids/branch/LABS-144/src/examples/java/org/apache/droids/examples/IndexerWorker.java Mon Sep 29 09:26:57 2008
@@ -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.droids.examples;
 
 import java.io.InputStream;

Modified: labs/droids/branch/LABS-144/src/test/java/org/apache/droids/handle/SolrHandleTest.java
URL: http://svn.apache.org/viewvc/labs/droids/branch/LABS-144/src/test/java/org/apache/droids/handle/SolrHandleTest.java?rev=700168&r1=700167&r2=700168&view=diff
==============================================================================
--- labs/droids/branch/LABS-144/src/test/java/org/apache/droids/handle/SolrHandleTest.java (original)
+++ labs/droids/branch/LABS-144/src/test/java/org/apache/droids/handle/SolrHandleTest.java Mon Sep 29 09:26:57 2008
@@ -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.droids.handle;
 
 import java.io.BufferedInputStream;



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@labs.apache.org
For additional commands, e-mail: commits-help@labs.apache.org