GijsTimmers / kotnetcli

An easy automated way to log in on Kotnet.
GNU General Public License v3.0
5 stars 4 forks source link

GPL Licensing #98

Closed GijsTimmers closed 8 years ago

GijsTimmers commented 8 years ago

Please update the license. We spoke about this a couple of weeks ago.

jovanbulck commented 8 years ago

Ok, first some notes for future reference:

I therefore propose to:

I'll prepare a pull request for the above. Of course, the final call is @GijsTimmers .

PS: @samgielis we better explicitly license the artwork (logos, banner, etc) separately under a (CC-BY-SA?) license? This is your call of course.

samgielis commented 8 years ago

fine by me! just use the license type that best fits your needs.

GijsTimmers commented 8 years ago

Sounds good - but how are we going to indicate what code is dual licensed and what code is GPLv3 licensed?

jovanbulck commented 8 years ago

Sounds good - but how are we going to indicate what code is dual licensed and what code is GPLv3 licensed?

The way I see it, the entire existing code base is licensed CC-BY-SA4, and will continue to be so for ever and a day. We are the copyright holder of the code base however, and we can thus choose to re-license all existing code under GPLv3, simply by pushing the relevant commits in the master and dev branches. In this commit, we add the GPL license notice and remove the CC-BY-SA notive in all source code files. This implies that all code prior to that commit, is dual licensed CC-BY-SA4/GPLv3, and all future code changes from that commit on are licensed GPLv3-only.

In short, we do not have to indicate anything special. Normal future users will checkout the latest commit, and automatically be granted all GPLv3 freedoms. Should anyone, for any reason, want to do something that is only allowed by CC-BY-SA4, he/she should checkout an older version and not use any of the changes we made ever since the re-license commit.

I'll open a pull request with the proposed commits right now.

jovanbulck commented 8 years ago

This one is history now...