From 6194b0f0f7d39a1b5df659b331ebb63bb94109de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= Date: Fri, 8 Feb 2019 12:46:11 +0000 Subject: Replace epydoc metadata with SPDX identifiers. Most of the epydoc metadata (author, copyright, email) is duplicate in the package's setup.py or README. These copies are more likely to get out of date, and increase the amount of work to keep them in line. The license information should rather be provided with an SPDX identifier, which is more similar to what the Linux kernel and other projects, such as pyserial, do. --- glucometerutils/support/serial.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'glucometerutils/support/serial.py') diff --git a/glucometerutils/support/serial.py b/glucometerutils/support/serial.py index fe27668..4566e54 100644 --- a/glucometerutils/support/serial.py +++ b/glucometerutils/support/serial.py @@ -1,12 +1,9 @@ # -*- coding: utf-8 -*- +# +# SPDX-License-Identifier: MIT """Common routines and base driver class for serial-based meters. """ -__author__ = 'Diego Elio Pettenò' -__email__ = 'flameeyes@flameeyes.com' -__copyright__ = 'Copyright © 2017, Diego Elio Pettenò' -__license__ = 'MIT' - import logging try: -- cgit v1.2.3