Replies: 4 comments
|
The nuget licenses are the alternative licenses listed in the readme. You could choose to use them under GPL if you like but I've listed the packages as just LGPL since that's more relevant for library users. NAPS2.NTwain/NAPS2.WIA are separate repos with their own MIT licenses. |
|
Thank you for your quick reply. Does that mean when using the libraries like:
they will be licensed only under the LGPL or MIT? |
|
The LGPL projects are dual-licensed. This is for convenience of being able to give a single license for all NAPS2, but there's no particular reason for users to prefer GPL for the SDK over LGPL (since LGPL, as well as MIT, are GPL-compatible and allow relicensing). Perhaps the confusion is this: a license gives you the rights to use the project under those terms. When there are multiple license options, you get to choose which of those you want to use, and can ignore the others. |
|
Thank you for the explanation. I had assumed there was a preferred license among the options. I appreciate you taking the time to explain how NAPS2 uses this licensing approach. |
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I'm interested in using this library but noticed what appears to be conflicting licensing information.
The NuGet packages currently indicate the following licenses:
However, when following the Project URL from the NuGet packages to the main GitHub repository, both the LICENSE file and README state:
"NAPS2 is licensed under the GNU GPL 2.0 (or later). Some projects have additional license options..."
Could you clarify which license applies to the NuGet packages listed above?
Specifically, should these packages be considered LGPL/MIT as indicated on NuGet, or does the GPL license of the repository apply to them as well, with the LGPL/MIT licenses being additional licensing options for certain projects?
I would appreciate any guidance, as licensing requirements are an important consideration for our intended use.
In advance, thank you for your time and for maintaining the project.
Best regards,
Jesper Vestergård
All reactions