There exists code which is not correctly go fmt'd
Closed this issue · 7 comments
I think this might be due to a go update, what was once valid is no more.
See #24.
I did go fmt
on the particular file (gopher.go) and now Trevis is complaining about licenses. See https://travis-ci.org/grd/examples
The "gears" application is public domain and a Go translation of the C file which is part of the glfw3 distribution.
Therefore I suggest to remove the license check for the example applications. These aren't libraries after all.
@grd, I would prefer if our examples were consistently licensed as well as the libraries.
I'm under the impression that since you wrote the source, even if it is a transliteration, you get to choose the license. IANAL.
Can you stamp the same copyright on gears?
And what about the gopher application?
That too.
Oh wait, I just saw that it was imported from elsewhere. Hmm.
Which uses the same license. So we should be ok.
IANAL too. I've had too many useless discussions about it. And they usually end up nowhere. It's one of those "little annoying things". Ok, I will update it and you will see that soon.