summaryrefslogtreecommitdiffstats
path: root/LICENSES (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use 0BSD instead of Unlicense for copyright disclaim.Diego Elio Pettenò2020-10-042-20/+12
|
* Depend on freestyle-hid for FreeStyle support and remove tools.Diego Elio Pettenò2020-10-041-208/+0
| | | | | | | | | Instead of maintaining the reversing tools for Abbott FreeStyle devices in this repository, they are now part of their own project (https://github.com/glucometers-tech/freestyle-hid), making it easier to split the dependencies requirements. The basic I/O of the FreeStyle session is also implemented in that library.
* Add pre-commit configuration for REUSE.software.Diego Elio Pettenò2020-05-161-0/+20
| | | | | The only files that were lacking a license were the 0-sized __init__.py files — since those are not copyrighteable, make them Unlicense relesed.
* Make the project compliant with the REUSE guidelines.Diego Elio Pettenò2020-04-202-0/+227
See https://reuse.software/ for details. For simplicity, the support files, that are vastly copy-pasta, are licensed under MIT license, rather than LGPL-2.1-or-later. Note that `reuse lint` currently fails due to fsfe/reuse-tool#208.