From cb75f79e9b6bf1169cd7c42eab926bb30f3f069d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= Date: Sun, 19 Apr 2020 15:33:30 +0100 Subject: Make the project compliant with the REUSE guidelines. 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. --- .pylintrc | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.pylintrc') diff --git a/.pylintrc b/.pylintrc index 34485a1..cf9857a 100644 --- a/.pylintrc +++ b/.pylintrc @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2013 The glucometerutils Authors +# +# SPDX-License-Identifier: MIT + [MESSAGE CONTROL] disable= duplicate-code, -- cgit v1.2.3