summaryrefslogtreecommitdiff
path: root/src/pr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pr.c')
-rw-r--r--src/pr.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pr.c b/src/pr.c
index 87729d4a0..4de2064d8 100644
--- a/src/pr.c
+++ b/src/pr.c
@@ -308,6 +308,8 @@
/* The official name of this program (e.g., no `g' prefix). */
#define PROGRAM_NAME "pr"
+#define AUTHORS "Pete TerMaat and Roland Huebner"
+
#ifndef TRUE
# define TRUE 1
# define FALSE 0