Repository: lucenenet
Updated Branches:
  refs/heads/master 66e6b7bac -> 89ae41bca


overlooked an XML file


Project: http://git-wip-us.apache.org/repos/asf/lucenenet/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucenenet/commit/89ae41bc
Tree: http://git-wip-us.apache.org/repos/asf/lucenenet/tree/89ae41bc
Diff: http://git-wip-us.apache.org/repos/asf/lucenenet/diff/89ae41bc

Branch: refs/heads/master
Commit: 89ae41bca7c84748a2ddca6e37efb1374cbb2d65
Parents: 66e6b7b
Author: Stefan Bodewig <[email protected]>
Authored: Wed Apr 26 13:17:59 2017 +0200
Committer: Stefan Bodewig <[email protected]>
Committed: Wed Apr 26 13:17:59 2017 +0200

----------------------------------------------------------------------
 .../Properties/Settings.settings                | 24 ++++++++++++++++++--
 1 file changed, 22 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucenenet/blob/89ae41bc/src/Lucene.Net.Expressions/Properties/Settings.settings
----------------------------------------------------------------------
diff --git a/src/Lucene.Net.Expressions/Properties/Settings.settings 
b/src/Lucene.Net.Expressions/Properties/Settings.settings
index f282ea3..ee9f4bd 100644
--- a/src/Lucene.Net.Expressions/Properties/Settings.settings
+++ b/src/Lucene.Net.Expressions/Properties/Settings.settings
@@ -1,4 +1,24 @@
-<?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.
+
+-->
 <SettingsFile 
xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings"; 
CurrentProfile="(Default)" 
GeneratedClassNamespace="Lucene.Net.Expressions.Properties" 
GeneratedClassName="Settings">
   <Profiles />
   <Settings>
@@ -78,4 +98,4 @@
       <Value Profile="(Default)">System.Math, Tanh, 1</Value>
     </Setting>
   </Settings>
-</SettingsFile>
\ No newline at end of file
+</SettingsFile>

Reply via email to