-
Notifications
You must be signed in to change notification settings - Fork 786
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
termbox-go copyright notice on events.go #25
Comments
Thanks for pointing out! These two licenses are essentially the same. I added a link pointing to the termbox-go's authors file and the license file. |
Yeah that's right, they're both MIT, I think the most important part is that copyright line at the top if the licenses match. |
kamisdev
pushed a commit
to kamisdev/powerfulTERMINAL
that referenced
this issue
May 7, 2022
sadevn
added a commit
to sadevn/go-terminal
that referenced
this issue
Mar 4, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Noticed events.go uses source from termbox-go, you might want to make sure their license appears somewhere relevant. Perhaps appending their license to your own LICENSE file and preceding it with something like "Portions of this library uses source from termbox-go under the following license".
The text was updated successfully, but these errors were encountered: