From f0fb0500ddc35bd34ec6f0ee136342e32f0a3403 Mon Sep 17 00:00:00 2001 From: Joe R Date: Sat, 12 Aug 2023 19:47:02 -0400 Subject: [PATCH] Updated copyright notice on formatter.py (see issue #331). --- pysollib/formatter.py | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/pysollib/formatter.py b/pysollib/formatter.py index e0784f90..d00a55aa 100644 --- a/pysollib/formatter.py +++ b/pysollib/formatter.py @@ -1,14 +1,20 @@ """ -This file is derived from /usr/lib/python3.9/formatter.py . All changes -are placed under CC0. +This file is derived from /usr/lib/python3.9/formatter.py and is used +under the Python Software Foundation License (PSFL). +See https://docs.python.org/3/license.html#psf-license for details. +All changes are placed under CC0. See: * https://github.com/shlomif/PySolFC/issues/217 - * https://bugzilla.redhat.com/show_bug.cgi?id=1990043 +Changes made: + +* Adjusted whitespace. +* Disabled the deprecation warning. + ---- Generic output formatting.