summaryrefslogtreecommitdiffstats
path: root/lziprecover.cc
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 07:48:23 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 07:48:23 +0000
commit24e454d66b403bfa962040b74c4aaae108347c24 (patch)
treee48915190f12213530d45c8f80bd8e0c68646084 /lziprecover.cc
parentAdding upstream version 1.8. (diff)
downloadlzip-9168afa941aa9a069a0ae2e3dbe815cd7b006391.tar.xz
lzip-9168afa941aa9a069a0ae2e3dbe815cd7b006391.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.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()