diff options
Diffstat (limited to 'reversing_tools/abbott')
-rwxr-xr-x | reversing_tools/abbott/extract_freestyle.py | 1 | ||||
-rwxr-xr-x | reversing_tools/abbott/freestyle_hid_console.py | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/reversing_tools/abbott/extract_freestyle.py b/reversing_tools/abbott/extract_freestyle.py index 0f21d88..0089245 100755 --- a/reversing_tools/abbott/extract_freestyle.py +++ b/reversing_tools/abbott/extract_freestyle.py @@ -15,6 +15,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # +# SPDX-FileCopyrightText: © 2019 The usbmon-tools Authors; © 2020 The glucometerutils Authors # SPDX-License-Identifier: Apache-2.0 import argparse 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.""" |