Closed scop closed 8 years ago
The license header boilerplate in __about__.py is Apache Software License 2.0, while it should probably be LGPLv3; __about__.py itself has __license__ = "LGPLv3" in the code.
__about__.py
__license__ = "LGPLv3"
Also, it wouldn't hurt to add license headers to all source files.
The hazards of copy and paste :( Good find. It should definitely say LGPLv3
The license header boilerplate in
__about__.py
is Apache Software License 2.0, while it should probably be LGPLv3;__about__.py
itself has__license__ = "LGPLv3"
in the code.Also, it wouldn't hurt to add license headers to all source files.