diff options
Diffstat (limited to 'abuild-sudo.c')
-rw-r--r-- | abuild-sudo.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/abuild-sudo.c b/abuild-sudo.c index 66f212a..2f34f3d 100644 --- a/abuild-sudo.c +++ b/abuild-sudo.c @@ -1,3 +1,12 @@ +/* abuild-sudo.c - limited root privileges for users in "abuild" group + * + * Copyright (C) 2012 Natanael Copa <ncopa@alpinelinux.org> + * All rights reserved. + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 as published + * by the Free Software Foundation. See http://www.gnu.org/ for details. + */ #include <sys/types.h> |