mbakke pushed a commit to branch master
in repository guix.
commit 58363ee50096fd02743ff6d62ee1125fc440625f
Author: Marius Bakke <[email protected]>
AuthorDate: Wed Mar 11 22:56:51 2020 +0100
gnu: Remove year range from copyright header.
* gnu/packages/python-xyz.scm: List years explicitly instead of range in
copyright line.
---
gnu/packages/python-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 3be2fd4..8e8790b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -19,7 +19,7 @@
;;; Copyright © 2015, 2016 Chris Marusich <[email protected]>
;;; Copyright © 2016 Danny Milosavljevic <[email protected]>
;;; Copyright © 2016 Lukas Gradl <[email protected]>
-;;; Copyright © 2016, 2018-2019 Hartmut Goebel <[email protected]>
+;;; Copyright © 2016, 2018, 2019 Hartmut Goebel <[email protected]>
;;; Copyright © 2016 Daniel Pimentel <[email protected]>
;;; Copyright © 2016 Sou Bunnbu <[email protected]>
;;; Copyright © 2016, 2017 Troy Sankey <[email protected]>