You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by th...@apache.org on 2011/02/25 18:27:51 UTC

[Lucene.Net] svn commit: r1074641 - in /incubator/lucene.net/tags/Lucene.Net_2_9_2_RC1: contrib/Highlighter.Net/Test/ contrib/Snowball.Net/Test/ contrib/Snowball.Net/Test/Lucene.Net/Analysis/Snowball/ contrib/SpellChecker.Net/Test/ contrib/WordNet.Net/WordNet.Net/ ...

Author: thoward
Date: Fri Feb 25 17:27:50 2011
New Revision: 1074641

URL: http://svn.apache.org/viewvc?rev=1074641&view=rev
Log:
Updated files that were out of license compliance 

Modified:
    incubator/lucene.net/tags/Lucene.Net_2_9_2_RC1/contrib/Highlighter.Net/Test/Test.nunit
    incubator/lucene.net/tags/Lucene.Net_2_9_2_RC1/contrib/Snowball.Net/Test/Lucene.Net/Analysis/Snowball/TestSnowball.cs
    incubator/lucene.net/tags/Lucene.Net_2_9_2_RC1/contrib/Snowball.Net/Test/Test.nunit
    incubator/lucene.net/tags/Lucene.Net_2_9_2_RC1/contrib/SpellChecker.Net/Test/SpellChecker.Net.Test.nunit
    incubator/lucene.net/tags/Lucene.Net_2_9_2_RC1/contrib/WordNet.Net/WordNet.Net/Build.xml
    incubator/lucene.net/tags/Lucene.Net_2_9_2_RC1/src/Lucene.Net/Lucene.Net.Search.RemoteSearchable.config
    incubator/lucene.net/tags/Lucene.Net_2_9_2_RC1/src/Lucene.Net/Lucene.Net.Search.TestSort.config
    incubator/lucene.net/tags/Lucene.Net_2_9_2_RC1/src/Lucene.Net/Lucene.Net.ndoc
    incubator/lucene.net/tags/Lucene.Net_2_9_2_RC1/src/Test/Test.nunit

Modified: incubator/lucene.net/tags/Lucene.Net_2_9_2_RC1/contrib/Highlighter.Net/Test/Test.nunit
URL: http://svn.apache.org/viewvc/incubator/lucene.net/tags/Lucene.Net_2_9_2_RC1/contrib/Highlighter.Net/Test/Test.nunit?rev=1074641&r1=1074640&r2=1074641&view=diff
==============================================================================
--- incubator/lucene.net/tags/Lucene.Net_2_9_2_RC1/contrib/Highlighter.Net/Test/Test.nunit (original)
+++ incubator/lucene.net/tags/Lucene.Net_2_9_2_RC1/contrib/Highlighter.Net/Test/Test.nunit Fri Feb 25 17:27:50 2011
@@ -1,4 +1,20 @@
 <NUnitProject>
+<!--
+ 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.
+-->
   <Settings activeconfig="Default" />
   <Config name="Default" binpathtype="Auto">
     <assembly path="bin\Debug\Highlighter.Net.Test.dll" />

