summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorsabetts <sabetts>2004-12-04 03:33:24 +0000
committersabetts <sabetts>2004-12-04 03:33:24 +0000
commitefd915268006959e51e21585f73925a0a8cf8b7b (patch)
treea20e98ae8bf9ad7571afc0d253f40161c8fa762f /src/main.c
parent85dd9fc3650b1a161d2bec5eb04c33e1dfb6f445 (diff)
downloadratpoison-efd915268006959e51e21585f73925a0a8cf8b7b.zip
update copyright.
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 8742acf..945f852 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1,5 +1,5 @@
/* Ratpoison.
- * Copyright (C) 2000-2004 Shawn Betts <sabetts@vcn.bc.ca>
+ * Copyright (C) 2000, 2001, 2002, 2003, 2004 Shawn Betts <sabetts@vcn.bc.ca>
*
* This file is part of ratpoison.
*
@@ -276,7 +276,7 @@ void
print_version ()
{
printf ("%s %s\n", PACKAGE, VERSION);
- printf ("Copyright (C) 2000-2004 Shawn Betts\n\n");
+ printf ("Copyright (C) 2000, 2001, 2002, 2003, 2004 Shawn Betts\n\n");
exit (EXIT_SUCCESS);
}