From 6d8744d7bc838f1ad467163c5095b79fd862bb63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Keresztury?= Date: Sat, 25 May 2019 16:17:59 +0200 Subject: [PATCH] Added licence --- BankAccount/BankAccount.csproj | 9 +++++++++ LICENCE | 21 +++++++++++++++++++++ MagyarNemzetiBank.sln | 31 ------------------------------- 3 files changed, 30 insertions(+), 31 deletions(-) create mode 100644 LICENCE delete mode 100644 MagyarNemzetiBank.sln diff --git a/BankAccount/BankAccount.csproj b/BankAccount/BankAccount.csproj index d0b8a19..1a10d91 100644 --- a/BankAccount/BankAccount.csproj +++ b/BankAccount/BankAccount.csproj @@ -3,6 +3,15 @@ netstandard1.4 MagyarNemzetiBank + MagyarNemzetiBank.BankAccount + This library written in pure C# checks the validity of Hungarian bank account numbers and determines which bank they belong to + Balázs Keresztury + 2019 + MagyarNemzetiBank.BankAccount + + + + diff --git a/LICENCE b/LICENCE new file mode 100644 index 0000000..3aa9e81 --- /dev/null +++ b/LICENCE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2019 Balázs Keresztury + +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/MagyarNemzetiBank.sln b/MagyarNemzetiBank.sln deleted file mode 100644 index 2e2d3a5..0000000 --- a/MagyarNemzetiBank.sln +++ /dev/null @@ -1,31 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.28307.645 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BankAccount", "BankAccount\BankAccount.csproj", "{F868E5A1-F07A-4A11-A399-065DA1E192A8}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BankAccountTests", "BankAccountTests\BankAccountTests.csproj", "{8EDF4429-251A-416D-BB68-93F227191BCF}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {F868E5A1-F07A-4A11-A399-065DA1E192A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {F868E5A1-F07A-4A11-A399-065DA1E192A8}.Debug|Any CPU.Build.0 = Debug|Any CPU - {F868E5A1-F07A-4A11-A399-065DA1E192A8}.Release|Any CPU.ActiveCfg = Release|Any CPU - {F868E5A1-F07A-4A11-A399-065DA1E192A8}.Release|Any CPU.Build.0 = Release|Any CPU - {8EDF4429-251A-416D-BB68-93F227191BCF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {8EDF4429-251A-416D-BB68-93F227191BCF}.Debug|Any CPU.Build.0 = Debug|Any CPU - {8EDF4429-251A-416D-BB68-93F227191BCF}.Release|Any CPU.ActiveCfg = Release|Any CPU - {8EDF4429-251A-416D-BB68-93F227191BCF}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {08383AAC-75CE-4F15-B676-B226BBA31A41} - EndGlobalSection -EndGlobal