diff --git a/Saule/LICENSE.txt b/Saule/LICENSE.txt new file mode 100644 index 00000000..a69b616a --- /dev/null +++ b/Saule/LICENSE.txt @@ -0,0 +1,22 @@ +The MIT License (MIT) + +Copyright (c) 2015 Jouke van der Maas + +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. + diff --git a/Saule/Saule.csproj b/Saule/Saule.csproj index c720ae53..fb936fa3 100644 --- a/Saule/Saule.csproj +++ b/Saule/Saule.csproj @@ -9,7 +9,7 @@ Properties Saule Saule - v4.7 + v4.6.1 512 @@ -39,6 +39,7 @@ true ..\StyleCop.Analyzers.ruleset true + LICENSE.txt @@ -146,6 +147,7 @@ Designer + diff --git a/Saule/Saule.nuspec b/Saule/Saule.nuspec index 2410cfd4..7797408f 100644 --- a/Saule/Saule.nuspec +++ b/Saule/Saule.nuspec @@ -6,7 +6,7 @@ Saule for Json Api Jouke van der Maas Jouke van der Maas - https://github.com/joukevandermaas/saule/blob/master/LICENSE + LICENSE.txt https://github.com/joukevandermaas/saule/ false Json api library for ASP.Net Web API 2. This is custom package for MyGet based on original Saule