You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by cc...@apache.org on 2012/10/05 19:01:36 UTC

svn commit: r1394639 [1/2] - in /lucene.net/trunk: ./ build/vs2010/contrib/ build/vs2010/core/ build/vs2010/demo/ build/vs2010/test/ build/vs2012/contrib/ build/vs2012/core/ build/vs2012/demo/ build/vs2012/test/ src/contrib/Analyzers/ src/contrib/Queri...

Author: ccurrens
Date: Fri Oct  5 17:01:33 2012
New Revision: 1394639

URL: http://svn.apache.org/viewvc?rev=1394639&view=rev
Log:
3.0.3 RAT
-- Added licenses to all .sln files and a few .cs source files where it was missing
-- Updated text in CHANGES.txt and README.txt
-- Removed unnecessary files that were used to track the porting process

Removed:
    lucene.net/trunk/src/contrib/Analyzers/FileDiffs.txt
    lucene.net/trunk/src/contrib/Queries/FileDiffs.txt
    lucene.net/trunk/src/demo/Demo.Common/Demo.Common.csproj.user
    lucene.net/trunk/test/contrib/Analyzers/PortedTests.txt
    lucene.net/trunk/test/core/UpdatedTests.txt
Modified:
    lucene.net/trunk/CHANGES.txt
    lucene.net/trunk/README.txt
    lucene.net/trunk/build/vs2010/contrib/Contrib.All.sln
    lucene.net/trunk/build/vs2010/contrib/Contrib.Analyzers.sln
    lucene.net/trunk/build/vs2010/contrib/Contrib.Core.sln
    lucene.net/trunk/build/vs2010/contrib/Contrib.FastVectorHighlighter.sln
    lucene.net/trunk/build/vs2010/contrib/Contrib.Highlighter.sln
    lucene.net/trunk/build/vs2010/contrib/Contrib.Memory.sln
    lucene.net/trunk/build/vs2010/contrib/Contrib.Queries.sln
    lucene.net/trunk/build/vs2010/contrib/Contrib.Regex.sln
    lucene.net/trunk/build/vs2010/contrib/Contrib.SimpleFacetedSearch.sln
    lucene.net/trunk/build/vs2010/contrib/Contrib.Snowball.sln
    lucene.net/trunk/build/vs2010/contrib/Contrib.Spatial.sln
    lucene.net/trunk/build/vs2010/contrib/Contrib.SpellChecker.sln
    lucene.net/trunk/build/vs2010/contrib/Contrib.WordNet.sln
    lucene.net/trunk/build/vs2010/core/Lucene.Net.Core.sln
    lucene.net/trunk/build/vs2010/demo/Lucene.Net.Demo.sln
    lucene.net/trunk/build/vs2010/test/Contrib.All.Test.sln
    lucene.net/trunk/build/vs2010/test/Contrib.Analyzers.Test.sln
    lucene.net/trunk/build/vs2010/test/Contrib.Core.Test.sln
    lucene.net/trunk/build/vs2010/test/Contrib.FastVectorHighlighter.Test.sln
    lucene.net/trunk/build/vs2010/test/Contrib.Highlighter.Test.sln
    lucene.net/trunk/build/vs2010/test/Contrib.Memory.Test.sln
    lucene.net/trunk/build/vs2010/test/Contrib.Queries.Test.sln
    lucene.net/trunk/build/vs2010/test/Contrib.Regex.Test.sln
    lucene.net/trunk/build/vs2010/test/Contrib.SimpleFacetedSearch.Test.sln
    lucene.net/trunk/build/vs2010/test/Contrib.Snowball.Test.sln
    lucene.net/trunk/build/vs2010/test/Contrib.Spatial.Test.sln
    lucene.net/trunk/build/vs2010/test/Contrib.SpellChecker.Test.sln
    lucene.net/trunk/build/vs2010/test/Lucene.Net.Test.sln
    lucene.net/trunk/build/vs2012/contrib/Contrib.All.sln
    lucene.net/trunk/build/vs2012/contrib/Contrib.Analyzers.sln
    lucene.net/trunk/build/vs2012/contrib/Contrib.Core.sln
    lucene.net/trunk/build/vs2012/contrib/Contrib.FastVectorHighlighter.sln
    lucene.net/trunk/build/vs2012/contrib/Contrib.Highlighter.sln
    lucene.net/trunk/build/vs2012/contrib/Contrib.Memory.sln
    lucene.net/trunk/build/vs2012/contrib/Contrib.Queries.sln
    lucene.net/trunk/build/vs2012/contrib/Contrib.Regex.sln
    lucene.net/trunk/build/vs2012/contrib/Contrib.SimpleFacetedSearch.sln
    lucene.net/trunk/build/vs2012/contrib/Contrib.Snowball.sln
    lucene.net/trunk/build/vs2012/contrib/Contrib.Spatial.sln
    lucene.net/trunk/build/vs2012/contrib/Contrib.SpellChecker.sln
    lucene.net/trunk/build/vs2012/contrib/Contrib.WordNet.sln
    lucene.net/trunk/build/vs2012/core/Lucene.Net.Core.sln
    lucene.net/trunk/build/vs2012/demo/Lucene.Net.Demo.sln
    lucene.net/trunk/build/vs2012/test/Contrib.All.Test.sln
    lucene.net/trunk/build/vs2012/test/Contrib.Analyzers.Test.sln
    lucene.net/trunk/build/vs2012/test/Contrib.Core.Test.sln
    lucene.net/trunk/build/vs2012/test/Contrib.FastVectorHighlighter.Test.sln
    lucene.net/trunk/build/vs2012/test/Contrib.Highlighter.Test.sln
    lucene.net/trunk/build/vs2012/test/Contrib.Memory.Test.sln
    lucene.net/trunk/build/vs2012/test/Contrib.Queries.Test.sln
    lucene.net/trunk/build/vs2012/test/Contrib.Regex.Test.sln
    lucene.net/trunk/build/vs2012/test/Contrib.SimpleFacetedSearch.Test.sln
    lucene.net/trunk/build/vs2012/test/Contrib.Snowball.Test.sln
    lucene.net/trunk/build/vs2012/test/Contrib.Spatial.Test.sln
    lucene.net/trunk/build/vs2012/test/Contrib.SpellChecker.Test.sln
    lucene.net/trunk/build/vs2012/test/Lucene.Net.Test.sln
    lucene.net/trunk/src/contrib/Analyzers/Contrib.Analyzers.csproj
    lucene.net/trunk/src/contrib/Queries/Contrib.Queries.csproj
    lucene.net/trunk/src/core/Support/Compatibility/ConcurrentDictionary.cs
    lucene.net/trunk/src/core/Support/Compatibility/Func.cs
    lucene.net/trunk/test/contrib/Analyzers/Contrib.Analyzers.Test.csproj
    lucene.net/trunk/test/contrib/Spatial/CheckHits.cs
    lucene.net/trunk/test/contrib/Spatial/Compatibility/TermsFilterTest.cs
    lucene.net/trunk/test/contrib/Spatial/DistanceStrategyTest.cs
    lucene.net/trunk/test/contrib/Spatial/Queries/SpatialArgsParserTest.cs

