From ce8b2f15b00a724890839284a4679e43d3d3c8a2 Mon Sep 17 00:00:00 2001 From: Chris Dziemborowicz Date: Fri, 10 Jun 2016 18:58:27 -0700 Subject: [PATCH] Add license and update copyright notices --- Hourglass.Bundle/MIT.rtf | Bin 1266 -> 1266 bytes Hourglass.Test/Properties/AssemblyInfo.cs | 2 +- Hourglass/Properties/AssemblyInfo.cs | 2 +- LICENSE.md | 21 +++++++++++++++++++++ 4 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 LICENSE.md diff --git a/Hourglass.Bundle/MIT.rtf b/Hourglass.Bundle/MIT.rtf index 686e472b7aa7d587ee91e50f39b715845da8c0c0..1a15e561580eb77530cf0fa2baa9a9807b17ff0f 100644 GIT binary patch delta 12 Tcmeyw`H6GFaYnO^C$v}qCItm7 delta 12 Tcmeyw`H6GFaYoaPC$v}qCIAI1 diff --git a/Hourglass.Test/Properties/AssemblyInfo.cs b/Hourglass.Test/Properties/AssemblyInfo.cs index aad03d5..148a6f3 100644 --- a/Hourglass.Test/Properties/AssemblyInfo.cs +++ b/Hourglass.Test/Properties/AssemblyInfo.cs @@ -12,7 +12,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("Hourglass.Test")] -[assembly: AssemblyCopyright("Copyright © 2015 Chris Dziemborowicz")] +[assembly: AssemblyCopyright("Copyright © 2016 Chris Dziemborowicz")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] diff --git a/Hourglass/Properties/AssemblyInfo.cs b/Hourglass/Properties/AssemblyInfo.cs index 76600b4..89ef4b3 100644 --- a/Hourglass/Properties/AssemblyInfo.cs +++ b/Hourglass/Properties/AssemblyInfo.cs @@ -14,7 +14,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Chris Dziemborowicz")] [assembly: AssemblyProduct("Hourglass")] -[assembly: AssemblyCopyright("Copyright © 2015 Chris Dziemborowicz")] +[assembly: AssemblyCopyright("Copyright © 2016 Chris Dziemborowicz")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] [assembly: AssemblyVersion("1.3.0.0")] diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..e15b914 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2016 Chris Dziemborowicz + +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.