[smuxi] Common: use MIT/X11 license by default for new source files in Common



commit fedbb73861194b8606e6605e427e9afa1cb7a8a9
Author: Mirco Bauer <meebey meebey net>
Date:   Fri Jan 30 12:59:36 2015 +0100

    Common: use MIT/X11 license by default for new source files in Common

 src/Common/Common.csproj |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/src/Common/Common.csproj b/src/Common/Common.csproj
index 7f93ee9..d792c80 100644
--- a/src/Common/Common.csproj
+++ b/src/Common/Common.csproj
@@ -74,4 +74,13 @@
     <Reference Include="System.Runtime.Remoting" />
   </ItemGroup>
   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
+  <ProjectExtensions>
+    <MonoDevelop>
+      <Properties>
+        <Policies>
+          <StandardHeader Text="This file is part of Smuxi and is licensed under the terms of 
MIT/X11&#xA;&#xA;Copyright (c) ${Year} ${CopyrightHolder}&#xA;&#xA;Permission is hereby granted, free of 
charge, to any person obtaining a copy&#xA;of this software and associated documentation files (the 
&quot;Software&quot;), to deal&#xA;in the Software without restriction, including without limitation the 
rights&#xA;to use, copy, modify, merge, publish, distribute, sublicense, and/or sell&#xA;copies of the 
Software, and to permit persons to whom the Software is&#xA;furnished to do so, subject to the following 
conditions:&#xA;&#xA;The above copyright notice and this permission notice shall be included in&#xA;all 
copies or substantial portions of the Software.&#xA;&#xA;THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT 
WARRANTY OF ANY KIND, EXPRESS OR&#xA;IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 
MERCHANTABILITY,&#xA;FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEME
 NT. IN NO EVENT SHALL THE&#xA;AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR 
OTHER&#xA;LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,&#xA;OUT OF OR IN 
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN&#xA;THE SOFTWARE." IncludeInNewFiles="True" />
+        </Policies>
+      </Properties>
+    </MonoDevelop>
+  </ProjectExtensions>
 </Project>
\ No newline at end of file


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]