Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id CB84A200C63 for ; Thu, 27 Apr 2017 03:32:51 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id CA2DE160BBB; Thu, 27 Apr 2017 01:32:51 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id A0FBF160BBC for ; Thu, 27 Apr 2017 03:32:49 +0200 (CEST) Received: (qmail 21697 invoked by uid 500); 27 Apr 2017 01:32:48 -0000 Mailing-List: contact commits-help@lucenenet.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: lucene-net-dev@lucenenet.apache.org Delivered-To: mailing list commits@lucenenet.apache.org Received: (qmail 21374 invoked by uid 99); 27 Apr 2017 01:32:46 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Apr 2017 01:32:46 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 355EFE1867; Thu, 27 Apr 2017 01:32:46 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: nightowl888@apache.org To: commits@lucenenet.apache.org Date: Thu, 27 Apr 2017 01:32:50 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [05/11] lucenenet git commit: add license headers and license references where needed archived-at: Thu, 27 Apr 2017 01:32:52 -0000 http://git-wip-us.apache.org/repos/asf/lucenenet/blob/f20b77e7/src/Lucene.Net.Join/Lucene.Net.Join.xproj ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.Join/Lucene.Net.Join.xproj b/src/Lucene.Net.Join/Lucene.Net.Join.xproj index 5c3d31a..ef7d24c 100644 --- a/src/Lucene.Net.Join/Lucene.Net.Join.xproj +++ b/src/Lucene.Net.Join/Lucene.Net.Join.xproj @@ -1,4 +1,24 @@ - + + 14.0 @@ -16,4 +36,4 @@ 2.0 - \ No newline at end of file + http://git-wip-us.apache.org/repos/asf/lucenenet/blob/f20b77e7/src/Lucene.Net.Join/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.Join/Properties/AssemblyInfo.cs b/src/Lucene.Net.Join/Properties/AssemblyInfo.cs index 2d8868e..f321a3c 100644 --- a/src/Lucene.Net.Join/Properties/AssemblyInfo.cs +++ b/src/Lucene.Net.Join/Properties/AssemblyInfo.cs @@ -1,4 +1,25 @@ -using System; +/* + * + * 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; using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; http://git-wip-us.apache.org/repos/asf/lucenenet/blob/f20b77e7/src/Lucene.Net.Memory/Lucene.Net.Memory.csproj ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.Memory/Lucene.Net.Memory.csproj b/src/Lucene.Net.Memory/Lucene.Net.Memory.csproj index 9f8e1a9..1749fe9 100644 --- a/src/Lucene.Net.Memory/Lucene.Net.Memory.csproj +++ b/src/Lucene.Net.Memory/Lucene.Net.Memory.csproj @@ -1,4 +1,25 @@ - + + + @@ -72,4 +93,4 @@ --> - \ No newline at end of file + http://git-wip-us.apache.org/repos/asf/lucenenet/blob/f20b77e7/src/Lucene.Net.Memory/Lucene.Net.Memory.xproj ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.Memory/Lucene.Net.Memory.xproj b/src/Lucene.Net.Memory/Lucene.Net.Memory.xproj index 24646ae..a4cdef0 100644 --- a/src/Lucene.Net.Memory/Lucene.Net.Memory.xproj +++ b/src/Lucene.Net.Memory/Lucene.Net.Memory.xproj @@ -1,4 +1,24 @@ - + + 14.0 @@ -16,4 +36,4 @@ 2.0 - \ No newline at end of file + http://git-wip-us.apache.org/repos/asf/lucenenet/blob/f20b77e7/src/Lucene.Net.Memory/MemoryIndex.Info.cs ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.Memory/MemoryIndex.Info.cs b/src/Lucene.Net.Memory/MemoryIndex.Info.cs index 2d5b1b5..15781ce 100644 --- a/src/Lucene.Net.Memory/MemoryIndex.Info.cs +++ b/src/Lucene.Net.Memory/MemoryIndex.Info.cs @@ -1,4 +1,25 @@ -using Lucene.Net.Util; +/* + * + * 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 Lucene.Net.Util; using System; namespace Lucene.Net.Index.Memory http://git-wip-us.apache.org/repos/asf/lucenenet/blob/f20b77e7/src/Lucene.Net.Memory/MemoryIndex.MemoryIndexReader.cs ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.Memory/MemoryIndex.MemoryIndexReader.cs b/src/Lucene.Net.Memory/MemoryIndex.MemoryIndexReader.cs index ca83d1a..a06fbfc 100644 --- a/src/Lucene.Net.Memory/MemoryIndex.MemoryIndexReader.cs +++ b/src/Lucene.Net.Memory/MemoryIndex.MemoryIndexReader.cs @@ -1,4 +1,25 @@ -using Lucene.Net.Search; +/* + * + * 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 Lucene.Net.Search; using Lucene.Net.Search.Similarities; using Lucene.Net.Util; using System; http://git-wip-us.apache.org/repos/asf/lucenenet/blob/f20b77e7/src/Lucene.Net.Memory/MemoryIndex.TermComparer.cs ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.Memory/MemoryIndex.TermComparer.cs b/src/Lucene.Net.Memory/MemoryIndex.TermComparer.cs index 39b9e2b..6d4ad12 100644 --- a/src/Lucene.Net.Memory/MemoryIndex.TermComparer.cs +++ b/src/Lucene.Net.Memory/MemoryIndex.TermComparer.cs @@ -1,4 +1,25 @@ -using System; +/* + * + * 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; using System.Collections.Generic; namespace Lucene.Net.Index.Memory http://git-wip-us.apache.org/repos/asf/lucenenet/blob/f20b77e7/src/Lucene.Net.Memory/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.Memory/Properties/AssemblyInfo.cs b/src/Lucene.Net.Memory/Properties/AssemblyInfo.cs index e315b79..c70347f 100644 --- a/src/Lucene.Net.Memory/Properties/AssemblyInfo.cs +++ b/src/Lucene.Net.Memory/Properties/AssemblyInfo.cs @@ -1,4 +1,25 @@ -using System; +/* + * + * 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; using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; http://git-wip-us.apache.org/repos/asf/lucenenet/blob/f20b77e7/src/Lucene.Net.Misc/Lucene.Net.Misc.csproj ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.Misc/Lucene.Net.Misc.csproj b/src/Lucene.Net.Misc/Lucene.Net.Misc.csproj index 38c96d0..429e614 100644 --- a/src/Lucene.Net.Misc/Lucene.Net.Misc.csproj +++ b/src/Lucene.Net.Misc/Lucene.Net.Misc.csproj @@ -1,4 +1,25 @@ - + + + @@ -94,4 +115,4 @@ --> - \ No newline at end of file + http://git-wip-us.apache.org/repos/asf/lucenenet/blob/f20b77e7/src/Lucene.Net.Misc/Lucene.Net.Misc.xproj ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.Misc/Lucene.Net.Misc.xproj b/src/Lucene.Net.Misc/Lucene.Net.Misc.xproj index b0a75aa..f220061 100644 --- a/src/Lucene.Net.Misc/Lucene.Net.Misc.xproj +++ b/src/Lucene.Net.Misc/Lucene.Net.Misc.xproj @@ -1,4 +1,24 @@ - + + 14.0 @@ -16,4 +36,4 @@ 2.0 - \ No newline at end of file + http://git-wip-us.apache.org/repos/asf/lucenenet/blob/f20b77e7/src/Lucene.Net.Misc/Misc/doc-files/ss.baselineTf.svg ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.Misc/Misc/doc-files/ss.baselineTf.svg b/src/Lucene.Net.Misc/Misc/doc-files/ss.baselineTf.svg index d6cbb95..8fc8093 100644 --- a/src/Lucene.Net.Misc/Misc/doc-files/ss.baselineTf.svg +++ b/src/Lucene.Net.Misc/Misc/doc-files/ss.baselineTf.svg @@ -1,4 +1,25 @@ + + + + + + + + + @@ -135,4 +156,4 @@ --> - \ No newline at end of file + http://git-wip-us.apache.org/repos/asf/lucenenet/blob/f20b77e7/src/Lucene.Net.Queries/Lucene.Net.Queries.xproj ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.Queries/Lucene.Net.Queries.xproj b/src/Lucene.Net.Queries/Lucene.Net.Queries.xproj index 1bff610..a870c30 100644 --- a/src/Lucene.Net.Queries/Lucene.Net.Queries.xproj +++ b/src/Lucene.Net.Queries/Lucene.Net.Queries.xproj @@ -1,4 +1,24 @@ - + + 14.0 @@ -16,4 +36,4 @@ 2.0 - \ No newline at end of file + http://git-wip-us.apache.org/repos/asf/lucenenet/blob/f20b77e7/src/Lucene.Net.Queries/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.Queries/Properties/AssemblyInfo.cs b/src/Lucene.Net.Queries/Properties/AssemblyInfo.cs index cfbe59f..e2a93fe 100644 --- a/src/Lucene.Net.Queries/Properties/AssemblyInfo.cs +++ b/src/Lucene.Net.Queries/Properties/AssemblyInfo.cs @@ -1,4 +1,25 @@ -using System; +/* + * + * 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; using System.Reflection; using System.Runtime.InteropServices; http://git-wip-us.apache.org/repos/asf/lucenenet/blob/f20b77e7/src/Lucene.Net.QueryParser/Flexible/Core/Messages/QueryParserMessagesBundle.Designer.cs ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.QueryParser/Flexible/Core/Messages/QueryParserMessagesBundle.Designer.cs b/src/Lucene.Net.QueryParser/Flexible/Core/Messages/QueryParserMessagesBundle.Designer.cs index 50631fe..6a9698a 100644 --- a/src/Lucene.Net.QueryParser/Flexible/Core/Messages/QueryParserMessagesBundle.Designer.cs +++ b/src/Lucene.Net.QueryParser/Flexible/Core/Messages/QueryParserMessagesBundle.Designer.cs @@ -1,4 +1,25 @@ -//------------------------------------------------------------------------------ +/* + * + * 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. + * +*/ + +//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.42000 http://git-wip-us.apache.org/repos/asf/lucenenet/blob/f20b77e7/src/Lucene.Net.QueryParser/Flexible/Core/Messages/QueryParserMessagesBundle.resx ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.QueryParser/Flexible/Core/Messages/QueryParserMessagesBundle.resx b/src/Lucene.Net.QueryParser/Flexible/Core/Messages/QueryParserMessagesBundle.resx index c6680ce..de6a680 100644 --- a/src/Lucene.Net.QueryParser/Flexible/Core/Messages/QueryParserMessagesBundle.resx +++ b/src/Lucene.Net.QueryParser/Flexible/Core/Messages/QueryParserMessagesBundle.resx @@ -1,4 +1,25 @@ - + + + + @@ -293,4 +314,4 @@ --> - \ No newline at end of file + http://git-wip-us.apache.org/repos/asf/lucenenet/blob/f20b77e7/src/Lucene.Net.QueryParser/Lucene.Net.QueryParser.xproj ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.QueryParser/Lucene.Net.QueryParser.xproj b/src/Lucene.Net.QueryParser/Lucene.Net.QueryParser.xproj index 1234a43..26ef28f 100644 --- a/src/Lucene.Net.QueryParser/Lucene.Net.QueryParser.xproj +++ b/src/Lucene.Net.QueryParser/Lucene.Net.QueryParser.xproj @@ -1,4 +1,24 @@ - + + 14.0 @@ -16,4 +36,4 @@ 2.0 - \ No newline at end of file + http://git-wip-us.apache.org/repos/asf/lucenenet/blob/f20b77e7/src/Lucene.Net.QueryParser/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.QueryParser/Properties/AssemblyInfo.cs b/src/Lucene.Net.QueryParser/Properties/AssemblyInfo.cs index a80260d..8581e55 100644 --- a/src/Lucene.Net.QueryParser/Properties/AssemblyInfo.cs +++ b/src/Lucene.Net.QueryParser/Properties/AssemblyInfo.cs @@ -1,4 +1,25 @@ -using System; +/* + * + * 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; using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; http://git-wip-us.apache.org/repos/asf/lucenenet/blob/f20b77e7/src/Lucene.Net.Sandbox/Lucene.Net.Sandbox.csproj ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.Sandbox/Lucene.Net.Sandbox.csproj b/src/Lucene.Net.Sandbox/Lucene.Net.Sandbox.csproj index 3925cca..2c96729 100644 --- a/src/Lucene.Net.Sandbox/Lucene.Net.Sandbox.csproj +++ b/src/Lucene.Net.Sandbox/Lucene.Net.Sandbox.csproj @@ -1,4 +1,25 @@ - + + + @@ -68,4 +89,4 @@ --> - \ No newline at end of file + http://git-wip-us.apache.org/repos/asf/lucenenet/blob/f20b77e7/src/Lucene.Net.Sandbox/Lucene.Net.Sandbox.xproj ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.Sandbox/Lucene.Net.Sandbox.xproj b/src/Lucene.Net.Sandbox/Lucene.Net.Sandbox.xproj index 48f57bc..9f07ca9 100644 --- a/src/Lucene.Net.Sandbox/Lucene.Net.Sandbox.xproj +++ b/src/Lucene.Net.Sandbox/Lucene.Net.Sandbox.xproj @@ -1,4 +1,24 @@ - + + 14.0 @@ -16,4 +36,4 @@ 2.0 - \ No newline at end of file + http://git-wip-us.apache.org/repos/asf/lucenenet/blob/f20b77e7/src/Lucene.Net.Sandbox/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.Sandbox/Properties/AssemblyInfo.cs b/src/Lucene.Net.Sandbox/Properties/AssemblyInfo.cs index b5cada5..8efe8cd 100644 --- a/src/Lucene.Net.Sandbox/Properties/AssemblyInfo.cs +++ b/src/Lucene.Net.Sandbox/Properties/AssemblyInfo.cs @@ -1,4 +1,25 @@ -using System; +/* + * + * 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; using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; http://git-wip-us.apache.org/repos/asf/lucenenet/blob/f20b77e7/src/Lucene.Net.Spatial/Lucene.Net.Spatial.csproj ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.Spatial/Lucene.Net.Spatial.csproj b/src/Lucene.Net.Spatial/Lucene.Net.Spatial.csproj index 9c4b3ee..0b51d71 100644 --- a/src/Lucene.Net.Spatial/Lucene.Net.Spatial.csproj +++ b/src/Lucene.Net.Spatial/Lucene.Net.Spatial.csproj @@ -1,4 +1,25 @@ - + + + Debug @@ -102,4 +123,4 @@ --> - \ No newline at end of file + http://git-wip-us.apache.org/repos/asf/lucenenet/blob/f20b77e7/src/Lucene.Net.Spatial/Lucene.Net.Spatial.xproj ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.Spatial/Lucene.Net.Spatial.xproj b/src/Lucene.Net.Spatial/Lucene.Net.Spatial.xproj index abe067d..eff996d 100644 --- a/src/Lucene.Net.Spatial/Lucene.Net.Spatial.xproj +++ b/src/Lucene.Net.Spatial/Lucene.Net.Spatial.xproj @@ -1,4 +1,24 @@ - + + 14.0 @@ -16,4 +36,4 @@ 2.0 - \ No newline at end of file + http://git-wip-us.apache.org/repos/asf/lucenenet/blob/f20b77e7/src/Lucene.Net.Suggest/Lucene.Net.Suggest.csproj ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.Suggest/Lucene.Net.Suggest.csproj b/src/Lucene.Net.Suggest/Lucene.Net.Suggest.csproj index 67bbf9b..8f03379 100644 --- a/src/Lucene.Net.Suggest/Lucene.Net.Suggest.csproj +++ b/src/Lucene.Net.Suggest/Lucene.Net.Suggest.csproj @@ -1,4 +1,25 @@ - + + + @@ -124,4 +145,4 @@ --> - \ No newline at end of file + http://git-wip-us.apache.org/repos/asf/lucenenet/blob/f20b77e7/src/Lucene.Net.Suggest/Lucene.Net.Suggest.xproj ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.Suggest/Lucene.Net.Suggest.xproj b/src/Lucene.Net.Suggest/Lucene.Net.Suggest.xproj index 671f986..c2927d5 100644 --- a/src/Lucene.Net.Suggest/Lucene.Net.Suggest.xproj +++ b/src/Lucene.Net.Suggest/Lucene.Net.Suggest.xproj @@ -1,4 +1,24 @@ - + + 14.0 @@ -16,4 +36,4 @@ 2.0 - \ No newline at end of file + http://git-wip-us.apache.org/repos/asf/lucenenet/blob/f20b77e7/src/Lucene.Net.Suggest/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.Suggest/Properties/AssemblyInfo.cs b/src/Lucene.Net.Suggest/Properties/AssemblyInfo.cs index 3914f2d..af303a1 100644 --- a/src/Lucene.Net.Suggest/Properties/AssemblyInfo.cs +++ b/src/Lucene.Net.Suggest/Properties/AssemblyInfo.cs @@ -1,4 +1,25 @@ -using System; +/* + * + * 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; using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; http://git-wip-us.apache.org/repos/asf/lucenenet/blob/f20b77e7/src/Lucene.Net.Suggest/Suggest/Analyzing/SuggesterOptions.cs ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.Suggest/Suggest/Analyzing/SuggesterOptions.cs b/src/Lucene.Net.Suggest/Suggest/Analyzing/SuggesterOptions.cs index f7416ef..57fdd3a 100644 --- a/src/Lucene.Net.Suggest/Suggest/Analyzing/SuggesterOptions.cs +++ b/src/Lucene.Net.Suggest/Suggest/Analyzing/SuggesterOptions.cs @@ -1,4 +1,25 @@ -using System; +/* + * + * 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; namespace Lucene.Net.Search.Suggest.Analyzing { http://git-wip-us.apache.org/repos/asf/lucenenet/blob/f20b77e7/src/Lucene.Net.TestFramework/Attributes/HasTimeoutAttribute.cs ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.TestFramework/Attributes/HasTimeoutAttribute.cs b/src/Lucene.Net.TestFramework/Attributes/HasTimeoutAttribute.cs index f71b1aa..92fc42b 100644 --- a/src/Lucene.Net.TestFramework/Attributes/HasTimeoutAttribute.cs +++ b/src/Lucene.Net.TestFramework/Attributes/HasTimeoutAttribute.cs @@ -1,4 +1,25 @@ -using NUnit.Framework; +/* + * + * 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 NUnit.Framework; namespace Lucene.Net.Attributes { http://git-wip-us.apache.org/repos/asf/lucenenet/blob/f20b77e7/src/Lucene.Net.TestFramework/Attributes/LongRunningTestAttribute.cs ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.TestFramework/Attributes/LongRunningTestAttribute.cs b/src/Lucene.Net.TestFramework/Attributes/LongRunningTestAttribute.cs index f5f1f83..fc80d96 100644 --- a/src/Lucene.Net.TestFramework/Attributes/LongRunningTestAttribute.cs +++ b/src/Lucene.Net.TestFramework/Attributes/LongRunningTestAttribute.cs @@ -1,4 +1,25 @@ -using NUnit.Framework; +/* + * + * 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 NUnit.Framework; namespace Lucene.Net.Attributes { @@ -12,4 +33,4 @@ namespace Lucene.Net.Attributes // nothing to do here but invoke the base contsructor. } } -} \ No newline at end of file +} http://git-wip-us.apache.org/repos/asf/lucenenet/blob/f20b77e7/src/Lucene.Net.TestFramework/Attributes/LuceneNetSpecificAttribute.cs ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.TestFramework/Attributes/LuceneNetSpecificAttribute.cs b/src/Lucene.Net.TestFramework/Attributes/LuceneNetSpecificAttribute.cs index 8cabc73..2055bb3 100644 --- a/src/Lucene.Net.TestFramework/Attributes/LuceneNetSpecificAttribute.cs +++ b/src/Lucene.Net.TestFramework/Attributes/LuceneNetSpecificAttribute.cs @@ -1,4 +1,25 @@ -using NUnit.Framework; +/* + * + * 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 NUnit.Framework; namespace Lucene.Net.Attributes { http://git-wip-us.apache.org/repos/asf/lucenenet/blob/f20b77e7/src/Lucene.Net.TestFramework/Codecs/CheapBastard/CheapBastardCodec.cs ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.TestFramework/Codecs/CheapBastard/CheapBastardCodec.cs b/src/Lucene.Net.TestFramework/Codecs/CheapBastard/CheapBastardCodec.cs index 0479c66..11d153f 100644 --- a/src/Lucene.Net.TestFramework/Codecs/CheapBastard/CheapBastardCodec.cs +++ b/src/Lucene.Net.TestFramework/Codecs/CheapBastard/CheapBastardCodec.cs @@ -1,4 +1,25 @@ -using Lucene.Net.Codecs.DiskDV; +/* + * + * 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 Lucene.Net.Codecs.DiskDV; using Lucene.Net.Codecs.Lucene40; using Lucene.Net.Codecs.Lucene41; using Lucene.Net.Codecs.Lucene46; http://git-wip-us.apache.org/repos/asf/lucenenet/blob/f20b77e7/src/Lucene.Net.TestFramework/Codecs/Lucene41Ords/Lucene41WithOrds.cs ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.TestFramework/Codecs/Lucene41Ords/Lucene41WithOrds.cs b/src/Lucene.Net.TestFramework/Codecs/Lucene41Ords/Lucene41WithOrds.cs index 8a5c8ad..35087c9 100644 --- a/src/Lucene.Net.TestFramework/Codecs/Lucene41Ords/Lucene41WithOrds.cs +++ b/src/Lucene.Net.TestFramework/Codecs/Lucene41Ords/Lucene41WithOrds.cs @@ -1,4 +1,25 @@ -using Lucene.Net.Codecs.BlockTerms; +/* + * + * 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 Lucene.Net.Codecs.BlockTerms; using Lucene.Net.Codecs.Lucene41; using Lucene.Net.Index; using Lucene.Net.Util; http://git-wip-us.apache.org/repos/asf/lucenenet/blob/f20b77e7/src/Lucene.Net.TestFramework/Codecs/MockRandom/MockRandomPostingsFormat.cs ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.TestFramework/Codecs/MockRandom/MockRandomPostingsFormat.cs b/src/Lucene.Net.TestFramework/Codecs/MockRandom/MockRandomPostingsFormat.cs index d6cef25..4563702 100644 --- a/src/Lucene.Net.TestFramework/Codecs/MockRandom/MockRandomPostingsFormat.cs +++ b/src/Lucene.Net.TestFramework/Codecs/MockRandom/MockRandomPostingsFormat.cs @@ -1,4 +1,25 @@ -using Lucene.Net.Codecs.BlockTerms; +/* + * + * 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 Lucene.Net.Codecs.BlockTerms; using Lucene.Net.Codecs.Lucene41; using Lucene.Net.Codecs.Memory; using Lucene.Net.Codecs.MockIntBlock; http://git-wip-us.apache.org/repos/asf/lucenenet/blob/f20b77e7/src/Lucene.Net.TestFramework/Codecs/MockSep/MockSingleIntIndexOutput.cs ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.TestFramework/Codecs/MockSep/MockSingleIntIndexOutput.cs b/src/Lucene.Net.TestFramework/Codecs/MockSep/MockSingleIntIndexOutput.cs index 5154b53..87c232d 100644 --- a/src/Lucene.Net.TestFramework/Codecs/MockSep/MockSingleIntIndexOutput.cs +++ b/src/Lucene.Net.TestFramework/Codecs/MockSep/MockSingleIntIndexOutput.cs @@ -1,4 +1,25 @@ -using Lucene.Net.Codecs.Sep; +/* + * + * 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 Lucene.Net.Codecs.Sep; using Lucene.Net.Store; using Lucene.Net.Util; http://git-wip-us.apache.org/repos/asf/lucenenet/blob/f20b77e7/src/Lucene.Net.TestFramework/Codecs/TestCodecFactory.cs ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.TestFramework/Codecs/TestCodecFactory.cs b/src/Lucene.Net.TestFramework/Codecs/TestCodecFactory.cs index b35abbf..e19037e 100644 --- a/src/Lucene.Net.TestFramework/Codecs/TestCodecFactory.cs +++ b/src/Lucene.Net.TestFramework/Codecs/TestCodecFactory.cs @@ -1,4 +1,25 @@ -using System; +/* + * + * 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; using System.Reflection; namespace Lucene.Net.Codecs http://git-wip-us.apache.org/repos/asf/lucenenet/blob/f20b77e7/src/Lucene.Net.TestFramework/Codecs/TestDocValuesFormatFactory.cs ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.TestFramework/Codecs/TestDocValuesFormatFactory.cs b/src/Lucene.Net.TestFramework/Codecs/TestDocValuesFormatFactory.cs index b313df6..813d5c5 100644 --- a/src/Lucene.Net.TestFramework/Codecs/TestDocValuesFormatFactory.cs +++ b/src/Lucene.Net.TestFramework/Codecs/TestDocValuesFormatFactory.cs @@ -1,4 +1,25 @@ -using System.Reflection; +/* + * + * 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.Reflection; namespace Lucene.Net.Codecs { http://git-wip-us.apache.org/repos/asf/lucenenet/blob/f20b77e7/src/Lucene.Net.TestFramework/Codecs/TestPostingsFormatFactory.cs ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.TestFramework/Codecs/TestPostingsFormatFactory.cs b/src/Lucene.Net.TestFramework/Codecs/TestPostingsFormatFactory.cs index 5e488f6..64a7188 100644 --- a/src/Lucene.Net.TestFramework/Codecs/TestPostingsFormatFactory.cs +++ b/src/Lucene.Net.TestFramework/Codecs/TestPostingsFormatFactory.cs @@ -1,4 +1,25 @@ -using System.Reflection; +/* + * + * 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.Reflection; namespace Lucene.Net.Codecs { http://git-wip-us.apache.org/repos/asf/lucenenet/blob/f20b77e7/src/Lucene.Net.TestFramework/JavaCompatibility/AbstractBeforeAfterRule.cs ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.TestFramework/JavaCompatibility/AbstractBeforeAfterRule.cs b/src/Lucene.Net.TestFramework/JavaCompatibility/AbstractBeforeAfterRule.cs index 025f548..7c625f0 100644 --- a/src/Lucene.Net.TestFramework/JavaCompatibility/AbstractBeforeAfterRule.cs +++ b/src/Lucene.Net.TestFramework/JavaCompatibility/AbstractBeforeAfterRule.cs @@ -1,4 +1,25 @@ -using Lucene.Net.Util; +/* + * + * 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 Lucene.Net.Util; namespace Lucene.Net.JavaCompatibility { http://git-wip-us.apache.org/repos/asf/lucenenet/blob/f20b77e7/src/Lucene.Net.TestFramework/JavaCompatibility/LuceneTestCase.cs ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.TestFramework/JavaCompatibility/LuceneTestCase.cs b/src/Lucene.Net.TestFramework/JavaCompatibility/LuceneTestCase.cs index e417c4f..cdacae4 100644 --- a/src/Lucene.Net.TestFramework/JavaCompatibility/LuceneTestCase.cs +++ b/src/Lucene.Net.TestFramework/JavaCompatibility/LuceneTestCase.cs @@ -1,4 +1,25 @@ -using System; +/* + * + * 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; using System.Collections; using System.Collections.Generic; using System.Linq; http://git-wip-us.apache.org/repos/asf/lucenenet/blob/f20b77e7/src/Lucene.Net.TestFramework/JavaCompatibility/LuceneTypesHelpers.cs ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.TestFramework/JavaCompatibility/LuceneTypesHelpers.cs b/src/Lucene.Net.TestFramework/JavaCompatibility/LuceneTypesHelpers.cs index a2602fc..eb7c209 100644 --- a/src/Lucene.Net.TestFramework/JavaCompatibility/LuceneTypesHelpers.cs +++ b/src/Lucene.Net.TestFramework/JavaCompatibility/LuceneTypesHelpers.cs @@ -1,4 +1,25 @@ -using System.Collections.Generic; +/* + * + * 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.Collections.Generic; namespace Lucene.Net { http://git-wip-us.apache.org/repos/asf/lucenenet/blob/f20b77e7/src/Lucene.Net.TestFramework/JavaCompatibility/RandomHelpers.cs ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.TestFramework/JavaCompatibility/RandomHelpers.cs b/src/Lucene.Net.TestFramework/JavaCompatibility/RandomHelpers.cs index 09d9b96..963d118 100644 --- a/src/Lucene.Net.TestFramework/JavaCompatibility/RandomHelpers.cs +++ b/src/Lucene.Net.TestFramework/JavaCompatibility/RandomHelpers.cs @@ -1,4 +1,25 @@ -using System; +/* + * + * 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; namespace Lucene.Net { http://git-wip-us.apache.org/repos/asf/lucenenet/blob/f20b77e7/src/Lucene.Net.TestFramework/JavaCompatibility/SystemTypesHelpers.cs ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.TestFramework/JavaCompatibility/SystemTypesHelpers.cs b/src/Lucene.Net.TestFramework/JavaCompatibility/SystemTypesHelpers.cs index b99c55d..9fd0444 100644 --- a/src/Lucene.Net.TestFramework/JavaCompatibility/SystemTypesHelpers.cs +++ b/src/Lucene.Net.TestFramework/JavaCompatibility/SystemTypesHelpers.cs @@ -1,4 +1,25 @@ -using Lucene.Net.Support; +/* + * + * 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 Lucene.Net.Support; using System; using System.Collections; using System.Collections.Generic; http://git-wip-us.apache.org/repos/asf/lucenenet/blob/f20b77e7/src/Lucene.Net.TestFramework/Lucene.Net.TestFramework.csproj ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.TestFramework/Lucene.Net.TestFramework.csproj b/src/Lucene.Net.TestFramework/Lucene.Net.TestFramework.csproj index f239613..533a4ec 100644 --- a/src/Lucene.Net.TestFramework/Lucene.Net.TestFramework.csproj +++ b/src/Lucene.Net.TestFramework/Lucene.Net.TestFramework.csproj @@ -1,4 +1,25 @@ - + + + @@ -509,4 +530,4 @@ --> - \ No newline at end of file + http://git-wip-us.apache.org/repos/asf/lucenenet/blob/f20b77e7/src/Lucene.Net.TestFramework/Lucene.Net.TestFramework.xproj ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.TestFramework/Lucene.Net.TestFramework.xproj b/src/Lucene.Net.TestFramework/Lucene.Net.TestFramework.xproj index 0aebec1..73444d3 100644 --- a/src/Lucene.Net.TestFramework/Lucene.Net.TestFramework.xproj +++ b/src/Lucene.Net.TestFramework/Lucene.Net.TestFramework.xproj @@ -1,4 +1,24 @@ - + + 14.0 @@ -16,4 +36,4 @@ 2.0 - \ No newline at end of file + http://git-wip-us.apache.org/repos/asf/lucenenet/blob/f20b77e7/src/Lucene.Net.TestFramework/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.TestFramework/Properties/AssemblyInfo.cs b/src/Lucene.Net.TestFramework/Properties/AssemblyInfo.cs index 0239f83..d2a7e8b 100644 --- a/src/Lucene.Net.TestFramework/Properties/AssemblyInfo.cs +++ b/src/Lucene.Net.TestFramework/Properties/AssemblyInfo.cs @@ -1,4 +1,25 @@ -using System.Reflection; +/* + * + * 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.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; http://git-wip-us.apache.org/repos/asf/lucenenet/blob/f20b77e7/src/Lucene.Net.TestFramework/Randomized/Generators/RandomInts.cs ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.TestFramework/Randomized/Generators/RandomInts.cs b/src/Lucene.Net.TestFramework/Randomized/Generators/RandomInts.cs index f3704a9..a485cd5 100644 --- a/src/Lucene.Net.TestFramework/Randomized/Generators/RandomInts.cs +++ b/src/Lucene.Net.TestFramework/Randomized/Generators/RandomInts.cs @@ -1,4 +1,25 @@ -using System; +/* + * + * 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; using System.Collections.Generic; using System.Diagnostics; using System.Linq; @@ -47,4 +68,4 @@ namespace Lucene.Net.Randomized.Generators return set.ElementAt(rand.Next(0, set.Count)); } } -} \ No newline at end of file +} http://git-wip-us.apache.org/repos/asf/lucenenet/blob/f20b77e7/src/Lucene.Net.TestFramework/Randomized/SeedUtils.cs ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.TestFramework/Randomized/SeedUtils.cs b/src/Lucene.Net.TestFramework/Randomized/SeedUtils.cs index b9ec6c5..68b5ef4 100644 --- a/src/Lucene.Net.TestFramework/Randomized/SeedUtils.cs +++ b/src/Lucene.Net.TestFramework/Randomized/SeedUtils.cs @@ -1,4 +1,25 @@ -using System; +/* + * + * 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; using System.Linq; using System.Text; using System.Text.RegularExpressions; @@ -72,4 +93,4 @@ namespace Lucene.Net.Randomized return sb.ToString(); } } -} \ No newline at end of file +} http://git-wip-us.apache.org/repos/asf/lucenenet/blob/f20b77e7/src/Lucene.Net.TestFramework/Support/ApiScanTestBase.cs ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.TestFramework/Support/ApiScanTestBase.cs b/src/Lucene.Net.TestFramework/Support/ApiScanTestBase.cs index 57bb99e..b754f16 100644 --- a/src/Lucene.Net.TestFramework/Support/ApiScanTestBase.cs +++ b/src/Lucene.Net.TestFramework/Support/ApiScanTestBase.cs @@ -1,4 +1,25 @@ -#if !NETSTANDARD +/* + * + * 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. + * +*/ + +#if !NETSTANDARD using Lucene.Net.Util; using NUnit.Framework; using System; @@ -1073,4 +1094,4 @@ namespace Lucene.Net.Support } } } -#endif \ No newline at end of file +#endif http://git-wip-us.apache.org/repos/asf/lucenenet/blob/f20b77e7/src/Lucene.Net.TestFramework/Support/CultureInfoSupport.cs ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.TestFramework/Support/CultureInfoSupport.cs b/src/Lucene.Net.TestFramework/Support/CultureInfoSupport.cs index 586fbfe..954c8e1 100644 --- a/src/Lucene.Net.TestFramework/Support/CultureInfoSupport.cs +++ b/src/Lucene.Net.TestFramework/Support/CultureInfoSupport.cs @@ -1,4 +1,25 @@ -using System; +/* + * + * 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; using System.Collections.Generic; using System.Globalization; using System.Linq; http://git-wip-us.apache.org/repos/asf/lucenenet/blob/f20b77e7/src/Lucene.Net.TestFramework/Support/RandomizedTest.cs ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.TestFramework/Support/RandomizedTest.cs b/src/Lucene.Net.TestFramework/Support/RandomizedTest.cs index a24ee2f..64b82da 100644 --- a/src/Lucene.Net.TestFramework/Support/RandomizedTest.cs +++ b/src/Lucene.Net.TestFramework/Support/RandomizedTest.cs @@ -1,4 +1,25 @@ -using NUnit.Framework; +/* + * + * 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 NUnit.Framework; namespace Lucene.Net.TestFramework.Support @@ -15,4 +36,4 @@ namespace Lucene.Net.TestFramework.Support Assume.That(!value, msg); } } -} \ No newline at end of file +} http://git-wip-us.apache.org/repos/asf/lucenenet/blob/f20b77e7/src/Lucene.Net.TestFramework/Support/SystemProperties.cs ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.TestFramework/Support/SystemProperties.cs b/src/Lucene.Net.TestFramework/Support/SystemProperties.cs index d843a69..fa6fe45 100644 --- a/src/Lucene.Net.TestFramework/Support/SystemProperties.cs +++ b/src/Lucene.Net.TestFramework/Support/SystemProperties.cs @@ -1,4 +1,25 @@ -using System; +/* + * + * 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; using System.Security; namespace Lucene.Net.Support @@ -149,4 +170,4 @@ namespace Lucene.Net.Support Environment.SetEnvironmentVariable(key, value); } } -} \ No newline at end of file +} http://git-wip-us.apache.org/repos/asf/lucenenet/blob/f20b77e7/src/Lucene.Net.TestFramework/Util/StackTraceHelper.cs ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.TestFramework/Util/StackTraceHelper.cs b/src/Lucene.Net.TestFramework/Util/StackTraceHelper.cs index c913b41..caa7387 100644 --- a/src/Lucene.Net.TestFramework/Util/StackTraceHelper.cs +++ b/src/Lucene.Net.TestFramework/Util/StackTraceHelper.cs @@ -1,4 +1,25 @@ -using System; +/* + * + * 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; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions;