Update various copyright dates.

This commit is contained in:
Con Kolivas 2013-09-02 12:06:08 +10:00
parent e32636826b
commit d8df50c9b7
7 changed files with 8 additions and 8 deletions

View file

@ -1,5 +1,5 @@
/* /*
Copyright (C) 2006-2012 Con Kolivas Copyright (C) 2006-2013 Con Kolivas
Copyright (C) 2011 Peter Hyman Copyright (C) 2011 Peter Hyman
Copyright (C) 1998-2003 Andrew Tridgell Copyright (C) 1998-2003 Andrew Tridgell

View file

@ -1,5 +1,5 @@
/* /*
Copyright (C) 2006-2012 Con Kolivas Copyright (C) 2006-2013 Con Kolivas
Copyright (C) 2011 Peter Hyman Copyright (C) 2011 Peter Hyman
Copyright (C) 1998-2003 Andrew Tridgell Copyright (C) 1998-2003 Andrew Tridgell

4
main.c
View file

@ -1,5 +1,5 @@
/* /*
Copyright (C) 2006-2012 Con Kolivas Copyright (C) 2006-2013 Con Kolivas
Copyright (C) 2011 Peter Hyman Copyright (C) 2011 Peter Hyman
Copyright (C) 1998-2003 Andrew Tridgell Copyright (C) 1998-2003 Andrew Tridgell
@ -62,7 +62,7 @@ static rzip_control base_control, local_control, *control;
static void usage(void) static void usage(void)
{ {
print_output("lrzip version %s\n", PACKAGE_VERSION); print_output("lrzip version %s\n", PACKAGE_VERSION);
print_output("Copyright (C) Con Kolivas 2006-2012\n"); print_output("Copyright (C) Con Kolivas 2006-2013\n");
print_output("Based on rzip "); print_output("Based on rzip ");
print_output("Copyright (C) Andrew Tridgell 1998-2003\n\n"); print_output("Copyright (C) Andrew Tridgell 1998-2003\n\n");
print_output("Usage: lrzip [options] <file...>\n"); print_output("Usage: lrzip [options] <file...>\n");

2
md5.c
View file

@ -1,5 +1,5 @@
/* /*
Copyright (C) 2012 Con Kolivas Copyright (C) 2012-2013 Con Kolivas
Copyright (C) 1995-2011 Ulrich Drepper. Copyright (C) 1995-2011 Ulrich Drepper.
Functions to compute MD5 message digest of files or memory blocks. Functions to compute MD5 message digest of files or memory blocks.

2
rzip.c
View file

@ -1,5 +1,5 @@
/* /*
Copyright (C) 2006-2012 Con Kolivas Copyright (C) 2006-2013 Con Kolivas
Copyright (C) 1998 Andrew Tridgell Copyright (C) 1998 Andrew Tridgell
Modified to use flat hash, memory limit and variable hash culling Modified to use flat hash, memory limit and variable hash culling

View file

@ -1,6 +1,6 @@
/* /*
Copyright (C) 2011 Serge Belyshev Copyright (C) 2011 Serge Belyshev
Copyright (C) 2006-2012 Con Kolivas Copyright (C) 2006-2013 Con Kolivas
Copyright (C) 2011 Peter Hyman Copyright (C) 2011 Peter Hyman
Copyright (C) 1998 Andrew Tridgell Copyright (C) 1998 Andrew Tridgell

2
util.c
View file

@ -1,6 +1,6 @@
/* /*
Copyright (C) 2006-2013 Con Kolivas
Copyright (C) 2011 Serge Belyshev Copyright (C) 2011 Serge Belyshev
Copyright (C) 2006-2012 Con Kolivas
Copyright (C) 2008, 2011 Peter Hyman Copyright (C) 2008, 2011 Peter Hyman
Copyright (C) 1998 Andrew Tridgell Copyright (C) 1998 Andrew Tridgell