-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add LICENSE.txt or LICENSE or LICENSE.md #22
Comments
FYI, the license (specifically LGPL 3.0) is already mentioned in each file. Here's an example I've used in LGPL projects: /**
* @author Johnny Doe
*
* Copyright (C) 2018 Johnny Doe
* LGPL 2.1 This is free software. This software and source code are released under
* the "LGPL 3.0 License". A copy of this license should be distributed with
* this software. https://www.gnu.org/licenses/lgpl-3.0.en.html
*/ ... and then |
Sure, leave the headers and add the |
@bmhm I'll leave the |
Fortunately... since the license specifically mentions...
... then we're in the clear. Note, "lgpl.html" (LGPL 3.0) has been the same for about 12 years, I'd expect this link to have been the same for most of that time. For these reasons, @bmhm thanks for finishing this up. Closing as the license is clear in GitHub, source and Maven. |
* Change maven id and project name to just "jssc" at "io.github.java-native" namespace * Adds two releasable jars (platform-specific jar and uber jar). TODO: add non-shaded fat jar #21 * Allow cmake to parse version info from pom.xml * Adds ability to skip native compilation steps including cmake and tests * Leverages maven-assembly-plugin for better classifier to the default artifact * Alphabetize, organize and remove hard-coding of dependencies/variables * Adds Travis-CI for many platforms. Note, some binaries are not yet usable, sorry! * Adds Ubuntu 14.04 cross-compiled binaries to the source tree. TODO: Move to git-lfs * Add LICENSE to pom.xml (#22)
The code from scream3r is LGPL.
I suggest we add the according license to each file and to the root of the github project.
The text was updated successfully, but these errors were encountered: