alanjds / drf-nested-routers

Nested Routers for Django Rest Framework
https://pypi.org/project/drf-nested-routers/
Apache License 2.0
1.66k stars 157 forks source link

The commentary in the README about the Apache license is incorrect. #114

Open emberian opened 6 years ago

emberian commented 6 years ago

You can sublicence it (change the licence!!)

Sub-licensing does not let you change the license. See a legal dictionary.

You keep the authors copyright notices where this code got used, even on your closed-source project (come on, even Microsoft kept BSD notices on Windows about its TCP/IP stack :P)

The Apache license only requires keeping copyright notices in the source when redistributing. See section 4.

alanjds commented 6 years ago

The Apache license only requires keeping copyright notices in the source when redistributing. See section 4.

May I had used the wrong words. No notice is printed right now. The meaning is "Just do not remove the existing notices from the source". Can you please rephrase the README one and contribute a more correct version? If possible, keep some joke in.

Sub-licensing does not let you change the license. See a legal dictionary.

May I had misunderstood the license... maybe not. The Apache license' FAQ says that I can change the code to another license (if I understand it correctly): http://www.apache.org/foundation/license-faq.html#Distribute-changes

You may distribute the result under a different license, but you need to acknowledge the use of the Foundation's software.

If the name of it is "relicense" instead of "sublicense" then I will change the README. I do not have an English legal dictionary, nor it is my mother language. Can you please confirm that Apache allows it and it fixes your issue?

Thanks for bringing up this topic anyway.

emberian commented 5 years ago

Hi! I just found this issue again. Regarding changing the license: people are allowed to sublicense (grant others a different license to the code) but can't change the terms they originally received the software under.