SecUSo / privacy-friendly-todo-list

Privacy Friendly App to manage To-Do lists on Android.
GNU General Public License v3.0
87 stars 42 forks source link

License file contains Apache license, source code files contain GPL license #116

Closed 0xC0FFEEC0DE closed 1 month ago

0xC0FFEEC0DE commented 7 months ago

The license file in the root of the repository contains the Apache license, the source code files contain header for the GPL license. That is not correct. ALL texts should be either Apache license or GPL license, but not mixed.

udenr commented 6 months ago

Since most of our apps use GPL v3 and to our knowledge it would not be a problem to change the license from Apache to GPL, we would suggest to change the license for this repository to GPL v3.

I would be happy if all contributors (@Naitbobbes @sbreitf1 @Kamuno @Yonjuni @sleep-yearning @0xC0FFEEC0DE @nico1509 @coderPaddyS @jahway603 @petermayer @steelman @redfast00 @naofum ) could briefly comment here on this issue whether they agree with the change to GPL v3.

As soon as everyone agrees, I would then create a pull request with the license change and invite everyone as a reviewer.

redfast00 commented 6 months ago

I permit the license of my contributions to the SecUSo/privacy-friendly-todo-list project to be changed to the GPLv3 license.

Additionally, I assign copyright ownership of my project contributions to the SecUSo/privacy-friendly-todo-list project.

Kamuno commented 6 months ago

I agree :)

0xC0FFEEC0DE commented 6 months ago

I agree to change my contributions to SecUSo/privacy-friendly-todo-list to GPL v3.

Naitbobbes commented 6 months ago

I agree on the licence change.

Best regards Sebastian

Christian Adams @.***> schrieb am Di., 4. Juni 2024, 20:42:

I agree to change my contributions to SecUSo/privacy-friendly-todo-list to GPL v3.

— Reply to this email directly, view it on GitHub https://github.com/SecUSo/privacy-friendly-todo-list/issues/116#issuecomment-2148178053, or unsubscribe https://github.com/notifications/unsubscribe-auth/AH7GQ4P6CBTWP4FTFVTD2FDZFYDCBAVCNFSM6AAAAABGGJA5U6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNBYGE3TQMBVGM . You are receiving this because you were mentioned.Message ID: @.***>

steelman commented 6 months ago

I agree on the license change.

coderPaddyS commented 5 months ago

I agree :D

petermayer commented 5 months ago

I agree 👍

udenr commented 5 months ago

Could you please also comment on whether you agree? @sbreitf1 @Yonjuni @sleep-yearning @nico1509 @jahway603 @naofum

Thanks to everyone who has already commented.

nico1509 commented 3 months ago

I agree

sleep-yearning commented 3 months ago

I agree to the proposed licence change to GPL.

sbreitf1 commented 3 months ago

I agree

udenr commented 2 months ago

I've just created a pull request (#129) with the license change, and I would appreciate it if you could add an approving review to indicate your approval.

0xC0FFEEC0DE commented 1 month ago

PR #129 was merged to master and so fixes this issue.