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
project has no copyright statement, and is an unattributed derivation of php's openssl support #5
Comments
|
Hello |
|
Good start, but the original C files had copyrights on the top that said effectively "you can use this code, but you cannot remove this copyright from the top of this file". You need to restore all those statements if you ever want this project to get used by people who care about copyright (like most linux distributions or companies). |
|
That's not a problem, I'll fix it, I need take more attention on copyright. |
|
Hi, I do some research. Is that only thing need to do? |
|
Add PHP license on top of file. |
There is no copyright statement on lua-openssl, so under most legal jurisdictions, it is copyright the author, all rights reserved, and cannot be legally used without some kind of agreement with the author. This probably isn't what you intended by putting the source on github.
Also, this project looks like it was started from a copy of PHP's openssl support. That's OK, except this isn't acknowledged anywhere that I can see, and the original authors copyright statements have been stripped from the code. The PHP copyright explicitly prohibits that:
http://www.php.net/license/3_01.txt:
Redistribution and use in source and binary forms, with or without
modification, is permitted provided that the following conditions
are met:
notice, this list of conditions and the following disclaimer.
....
The text was updated successfully, but these errors were encountered: