From 802b27fa3852e371043676da0fe10320c21d68c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= Date: Sat, 16 May 2020 15:16:51 +0100 Subject: Add pre-commit configuration for REUSE.software. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The only files that were lacking a license were the 0-sized __init__.py files — since those are not copyrighteable, make them Unlicense relesed. --- reversing_tools/abbott/__init__.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'reversing_tools/abbott') diff --git a/reversing_tools/abbott/__init__.py b/reversing_tools/abbott/__init__.py index e69de29..4b386c3 100644 --- a/reversing_tools/abbott/__init__.py +++ b/reversing_tools/abbott/__init__.py @@ -0,0 +1,3 @@ +# SPDX-FileCopyrightText: 2013 The glucometerutils Authors +# +# SPDX-License-Identifier: Unlicense -- cgit v1.2.3