Closed
Description
The lawyer🐈s have advised me to try to tidy up a couple of things for compliance reasons:
- remove the
LICENSE
file from theua_parser
subdirectory; - add a
LICENSE
file with the canonical Apache 2.0 text to the root directory; and - remove the Copyright section from
README.rst
.
LICENSE
was moved to ua_parser/LICENSE
back in June 2012 ostensibly for packaging reasons. Some brief tinkering leads me to believe that setuptools
handles license_files=['../LICENSE']
incorrectly, but that a symbolic link would work. Addressing the second point should enable GitHub (and related systems) to detect the licence automatically, which is why this conversation arose.
Metadata
Metadata
Assignees
Labels
No labels