diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 07:48:29 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 07:48:29 +0000 |
commit | 5fee2f90f3d2bde22239938ee0ec6c381b1ad91f (patch) | |
tree | 5f818a82f05cd87820abe14084090d803837c64d /lziprecover.cc | |
parent | Adding debian version 1.8-1. (diff) | |
download | lzip-5fee2f90f3d2bde22239938ee0ec6c381b1ad91f.tar.xz lzip-5fee2f90f3d2bde22239938ee0ec6c381b1ad91f.zip |
Merging upstream version 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() |