From cd6239443574bcfe254e43c672d17042b3f084ce Mon Sep 17 00:00:00 2001 From: Ogoun Date: Fri, 22 Mar 2019 18:18:10 +0300 Subject: [PATCH] License --- LICENSE.md | 20 ++++++++++++++++++++ ZeroLevel/Properties/AssemblyInfo.cs | 6 +++--- ZeroLevel/ZeroLevel.csproj | 4 ++-- 3 files changed, 25 insertions(+), 5 deletions(-) create mode 100644 LICENSE.md diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..dfaadbe --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,20 @@ +The MIT License (MIT) + +Copyright (c) 2007 James Newton-King + +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/ZeroLevel/Properties/AssemblyInfo.cs b/ZeroLevel/Properties/AssemblyInfo.cs index 9d2c8ed..27509dc 100644 --- a/ZeroLevel/Properties/AssemblyInfo.cs +++ b/ZeroLevel/Properties/AssemblyInfo.cs @@ -6,11 +6,11 @@ using System.Runtime.InteropServices; // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("ZeroLevel")] -[assembly: AssemblyDescription("")] +[assembly: AssemblyDescription("Infrastructure layer library")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] +[assembly: AssemblyCompany("Ogoun")] [assembly: AssemblyProduct("ZeroLevel")] -[assembly: AssemblyCopyright("Copyright © 2019")] +[assembly: AssemblyCopyright("Copyright © Ogoun 2019")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/ZeroLevel/ZeroLevel.csproj b/ZeroLevel/ZeroLevel.csproj index 415af42..8897fa2 100644 --- a/ZeroLevel/ZeroLevel.csproj +++ b/ZeroLevel/ZeroLevel.csproj @@ -25,11 +25,11 @@ 7.1 - pdbonly + none true bin\Release\ TRACE - prompt + none 4 true 7.1