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/bdb96014 Tree: http://git-wip-us.apache.org/repos/asf/lucenenet/tree/bdb96014 Diff: http://git-wip-us.apache.org/repos/asf/lucenenet/diff/bdb96014 Branch: refs/heads/master Commit: bdb96014b93311733c4c1c401b2ef64acd8e843a Parents: f20b77e Author: Stefan Bodewig <[email protected]> Authored: Wed Apr 26 13:17:59 2017 +0200 Committer: Shad Storhaug <[email protected]> Committed: Thu Apr 27 08:25:35 2017 +0700 ---------------------------------------------------------------------- .../Properties/Settings.settings | 24 ++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucenenet/blob/bdb96014/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>
