-
Notifications
You must be signed in to change notification settings - Fork 25
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
What are the copyright and license of some testdata? #74
Comments
I don't remember, but it definitely looks like the compiled output of parts of the Go stdlib. Since the Go toolchain is BSD, and since I generated the file with the Go compiler, it seems safe to declare that covered under BSD.
At the time that I added this, it was copied from the Go stdlib. In the years since, it seems that others brought up copyright issues and it seems that removing the Gutenberg headers were sufficient to bring it fully into the public domain: Would replicating that change here be sufficient for you? |
May be a go generator for this binary.bin would be good?
Thank you ! |
Hi @dsnet, could you try and find a way to regenerate testdata/binary.bin? Otherwise, it will need to be removed and any tests using it will be skipped in the Debian package. Thanks! |
Hi there,
I was trying to package your project for Debian, I have few questions for dfsg compatibility:
How is this binary file (testdata/binary.bin) generated ?
What is the copyright and license of testdata/twain.txt ?
I went through and found https://www.gutenberg.org/ebooks/74 shows it is Public domain in the USA, only?
Let me know.
Thanks!
The text was updated successfully, but these errors were encountered: