summaryrefslogtreecommitdiffstats
path: root/lziprecover.cc
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 07:48:29 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 07:48:29 +0000
commit5fee2f90f3d2bde22239938ee0ec6c381b1ad91f (patch)
tree5f818a82f05cd87820abe14084090d803837c64d /lziprecover.cc
parentAdding debian version 1.8-1. (diff)
downloadlzip-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.cc4
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()