From 8d003b03c84b166ef8b3f698ba40718f9c0db759 Mon Sep 17 00:00:00 2001 From: Eugene Wang <8755753+soukoku@users.noreply.github.com> Date: Tue, 27 Apr 2021 08:25:09 -0400 Subject: [PATCH] Updated license to include TwainWorkingGroup's one. --- LICENSE.txt | 32 +++++++++++++++++++++++--- src/NTwain/TWAINWorkingGroup/README.md | 6 ++--- 2 files changed, 32 insertions(+), 6 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index dbc8c8f..3430fb2 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,9 +1,11 @@ +NTWAIN +------------------------------------------------------------------------------- The MIT License (MIT) -Copyright (c) 2012 Eugene Wang +Copyright (c) 2012 - 2021 Eugene Wang 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 +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: @@ -18,4 +20,28 @@ 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 +OR OTHER DEALINGS IN THE SOFTWARE. +=============================================================================== + +TwainWorkingGroup.TWAIN +------------------------------------------------------------------------------- +Copyright(C) 2013 - 2020 Kodak Alaris Inc. + +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/src/NTwain/TWAINWorkingGroup/README.md b/src/NTwain/TWAINWorkingGroup/README.md index 0716f36..e46a832 100644 --- a/src/NTwain/TWAINWorkingGroup/README.md +++ b/src/NTwain/TWAINWorkingGroup/README.md @@ -1,4 +1,4 @@ -This contains types and utilities from the [twaincs project](https://github.com/twain/twain-cs) -that are modified/regrouped for use in this lib so it's not a giant single file. +This namespace contains types and utilities from the [twaincs project](https://github.com/twain/twain-cs) +that are modified/regrouped for use in this lib so it's not 2 giant files (TWAIN.cs and TWAINH.cs). -Version used is 2.4.11.0. \ No newline at end of file +Version initially used is 2.4.11.0 (commit 0699e1f4845c80707bb00b9198dd7f29bf853a64 on Jul 9, 2020).