diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-10-09 22:35:19 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-11-11 10:31:26 -0500 |
commit | 50c00ab9556a274a7d3271d0b285e0d5e87c10b2 (patch) | |
tree | f2ca46679b5d27fcdede219c579351a1a3c0598e | |
parent | 74ca1190e916ca78c582ddbc984799fb45dd50ef (diff) | |
download | guix-50c00ab9556a274a7d3271d0b285e0d5e87c10b2.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>
-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 585e0d8087..9be5de2aad 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> |