PNG JPEG SVG .... their copyright needs to be lisedd properly. Having list of such files may help documenting them. Osamu
See #748474
find . -regextype posix-extended -iregex '.*\.(jpg|png)' -exec sh -c
'identify -verbose "$0" | grep -i copyright && echo "$0"' {} \;
2>/dev/null
This gives copyright info.
control: tags -1 wontfix thanks Since debmake will delegate d/copyright generation to the established command *licensecheck* with upcoming 5.0.0 (in salsa), the requested feature is out of scope for this program. Thus I mark this as wontfix. Thank you for your interest for improving debmake. Osamu
control: tags -1 wontfix thanks Since debmake will delegate d/copyright generation to the established command *licensecheck* with upcoming 5.0.0 (in salsa), the requested feature is out of scope for this program. Thus I mark this as wontfix. Thank you for your interest for improving debmake. Osamu