-
Notifications
You must be signed in to change notification settings - Fork 383
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
Whatsapp-viewer should include a License and it should be the GNU GPL #16
Comments
The license of the AES library now used in WhatsApp Viewer is Apache 2, which is non-infectious. |
I don't think you can change the terms of license one time adopted it! The solution is to go to the fork and to do a new software. If you adopted the GNU LGPL V2 you can't revoke it you must continue till that software has not finished its own normal circle of life. |
Then you haven't any idea about terms of license read: https://www.gnu.org/licenses/license-list.html#SoftwareLicenses the Apache License. Version 2.0 http://directory.fsf.org/wiki/License:Apache2.0 is GNU GENERAL PUBLIC LICENSE compatible with the Version 3 of GNU GENERAL PUBLIC LICENSE. https://www.gnu.org/licenses/gpl-3.0.txt AND IS INCOMPATIBLE with the GNU GENERAL PUBLIC LICENSE VERSION 2 https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt YOU HAVE NOT SOLVED NOTHING! |
I'd prefer if you don't shout at me, sir. With the previously used version of the AES lib under GPLv2 I had conflicting licenses in the project, as you have pointed out. At this point in time WhatsApp Viewer had no LICENSE at all (and still has none). And it couldn't even be GPLv2 or Apache or MIT, because of the incompatibilities. I went ahead and resolved the conflicting licenses by updating to a newer version of the AES lib. Apparently they were able to change their license. Now as there currently is no GPLv2 lib in this project I don't see how I cannot chose MIT or Apache as my license. |
@andreas-mausch GPL is a very good license. Why do you hesitate to use it? You only need to use the right version. |
@Dragnucs as stated above I dislike infectious licenses. I've added a file for MIT. |
GPL is said to e copyleft not infectious. Being copyleft is a a positive quality for a licence. |
Why? |
Because:
|
Whatsapp-viewer makes use of the the AES library which is released under the GNU GPLv2+. So long story short; Whatsapp-viewer needs to be GPL too. Not including any license means you do not comply with GPL.
The text was updated successfully, but these errors were encountered: