diff --git a/main.c b/main.c index cf8b14f..cbfb727 100644 --- a/main.c +++ b/main.c @@ -1,5 +1,5 @@ /* - Copyright (C) 2006-2010 Con Kolivas + Copyright (C) 2006-2011 Con Kolivas Copyright (C) 1998-2003 Andrew Tridgell This program is free software; you can redistribute it and/or modify @@ -23,7 +23,7 @@ struct rzip_control control; static void usage(void) { print_output("lrzip version %d.%d%d\n", LRZIP_MAJOR_VERSION, LRZIP_MINOR_VERSION, LRZIP_MINOR_SUBVERSION); - print_output("Copyright (C) Con Kolivas 2006-2010\n\n"); + print_output("Copyright (C) Con Kolivas 2006-2011\n\n"); print_output("Based on rzip "); print_output("Copyright (C) Andrew Tridgell 1998-2003\n"); print_output("usage: lrzip [options] \n"); diff --git a/runzip.c b/runzip.c index 5641c3a..0ec18b2 100644 --- a/runzip.c +++ b/runzip.c @@ -1,5 +1,5 @@ /* - Copyright (C) 2006-2010 Con Kolivas + Copyright (C) 2006-2011 Con Kolivas Copyright (C) 1998-2003 Andrew Tridgell This program is free software; you can redistribute it and/or modify diff --git a/rzip.c b/rzip.c index 3eacdb7..aea98f1 100644 --- a/rzip.c +++ b/rzip.c @@ -1,5 +1,5 @@ /* - Copyright (C) 2006-2010 Con Kolivas + Copyright (C) 2006-2011 Con Kolivas Copyright (C) 1998 Andrew Tridgell Modified to use flat hash, memory limit and variable hash culling diff --git a/rzip.h b/rzip.h index d083a4d..c865923 100644 --- a/rzip.h +++ b/rzip.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2006-2010 Con Kolivas + Copyright (C) 2006-2011 Con Kolivas Copyright (C) 1998 Andrew Tridgell This program is free software; you can redistribute it and/or modify diff --git a/stream.c b/stream.c index b8381d2..5cf8173 100644 --- a/stream.c +++ b/stream.c @@ -1,5 +1,5 @@ /* - Copyright (C) 2006-2010 Con Kolivas + Copyright (C) 2006-2011 Con Kolivas Copyright (C) 1998 Andrew Tridgell This program is free software; you can redistribute it and/or modify