diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-03-11 22:56:51 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-03-11 22:56:51 +0100 |
commit | 58363ee50096fd02743ff6d62ee1125fc440625f (patch) | |
tree | 0eaec73670beb8e7f0f33df65f6200225e689e67 | |
parent | 0a8655e6dc956a3f1f116112d09ebcdd472e28a1 (diff) | |
download | guix-58363ee50096fd02743ff6d62ee1125fc440625f.tar guix-58363ee50096fd02743ff6d62ee1125fc440625f.tar.gz |
gnu: Remove year range from copyright header.
* gnu/packages/python-xyz.scm: List years explicitly instead of range in
copyright line.
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 3be2fd4623..8e8790b29a 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -19,7 +19,7 @@ ;;; Copyright © 2015, 2016 Chris Marusich <cmmarusich@gmail.com> ;;; Copyright © 2016 Danny Milosavljevic <dannym+a@scratchpost.org> ;;; Copyright © 2016 Lukas Gradl <lgradl@openmailbox.org> -;;; Copyright © 2016, 2018-2019 Hartmut Goebel <h.goebel@crazy-compilers.com> +;;; Copyright © 2016, 2018, 2019 Hartmut Goebel <h.goebel@crazy-compilers.com> ;;; Copyright © 2016 Daniel Pimentel <d4n1@d4n1.org> ;;; Copyright © 2016 Sou Bunnbu <iyzsong@gmail.com> ;;; Copyright © 2016, 2017 Troy Sankey <sankeytms@gmail.com> |