1. Can I use a GitHub Library with the "GNU Lesser General Public License v2.1" license for a commercial computer software? (C#)
What I wish to do-
3. Are there any other requirements that I must follow?
Thank you.
What I wish to do-
- Install the library through Nuget Package in Visual Studio
- Add a reference to a function in that library to perform a specific task
- Installer of my software will install that library on user's PC along with my software for its smooth functioning
- Copy all or specific portions of the source code of that library into my application
- Modify/ alter the source code of that library in any way
- Claim ownership of that library
3. Are there any other requirements that I must follow?
Thank you.