Modified: incubator/lucene.net/tags/Lucene.Net_2_9_2_RC1/contrib/Snowball.Net/Test/Lucene.Net/Analysis/Snowball/TestSnowball.cs
URL: http://svn.apache.org/viewvc/incubator/lucene.net/tags/Lucene.Net_2_9_2_RC1/contrib/Snowball.Net/Test/Lucene.Net/Analysis/Snowball/TestSnowball.cs?rev=1074641&r1=1074640&r2=1074641&view=diff
==============================================================================
--- incubator/lucene.net/tags/Lucene.Net_2_9_2_RC1/contrib/Snowball.Net/Test/Lucene.Net/Analysis/Snowball/TestSnowball.cs (original)
+++ incubator/lucene.net/tags/Lucene.Net_2_9_2_RC1/contrib/Snowball.Net/Test/Lucene.Net/Analysis/Snowball/TestSnowball.cs Fri Feb 25 17:27:50 2011
@@ -1,56 +1,20 @@
-/* ====================================================================
-* The Apache Software License, Version 1.1
-*
-* Copyright (c) 2004 The Apache Software Foundation.  All rights
-* reserved.
-*
-* Redistribution and use in source and binary forms, with or without
-* modification, are permitted provided that the following conditions
-* are met:
-*
-* 1. Redistributions of source code must retain the above copyright
-*    notice, this list of conditions and the following disclaimer.
-*
-* 2. Redistributions in binary form must reproduce the above copyright
-*    notice, this list of conditions and the following disclaimer in
-*    the documentation and/or other materials provided with the
-*    distribution.
-*
-* 3. The end-user documentation included with the redistribution,
-*    if any, must include the following acknowledgment:
-*       "This product includes software developed by the
-*        Apache Software Foundation (http://www.apache.org/)."
-*    Alternately, this acknowledgment may appear in the software itself,
-*    if and wherever such third-party acknowledgments normally appear.
-*
-* 4. The names "Apache" and "Apache Software Foundation" and
-*    "Apache Lucene" must not be used to endorse or promote products
-*    derived from this software without prior written permission. For
-*    written permission, please contact apache@apache.org.
-*
-* 5. Products derived from this software may not be called "Apache",
-*    "Apache Lucene", nor may "Apache" appear in their name, without
-*    prior written permission of the Apache Software Foundation.
-*
-* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
-* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
-* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-* DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
-* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
-* USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
-* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
-* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
-* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
-* SUCH DAMAGE.
-* ====================================================================
-*
-* This software consists of voluntary contributions made by many
-* individuals on behalf of the Apache Software Foundation.  For more
-* information on the Apache Software Foundation, please see
-* <http://www.apache.org/>.
-*/
+/*
+ * 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.
+ */
+
 using System;
 // {{Aroush}} using junit.framework;
 using Lucene.Net.Analysis;

Modified: incubator/lucene.net/tags/Lucene.Net_2_9_2_RC1/contrib/Snowball.Net/Test/Test.nunit
URL: http://svn.apache.org/viewvc/incubator/lucene.net/tags/Lucene.Net_2_9_2_RC1/contrib/Snowball.Net/Test/Test.nunit?rev=1074641&r1=1074640&r2=1074641&view=diff
==============================================================================
--- incubator/lucene.net/tags/Lucene.Net_2_9_2_RC1/contrib/Snowball.Net/Test/Test.nunit (original)
+++ incubator/lucene.net/tags/Lucene.Net_2_9_2_RC1/contrib/Snowball.Net/Test/Test.nunit Fri Feb 25 17:27:50 2011
@@ -1,4 +1,20 @@
 <NUnitProject>
+<!--
+ 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.
+-->
   <Settings activeconfig="Default" />
   <Config name="Default" binpathtype="Auto">
     <assembly path="bin\Debug\Lucene.Net.Test.dll" />

Modified: incubator/lucene.net/tags/Lucene.Net_2_9_2_RC1/contrib/SpellChecker.Net/Test/SpellChecker.Net.Test.nunit
URL: http://svn.apache.org/viewvc/incubator/lucene.net/tags/Lucene.Net_2_9_2_RC1/contrib/SpellChecker.Net/Test/SpellChecker.Net.Test.nunit?rev=1074641&r1=1074640&r2=1074641&view=diff
==============================================================================
--- incubator/lucene.net/tags/Lucene.Net_2_9_2_RC1/contrib/SpellChecker.Net/Test/SpellChecker.Net.Test.nunit (original)
+++ incubator/lucene.net/tags/Lucene.Net_2_9_2_RC1/contrib/SpellChecker.Net/Test/SpellChecker.Net.Test.nunit Fri Feb 25 17:27:50 2011
@@ -1,4 +1,20 @@
 <NUnitProject>
+<!--
+ 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.
+-->
   <Settings activeconfig="Debug" />
   <Config name="Debug" binpathtype="Auto">
     <assembly path="bin\Debug\SpellChecker.Net.Test.dll" />

Modified: incubator/lucene.net/tags/Lucene.Net_2_9_2_RC1/contrib/WordNet.Net/WordNet.Net/Build.xml
URL: http://svn.apache.org/viewvc/incubator/lucene.net/tags/Lucene.Net_2_9_2_RC1/contrib/WordNet.Net/WordNet.Net/Build.xml?rev=1074641&r1=1074640&r2=1074641&view=diff
==============================================================================
--- incubator/lucene.net/tags/Lucene.Net_2_9_2_RC1/contrib/WordNet.Net/WordNet.Net/Build.xml (original)
+++ incubator/lucene.net/tags/Lucene.Net_2_9_2_RC1/contrib/WordNet.Net/WordNet.Net/Build.xml Fri Feb 25 17:27:50 2011
@@ -1,5 +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="WordNet.Net" default="default">
 
   <description>

