diff options
author | Mark Wielaard <mark@klomp.org> | 2019-03-30 22:56:16 +0100 |
---|---|---|
committer | Mark Wielaard <mark@klomp.org> | 2019-03-30 22:56:16 +0100 |
commit | 5b923861db7bdd0560f3ecbc8be6e91e830066eb (patch) | |
tree | b9c420c2c85db08a040c9e96a9fa130cbf85416a /bzip2.c | |
parent | 962d60610cb31e0f294a834e55ebb355be55d05a (diff) | |
download | bzip2-5b923861db7bdd0560f3ecbc8be6e91e830066eb.tar.gz bzip2-5b923861db7bdd0560f3ecbc8be6e91e830066eb.tar.bz2 bzip2-5b923861db7bdd0560f3ecbc8be6e91e830066eb.zip |
Change Julian's email address to jseward@acm.org
Diffstat (limited to 'bzip2.c')
-rw-r--r-- | bzip2.c | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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" |