nightvisi0n / dockgraph

Analyse dependencies of docker images.
Creative Commons Attribution Share Alike 4.0 International
2 stars 1 forks source link

Change project license to GPLv3 #39

Closed nightvisi0n closed 8 years ago

nightvisi0n commented 8 years ago

fixes #36

nightvisi0n commented 8 years ago

@sedrubal since you are the only contributor, please reply in #36 if the license change is ok for you.

sedrubal commented 8 years ago

I think adding a 16 lines comment in each file containing code is absolutely insane. Here you can see that GPL is obsolete and I would ignore this advise and don't add the comment.

nightvisi0n commented 8 years ago

According to https://www.gnu.org/licenses/gpl-faq.en.html#NoticeInSourceFile this is very important.

sedrubal commented 8 years ago

...but its not practicable. I'm ok with "# don't separate this from the repo..." or something like that but 16 lines containing "blablablabalbabla" is :weary:

nightvisi0n commented 8 years ago

@sedrubal would you be ok with sth like this instead of the "16 lines comment"?

__author__ = 'Julian Neureuther <dev@jneureuther.de>, \
              sedrubal <dev@sedrubal.de>'
__copyright__ = 'Copyright (C) 2016 The authors of dockgraph'
__license__ = 'GPLv3'
sedrubal commented 8 years ago

Yes :+1:

nightvisi0n commented 8 years ago

@sedrubal please review :wink:

sedrubal commented 8 years ago

ok, LGTM :+1: