~alcinnz/rhapsode

99ba3683b0195d199b0e5c18a3f315e579ca1808 — Ariana Giroux 3 years ago 9b5d6af
Added issue elaborating on lackluster audio licensing
1 files changed, 12 insertions(+), 0 deletions(-)

A ISSUES/docs/update_license.md
A ISSUES/docs/update_license.md => ISSUES/docs/update_license.md +12 -0
@@ 0,0 1,12 @@
# Include specific public domain license mechanism in LICENSE for audio

The license file *(as of 6450441)* (in regards to audio files) does not specify a specific strong public domain clause or creative commons license:

		```
		Sound files are in the public domain. The rest of the code, and it's documentation,
		is under the GNU GPL v3+.
		```

While not strictly necessary for public domain audio works (at least, to my [ariana.giroux@gmail.com] knowledge and in Canada), this is not something that will hold up in court. It is best to include a Creative Commons license that would apply to the audio files. My [ariana.giroux@gmail.com] suggestion would be to utilize a `CC BY` creative commons license.

This license is extremely permissive, only requiring credit back to the original author via derivative and commercial applications. This is already required for the code base via the GPL, so including a similar requirement for the audio files is not a stretch.