diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 07:48:23 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 07:48:23 +0000 |
commit | 24e454d66b403bfa962040b74c4aaae108347c24 (patch) | |
tree | e48915190f12213530d45c8f80bd8e0c68646084 /lziprecover.cc | |
parent | Adding upstream version 1.8. (diff) | |
download | lzip-24e454d66b403bfa962040b74c4aaae108347c24.tar.xz lzip-24e454d66b403bfa962040b74c4aaae108347c24.zip |
Adding upstream version 1.9.upstream/1.9
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'lziprecover.cc')
-rw-r--r-- | lziprecover.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lziprecover.cc b/lziprecover.cc index deed53c..dda4b5e 100644 --- a/lziprecover.cc +++ b/lziprecover.cc @@ -1,5 +1,5 @@ /* Lziprecover - Member recoverer program for lzip compressed files - Copyright (C) 2008, 2009 Antonio Diaz Diaz. + Copyright (C) 2008, 2009, 2010 Antonio Diaz Diaz. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -43,7 +43,7 @@ namespace { const char * invocation_name = 0; const char * const Program_name = "Lziprecover"; const char * const program_name = "lziprecover"; -const char * const program_year = "2009"; +const char * const program_year = "2010"; void show_help() throw() |