Update copyright yeah in updated files.

This commit is contained in:
Con Kolivas 2011-02-20 23:04:44 +11:00
parent c9863e0e60
commit 57e25da244
5 changed files with 6 additions and 6 deletions

4
main.c
View file

@ -1,5 +1,5 @@
/* /*
Copyright (C) 2006-2010 Con Kolivas Copyright (C) 2006-2011 Con Kolivas
Copyright (C) 1998-2003 Andrew Tridgell Copyright (C) 1998-2003 Andrew Tridgell
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
@ -23,7 +23,7 @@ struct rzip_control control;
static void usage(void) static void usage(void)
{ {
print_output("lrzip version %d.%d%d\n", LRZIP_MAJOR_VERSION, LRZIP_MINOR_VERSION, LRZIP_MINOR_SUBVERSION); 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("Based on rzip ");
print_output("Copyright (C) Andrew Tridgell 1998-2003\n"); print_output("Copyright (C) Andrew Tridgell 1998-2003\n");
print_output("usage: lrzip [options] <file...>\n"); print_output("usage: lrzip [options] <file...>\n");

View file

@ -1,5 +1,5 @@
/* /*
Copyright (C) 2006-2010 Con Kolivas Copyright (C) 2006-2011 Con Kolivas
Copyright (C) 1998-2003 Andrew Tridgell Copyright (C) 1998-2003 Andrew Tridgell
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify

2
rzip.c
View file

@ -1,5 +1,5 @@
/* /*
Copyright (C) 2006-2010 Con Kolivas Copyright (C) 2006-2011 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

2
rzip.h
View file

@ -1,5 +1,5 @@
/* /*
Copyright (C) 2006-2010 Con Kolivas Copyright (C) 2006-2011 Con Kolivas
Copyright (C) 1998 Andrew Tridgell Copyright (C) 1998 Andrew Tridgell
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify

View file

@ -1,5 +1,5 @@
/* /*
Copyright (C) 2006-2010 Con Kolivas Copyright (C) 2006-2011 Con Kolivas
Copyright (C) 1998 Andrew Tridgell Copyright (C) 1998 Andrew Tridgell
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify