From 0dcfcdde8d4f8a81d22f83584ad2c03ac92400d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= Date: Fri, 27 Mar 2020 15:29:54 +0000 Subject: Add missing SPDX-FileCopyrightText throughout the project. This is following the advice provided in https://matija.suklje.name/how-and-why-to-properly-write-copyright-statements-in-your-code --- reversing_tools/abbott/extract_freestyle.py | 1 + reversing_tools/abbott/freestyle_hid_console.py | 1 + 2 files changed, 2 insertions(+) (limited to 'reversing_tools') 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.""" -- cgit v1.2.3