Skip to content
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

Closed
sam-github opened this issue Jan 5, 2012 · 5 comments

Comments

@sam-github
Copy link

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:

  1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
    ....
@zhaozg
Copy link
Owner

zhaozg commented Jan 12, 2012

Hello
I add MIT license, and acknowledgement steal some idea and code from php, Please see https://github.com/zhaozg/lua-openssl/blob/master/LICENSE.

@zhaozg zhaozg closed this as completed Jan 12, 2012
@sam-github
Copy link
Author

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).

@zhaozg
Copy link
Owner

zhaozg commented Jan 13, 2012

That's not a problem, I'll fix it, I need take more attention on copyright.

@zhaozg
Copy link
Owner

zhaozg commented Jan 13, 2012

Hi, I do some research.
If I'm not wrong, I need to add then below text on the top of file:

 "This product includes PHP software, freely available from <http://www.php.net/software/>".

Is that only thing need to do?

@zhaozg
Copy link
Owner

zhaozg commented Jan 13, 2012

Add PHP license on top of file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants