diff options
author | Shawn Betts <sabetts@gmail.com> | 2008-06-16 19:15:20 -0700 |
---|---|---|
committer | Shawn Betts <sabetts@gmail.com> | 2008-06-16 19:15:20 -0700 |
commit | 5df9409554d64c73736fb044d8baead78c9c938e (patch) | |
tree | 0571cbe65845dfd1cf7de52f9d9e23853ccc6dd5 /src | |
parent | 040d4dbf7332d295b1c3078ded7c418ec396e8fa (diff) | |
download | ratpoison-5df9409554d64c73736fb044d8baead78c9c938e.zip |
update copyright notice
Diffstat (limited to 'src')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -322,7 +322,7 @@ static void print_version (void) { printf ("%s %s (built %s %s)\n", PACKAGE, VERSION, __DATE__, __TIME__); - printf ("Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006 Shawn Betts\n\n"); + printf ("Copyright (C) 2000-2008 Shawn Betts\n\n"); exit (EXIT_SUCCESS); } |