1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
#define VERSION "\
v3.23pre 2001/09/13\n\
Copyright (c) 1990-2001, Stephen R. van den Berg\t<srb@cuci.nl>\n\
Copyright (c) 1997-2001, Philip A. Guenther\t\t<guenther@sendmail.com>\n\
\n\
Submit questions/answers to the procmail-related mailinglist by sending to:\n\
\t<procmail-users@procmail.org>\n\
\n\
And of course, subscription and information requests for this list to:\n\
\t<procmail-users-request@procmail.org>\n"
/* If the formatting or number of newlines of VERSION substantially changes,
src/autoconf and src/manconf.c need to be changed as well. And yes,
there is supposed to be a leading space */
|