diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2010-11-09 18:32:57 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2010-11-09 18:32:57 +0000 |
commit | fb2971ccd2bab42f5406f919812ceb8e014773ea (patch) | |
tree | d70cfbf8d3f028fc565310f4250fafd7aba34243 /contrib/bzip2/bzip2.c | |
parent | 91109a91ba007e17cc00570ae61b4963e97ff647 (diff) | |
parent | dd642931791555836f950996f6ff2c854f882dc6 (diff) |
Upgrade to Bzip2 version 1.0.6.
Reviewed by: SO (cperciva)
Notes
Notes:
svn path=/head/; revision=215041
Diffstat (limited to 'contrib/bzip2/bzip2.c')
-rw-r--r-- | contrib/bzip2/bzip2.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/bzip2/bzip2.c b/contrib/bzip2/bzip2.c index 390410735b54..6de9d1d14889 100644 --- a/contrib/bzip2/bzip2.c +++ b/contrib/bzip2/bzip2.c @@ -7,8 +7,8 @@ This file is part of bzip2/libbzip2, a program and library for lossless, block-sorting data compression. - bzip2/libbzip2 version 1.0.5 of 10 December 2007 - Copyright (C) 1996-2007 Julian Seward <jseward@bzip.org> + bzip2/libbzip2 version 1.0.6 of 6 September 2010 + Copyright (C) 1996-2010 Julian Seward <jseward@bzip.org> Please read the WARNING, DISCLAIMER and PATENTS sections in the README file. @@ -1605,11 +1605,11 @@ void license ( void ) "bzip2, a block-sorting file compressor. " "Version %s.\n" " \n" - " Copyright (C) 1996-2007 by Julian Seward.\n" + " Copyright (C) 1996-2010 by Julian Seward.\n" " \n" " This program is free software; you can redistribute it and/or modify\n" " it under the terms set out in the LICENSE file, which is included\n" - " in the bzip2-1.0.5 source distribution.\n" + " in the bzip2-1.0.6 source distribution.\n" " \n" " This program is distributed in the hope that it will be useful,\n" " but WITHOUT ANY WARRANTY; without even the implied warranty of\n" |