From 7daa94c0f200f98f14ce1c61ef9ef19c909762aa Mon Sep 17 00:00:00 2001 From: Teoman Soygul Date: Fri, 19 Jul 2013 14:53:50 +0200 Subject: [PATCH] Changed license to MIT license Configured NuGet package restore --- .nuget/NuGet.targets | 6 +++--- LICENSE.md | 21 +++++++++++++++++++++ Settings.StyleCop | 4 ++-- 3 files changed, 26 insertions(+), 5 deletions(-) create mode 100644 LICENSE.md diff --git a/.nuget/NuGet.targets b/.nuget/NuGet.targets index d41ddfb..18bcd02 100644 --- a/.nuget/NuGet.targets +++ b/.nuget/NuGet.targets @@ -4,16 +4,16 @@ $(MSBuildProjectDirectory)\..\ - false + true false - true + false - false + true diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..71196d6 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,21 @@ +The MIT License + +Copyright (c) 2011 Teoman Soygul and contributors + +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. \ No newline at end of file diff --git a/Settings.StyleCop b/Settings.StyleCop index 34cf1bb..c90eb7f 100644 --- a/Settings.StyleCop +++ b/Settings.StyleCop @@ -2,8 +2,8 @@ - NBusy Project - Copyright (c) 2010 - 2011 Teoman Soygul. Licensed under LGPLv3 (http://www.gnu.org/licenses/lgpl.html). + NBug Project + Copyright (c) 2011 - 2013 Teoman Soygul. Licensed under MIT license.