PyCQA / flake8-import-order

Flake8 plugin that checks import order against various Python Style Guides
GNU Lesser General Public License v3.0
278 stars 72 forks source link

Bogus license header in __about__.py? #55

Closed scop closed 8 years ago

scop commented 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.

Also, it wouldn't hurt to add license headers to all source files.

public commented 8 years ago

The hazards of copy and paste :( Good find. It should definitely say LGPLv3