From 35826d13384d0364d16c6f0059f84cc3f2db1729 Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Fri, 1 Jul 2022 15:01:37 -0700 Subject: [PATCH] fix copyright years [skip ci] --- src/ieee754/fpcommon/fpbase.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ieee754/fpcommon/fpbase.py b/src/ieee754/fpcommon/fpbase.py index aff6cae8..417a6634 100644 --- a/src/ieee754/fpcommon/fpbase.py +++ b/src/ieee754/fpcommon/fpbase.py @@ -1,7 +1,7 @@ """IEEE754 Floating Point Library Copyright (C) 2019 Luke Kenneth Casson Leighton -Copyright (C) 2019,2021 Jacob Lifshay +Copyright (C) 2019,2022 Jacob Lifshay """ -- 2.30.2