aboutsummaryrefslogtreecommitdiffstats
path: root/sys-utils/setpgid.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys-utils/setpgid.c')
-rw-r--r--sys-utils/setpgid.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-utils/setpgid.c b/sys-utils/setpgid.c
index f89dbb8df9..936991d65b 100644
--- a/sys-utils/setpgid.c
+++ b/sys-utils/setpgid.c
@@ -1,9 +1,9 @@
/*
- * setpgid.c -- execute a command in a new process group
- * Daan De Meyer <daan.j.demeyer@gmail.com>
- * In the public domain.
+ * No copyright is claimed. This code is in the public domain; do with
+ * it what you wish.
+ *
+ * Written by Daan De Meyer <daan.j.demeyer@gmail.com>
*/
-
#include <getopt.h>
#include <stdio.h>
#include <stdlib.h>