diff options
-rw-r--r-- | CHANGES | 2 | ||||
-rw-r--r-- | LICENSE | 2 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | Makefile-libbz2_so | 2 | ||||
-rw-r--r-- | README | 6 | ||||
-rw-r--r-- | README.COMPILATION.PROBLEMS | 2 | ||||
-rw-r--r-- | README.XML.STUFF | 2 | ||||
-rw-r--r-- | blocksort.c | 2 | ||||
-rw-r--r-- | bzip2.1 | 2 | ||||
-rw-r--r-- | bzip2.1.preformatted | 2 | ||||
-rw-r--r-- | bzip2.c | 8 | ||||
-rw-r--r-- | bzip2.txt | 2 | ||||
-rw-r--r-- | bzip2recover.c | 2 | ||||
-rw-r--r-- | bzlib.c | 4 | ||||
-rw-r--r-- | bzlib.h | 2 | ||||
-rw-r--r-- | bzlib_private.h | 2 | ||||
-rw-r--r-- | compress.c | 2 | ||||
-rw-r--r-- | crctable.c | 2 | ||||
-rw-r--r-- | decompress.c | 2 | ||||
-rw-r--r-- | entities.xml | 2 | ||||
-rwxr-xr-x | format.pl | 2 | ||||
-rw-r--r-- | huffman.c | 2 | ||||
-rw-r--r-- | mk251.c | 2 | ||||
-rw-r--r-- | randtable.c | 2 | ||||
-rw-r--r-- | spewG.c | 2 | ||||
-rw-r--r-- | unzcrash.c | 2 | ||||
-rw-r--r-- | words2 | 2 | ||||
-rwxr-xr-x | xmlproc.sh | 2 |
28 files changed, 34 insertions, 34 deletions
@@ -3,7 +3,7 @@ | |||
3 | lossless, block-sorting data compression. | 3 | lossless, block-sorting data compression. |
4 | 4 | ||
5 | bzip2/libbzip2 version 1.0.6 of 6 September 2010 | 5 | bzip2/libbzip2 version 1.0.6 of 6 September 2010 |
6 | Copyright (C) 1996-2010 Julian Seward <jseward@bzip.org> | 6 | Copyright (C) 1996-2010 Julian Seward <jseward@acm.org> |
7 | 7 | ||
8 | Please read the WARNING, DISCLAIMER and PATENTS sections in the | 8 | Please read the WARNING, DISCLAIMER and PATENTS sections in the |
9 | README file. | 9 | README file. |
@@ -36,7 +36,7 @@ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING | |||
36 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS | 36 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
37 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 37 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
38 | 38 | ||
39 | Julian Seward, jseward@bzip.org | 39 | Julian Seward, jseward@acm.org |
40 | bzip2/libbzip2 version 1.0.6 of 6 September 2010 | 40 | bzip2/libbzip2 version 1.0.6 of 6 September 2010 |
41 | 41 | ||
42 | -------------------------------------------------------------------------- | 42 | -------------------------------------------------------------------------- |
@@ -3,7 +3,7 @@ | |||
3 | # lossless, block-sorting data compression. | 3 | # lossless, block-sorting data compression. |
4 | # | 4 | # |
5 | # bzip2/libbzip2 version 1.0.6 of 6 September 2010 | 5 | # bzip2/libbzip2 version 1.0.6 of 6 September 2010 |
6 | # Copyright (C) 1996-2010 Julian Seward <jseward@bzip.org> | 6 | # Copyright (C) 1996-2010 Julian Seward <jseward@acm.org> |
7 | # | 7 | # |
8 | # Please read the WARNING, DISCLAIMER and PATENTS sections in the | 8 | # Please read the WARNING, DISCLAIMER and PATENTS sections in the |
9 | # README file. | 9 | # README file. |
diff --git a/Makefile-libbz2_so b/Makefile-libbz2_so index e58791b..cff37c2 100644 --- a/Makefile-libbz2_so +++ b/Makefile-libbz2_so | |||
@@ -11,7 +11,7 @@ | |||
11 | # lossless, block-sorting data compression. | 11 | # lossless, block-sorting data compression. |
12 | # | 12 | # |
13 | # bzip2/libbzip2 version 1.0.6 of 6 September 2010 | 13 | # bzip2/libbzip2 version 1.0.6 of 6 September 2010 |
14 | # Copyright (C) 1996-2010 Julian Seward <jseward@bzip.org> | 14 | # Copyright (C) 1996-2010 Julian Seward <jseward@acm.org> |
15 | # | 15 | # |
16 | # Please read the WARNING, DISCLAIMER and PATENTS sections in the | 16 | # Please read the WARNING, DISCLAIMER and PATENTS sections in the |
17 | # README file. | 17 | # README file. |
@@ -7,7 +7,7 @@ This file is part of bzip2/libbzip2, a program and library for | |||
7 | lossless, block-sorting data compression. | 7 | lossless, block-sorting data compression. |
8 | 8 | ||
9 | bzip2/libbzip2 version 1.0.6 of 6 September 2010 | 9 | bzip2/libbzip2 version 1.0.6 of 6 September 2010 |
10 | Copyright (C) 1996-2010 Julian Seward <jseward@bzip.org> | 10 | Copyright (C) 1996-2010 Julian Seward <jseward@acm.org> |
11 | 11 | ||
12 | Please read the WARNING, DISCLAIMER and PATENTS sections in this file. | 12 | Please read the WARNING, DISCLAIMER and PATENTS sections in this file. |
13 | 13 | ||
@@ -187,7 +187,7 @@ WHAT'S NEW IN 1.0.6 ? | |||
187 | 187 | ||
188 | 188 | ||
189 | I hope you find bzip2 useful. Feel free to contact me at | 189 | I hope you find bzip2 useful. Feel free to contact me at |
190 | jseward@bzip.org | 190 | jseward@acm.org |
191 | if you have any suggestions or queries. Many people mailed me with | 191 | if you have any suggestions or queries. Many people mailed me with |
192 | comments, suggestions and patches after the releases of bzip-0.15, | 192 | comments, suggestions and patches after the releases of bzip-0.15, |
193 | bzip-0.21, and bzip2 versions 0.1pl2, 0.9.0, 0.9.5, 1.0.0, 1.0.1, | 193 | bzip-0.21, and bzip2 versions 0.1pl2, 0.9.0, 0.9.5, 1.0.0, 1.0.1, |
@@ -197,7 +197,7 @@ feedback. I thank you for your comments. | |||
197 | bzip2's "home" is http://www.bzip.org/ | 197 | bzip2's "home" is http://www.bzip.org/ |
198 | 198 | ||
199 | Julian Seward | 199 | Julian Seward |
200 | jseward@bzip.org | 200 | jseward@acm.org |
201 | Cambridge, UK. | 201 | Cambridge, UK. |
202 | 202 | ||
203 | 18 July 1996 (version 0.15) | 203 | 18 July 1996 (version 0.15) |
diff --git a/README.COMPILATION.PROBLEMS b/README.COMPILATION.PROBLEMS index 667d0d6..14ddd1b 100644 --- a/README.COMPILATION.PROBLEMS +++ b/README.COMPILATION.PROBLEMS | |||
@@ -3,7 +3,7 @@ This file is part of bzip2/libbzip2, a program and library for | |||
3 | lossless, block-sorting data compression. | 3 | lossless, block-sorting data compression. |
4 | 4 | ||
5 | bzip2/libbzip2 version 1.0.6 of 6 September 2010 | 5 | bzip2/libbzip2 version 1.0.6 of 6 September 2010 |
6 | Copyright (C) 1996-2010 Julian Seward <jseward@bzip.org> | 6 | Copyright (C) 1996-2010 Julian Seward <jseward@acm.org> |
7 | 7 | ||
8 | Please read the WARNING, DISCLAIMER and PATENTS sections in the | 8 | Please read the WARNING, DISCLAIMER and PATENTS sections in the |
9 | README file. | 9 | README file. |
diff --git a/README.XML.STUFF b/README.XML.STUFF index 3a57f3f..f5dc3a4 100644 --- a/README.XML.STUFF +++ b/README.XML.STUFF | |||
@@ -3,7 +3,7 @@ | |||
3 | lossless, block-sorting data compression. | 3 | lossless, block-sorting data compression. |
4 | 4 | ||
5 | bzip2/libbzip2 version 1.0.6 of 6 September 2010 | 5 | bzip2/libbzip2 version 1.0.6 of 6 September 2010 |
6 | Copyright (C) 1996-2010 Julian Seward <jseward@bzip.org> | 6 | Copyright (C) 1996-2010 Julian Seward <jseward@acm.org> |
7 | 7 | ||
8 | Please read the WARNING, DISCLAIMER and PATENTS sections in the | 8 | Please read the WARNING, DISCLAIMER and PATENTS sections in the |
9 | README file. | 9 | README file. |
diff --git a/blocksort.c b/blocksort.c index d0d662c..830d1b4 100644 --- a/blocksort.c +++ b/blocksort.c | |||
@@ -9,7 +9,7 @@ | |||
9 | lossless, block-sorting data compression. | 9 | lossless, block-sorting data compression. |
10 | 10 | ||
11 | bzip2/libbzip2 version 1.0.6 of 6 September 2010 | 11 | bzip2/libbzip2 version 1.0.6 of 6 September 2010 |
12 | Copyright (C) 1996-2010 Julian Seward <jseward@bzip.org> | 12 | Copyright (C) 1996-2010 Julian Seward <jseward@acm.org> |
13 | 13 | ||
14 | Please read the WARNING, DISCLAIMER and PATENTS sections in the | 14 | Please read the WARNING, DISCLAIMER and PATENTS sections in the |
15 | README file. | 15 | README file. |
@@ -427,7 +427,7 @@ with MaybeUInt64 set to be an unsigned 64-bit integer. | |||
427 | 427 | ||
428 | 428 | ||
429 | .SH AUTHOR | 429 | .SH AUTHOR |
430 | Julian Seward, jsewardbzip.org. | 430 | Julian Seward, jseward@acm.org. |
431 | 431 | ||
432 | http://www.bzip.org | 432 | http://www.bzip.org |
433 | 433 | ||
diff --git a/bzip2.1.preformatted b/bzip2.1.preformatted index 63c33be..da67b66 100644 --- a/bzip2.1.preformatted +++ b/bzip2.1.preformatted | |||
@@ -372,7 +372,7 @@ CCAAVVEEAATTSS | |||
372 | 372 | ||
373 | 373 | ||
374 | AAUUTTHHOORR | 374 | AAUUTTHHOORR |
375 | Julian Seward, jsewardbzip.org. | 375 | Julian Seward, jseward@acm.org. |
376 | 376 | ||
377 | http://www.bzip.org | 377 | http://www.bzip.org |
378 | 378 | ||
@@ -8,7 +8,7 @@ | |||
8 | lossless, block-sorting data compression. | 8 | lossless, block-sorting data compression. |
9 | 9 | ||
10 | bzip2/libbzip2 version 1.0.6 of 6 September 2010 | 10 | bzip2/libbzip2 version 1.0.6 of 6 September 2010 |
11 | Copyright (C) 1996-2010 Julian Seward <jseward@bzip.org> | 11 | Copyright (C) 1996-2010 Julian Seward <jseward@acm.org> |
12 | 12 | ||
13 | Please read the WARNING, DISCLAIMER and PATENTS sections in the | 13 | Please read the WARNING, DISCLAIMER and PATENTS sections in the |
14 | README file. | 14 | README file. |
@@ -749,7 +749,7 @@ void panic ( const Char* s ) | |||
749 | "\n%s: PANIC -- internal consistency error:\n" | 749 | "\n%s: PANIC -- internal consistency error:\n" |
750 | "\t%s\n" | 750 | "\t%s\n" |
751 | "\tThis is a BUG. Please report it to me at:\n" | 751 | "\tThis is a BUG. Please report it to me at:\n" |
752 | "\tjseward@bzip.org\n", | 752 | "\tjseward@acm.org\n", |
753 | progName, s ); | 753 | progName, s ); |
754 | showFileNames(); | 754 | showFileNames(); |
755 | cleanUpAndFail( 3 ); | 755 | cleanUpAndFail( 3 ); |
@@ -829,7 +829,7 @@ void mySIGSEGVorSIGBUScatcher ( IntNative n ) | |||
829 | " The user's manual, Section 4.3, has more info on (1) and (2).\n" | 829 | " The user's manual, Section 4.3, has more info on (1) and (2).\n" |
830 | " \n" | 830 | " \n" |
831 | " If you suspect this is a bug in bzip2, or are unsure about (1)\n" | 831 | " If you suspect this is a bug in bzip2, or are unsure about (1)\n" |
832 | " or (2), feel free to report it to me at: jseward@bzip.org.\n" | 832 | " or (2), feel free to report it to me at: jseward@acm.org.\n" |
833 | " Section 4.3 of the user's manual describes the info a useful\n" | 833 | " Section 4.3 of the user's manual describes the info a useful\n" |
834 | " bug report should have. If the manual is available on your\n" | 834 | " bug report should have. If the manual is available on your\n" |
835 | " system, please try and read it before mailing me. If you don't\n" | 835 | " system, please try and read it before mailing me. If you don't\n" |
@@ -852,7 +852,7 @@ void mySIGSEGVorSIGBUScatcher ( IntNative n ) | |||
852 | " The user's manual, Section 4.3, has more info on (2) and (3).\n" | 852 | " The user's manual, Section 4.3, has more info on (2) and (3).\n" |
853 | " \n" | 853 | " \n" |
854 | " If you suspect this is a bug in bzip2, or are unsure about (2)\n" | 854 | " If you suspect this is a bug in bzip2, or are unsure about (2)\n" |
855 | " or (3), feel free to report it to me at: jseward@bzip.org.\n" | 855 | " or (3), feel free to report it to me at: jseward@acm.org.\n" |
856 | " Section 4.3 of the user's manual describes the info a useful\n" | 856 | " Section 4.3 of the user's manual describes the info a useful\n" |
857 | " bug report should have. If the manual is available on your\n" | 857 | " bug report should have. If the manual is available on your\n" |
858 | " system, please try and read it before mailing me. If you don't\n" | 858 | " system, please try and read it before mailing me. If you don't\n" |
@@ -367,7 +367,7 @@ CAVEATS | |||
367 | 367 | ||
368 | 368 | ||
369 | AUTHOR | 369 | AUTHOR |
370 | Julian Seward, jsewardbzip.org. | 370 | Julian Seward, jseward@acm.org |
371 | 371 | ||
372 | http://www.bzip.org | 372 | http://www.bzip.org |
373 | 373 | ||
diff --git a/bzip2recover.c b/bzip2recover.c index f9de049..06ac1f5 100644 --- a/bzip2recover.c +++ b/bzip2recover.c | |||
@@ -8,7 +8,7 @@ | |||
8 | lossless, block-sorting data compression. | 8 | lossless, block-sorting data compression. |
9 | 9 | ||
10 | bzip2/libbzip2 version 1.0.6 of 6 September 2010 | 10 | bzip2/libbzip2 version 1.0.6 of 6 September 2010 |
11 | Copyright (C) 1996-2010 Julian Seward <jseward@bzip.org> | 11 | Copyright (C) 1996-2010 Julian Seward <jseward@acm.org> |
12 | 12 | ||
13 | Please read the WARNING, DISCLAIMER and PATENTS sections in the | 13 | Please read the WARNING, DISCLAIMER and PATENTS sections in the |
14 | README file. | 14 | README file. |
@@ -9,7 +9,7 @@ | |||
9 | lossless, block-sorting data compression. | 9 | lossless, block-sorting data compression. |
10 | 10 | ||
11 | bzip2/libbzip2 version 1.0.6 of 6 September 2010 | 11 | bzip2/libbzip2 version 1.0.6 of 6 September 2010 |
12 | Copyright (C) 1996-2010 Julian Seward <jseward@bzip.org> | 12 | Copyright (C) 1996-2010 Julian Seward <jseward@acm.org> |
13 | 13 | ||
14 | Please read the WARNING, DISCLAIMER and PATENTS sections in the | 14 | Please read the WARNING, DISCLAIMER and PATENTS sections in the |
15 | README file. | 15 | README file. |
@@ -43,7 +43,7 @@ void BZ2_bz__AssertH__fail ( int errcode ) | |||
43 | fprintf(stderr, | 43 | fprintf(stderr, |
44 | "\n\nbzip2/libbzip2: internal error number %d.\n" | 44 | "\n\nbzip2/libbzip2: internal error number %d.\n" |
45 | "This is a bug in bzip2/libbzip2, %s.\n" | 45 | "This is a bug in bzip2/libbzip2, %s.\n" |
46 | "Please report it to me at: jseward@bzip.org. If this happened\n" | 46 | "Please report it to me at: jseward@acm.org. If this happened\n" |
47 | "when you were using some program which uses libbzip2 as a\n" | 47 | "when you were using some program which uses libbzip2 as a\n" |
48 | "component, you should also report this bug to the author(s)\n" | 48 | "component, you should also report this bug to the author(s)\n" |
49 | "of that program. Please make an effort to report this bug;\n" | 49 | "of that program. Please make an effort to report this bug;\n" |
@@ -9,7 +9,7 @@ | |||
9 | lossless, block-sorting data compression. | 9 | lossless, block-sorting data compression. |
10 | 10 | ||
11 | bzip2/libbzip2 version 1.0.6 of 6 September 2010 | 11 | bzip2/libbzip2 version 1.0.6 of 6 September 2010 |
12 | Copyright (C) 1996-2010 Julian Seward <jseward@bzip.org> | 12 | Copyright (C) 1996-2010 Julian Seward <jseward@acm.org> |
13 | 13 | ||
14 | Please read the WARNING, DISCLAIMER and PATENTS sections in the | 14 | Please read the WARNING, DISCLAIMER and PATENTS sections in the |
15 | README file. | 15 | README file. |
diff --git a/bzlib_private.h b/bzlib_private.h index 5d0217f..06ee0b4 100644 --- a/bzlib_private.h +++ b/bzlib_private.h | |||
@@ -9,7 +9,7 @@ | |||
9 | lossless, block-sorting data compression. | 9 | lossless, block-sorting data compression. |
10 | 10 | ||
11 | bzip2/libbzip2 version 1.0.6 of 6 September 2010 | 11 | bzip2/libbzip2 version 1.0.6 of 6 September 2010 |
12 | Copyright (C) 1996-2010 Julian Seward <jseward@bzip.org> | 12 | Copyright (C) 1996-2010 Julian Seward <jseward@acm.org> |
13 | 13 | ||
14 | Please read the WARNING, DISCLAIMER and PATENTS sections in the | 14 | Please read the WARNING, DISCLAIMER and PATENTS sections in the |
15 | README file. | 15 | README file. |
@@ -9,7 +9,7 @@ | |||
9 | lossless, block-sorting data compression. | 9 | lossless, block-sorting data compression. |
10 | 10 | ||
11 | bzip2/libbzip2 version 1.0.6 of 6 September 2010 | 11 | bzip2/libbzip2 version 1.0.6 of 6 September 2010 |
12 | Copyright (C) 1996-2010 Julian Seward <jseward@bzip.org> | 12 | Copyright (C) 1996-2010 Julian Seward <jseward@acm.org> |
13 | 13 | ||
14 | Please read the WARNING, DISCLAIMER and PATENTS sections in the | 14 | Please read the WARNING, DISCLAIMER and PATENTS sections in the |
15 | README file. | 15 | README file. |
@@ -9,7 +9,7 @@ | |||
9 | lossless, block-sorting data compression. | 9 | lossless, block-sorting data compression. |
10 | 10 | ||
11 | bzip2/libbzip2 version 1.0.6 of 6 September 2010 | 11 | bzip2/libbzip2 version 1.0.6 of 6 September 2010 |
12 | Copyright (C) 1996-2010 Julian Seward <jseward@bzip.org> | 12 | Copyright (C) 1996-2010 Julian Seward <jseward@acm.org> |
13 | 13 | ||
14 | Please read the WARNING, DISCLAIMER and PATENTS sections in the | 14 | Please read the WARNING, DISCLAIMER and PATENTS sections in the |
15 | README file. | 15 | README file. |
diff --git a/decompress.c b/decompress.c index 311f566..ab6a624 100644 --- a/decompress.c +++ b/decompress.c | |||
@@ -9,7 +9,7 @@ | |||
9 | lossless, block-sorting data compression. | 9 | lossless, block-sorting data compression. |
10 | 10 | ||
11 | bzip2/libbzip2 version 1.0.6 of 6 September 2010 | 11 | bzip2/libbzip2 version 1.0.6 of 6 September 2010 |
12 | Copyright (C) 1996-2010 Julian Seward <jseward@bzip.org> | 12 | Copyright (C) 1996-2010 Julian Seward <jseward@acm.org> |
13 | 13 | ||
14 | Please read the WARNING, DISCLAIMER and PATENTS sections in the | 14 | Please read the WARNING, DISCLAIMER and PATENTS sections in the |
15 | README file. | 15 | README file. |
diff --git a/entities.xml b/entities.xml index 4b28f34..808a96a 100644 --- a/entities.xml +++ b/entities.xml | |||
@@ -1,6 +1,6 @@ | |||
1 | <!-- misc. strings --> | 1 | <!-- misc. strings --> |
2 | <!ENTITY bz-url "http://www.bzip.org"> | 2 | <!ENTITY bz-url "http://www.bzip.org"> |
3 | <!ENTITY bz-email "jseward@bzip.org"> | 3 | <!ENTITY bz-email "jseward@acm.org"> |
4 | <!ENTITY bz-lifespan "1996-2010"> | 4 | <!ENTITY bz-lifespan "1996-2010"> |
5 | 5 | ||
6 | <!ENTITY bz-version "1.0.6"> | 6 | <!ENTITY bz-version "1.0.6"> |
@@ -5,7 +5,7 @@ | |||
5 | # lossless, block-sorting data compression. | 5 | # lossless, block-sorting data compression. |
6 | # | 6 | # |
7 | # bzip2/libbzip2 version 1.0.6 of 6 September 2010 | 7 | # bzip2/libbzip2 version 1.0.6 of 6 September 2010 |
8 | # Copyright (C) 1996-2010 Julian Seward <jseward@bzip.org> | 8 | # Copyright (C) 1996-2010 Julian Seward <jseward@acm.org> |
9 | # | 9 | # |
10 | # Please read the WARNING, DISCLAIMER and PATENTS sections in the | 10 | # Please read the WARNING, DISCLAIMER and PATENTS sections in the |
11 | # README file. | 11 | # README file. |
@@ -9,7 +9,7 @@ | |||
9 | lossless, block-sorting data compression. | 9 | lossless, block-sorting data compression. |
10 | 10 | ||
11 | bzip2/libbzip2 version 1.0.6 of 6 September 2010 | 11 | bzip2/libbzip2 version 1.0.6 of 6 September 2010 |
12 | Copyright (C) 1996-2010 Julian Seward <jseward@bzip.org> | 12 | Copyright (C) 1996-2010 Julian Seward <jseward@acm.org> |
13 | 13 | ||
14 | Please read the WARNING, DISCLAIMER and PATENTS sections in the | 14 | Please read the WARNING, DISCLAIMER and PATENTS sections in the |
15 | README file. | 15 | README file. |
@@ -10,7 +10,7 @@ | |||
10 | lossless, block-sorting data compression. | 10 | lossless, block-sorting data compression. |
11 | 11 | ||
12 | bzip2/libbzip2 version 1.0.6 of 6 September 2010 | 12 | bzip2/libbzip2 version 1.0.6 of 6 September 2010 |
13 | Copyright (C) 1996-2010 Julian Seward <jseward@bzip.org> | 13 | Copyright (C) 1996-2010 Julian Seward <jseward@acm.org> |
14 | 14 | ||
15 | Please read the WARNING, DISCLAIMER and PATENTS sections in the | 15 | Please read the WARNING, DISCLAIMER and PATENTS sections in the |
16 | README file. | 16 | README file. |
diff --git a/randtable.c b/randtable.c index 6d62459..35b29e1 100644 --- a/randtable.c +++ b/randtable.c | |||
@@ -9,7 +9,7 @@ | |||
9 | lossless, block-sorting data compression. | 9 | lossless, block-sorting data compression. |
10 | 10 | ||
11 | bzip2/libbzip2 version 1.0.6 of 6 September 2010 | 11 | bzip2/libbzip2 version 1.0.6 of 6 September 2010 |
12 | Copyright (C) 1996-2010 Julian Seward <jseward@bzip.org> | 12 | Copyright (C) 1996-2010 Julian Seward <jseward@acm.org> |
13 | 13 | ||
14 | Please read the WARNING, DISCLAIMER and PATENTS sections in the | 14 | Please read the WARNING, DISCLAIMER and PATENTS sections in the |
15 | README file. | 15 | README file. |
@@ -14,7 +14,7 @@ | |||
14 | lossless, block-sorting data compression. | 14 | lossless, block-sorting data compression. |
15 | 15 | ||
16 | bzip2/libbzip2 version 1.0.6 of 6 September 2010 | 16 | bzip2/libbzip2 version 1.0.6 of 6 September 2010 |
17 | Copyright (C) 1996-2010 Julian Seward <jseward@bzip.org> | 17 | Copyright (C) 1996-2010 Julian Seward <jseward@acm.org> |
18 | 18 | ||
19 | Please read the WARNING, DISCLAIMER and PATENTS sections in the | 19 | Please read the WARNING, DISCLAIMER and PATENTS sections in the |
20 | README file. | 20 | README file. |
@@ -18,7 +18,7 @@ | |||
18 | lossless, block-sorting data compression. | 18 | lossless, block-sorting data compression. |
19 | 19 | ||
20 | bzip2/libbzip2 version 1.0.6 of 6 September 2010 | 20 | bzip2/libbzip2 version 1.0.6 of 6 September 2010 |
21 | Copyright (C) 1996-2010 Julian Seward <jseward@bzip.org> | 21 | Copyright (C) 1996-2010 Julian Seward <jseward@acm.org> |
22 | 22 | ||
23 | Please read the WARNING, DISCLAIMER and PATENTS sections in the | 23 | Please read the WARNING, DISCLAIMER and PATENTS sections in the |
24 | README file. | 24 | README file. |
@@ -1,5 +1,5 @@ | |||
1 | 1 | ||
2 | Checking test results. If any of the four "cmp"s which follow | 2 | Checking test results. If any of the four "cmp"s which follow |
3 | report any differences, something is wrong. If you can't easily | 3 | report any differences, something is wrong. If you can't easily |
4 | figure out what, please let me know (jseward@bzip.org). | 4 | figure out what, please let me know (jseward@acm.org). |
5 | 5 | ||
@@ -6,7 +6,7 @@ | |||
6 | # lossless, block-sorting data compression. | 6 | # lossless, block-sorting data compression. |
7 | # | 7 | # |
8 | # bzip2/libbzip2 version 1.0.6 of 6 September 2010 | 8 | # bzip2/libbzip2 version 1.0.6 of 6 September 2010 |
9 | # Copyright (C) 1996-2010 Julian Seward <jseward@bzip.org> | 9 | # Copyright (C) 1996-2010 Julian Seward <jseward@acm.org> |
10 | # | 10 | # |
11 | # Please read the WARNING, DISCLAIMER and PATENTS sections in the | 11 | # Please read the WARNING, DISCLAIMER and PATENTS sections in the |
12 | # README file. | 12 | # README file. |