aboutsummaryrefslogtreecommitdiff
path: root/bzip2.c
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2019-07-11 19:54:37 +0200
committerMark Wielaard <mark@klomp.org>2019-07-11 19:54:46 +0200
commitd50cc4b0e700f8f8285b02d28db595e805e3b627 (patch)
tree30f4f51c14f94583933cbfb651c9be657675e301 /bzip2.c
parent04e979201daffd511826ed1c196c9f5fe7d14a89 (diff)
downloadbzip2-d50cc4b0e700f8f8285b02d28db595e805e3b627.tar.gz
bzip2-d50cc4b0e700f8f8285b02d28db595e805e3b627.tar.bz2
bzip2-d50cc4b0e700f8f8285b02d28db595e805e3b627.zip
Replace project contact email with bzip2-devel@sourceware.org.
Keep Julian's email as author information, but redirect general project feedback in the code and manual to the community mailinglist.
Diffstat (limited to 'bzip2.c')
-rw-r--r--bzip2.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/bzip2.c b/bzip2.c
index 76c6c94..01a41d2 100644
--- a/bzip2.c
+++ b/bzip2.c
@@ -748,8 +748,8 @@ void panic ( const Char* s )
748 fprintf ( stderr, 748 fprintf ( stderr,
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:\n"
752 "\tjseward@acm.org\n", 752 "\tbzip2-devel@sourceware.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@acm.org.\n" 832 " or (2), feel free to report it to: bzip2-devel@sourceware.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@acm.org.\n" 855 " or (3), feel free to report it to: bzip2-devel@sourceware.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"