You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by yo...@apache.org on 2006/12/14 23:31:13 UTC

svn commit: r487373 - in /incubator/solr/trunk/src: java/org/apache/solr/util/IteratorChain.java test/org/apache/solr/EchoParamsTest.java test/org/apache/solr/util/IteratorChainTest.java

Author: yonik
Date: Thu Dec 14 14:31:13 2006
New Revision: 487373

URL: http://svn.apache.org/viewvc?view=rev&rev=487373
Log:
new style ASL header

Modified:
    incubator/solr/trunk/src/java/org/apache/solr/util/IteratorChain.java
    incubator/solr/trunk/src/test/org/apache/solr/EchoParamsTest.java
    incubator/solr/trunk/src/test/org/apache/solr/util/IteratorChainTest.java

Modified: incubator/solr/trunk/src/java/org/apache/solr/util/IteratorChain.java
URL: http://svn.apache.org/viewvc/incubator/solr/trunk/src/java/org/apache/solr/util/IteratorChain.java?view=diff&rev=487373&r1=487372&r2=487373
==============================================================================
--- incubator/solr/trunk/src/java/org/apache/solr/util/IteratorChain.java (original)
+++ incubator/solr/trunk/src/java/org/apache/solr/util/IteratorChain.java Thu Dec 14 14:31:13 2006
@@ -1,9 +1,10 @@
 /**
- * Copyright 2006 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
+ * 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
  *
@@ -13,6 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.solr.util;
 
 import java.util.ArrayList;

Modified: incubator/solr/trunk/src/test/org/apache/solr/EchoParamsTest.java
URL: http://svn.apache.org/viewvc/incubator/solr/trunk/src/test/org/apache/solr/EchoParamsTest.java?view=diff&rev=487373&r1=487372&r2=487373
==============================================================================
--- incubator/solr/trunk/src/test/org/apache/solr/EchoParamsTest.java (original)
+++ incubator/solr/trunk/src/test/org/apache/solr/EchoParamsTest.java Thu Dec 14 14:31:13 2006
@@ -1,9 +1,10 @@
 /**
- * Copyright 2006 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
+ * 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
  *

Modified: incubator/solr/trunk/src/test/org/apache/solr/util/IteratorChainTest.java
URL: http://svn.apache.org/viewvc/incubator/solr/trunk/src/test/org/apache/solr/util/IteratorChainTest.java?view=diff&rev=487373&r1=487372&r2=487373
==============================================================================
--- incubator/solr/trunk/src/test/org/apache/solr/util/IteratorChainTest.java (original)
+++ incubator/solr/trunk/src/test/org/apache/solr/util/IteratorChainTest.java Thu Dec 14 14:31:13 2006
@@ -1,9 +1,10 @@
 /**
- * Copyright 2006 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
+ * 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
  *
@@ -13,6 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.solr.util;
 
 import java.util.ArrayList;



Re: svn commit: r487373 - in /incubator/solr/trunk/src: java/org/apache/solr/util/IteratorChain.java test/org/apache/solr/EchoParamsTest.java test/org/apache/solr/util/IteratorChainTest.java

Posted by Bertrand Delacretaz <bd...@apache.org>.
On 12/14/06, yonik@apache.org <yo...@apache.org> wrote:

> ...New Revision: 487373
> new style ASL header...

Oops...sorry about that, I should copy license headers from more
recent stuff next time ;-)
-Bertrand