diff options
author | Rutger Helling <rhelling@mykolab.com> | 2018-02-22 13:54:05 +0100 |
---|---|---|
committer | Rutger Helling <rhelling@mykolab.com> | 2018-02-22 13:55:40 +0100 |
commit | 1a6734ed30bea7c08c9522999c929f2a7fe3e62e (patch) | |
tree | d5e192b8a22699d5806659be3e75e053bb200fcc /gnu/packages/games.scm | |
parent | 9e1d2fbc325e35de0de4dbc1da5013ba40c8cf4d (diff) | |
download | guix-1a6734ed30bea7c08c9522999c929f2a7fe3e62e.tar guix-1a6734ed30bea7c08c9522999c929f2a7fe3e62e.tar.gz |
gnu: Adjust and remove copyright lines for moved packages.
* gnu/packages/games.scm: Adjust and remove copyright lines for packages that
got moved to emulators.scm
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r-- | gnu/packages/games.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index f2bbb451fa..272e9bce96 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -1,7 +1,7 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2013 John Darrington <jmd@gnu.org> ;;; Copyright © 2013 Nikita Karetnikov <nikita@karetnikov.org> -;;; Copyright © 2014, 2015, 2016 David Thompson <dthompson2@worcester.edu> +;;; Copyright © 2014, 2016 David Thompson <dthompson2@worcester.edu> ;;; Copyright © 2014, 2015, 2016, 2017 Eric Bavier <bavier@member.fsf.org> ;;; Copyright © 2014 Cyrill Schenkel <cyrill.schenkel@gmail.com> ;;; Copyright © 2014 Sylvain Beucler <beuc@beuc.net> @@ -14,7 +14,6 @@ ;;; Copyright © 2015, 2016, 2017, 2018 Ricardo Wurmus <rekado@elephly.net> ;;; Copyright © 2015, 2016, 2017 Alex Kost <alezost@gmail.com> ;;; Copyright © 2015 Paul van der Walt <paul@denknerd.org> -;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer <taylanbayirli@gmail.com> ;;; Copyright © 2016, 2017 Rodger Fox <thylakoid@openmailbox.org> ;;; Copyright © 2016, 2017, 2018 ng0 <ng0@n0.is> ;;; Copyright © 2016 Albin Söderqvist <albin@fripost.org> |