mirror of
https://github.com/soukoku/ntwain.git
synced 2025-11-24 08:47:06 +08:00
Updated license to include TwainWorkingGroup's one.
This commit is contained in:
32
LICENSE.txt
32
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.
|
||||
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.
|
||||
===============================================================================
|
||||
|
||||
@@ -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.
|
||||
Version initially used is 2.4.11.0 (commit 0699e1f4845c80707bb00b9198dd7f29bf853a64 on Jul 9, 2020).
|
||||
|
||||
Reference in New Issue
Block a user