aboutsummaryrefslogtreecommitdiff
path: root/options.c
diff options
context:
space:
mode:
authorJuan Cespedes <cespedes@debian.org>2008-12-10 11:33:38 +0100
committerJuan Cespedes <cespedes@debian.org>2008-12-10 11:33:38 +0100
commit9c32e6f584737e5d3d7ece187e61d8ffd1da6e59 (patch)
treeb5220183b8566347909043ecc7c8a5926ade4779 /options.c
parent55c5feba87bbb8d9190a71ec5ddc38380a384bf7 (diff)
downloadltrace-9c32e6f584737e5d3d7ece187e61d8ffd1da6e59.tar.gz
Updated year in copyright (2007 -> 2008)
Diffstat (limited to 'options.c')
-rw-r--r--options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/options.c b/options.c
index d112f3c..6c912c6 100644
--- a/options.c
+++ b/options.c
@@ -348,7 +348,7 @@ char **process_options(int argc, char **argv)
break;
case 'V':
printf("ltrace version " PACKAGE_VERSION ".\n"
- "Copyright (C) 1997-2007 Juan Cespedes <cespedes@debian.org>.\n"
+ "Copyright (C) 1997-2008 Juan Cespedes <cespedes@debian.org>.\n"
"This is free software; see the GNU General Public Licence\n"
"version 2 or later for copying conditions. There is NO warranty.\n");
exit(0);