diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-10-09 22:35:19 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-10-09 22:42:53 -0400 |
commit | 9dbfd4ab086d9a2e4b510d88ca2d3e5c4937971b (patch) | |
tree | 819f751224f0187b5f42f5c9c57dff67ece94f92 /gnu/packages | |
parent | 7aba66f76f4f45bdd0388a38e364a65f668fa091 (diff) | |
download | guix-9dbfd4ab086d9a2e4b510d88ca2d3e5c4937971b.tar.gz |
gnu: Add a missing copyright.
This adjustment is made considering the contributions to the (gnu packages polkit) module in commits cb151c68bf and 222e3319bd. Suggested-by: Morgan Smith <Morgan.J.Smith@outlook.com>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/polkit.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/polkit.scm b/gnu/packages/polkit.scm index f495d51c83..0ce7747eb1 100644 --- a/gnu/packages/polkit.scm +++ b/gnu/packages/polkit.scm @@ -1,6 +1,7 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2014 Andreas Enge <andreas@enge.fr> ;;; Copyright © 2015 Andy Wingo <wingo@igalia.com> +;;; Copyright © 2015 Ludovic Courtès <ludo@gnu.org> ;;; Copyright © 2015 Mark H Weaver <mhw@netris.org> ;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2017 Huang Ying <huang.ying.caritas@gmail.com> |