-
Notifications
You must be signed in to change notification settings - Fork 119
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
Bad license #22
Comments
There is a PR about this #11 but never merged. |
CanNuhlar is correct, the license should be GPL, to match the top level license info. I've merged the PR for this. |
@sarman1998 thanks for doing this, but lack of license still doesn't indicate that the code is free software. You need to specify what license is actually used. If you really intend to license this under GPL, please include a clear statement that it is the case (and we don't need to fear the lawyers knocking out our door). It is a good idea to just do what the GPL text that you already include suggests [1] and include a text like this in the README:
[1] https://github.com/FrescoLogic/FL2000/blob/master/LICENSE#L282 In addition to that, mark the files that are covered by it clearly. That can be done using SPDX tags at the beginning of the source files, such as this one (corresponding to the license above):
Also, this sort of thing seems to suggest that I shouldn't be reading the file in question.
(I'm not sending in a pull request, since it's the copyright holder that needs to declare the license) Thank you |
Had to stop reading right here.
Please consider licensing the code under a free-software license instead. Otherwise it does a disservice to whoever would wish tho a proper DRM driver to Linux.
A good choice that's favored by display driver writers seems to be the MIT license:
https://opensource.org/licenses/MIT
Thanks!
The text was updated successfully, but these errors were encountered: