From 53c7da54411f507a7fe354e87d48a5f4b563212b Mon Sep 17 00:00:00 2001 From: brendancosmanmammoth Date: Thu, 2 Mar 2017 13:02:23 +1000 Subject: [PATCH] Move Apache licence comment to end of .sln file VS2012 and 2015 (at least) will not open a .sln file that begins with a multi-line comment. --- Usergrid.sln | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/Usergrid.sln b/Usergrid.sln index 0cc597d..6ab74e9 100644 --- a/Usergrid.sln +++ b/Usergrid.sln @@ -1,18 +1,4 @@ -# 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. - +# For licence details see end of file. Microsoft Visual Studio Solution File, Format Version 11.00 # Visual Studio 2010 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Usergrid.Sdk.IntegrationTests", "Usergrid.Sdk.IntegrationTests\Usergrid.Sdk.IntegrationTests.csproj", "{0278A0A4-F5E9-41F7-A86E-CD376D3FE5E2}" @@ -47,3 +33,17 @@ Global HideSolutionNode = FALSE EndGlobalSection EndGlobal +# 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.