Modified: lucene.net/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene.net/trunk/CHANGES.txt?rev=1394639&r1=1394638&r2=1394639&view=diff
==============================================================================
--- lucene.net/trunk/CHANGES.txt (original)
+++ lucene.net/trunk/CHANGES.txt Fri Oct  5 17:01:33 2012
@@ -1,7 +1,7 @@
-=================== 3.0.3 trunk (not yet released) =====================
+=================== Release 3.0.3 2012-10-05 =====================
 
 Bug
-•[LUCENENET-54] - ArgumentOurOfRangeException caused by SF.Snowball.Ext.DanishStemmer
+•[LUCENENET-54] - ArgumentOutOfRangeException caused by SF.Snowball.Ext.DanishStemmer
 •[LUCENENET-420] - String.StartsWith has culture in it.
 •[LUCENENET-423] - QueryParser differences between Java and .NET when parsing range queries involving dates
 •[LUCENENET-445] - Lucene.Net.Index.TestIndexWriter.TestFutureCommit() Fails
@@ -47,7 +47,7 @@ Sub-task
 •[LUCENENET-470] - Change Getxxx() and Setxxx() methods to .NET Properties
 
 
-=================== 2.9.4 trunk =====================
+=================== Release 2.9.4 =====================
 
 Bug fixes
 

