-
Notifications
You must be signed in to change notification settings - Fork 34
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
dubious missing license entry (in debian/copyright) related to some files #198
Comments
Hi @Fantu, They're GPLv3. They originate from Faenza (https://github.com/shlinux/faenza-icon-theme). https://github.com/shlinux/faenza-icon-theme/blob/master/Faenza/apps/scalable/miro.svg |
@clefebvre many thanks for reply about faenza-icon-theme debian/copyright have only GPL-3 that seems strange: https://salsa.debian.org/debian/faenza-icon-theme/-/blob/master/debian/copyright |
@clefebvre Hi, I saw your recent work to remove icons that should not be included (#201) so I'll retry to ask: about license seems missed copyright from where was forked in debian/copyright |
Hi, while trying to complete debian/copyright i ran into difficulties, with decopy I spotted missing entry related to https://github.com/linuxmint/mint-x-icons/blob/master/usr/share/icons/Mint-X/apps/96/miro.svg as license "CC-BY", from a look to this file was trigged by
xmlns:cc="http://creativecommons.org/ns#"
but I not found the exact license and one site mentioned in the file is not present anymore.With a grep (
grep -r creative .
) I also found many other files with "creativecommons" not spotted by decopy.Can someone please tell me what is the exact creative common license?
The text was updated successfully, but these errors were encountered: