summaryrefslogtreecommitdiff
path: root/src/actions.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/actions.c
parent85dd9fc3650b1a161d2bec5eb04c33e1dfb6f445 (diff)
downloadratpoison-efd915268006959e51e21585f73925a0a8cf8b7b.zip
update copyright.
Diffstat (limited to 'src/actions.c')
-rw-r--r--src/actions.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/actions.c b/src/actions.c
index f47c3d8..6ff29a1 100644
--- a/src/actions.c
+++ b/src/actions.c
@@ -1,4 +1,4 @@
-/* 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.
*
@@ -2097,7 +2097,7 @@ cmd_license (int interactive, char *data)
int max_width = 0;
char *license_text[] = { PACKAGE " " VERSION, "(built " __DATE__ " " __TIME__ ")",
"",
- "Copyright (C) 2000-2004 Shawn Betts",
+ "Copyright (C) 2000, 2001, 2002, 2003, 2004 Shawn Betts",
"",
"ratpoison is free software; you can redistribute it and/or modify ",
"it under the terms of the GNU General Public License as published by ",