Modified: lucene.net/trunk/README.txt
URL: http://svn.apache.org/viewvc/lucene.net/trunk/README.txt?rev=1394639&r1=1394638&r2=1394639&view=diff
==============================================================================
--- lucene.net/trunk/README.txt (original)
+++ lucene.net/trunk/README.txt Fri Oct  5 17:01:33 2012
@@ -38,11 +38,11 @@ test/*
 DOCUMENTATION
 ---------------------
 MSDN style API documentation for Apache Lucene.Net exists.  Those can be found at this site:
-  http://incubator.apache.org/lucene.net/docs/2.9.4/Index.html
+  http://lucenenet.apache.org/docs/3.0.3/Index.html
   
   or 
   
-  http://incubator.apache.org/lucene.net/docs/2.9.4/Lucene.Net.chm
+  http://lucenenet.apache.org/docs/3.0.3/Lucene.Net.chm
   
 ADDITIONAL LIBRARIES
 -----------------------------
@@ -50,11 +50,12 @@ There are a number of additional librari
 included in the source distribution
 
 These libraries can be found at:
-	https://svn.apache.org/repos/asf/incubator/lucene.net/tags/Lucene.Net_2_9_4_RC3/lib/
+	https://svn.apache.org/repos/asf/lucene.net/tags/Lucene.Net_3_0_3_RC1/lib/
 	
 Libraries:
 	- Gallio 3.2.750
 	- ICSharpCode
 	- Nuget
 	- NUnit.org
+  - Spatial4n
 	- StyleCop 4.5
\ No newline at end of file

Modified: lucene.net/trunk/build/vs2010/contrib/Contrib.All.sln
URL: http://svn.apache.org/viewvc/lucene.net/trunk/build/vs2010/contrib/Contrib.All.sln?rev=1394639&r1=1394638&r2=1394639&view=diff
==============================================================================
--- lucene.net/trunk/build/vs2010/contrib/Contrib.All.sln (original)
+++ lucene.net/trunk/build/vs2010/contrib/Contrib.All.sln Fri Oct  5 17:01:33 2012
@@ -1,6 +1,26 @@
 
 Microsoft Visual Studio Solution File, Format Version 11.00
 # Visual C# Express 2010
+#
+#
+# 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("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}"
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Core", "..\..\..\src\contrib\Core\Contrib.Core.csproj", "{FEF899EB-610C-4D3C-A556-A01F56F4AFE0}"

Modified: lucene.net/trunk/build/vs2010/contrib/Contrib.Analyzers.sln
URL: http://svn.apache.org/viewvc/lucene.net/trunk/build/vs2010/contrib/Contrib.Analyzers.sln?rev=1394639&r1=1394638&r2=1394639&view=diff
==============================================================================
--- lucene.net/trunk/build/vs2010/contrib/Contrib.Analyzers.sln (original)
+++ lucene.net/trunk/build/vs2010/contrib/Contrib.Analyzers.sln Fri Oct  5 17:01:33 2012
@@ -1,6 +1,26 @@
 
 Microsoft Visual Studio Solution File, Format Version 11.00
 # Visual C# Express 2010
+#
+#
+# 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("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}"
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Analyzers", "..\..\..\src\contrib\Analyzers\Contrib.Analyzers.csproj", "{4286E961-9143-4821-B46D-3D39D3736386}"

Modified: lucene.net/trunk/build/vs2010/contrib/Contrib.Core.sln
URL: http://svn.apache.org/viewvc/lucene.net/trunk/build/vs2010/contrib/Contrib.Core.sln?rev=1394639&r1=1394638&r2=1394639&view=diff
==============================================================================
--- lucene.net/trunk/build/vs2010/contrib/Contrib.Core.sln (original)
+++ lucene.net/trunk/build/vs2010/contrib/Contrib.Core.sln Fri Oct  5 17:01:33 2012
@@ -1,6 +1,26 @@
 
 Microsoft Visual Studio Solution File, Format Version 11.00
 # Visual C# Express 2010
+#
+#
+# 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("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}"
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Core", "..\..\..\src\contrib\Core\Contrib.Core.csproj", "{FEF899EB-610C-4D3C-A556-A01F56F4AFE0}"

Modified: lucene.net/trunk/build/vs2010/contrib/Contrib.FastVectorHighlighter.sln
URL: http://svn.apache.org/viewvc/lucene.net/trunk/build/vs2010/contrib/Contrib.FastVectorHighlighter.sln?rev=1394639&r1=1394638&r2=1394639&view=diff
==============================================================================
--- lucene.net/trunk/build/vs2010/contrib/Contrib.FastVectorHighlighter.sln (original)
+++ lucene.net/trunk/build/vs2010/contrib/Contrib.FastVectorHighlighter.sln Fri Oct  5 17:01:33 2012
@@ -1,6 +1,26 @@
 
 Microsoft Visual Studio Solution File, Format Version 11.00
 # Visual C# Express 2010
+#
+#
+# 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("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}"
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.FastVectorHighlighter", "..\..\..\src\contrib\FastVectorHighlighter\Contrib.FastVectorHighlighter.csproj", "{9D2E3153-076F-49C5-B83D-FB2573536B5F}"

Modified: lucene.net/trunk/build/vs2010/contrib/Contrib.Highlighter.sln
URL: http://svn.apache.org/viewvc/lucene.net/trunk/build/vs2010/contrib/Contrib.Highlighter.sln?rev=1394639&r1=1394638&r2=1394639&view=diff
==============================================================================
--- lucene.net/trunk/build/vs2010/contrib/Contrib.Highlighter.sln (original)
+++ lucene.net/trunk/build/vs2010/contrib/Contrib.Highlighter.sln Fri Oct  5 17:01:33 2012
@@ -1,6 +1,26 @@
 
 Microsoft Visual Studio Solution File, Format Version 11.00
 # Visual C# Express 2010
+#
+#
+# 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("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}"
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Highlighter", "..\..\..\src\contrib\Highlighter\Contrib.Highlighter.csproj", "{901D5415-383C-4AA6-A256-879558841BEA}"

Modified: lucene.net/trunk/build/vs2010/contrib/Contrib.Memory.sln
URL: http://svn.apache.org/viewvc/lucene.net/trunk/build/vs2010/contrib/Contrib.Memory.sln?rev=1394639&r1=1394638&r2=1394639&view=diff
==============================================================================
--- lucene.net/trunk/build/vs2010/contrib/Contrib.Memory.sln (original)
+++ lucene.net/trunk/build/vs2010/contrib/Contrib.Memory.sln Fri Oct  5 17:01:33 2012
@@ -1,6 +1,26 @@
 
 Microsoft Visual Studio Solution File, Format Version 11.00
 # Visual C# Express 2010
+#
+#
+# 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("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}"
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Memory", "..\..\..\src\contrib\Memory\Contrib.Memory.csproj", "{112B9A7C-29CC-4539-8F5A-45669C07CD4D}"

Modified: lucene.net/trunk/build/vs2010/contrib/Contrib.Queries.sln
URL: http://svn.apache.org/viewvc/lucene.net/trunk/build/vs2010/contrib/Contrib.Queries.sln?rev=1394639&r1=1394638&r2=1394639&view=diff
==============================================================================
--- lucene.net/trunk/build/vs2010/contrib/Contrib.Queries.sln (original)
+++ lucene.net/trunk/build/vs2010/contrib/Contrib.Queries.sln Fri Oct  5 17:01:33 2012
@@ -1,6 +1,26 @@
 
 Microsoft Visual Studio Solution File, Format Version 11.00
 # Visual C# Express 2010
+#
+#
+# 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("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}"
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Queries", "..\..\..\src\contrib\Queries\Contrib.Queries.csproj", "{481CF6E3-52AF-4621-9DEB-022122079AF6}"

Modified: lucene.net/trunk/build/vs2010/contrib/Contrib.Regex.sln
URL: http://svn.apache.org/viewvc/lucene.net/trunk/build/vs2010/contrib/Contrib.Regex.sln?rev=1394639&r1=1394638&r2=1394639&view=diff
==============================================================================
--- lucene.net/trunk/build/vs2010/contrib/Contrib.Regex.sln (original)
+++ lucene.net/trunk/build/vs2010/contrib/Contrib.Regex.sln Fri Oct  5 17:01:33 2012
@@ -1,6 +1,26 @@
 
 Microsoft Visual Studio Solution File, Format Version 11.00
 # Visual C# Express 2010
+#
+#
+# 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("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}"
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Regex", "..\..\..\src\contrib\Regex\Contrib.Regex.csproj", "{A26BD3B7-DF90-43B4-99E2-6A617CDE1579}"

Modified: lucene.net/trunk/build/vs2010/contrib/Contrib.SimpleFacetedSearch.sln
URL: http://svn.apache.org/viewvc/lucene.net/trunk/build/vs2010/contrib/Contrib.SimpleFacetedSearch.sln?rev=1394639&r1=1394638&r2=1394639&view=diff
==============================================================================
--- lucene.net/trunk/build/vs2010/contrib/Contrib.SimpleFacetedSearch.sln (original)
+++ lucene.net/trunk/build/vs2010/contrib/Contrib.SimpleFacetedSearch.sln Fri Oct  5 17:01:33 2012
@@ -1,6 +1,26 @@
 
 Microsoft Visual Studio Solution File, Format Version 11.00
 # Visual C# Express 2010
+#
+#
+# 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("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleFacetedSearch", "..\..\..\src\contrib\SimpleFacetedSearch\SimpleFacetedSearch.csproj", "{66772190-FB3F-48F5-8E05-0B302BACEA73}"
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}"

Modified: lucene.net/trunk/build/vs2010/contrib/Contrib.Snowball.sln
URL: http://svn.apache.org/viewvc/lucene.net/trunk/build/vs2010/contrib/Contrib.Snowball.sln?rev=1394639&r1=1394638&r2=1394639&view=diff
==============================================================================
--- lucene.net/trunk/build/vs2010/contrib/Contrib.Snowball.sln (original)
+++ lucene.net/trunk/build/vs2010/contrib/Contrib.Snowball.sln Fri Oct  5 17:01:33 2012
@@ -1,6 +1,26 @@
 
 Microsoft Visual Studio Solution File, Format Version 11.00
 # Visual C# Express 2010
+#
+#
+# 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("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}"
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Snowball", "..\..\..\src\contrib\Snowball\Contrib.Snowball.csproj", "{8F9D7A92-F122-413E-9D8D-027E4ECD327C}"

Modified: lucene.net/trunk/build/vs2010/contrib/Contrib.Spatial.sln
URL: http://svn.apache.org/viewvc/lucene.net/trunk/build/vs2010/contrib/Contrib.Spatial.sln?rev=1394639&r1=1394638&r2=1394639&view=diff
==============================================================================
--- lucene.net/trunk/build/vs2010/contrib/Contrib.Spatial.sln (original)
+++ lucene.net/trunk/build/vs2010/contrib/Contrib.Spatial.sln Fri Oct  5 17:01:33 2012
@@ -1,6 +1,26 @@
 
 Microsoft Visual Studio Solution File, Format Version 11.00
 # Visual C# Express 2010
+#
+#
+# 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("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}"
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Spatial", "..\..\..\src\contrib\Spatial\Contrib.Spatial.csproj", "{35C347F4-24B2-4BE5-8117-A0E3001551CE}"

Modified: lucene.net/trunk/build/vs2010/contrib/Contrib.SpellChecker.sln
URL: http://svn.apache.org/viewvc/lucene.net/trunk/build/vs2010/contrib/Contrib.SpellChecker.sln?rev=1394639&r1=1394638&r2=1394639&view=diff
==============================================================================
--- lucene.net/trunk/build/vs2010/contrib/Contrib.SpellChecker.sln (original)
+++ lucene.net/trunk/build/vs2010/contrib/Contrib.SpellChecker.sln Fri Oct  5 17:01:33 2012
@@ -1,6 +1,26 @@
 
 Microsoft Visual Studio Solution File, Format Version 11.00
 # Visual C# Express 2010
+#
+#
+# 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("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}"
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.SpellChecker", "..\..\..\src\contrib\SpellChecker\Contrib.SpellChecker.csproj", "{FF45EE91-9CA3-443D-8231-75E9FA1AF40E}"

Modified: lucene.net/trunk/build/vs2010/contrib/Contrib.WordNet.sln
URL: http://svn.apache.org/viewvc/lucene.net/trunk/build/vs2010/contrib/Contrib.WordNet.sln?rev=1394639&r1=1394638&r2=1394639&view=diff
==============================================================================
--- lucene.net/trunk/build/vs2010/contrib/Contrib.WordNet.sln (original)
+++ lucene.net/trunk/build/vs2010/contrib/Contrib.WordNet.sln Fri Oct  5 17:01:33 2012
@@ -1,6 +1,26 @@
 
 Microsoft Visual Studio Solution File, Format Version 11.00
 # Visual C# Express 2010
+#
+#
+# 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("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}"
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.WordNet.SynExpand", "..\..\..\src\contrib\WordNet\SynExpand\Contrib.WordNet.SynExpand.csproj", "{1407C9BA-337C-4C6C-B065-68328D3871B3}"

Modified: lucene.net/trunk/build/vs2010/core/Lucene.Net.Core.sln
URL: http://svn.apache.org/viewvc/lucene.net/trunk/build/vs2010/core/Lucene.Net.Core.sln?rev=1394639&r1=1394638&r2=1394639&view=diff
==============================================================================
--- lucene.net/trunk/build/vs2010/core/Lucene.Net.Core.sln (original)
+++ lucene.net/trunk/build/vs2010/core/Lucene.Net.Core.sln Fri Oct  5 17:01:33 2012
@@ -1,6 +1,26 @@
 
 Microsoft Visual Studio Solution File, Format Version 11.00
 # Visual C# Express 2010
+#
+#
+# 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("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}"
 EndProject
 Global

Modified: lucene.net/trunk/build/vs2010/demo/Lucene.Net.Demo.sln
URL: http://svn.apache.org/viewvc/lucene.net/trunk/build/vs2010/demo/Lucene.Net.Demo.sln?rev=1394639&r1=1394638&r2=1394639&view=diff
==============================================================================
--- lucene.net/trunk/build/vs2010/demo/Lucene.Net.Demo.sln (original)
+++ lucene.net/trunk/build/vs2010/demo/Lucene.Net.Demo.sln Fri Oct  5 17:01:33 2012
@@ -1,6 +1,26 @@
 
 Microsoft Visual Studio Solution File, Format Version 11.00
 # Visual C# Express 2010
+#
+#
+# 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("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}"
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Demo.Common", "..\..\..\src\demo\Demo.Common\Demo.Common.csproj", "{F04CA2F4-E182-46A8-B914-F46AF5319E83}"

Modified: lucene.net/trunk/build/vs2010/test/Contrib.All.Test.sln
URL: http://svn.apache.org/viewvc/lucene.net/trunk/build/vs2010/test/Contrib.All.Test.sln?rev=1394639&r1=1394638&r2=1394639&view=diff
==============================================================================
--- lucene.net/trunk/build/vs2010/test/Contrib.All.Test.sln (original)
+++ lucene.net/trunk/build/vs2010/test/Contrib.All.Test.sln Fri Oct  5 17:01:33 2012
@@ -1,6 +1,26 @@
-
+
 Microsoft Visual Studio Solution File, Format Version 11.00
 # Visual C# Express 2010
+#
+#
+# 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("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}"
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Core", "..\..\..\src\contrib\Core\Contrib.Core.csproj", "{FEF899EB-610C-4D3C-A556-A01F56F4AFE0}"

Modified: lucene.net/trunk/build/vs2010/test/Contrib.Analyzers.Test.sln
URL: http://svn.apache.org/viewvc/lucene.net/trunk/build/vs2010/test/Contrib.Analyzers.Test.sln?rev=1394639&r1=1394638&r2=1394639&view=diff
==============================================================================
--- lucene.net/trunk/build/vs2010/test/Contrib.Analyzers.Test.sln (original)
+++ lucene.net/trunk/build/vs2010/test/Contrib.Analyzers.Test.sln Fri Oct  5 17:01:33 2012
@@ -1,6 +1,26 @@
 
 Microsoft Visual Studio Solution File, Format Version 11.00
 # Visual C# Express 2010
+#
+#
+# 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("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}"
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Analyzers", "..\..\..\src\contrib\Analyzers\Contrib.Analyzers.csproj", "{4286E961-9143-4821-B46D-3D39D3736386}"

Modified: lucene.net/trunk/build/vs2010/test/Contrib.Core.Test.sln
URL: http://svn.apache.org/viewvc/lucene.net/trunk/build/vs2010/test/Contrib.Core.Test.sln?rev=1394639&r1=1394638&r2=1394639&view=diff
==============================================================================
--- lucene.net/trunk/build/vs2010/test/Contrib.Core.Test.sln (original)
+++ lucene.net/trunk/build/vs2010/test/Contrib.Core.Test.sln Fri Oct  5 17:01:33 2012
@@ -1,6 +1,26 @@
 
 Microsoft Visual Studio Solution File, Format Version 11.00
 # Visual C# Express 2010
+#
+#
+# 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("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}"
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Core", "..\..\..\src\contrib\Core\Contrib.Core.csproj", "{FEF899EB-610C-4D3C-A556-A01F56F4AFE0}"

Modified: lucene.net/trunk/build/vs2010/test/Contrib.FastVectorHighlighter.Test.sln
URL: http://svn.apache.org/viewvc/lucene.net/trunk/build/vs2010/test/Contrib.FastVectorHighlighter.Test.sln?rev=1394639&r1=1394638&r2=1394639&view=diff
==============================================================================
--- lucene.net/trunk/build/vs2010/test/Contrib.FastVectorHighlighter.Test.sln (original)
+++ lucene.net/trunk/build/vs2010/test/Contrib.FastVectorHighlighter.Test.sln Fri Oct  5 17:01:33 2012
@@ -1,6 +1,26 @@
 
 Microsoft Visual Studio Solution File, Format Version 11.00
 # Visual C# Express 2010
+#
+#
+# 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("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}"
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.FastVectorHighlighter", "..\..\..\src\contrib\FastVectorHighlighter\Contrib.FastVectorHighlighter.csproj", "{9D2E3153-076F-49C5-B83D-FB2573536B5F}"

Modified: lucene.net/trunk/build/vs2010/test/Contrib.Highlighter.Test.sln
URL: http://svn.apache.org/viewvc/lucene.net/trunk/build/vs2010/test/Contrib.Highlighter.Test.sln?rev=1394639&r1=1394638&r2=1394639&view=diff
==============================================================================
--- lucene.net/trunk/build/vs2010/test/Contrib.Highlighter.Test.sln (original)
+++ lucene.net/trunk/build/vs2010/test/Contrib.Highlighter.Test.sln Fri Oct  5 17:01:33 2012
@@ -1,6 +1,26 @@
 
 Microsoft Visual Studio Solution File, Format Version 11.00
 # Visual C# Express 2010
+#
+#
+# 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("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}"
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Highlighter", "..\..\..\src\contrib\Highlighter\Contrib.Highlighter.csproj", "{901D5415-383C-4AA6-A256-879558841BEA}"

Modified: lucene.net/trunk/build/vs2010/test/Contrib.Memory.Test.sln
URL: http://svn.apache.org/viewvc/lucene.net/trunk/build/vs2010/test/Contrib.Memory.Test.sln?rev=1394639&r1=1394638&r2=1394639&view=diff
==============================================================================
--- lucene.net/trunk/build/vs2010/test/Contrib.Memory.Test.sln (original)
+++ lucene.net/trunk/build/vs2010/test/Contrib.Memory.Test.sln Fri Oct  5 17:01:33 2012
@@ -1,6 +1,26 @@
 
 Microsoft Visual Studio Solution File, Format Version 11.00
 # Visual C# Express 2010
+#
+#
+# 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("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}"
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Memory", "..\..\..\src\contrib\Memory\Contrib.Memory.csproj", "{112B9A7C-29CC-4539-8F5A-45669C07CD4D}"

Modified: lucene.net/trunk/build/vs2010/test/Contrib.Queries.Test.sln
URL: http://svn.apache.org/viewvc/lucene.net/trunk/build/vs2010/test/Contrib.Queries.Test.sln?rev=1394639&r1=1394638&r2=1394639&view=diff
==============================================================================
--- lucene.net/trunk/build/vs2010/test/Contrib.Queries.Test.sln (original)
+++ lucene.net/trunk/build/vs2010/test/Contrib.Queries.Test.sln Fri Oct  5 17:01:33 2012
@@ -1,6 +1,26 @@
 
 Microsoft Visual Studio Solution File, Format Version 11.00
 # Visual C# Express 2010
+#
+#
+# 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("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}"
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Queries", "..\..\..\src\contrib\Queries\Contrib.Queries.csproj", "{481CF6E3-52AF-4621-9DEB-022122079AF6}"

Modified: lucene.net/trunk/build/vs2010/test/Contrib.Regex.Test.sln
URL: http://svn.apache.org/viewvc/lucene.net/trunk/build/vs2010/test/Contrib.Regex.Test.sln?rev=1394639&r1=1394638&r2=1394639&view=diff
==============================================================================
--- lucene.net/trunk/build/vs2010/test/Contrib.Regex.Test.sln (original)
+++ lucene.net/trunk/build/vs2010/test/Contrib.Regex.Test.sln Fri Oct  5 17:01:33 2012
@@ -1,6 +1,26 @@
 
 Microsoft Visual Studio Solution File, Format Version 11.00
 # Visual C# Express 2010
+#
+#
+# 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("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}"
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net.Test", "..\..\..\test\core\Lucene.Net.Test.csproj", "{AAF68BCF-F781-45FC-98B3-2B9CEE411E01}"

Modified: lucene.net/trunk/build/vs2010/test/Contrib.SimpleFacetedSearch.Test.sln
URL: http://svn.apache.org/viewvc/lucene.net/trunk/build/vs2010/test/Contrib.SimpleFacetedSearch.Test.sln?rev=1394639&r1=1394638&r2=1394639&view=diff
==============================================================================
--- lucene.net/trunk/build/vs2010/test/Contrib.SimpleFacetedSearch.Test.sln (original)
+++ lucene.net/trunk/build/vs2010/test/Contrib.SimpleFacetedSearch.Test.sln Fri Oct  5 17:01:33 2012
@@ -1,6 +1,26 @@
 
 Microsoft Visual Studio Solution File, Format Version 11.00
 # Visual C# Express 2010
+#
+#
+# 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("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleFacetedSearch.Test", "..\..\..\test\contrib\SimpleFacetedSearch\SimpleFacetedSearch.Test.csproj", "{D8CC9461-64E0-416E-BA6E-1DF6FA66CBF5}"
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleFacetedSearch", "..\..\..\src\contrib\SimpleFacetedSearch\SimpleFacetedSearch.csproj", "{66772190-FB3F-48F5-8E05-0B302BACEA73}"

Modified: lucene.net/trunk/build/vs2010/test/Contrib.Snowball.Test.sln
URL: http://svn.apache.org/viewvc/lucene.net/trunk/build/vs2010/test/Contrib.Snowball.Test.sln?rev=1394639&r1=1394638&r2=1394639&view=diff
==============================================================================
--- lucene.net/trunk/build/vs2010/test/Contrib.Snowball.Test.sln (original)
+++ lucene.net/trunk/build/vs2010/test/Contrib.Snowball.Test.sln Fri Oct  5 17:01:33 2012
@@ -1,5 +1,25 @@
 Microsoft Visual Studio Solution File, Format Version 11.00
 # Visual C# Express 2010
+#
+#
+# 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("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}"
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Snowball", "..\..\..\src\contrib\Snowball\Contrib.Snowball.csproj", "{8F9D7A92-F122-413E-9D8D-027E4ECD327C}"

Modified: lucene.net/trunk/build/vs2010/test/Contrib.Spatial.Test.sln
URL: http://svn.apache.org/viewvc/lucene.net/trunk/build/vs2010/test/Contrib.Spatial.Test.sln?rev=1394639&r1=1394638&r2=1394639&view=diff
==============================================================================
--- lucene.net/trunk/build/vs2010/test/Contrib.Spatial.Test.sln (original)
+++ lucene.net/trunk/build/vs2010/test/Contrib.Spatial.Test.sln Fri Oct  5 17:01:33 2012
@@ -1,6 +1,26 @@
 
 Microsoft Visual Studio Solution File, Format Version 11.00
 # Visual C# Express 2010
+#
+#
+# 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("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}"
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Spatial", "..\..\..\src\contrib\Spatial\Contrib.Spatial.csproj", "{35C347F4-24B2-4BE5-8117-A0E3001551CE}"

Modified: lucene.net/trunk/build/vs2010/test/Contrib.SpellChecker.Test.sln
URL: http://svn.apache.org/viewvc/lucene.net/trunk/build/vs2010/test/Contrib.SpellChecker.Test.sln?rev=1394639&r1=1394638&r2=1394639&view=diff
==============================================================================
--- lucene.net/trunk/build/vs2010/test/Contrib.SpellChecker.Test.sln (original)
+++ lucene.net/trunk/build/vs2010/test/Contrib.SpellChecker.Test.sln Fri Oct  5 17:01:33 2012
@@ -1,6 +1,26 @@
 
 Microsoft Visual Studio Solution File, Format Version 11.00
 # Visual C# Express 2010
+#
+#
+# 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("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}"
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.SpellChecker", "..\..\..\src\contrib\SpellChecker\Contrib.SpellChecker.csproj", "{FF45EE91-9CA3-443D-8231-75E9FA1AF40E}"

Modified: lucene.net/trunk/build/vs2010/test/Lucene.Net.Test.sln
URL: http://svn.apache.org/viewvc/lucene.net/trunk/build/vs2010/test/Lucene.Net.Test.sln?rev=1394639&r1=1394638&r2=1394639&view=diff
==============================================================================
--- lucene.net/trunk/build/vs2010/test/Lucene.Net.Test.sln (original)
+++ lucene.net/trunk/build/vs2010/test/Lucene.Net.Test.sln Fri Oct  5 17:01:33 2012
@@ -1,6 +1,26 @@
 
 Microsoft Visual Studio Solution File, Format Version 11.00
 # Visual C# Express 2010
+#
+#
+# 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("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}"
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net.Test", "..\..\..\test\core\Lucene.Net.Test.csproj", "{AAF68BCF-F781-45FC-98B3-2B9CEE411E01}"

Modified: lucene.net/trunk/build/vs2012/contrib/Contrib.All.sln
URL: http://svn.apache.org/viewvc/lucene.net/trunk/build/vs2012/contrib/Contrib.All.sln?rev=1394639&r1=1394638&r2=1394639&view=diff
==============================================================================
--- lucene.net/trunk/build/vs2012/contrib/Contrib.All.sln (original)
+++ lucene.net/trunk/build/vs2012/contrib/Contrib.All.sln Fri Oct  5 17:01:33 2012
@@ -1,6 +1,26 @@
 
 Microsoft Visual Studio Solution File, Format Version 12.00
 # Visual Studio 2012
+#
+#
+# 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("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}"
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Core", "..\..\..\src\contrib\Core\Contrib.Core.csproj", "{FEF899EB-610C-4D3C-A556-A01F56F4AFE0}"

Modified: lucene.net/trunk/build/vs2012/contrib/Contrib.Analyzers.sln
URL: http://svn.apache.org/viewvc/lucene.net/trunk/build/vs2012/contrib/Contrib.Analyzers.sln?rev=1394639&r1=1394638&r2=1394639&view=diff
==============================================================================
--- lucene.net/trunk/build/vs2012/contrib/Contrib.Analyzers.sln (original)
+++ lucene.net/trunk/build/vs2012/contrib/Contrib.Analyzers.sln Fri Oct  5 17:01:33 2012
@@ -1,6 +1,26 @@
 
 Microsoft Visual Studio Solution File, Format Version 12.00
 # Visual Studio 2012
+#
+#
+# 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("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}"
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Analyzers", "..\..\..\src\contrib\Analyzers\Contrib.Analyzers.csproj", "{4286E961-9143-4821-B46D-3D39D3736386}"

Modified: lucene.net/trunk/build/vs2012/contrib/Contrib.Core.sln
URL: http://svn.apache.org/viewvc/lucene.net/trunk/build/vs2012/contrib/Contrib.Core.sln?rev=1394639&r1=1394638&r2=1394639&view=diff
==============================================================================
--- lucene.net/trunk/build/vs2012/contrib/Contrib.Core.sln (original)
+++ lucene.net/trunk/build/vs2012/contrib/Contrib.Core.sln Fri Oct  5 17:01:33 2012
@@ -1,6 +1,26 @@
 
 Microsoft Visual Studio Solution File, Format Version 12.00
 # Visual Studio 2012
+#
+#
+# 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("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}"
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Core", "..\..\..\src\contrib\Core\Contrib.Core.csproj", "{FEF899EB-610C-4D3C-A556-A01F56F4AFE0}"

Modified: lucene.net/trunk/build/vs2012/contrib/Contrib.FastVectorHighlighter.sln
URL: http://svn.apache.org/viewvc/lucene.net/trunk/build/vs2012/contrib/Contrib.FastVectorHighlighter.sln?rev=1394639&r1=1394638&r2=1394639&view=diff
==============================================================================
--- lucene.net/trunk/build/vs2012/contrib/Contrib.FastVectorHighlighter.sln (original)
+++ lucene.net/trunk/build/vs2012/contrib/Contrib.FastVectorHighlighter.sln Fri Oct  5 17:01:33 2012
@@ -1,6 +1,26 @@
 
 Microsoft Visual Studio Solution File, Format Version 12.00
 # Visual Studio 2012
+#
+#
+# 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("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}"
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.FastVectorHighlighter", "..\..\..\src\contrib\FastVectorHighlighter\Contrib.FastVectorHighlighter.csproj", "{9D2E3153-076F-49C5-B83D-FB2573536B5F}"

Modified: lucene.net/trunk/build/vs2012/contrib/Contrib.Highlighter.sln
URL: http://svn.apache.org/viewvc/lucene.net/trunk/build/vs2012/contrib/Contrib.Highlighter.sln?rev=1394639&r1=1394638&r2=1394639&view=diff
==============================================================================
--- lucene.net/trunk/build/vs2012/contrib/Contrib.Highlighter.sln (original)
+++ lucene.net/trunk/build/vs2012/contrib/Contrib.Highlighter.sln Fri Oct  5 17:01:33 2012
@@ -1,6 +1,26 @@
 
 Microsoft Visual Studio Solution File, Format Version 12.00
 # Visual Studio 2012
+#
+#
+# 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("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}"
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Highlighter", "..\..\..\src\contrib\Highlighter\Contrib.Highlighter.csproj", "{901D5415-383C-4AA6-A256-879558841BEA}"

Modified: lucene.net/trunk/build/vs2012/contrib/Contrib.Memory.sln
URL: http://svn.apache.org/viewvc/lucene.net/trunk/build/vs2012/contrib/Contrib.Memory.sln?rev=1394639&r1=1394638&r2=1394639&view=diff
==============================================================================
--- lucene.net/trunk/build/vs2012/contrib/Contrib.Memory.sln (original)
+++ lucene.net/trunk/build/vs2012/contrib/Contrib.Memory.sln Fri Oct  5 17:01:33 2012
@@ -1,6 +1,26 @@
 
 Microsoft Visual Studio Solution File, Format Version 12.00
 # Visual Studio 2012
+#
+#
+# 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("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}"
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Memory", "..\..\..\src\contrib\Memory\Contrib.Memory.csproj", "{112B9A7C-29CC-4539-8F5A-45669C07CD4D}"

Modified: lucene.net/trunk/build/vs2012/contrib/Contrib.Queries.sln
URL: http://svn.apache.org/viewvc/lucene.net/trunk/build/vs2012/contrib/Contrib.Queries.sln?rev=1394639&r1=1394638&r2=1394639&view=diff
==============================================================================
--- lucene.net/trunk/build/vs2012/contrib/Contrib.Queries.sln (original)
+++ lucene.net/trunk/build/vs2012/contrib/Contrib.Queries.sln Fri Oct  5 17:01:33 2012
@@ -1,6 +1,26 @@
 
 Microsoft Visual Studio Solution File, Format Version 12.00
 # Visual Studio 2012
+#
+#
+# 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("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}"
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Queries", "..\..\..\src\contrib\Queries\Contrib.Queries.csproj", "{481CF6E3-52AF-4621-9DEB-022122079AF6}"

Modified: lucene.net/trunk/build/vs2012/contrib/Contrib.Regex.sln
URL: http://svn.apache.org/viewvc/lucene.net/trunk/build/vs2012/contrib/Contrib.Regex.sln?rev=1394639&r1=1394638&r2=1394639&view=diff
==============================================================================
--- lucene.net/trunk/build/vs2012/contrib/Contrib.Regex.sln (original)
+++ lucene.net/trunk/build/vs2012/contrib/Contrib.Regex.sln Fri Oct  5 17:01:33 2012
@@ -1,6 +1,26 @@
 
 Microsoft Visual Studio Solution File, Format Version 12.00
 # Visual Studio 2012
+#
+#
+# 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("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}"
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Regex", "..\..\..\src\contrib\Regex\Contrib.Regex.csproj", "{A26BD3B7-DF90-43B4-99E2-6A617CDE1579}"

Modified: lucene.net/trunk/build/vs2012/contrib/Contrib.SimpleFacetedSearch.sln
URL: http://svn.apache.org/viewvc/lucene.net/trunk/build/vs2012/contrib/Contrib.SimpleFacetedSearch.sln?rev=1394639&r1=1394638&r2=1394639&view=diff
==============================================================================
--- lucene.net/trunk/build/vs2012/contrib/Contrib.SimpleFacetedSearch.sln (original)
+++ lucene.net/trunk/build/vs2012/contrib/Contrib.SimpleFacetedSearch.sln Fri Oct  5 17:01:33 2012
@@ -1,6 +1,26 @@
 
 Microsoft Visual Studio Solution File, Format Version 12.00
 # Visual Studio 2012
+#
+#
+# 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("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleFacetedSearch", "..\..\..\src\contrib\SimpleFacetedSearch\SimpleFacetedSearch.csproj", "{66772190-FB3F-48F5-8E05-0B302BACEA73}"
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}"

Modified: lucene.net/trunk/build/vs2012/contrib/Contrib.Snowball.sln
URL: http://svn.apache.org/viewvc/lucene.net/trunk/build/vs2012/contrib/Contrib.Snowball.sln?rev=1394639&r1=1394638&r2=1394639&view=diff
==============================================================================
--- lucene.net/trunk/build/vs2012/contrib/Contrib.Snowball.sln (original)
+++ lucene.net/trunk/build/vs2012/contrib/Contrib.Snowball.sln Fri Oct  5 17:01:33 2012
@@ -1,6 +1,26 @@
 
 Microsoft Visual Studio Solution File, Format Version 12.00
 # Visual Studio 2012
+#
+#
+# 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("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}"
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Snowball", "..\..\..\src\contrib\Snowball\Contrib.Snowball.csproj", "{8F9D7A92-F122-413E-9D8D-027E4ECD327C}"

Modified: lucene.net/trunk/build/vs2012/contrib/Contrib.Spatial.sln
URL: http://svn.apache.org/viewvc/lucene.net/trunk/build/vs2012/contrib/Contrib.Spatial.sln?rev=1394639&r1=1394638&r2=1394639&view=diff
==============================================================================
--- lucene.net/trunk/build/vs2012/contrib/Contrib.Spatial.sln (original)
+++ lucene.net/trunk/build/vs2012/contrib/Contrib.Spatial.sln Fri Oct  5 17:01:33 2012
@@ -1,6 +1,26 @@
 
 Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 11
+# Visual Studio 2012
+#
+#
+# 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("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}"
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Spatial", "..\..\..\src\contrib\Spatial\Contrib.Spatial.csproj", "{35C347F4-24B2-4BE5-8117-A0E3001551CE}"

Modified: lucene.net/trunk/build/vs2012/contrib/Contrib.SpellChecker.sln
URL: http://svn.apache.org/viewvc/lucene.net/trunk/build/vs2012/contrib/Contrib.SpellChecker.sln?rev=1394639&r1=1394638&r2=1394639&view=diff
==============================================================================
--- lucene.net/trunk/build/vs2012/contrib/Contrib.SpellChecker.sln (original)
+++ lucene.net/trunk/build/vs2012/contrib/Contrib.SpellChecker.sln Fri Oct  5 17:01:33 2012
@@ -1,6 +1,26 @@
 
 Microsoft Visual Studio Solution File, Format Version 12.00
 # Visual Studio 2012
+#
+#
+# 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("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}"
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.SpellChecker", "..\..\..\src\contrib\SpellChecker\Contrib.SpellChecker.csproj", "{FF45EE91-9CA3-443D-8231-75E9FA1AF40E}"

Modified: lucene.net/trunk/build/vs2012/contrib/Contrib.WordNet.sln
URL: http://svn.apache.org/viewvc/lucene.net/trunk/build/vs2012/contrib/Contrib.WordNet.sln?rev=1394639&r1=1394638&r2=1394639&view=diff
==============================================================================
--- lucene.net/trunk/build/vs2012/contrib/Contrib.WordNet.sln (original)
+++ lucene.net/trunk/build/vs2012/contrib/Contrib.WordNet.sln Fri Oct  5 17:01:33 2012
@@ -1,6 +1,26 @@
 
 Microsoft Visual Studio Solution File, Format Version 12.00
 # Visual Studio 2012
+#
+#
+# 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("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}"
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.WordNet.SynExpand", "..\..\..\src\contrib\WordNet\SynExpand\Contrib.WordNet.SynExpand.csproj", "{1407C9BA-337C-4C6C-B065-68328D3871B3}"

Modified: lucene.net/trunk/build/vs2012/core/Lucene.Net.Core.sln
URL: http://svn.apache.org/viewvc/lucene.net/trunk/build/vs2012/core/Lucene.Net.Core.sln?rev=1394639&r1=1394638&r2=1394639&view=diff
==============================================================================
--- lucene.net/trunk/build/vs2012/core/Lucene.Net.Core.sln (original)
+++ lucene.net/trunk/build/vs2012/core/Lucene.Net.Core.sln Fri Oct  5 17:01:33 2012
@@ -1,6 +1,26 @@
 
 Microsoft Visual Studio Solution File, Format Version 12.00
 # Visual Studio 2012
+#
+#
+# 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("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}"
 EndProject
 Global

Modified: lucene.net/trunk/build/vs2012/demo/Lucene.Net.Demo.sln
URL: http://svn.apache.org/viewvc/lucene.net/trunk/build/vs2012/demo/Lucene.Net.Demo.sln?rev=1394639&r1=1394638&r2=1394639&view=diff
==============================================================================
--- lucene.net/trunk/build/vs2012/demo/Lucene.Net.Demo.sln (original)
+++ lucene.net/trunk/build/vs2012/demo/Lucene.Net.Demo.sln Fri Oct  5 17:01:33 2012
@@ -1,6 +1,26 @@
 
 Microsoft Visual Studio Solution File, Format Version 12.00
 # Visual Studio 2012
+#
+#
+# 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("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}"
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Demo.Common", "..\..\..\src\demo\Demo.Common\Demo.Common.csproj", "{F04CA2F4-E182-46A8-B914-F46AF5319E83}"

Modified: lucene.net/trunk/build/vs2012/test/Contrib.All.Test.sln
URL: http://svn.apache.org/viewvc/lucene.net/trunk/build/vs2012/test/Contrib.All.Test.sln?rev=1394639&r1=1394638&r2=1394639&view=diff
==============================================================================
--- lucene.net/trunk/build/vs2012/test/Contrib.All.Test.sln (original)
+++ lucene.net/trunk/build/vs2012/test/Contrib.All.Test.sln Fri Oct  5 17:01:33 2012
@@ -1,5 +1,26 @@
+
 Microsoft Visual Studio Solution File, Format Version 12.00
 # Visual Studio 2012
+#
+#
+# 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("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}"
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Core", "..\..\..\src\contrib\Core\Contrib.Core.csproj", "{FEF899EB-610C-4D3C-A556-A01F56F4AFE0}"

Modified: lucene.net/trunk/build/vs2012/test/Contrib.Analyzers.Test.sln
URL: http://svn.apache.org/viewvc/lucene.net/trunk/build/vs2012/test/Contrib.Analyzers.Test.sln?rev=1394639&r1=1394638&r2=1394639&view=diff
==============================================================================
--- lucene.net/trunk/build/vs2012/test/Contrib.Analyzers.Test.sln (original)
+++ lucene.net/trunk/build/vs2012/test/Contrib.Analyzers.Test.sln Fri Oct  5 17:01:33 2012
@@ -1,6 +1,26 @@
 
 Microsoft Visual Studio Solution File, Format Version 12.00
 # Visual Studio 2012
+#
+#
+# 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("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}"
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Analyzers", "..\..\..\src\contrib\Analyzers\Contrib.Analyzers.csproj", "{4286E961-9143-4821-B46D-3D39D3736386}"

Modified: lucene.net/trunk/build/vs2012/test/Contrib.Core.Test.sln
URL: http://svn.apache.org/viewvc/lucene.net/trunk/build/vs2012/test/Contrib.Core.Test.sln?rev=1394639&r1=1394638&r2=1394639&view=diff
==============================================================================
--- lucene.net/trunk/build/vs2012/test/Contrib.Core.Test.sln (original)
+++ lucene.net/trunk/build/vs2012/test/Contrib.Core.Test.sln Fri Oct  5 17:01:33 2012
@@ -1,6 +1,26 @@
 
 Microsoft Visual Studio Solution File, Format Version 12.00
 # Visual Studio 2012
+#
+#
+# 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("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}"
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Core", "..\..\..\src\contrib\Core\Contrib.Core.csproj", "{FEF899EB-610C-4D3C-A556-A01F56F4AFE0}"

Modified: lucene.net/trunk/build/vs2012/test/Contrib.FastVectorHighlighter.Test.sln
URL: http://svn.apache.org/viewvc/lucene.net/trunk/build/vs2012/test/Contrib.FastVectorHighlighter.Test.sln?rev=1394639&r1=1394638&r2=1394639&view=diff
==============================================================================
--- lucene.net/trunk/build/vs2012/test/Contrib.FastVectorHighlighter.Test.sln (original)
+++ lucene.net/trunk/build/vs2012/test/Contrib.FastVectorHighlighter.Test.sln Fri Oct  5 17:01:33 2012
@@ -1,6 +1,26 @@
 
 Microsoft Visual Studio Solution File, Format Version 12.00
 # Visual Studio 2012
+#
+#
+# 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("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}"
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.FastVectorHighlighter", "..\..\..\src\contrib\FastVectorHighlighter\Contrib.FastVectorHighlighter.csproj", "{9D2E3153-076F-49C5-B83D-FB2573536B5F}"

Modified: lucene.net/trunk/build/vs2012/test/Contrib.Highlighter.Test.sln
URL: http://svn.apache.org/viewvc/lucene.net/trunk/build/vs2012/test/Contrib.Highlighter.Test.sln?rev=1394639&r1=1394638&r2=1394639&view=diff
==============================================================================
--- lucene.net/trunk/build/vs2012/test/Contrib.Highlighter.Test.sln (original)
+++ lucene.net/trunk/build/vs2012/test/Contrib.Highlighter.Test.sln Fri Oct  5 17:01:33 2012
@@ -1,6 +1,26 @@
 
 Microsoft Visual Studio Solution File, Format Version 12.00
 # Visual Studio 2012
+#
+#
+# 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("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}"
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Highlighter", "..\..\..\src\contrib\Highlighter\Contrib.Highlighter.csproj", "{901D5415-383C-4AA6-A256-879558841BEA}"