This is an automated email from the ASF dual-hosted git repository.

nightowl888 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucenenet.git


The following commit(s) were added to refs/heads/master by this push:
     new 8bca375b0 SWEEP: Added missing license headers
8bca375b0 is described below

commit 8bca375b07b5759d3b6cf6230a3c3b196c0d3192
Author: Shad Storhaug <[email protected]>
AuthorDate: Mon Oct 25 12:59:48 2021 +0700

    SWEEP: Added missing license headers
---
 .../Flexible/Core/Messages/MessagesTest.ja.resx    | 18 ++++++++++++++++++
 .../Flexible/Core/Messages/MessagesTest.resx       | 22 ++++++++++++++++++++--
 src/dotnet/tools/lucene-cli/commands/ExitCode.cs   | 17 +++++++++++++++++
 3 files changed, 55 insertions(+), 2 deletions(-)

diff --git 
a/src/Lucene.Net.Tests.QueryParser/Support/Flexible/Core/Messages/MessagesTest.ja.resx
 
b/src/Lucene.Net.Tests.QueryParser/Support/Flexible/Core/Messages/MessagesTest.ja.resx
index 230b8a6..564fc57 100644
--- 
a/src/Lucene.Net.Tests.QueryParser/Support/Flexible/Core/Messages/MessagesTest.ja.resx
+++ 
b/src/Lucene.Net.Tests.QueryParser/Support/Flexible/Core/Messages/MessagesTest.ja.resx
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+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.
+-->
 <root>
   <!-- 
     Microsoft ResX Schema 
diff --git 
a/src/Lucene.Net.Tests.QueryParser/Support/Flexible/Core/Messages/MessagesTest.resx
 
b/src/Lucene.Net.Tests.QueryParser/Support/Flexible/Core/Messages/MessagesTest.resx
index 549d008..64491c6 100644
--- 
a/src/Lucene.Net.Tests.QueryParser/Support/Flexible/Core/Messages/MessagesTest.resx
+++ 
b/src/Lucene.Net.Tests.QueryParser/Support/Flexible/Core/Messages/MessagesTest.resx
@@ -1,4 +1,22 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+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.
+-->
 <root>
   <!-- 
     Microsoft ResX Schema 
@@ -130,4 +148,4 @@
   <data name="LUCENE_NET_ICON_32x32" type="System.Resources.ResXFileRef, 
System.Windows.Forms">
     <value>lucene-net-icon-32x32.png;System.Byte[], mscorlib, Version=4.0.0.0, 
Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
   </data>
-</root>
\ No newline at end of file
+</root>
diff --git a/src/dotnet/tools/lucene-cli/commands/ExitCode.cs 
b/src/dotnet/tools/lucene-cli/commands/ExitCode.cs
index 2222e0b..d6e50be 100644
--- a/src/dotnet/tools/lucene-cli/commands/ExitCode.cs
+++ b/src/dotnet/tools/lucene-cli/commands/ExitCode.cs
@@ -1,5 +1,22 @@
 namespace Lucene.Net.Cli
 {
+    /*
+     * 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.
+     */
+
     public static class ExitCode
     {
         public const int Success = 0;

Reply via email to