diff options
author | Diego Elio Pettenò <flameeyes@flameeyes.com> | 2020-03-27 16:29:54 +0100 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2020-03-27 16:33:17 +0100 |
commit | 0dcfcdde8d4f8a81d22f83584ad2c03ac92400d6 (patch) | |
tree | e6f43577664204fcccee498fd074153b085e05b1 /reversing_tools/abbott/freestyle_hid_console.py | |
parent | The big typing cleanup. (diff) | |
download | glucometerutils-0dcfcdde8d4f8a81d22f83584ad2c03ac92400d6.tar glucometerutils-0dcfcdde8d4f8a81d22f83584ad2c03ac92400d6.tar.gz glucometerutils-0dcfcdde8d4f8a81d22f83584ad2c03ac92400d6.tar.bz2 glucometerutils-0dcfcdde8d4f8a81d22f83584ad2c03ac92400d6.tar.lz glucometerutils-0dcfcdde8d4f8a81d22f83584ad2c03ac92400d6.tar.xz glucometerutils-0dcfcdde8d4f8a81d22f83584ad2c03ac92400d6.tar.zst glucometerutils-0dcfcdde8d4f8a81d22f83584ad2c03ac92400d6.zip |
Diffstat (limited to 'reversing_tools/abbott/freestyle_hid_console.py')
-rwxr-xr-x | reversing_tools/abbott/freestyle_hid_console.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/reversing_tools/abbott/freestyle_hid_console.py b/reversing_tools/abbott/freestyle_hid_console.py index 0ed4705..18df89c 100755 --- a/reversing_tools/abbott/freestyle_hid_console.py +++ b/reversing_tools/abbott/freestyle_hid_console.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +# SPDX-FileCopyrightText: © 2019 The glucometerutils Authors # SPDX-License-Identifier: MIT """CLI tool to send messages through FreeStyle HID protocol.""" |