Modified: incubator/lucene.net/tags/Lucene.Net_2_9_2_RC1/src/Lucene.Net/Lucene.Net.Search.RemoteSearchable.config
URL: http://svn.apache.org/viewvc/incubator/lucene.net/tags/Lucene.Net_2_9_2_RC1/src/Lucene.Net/Lucene.Net.Search.RemoteSearchable.config?rev=1074641&r1=1074640&r2=1074641&view=diff
==============================================================================
--- incubator/lucene.net/tags/Lucene.Net_2_9_2_RC1/src/Lucene.Net/Lucene.Net.Search.RemoteSearchable.config (original)
+++ incubator/lucene.net/tags/Lucene.Net_2_9_2_RC1/src/Lucene.Net/Lucene.Net.Search.RemoteSearchable.config Fri Feb 25 17:27:50 2011
@@ -1,4 +1,4 @@
-<configuration>
+<configuration>
<!--
 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.
-->
     <System.Runtime.Remoting>
         <customErrors mode = "off" />
     </System.Runtime.Remoting>

Modified: incubator/lucene.net/tags/Lucene.Net_2_9_2_RC1/src/Lucene.Net/Lucene.Net.Search.TestSort.config
URL: http://svn.apache.org/viewvc/incubator/lucene.net/tags/Lucene.Net_2_9_2_RC1/src/Lucene.Net/Lucene.Net.Search.TestSort.config?rev=1074641&r1=1074640&r2=1074641&view=diff
==============================================================================
--- incubator/lucene.net/tags/Lucene.Net_2_9_2_RC1/src/Lucene.Net/Lucene.Net.Search.TestSort.config (original)
+++ incubator/lucene.net/tags/Lucene.Net_2_9_2_RC1/src/Lucene.Net/Lucene.Net.Search.TestSort.config Fri Feb 25 17:27:50 2011
@@ -1,4 +1,4 @@
-<configuration>
+<configuration>
<!--
 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.
-->
     <System.Runtime.Remoting>
         <customErrors mode = "off" />
     </System.Runtime.Remoting>

Modified: incubator/lucene.net/tags/Lucene.Net_2_9_2_RC1/src/Lucene.Net/Lucene.Net.ndoc
URL: http://svn.apache.org/viewvc/incubator/lucene.net/tags/Lucene.Net_2_9_2_RC1/src/Lucene.Net/Lucene.Net.ndoc?rev=1074641&r1=1074640&r2=1074641&view=diff
==============================================================================
--- incubator/lucene.net/tags/Lucene.Net_2_9_2_RC1/src/Lucene.Net/Lucene.Net.ndoc (original)
+++ incubator/lucene.net/tags/Lucene.Net_2_9_2_RC1/src/Lucene.Net/Lucene.Net.ndoc Fri Feb 25 17:27:50 2011
@@ -1,4 +1,20 @@
 <project SchemaVersion="1.3">
+<!--
+ 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.
+-->
     <assemblies>
         <assembly location=".\bin\Release\Lucene.Net.dll" documentation=".\Lucene.Net.xml" />
     </assemblies>

Modified: incubator/lucene.net/tags/Lucene.Net_2_9_2_RC1/src/Test/Test.nunit
URL: http://svn.apache.org/viewvc/incubator/lucene.net/tags/Lucene.Net_2_9_2_RC1/src/Test/Test.nunit?rev=1074641&r1=1074640&r2=1074641&view=diff
==============================================================================
--- incubator/lucene.net/tags/Lucene.Net_2_9_2_RC1/src/Test/Test.nunit (original)
+++ incubator/lucene.net/tags/Lucene.Net_2_9_2_RC1/src/Test/Test.nunit Fri Feb 25 17:27:50 2011
@@ -1,4 +1,20 @@
 <NUnitProject>
+<!--
+ 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.
+-->
   <Settings activeconfig="Default" />
   <Config name="Default" binpathtype="Auto">
     <assembly path="bin\Debug\Lucene.Net.Test.dll" />