ubi_reader
ubi_reader copied to clipboard
ONEKEY baseline
Draft branch to establish a baseline for code quality and probably do some refactoring as mentioned in https://github.com/onekey-sec/ubi_reader/discussions/75
Not sure if this is the correct place to comment on this, but this looks like a cleanup and I thought it might fit. :)
The pyproject.toml (or the setup.py before) is very vague with license = "GNU GPL".
I found the following indicators:
- LICENSE file is GPL-3.0
- ubireader/ubi/defines.py: GPL-2.0-or-later
- ubireader/ubifs/defines.py: GPL-2.0 (without clarification for "-only" or "-or-later")
- all other non-empty python files had a GPL-3.0-or-later header
@tnias makes sense, thanks for pointing it out