Package: devscripts Version: 2.10.52 Severity: minor File: /usr/bin/licensecheck
licensecheck should not report issues with empty files. They are quite common in Python world and obviously cannot have any license/copyright problems.
$ touch __init__.py $ licensecheck -r . ./__init__.py: *No copyright* UNKNOWN -- Jakub Wilk -- To unsubscribe, send mail to [email protected].
