Hextris / hextris

Fast paced HTML5 puzzle game inspired by Tetris!
https://hextris.io
Other
2.22k stars 971 forks source link

Clarify GPL version. #151

Closed Jookia closed 6 years ago

Jookia commented 9 years ago

Despite saying the project is under GPLv3, the source code doesn't note this or note if it's able to be upgraded to a future GPL version or not.

themichaelyang commented 6 years ago

Hi, cleaning up some of these long lost issues. Could you elaborate on this problem?

Jookia commented 6 years ago

The source code files ( https://github.com/Hextris/hextris/blob/gh-pages/js/view.js ) and the README aren't clear about what specific license the code is under. Usually they would say 'GPLv3 or later' or 'GPLv3 only' but the source code has no license header and the README just says 'This work is under a GPL v3 license.'

themichaelyang commented 6 years ago

I see; I've updated the README with the appropriate preamble. Is that sufficient?

Jookia commented 6 years ago

Perfect!