[tasque/transition: 44/213] Change License info to just "MIT"



commit 8f011322e54cc2d4ca48516c3bec6f85e80e4d78
Author: Antonius Riha <antoniusriha gmail com>
Date:   Tue May 29 11:45:06 2012 +0200

    Change License info to just "MIT"

 src/libtasque/Properties/AssemblyInfo.cs |   28 +++++++++++++++++++++++++++-
 src/tasque/Properties/AssemblyInfo.cs    |   28 +++++++++++++++++++++++++++-
 2 files changed, 54 insertions(+), 2 deletions(-)
---
diff --git a/src/libtasque/Properties/AssemblyInfo.cs b/src/libtasque/Properties/AssemblyInfo.cs
index c40fb0b..3e64a01 100644
--- a/src/libtasque/Properties/AssemblyInfo.cs
+++ b/src/libtasque/Properties/AssemblyInfo.cs
@@ -1,3 +1,29 @@
+// 
+// AssemblyInfo.cs
+//  
+// Author:
+//       Antonius Riha <antoniusriha gmail com>
+// 
+// Copyright (c) 2012 Antonius Riha
+// 
+// Permission is hereby granted, free of charge, to any person obtaining a copy
+// of this software and associated documentation files (the "Software"), to deal
+// in the Software without restriction, including without limitation the rights
+// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+// copies of the Software, and to permit persons to whom the Software is
+// furnished to do so, subject to the following conditions:
+// 
+// The above copyright notice and this permission notice shall be included in
+// all copies or substantial portions of the Software.
+// 
+// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+// THE SOFTWARE.
+
 using System.Reflection;
 using System.Runtime.CompilerServices;
 
@@ -5,4 +31,4 @@ using System.Runtime.CompilerServices;
 // Change them to the values specific to your project.
 
 [assembly: AssemblyTitle("libtasque")]
-[assembly: AssemblyCopyright("MIT/X11")]
\ No newline at end of file
+[assembly: AssemblyCopyright("MIT")]
\ No newline at end of file
diff --git a/src/tasque/Properties/AssemblyInfo.cs b/src/tasque/Properties/AssemblyInfo.cs
index c190803..542ef5e 100644
--- a/src/tasque/Properties/AssemblyInfo.cs
+++ b/src/tasque/Properties/AssemblyInfo.cs
@@ -1,3 +1,29 @@
+// 
+// AssemblyInfo.cs
+//  
+// Author:
+//       Antonius Riha <antoniusriha gmail com>
+// 
+// Copyright (c) 2012 Antonius Riha
+// 
+// Permission is hereby granted, free of charge, to any person obtaining a copy
+// of this software and associated documentation files (the "Software"), to deal
+// in the Software without restriction, including without limitation the rights
+// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+// copies of the Software, and to permit persons to whom the Software is
+// furnished to do so, subject to the following conditions:
+// 
+// The above copyright notice and this permission notice shall be included in
+// all copies or substantial portions of the Software.
+// 
+// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+// THE SOFTWARE.
+
 using System.Reflection;
 using System.Runtime.CompilerServices;
 
@@ -6,4 +32,4 @@ using System.Runtime.CompilerServices;
 
 [assembly: AssemblyTitle("tasque")]
 [assembly: AssemblyDescription("Simple Tasque Management")]
-[assembly: AssemblyCopyright("MIT/X11")]
\ No newline at end of file
+[assembly: AssemblyCopyright("MIT")]
\ No newline at end of file



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