Commit e6f625bb6d4fb3b8d7ceb89893ee194f7cddf669

Add OpenSSL acknowledgment.
COPYING
(4 / 0)
  
55Copyright (C) 2005 - 2006, 2010 Sunil Shetye
66Copyright (C) 2005 - 2010 Matthias Andree
77
8If enabled at configure/compile time, the following clause applies:
9| This product includes software developed by the OpenSSL Project
10| for use in the OpenSSL Toolkit. (http://www.openssl.org/)
11
812Some older portions not explicitly mentioned above are copyrighted by
913Carl E. Harris, George M. Sipe, Graham Wilson, Matthias Andree and Sunil Shetye.
1014
  
143143 fprintf(fp, GT_("Fetchmail comes with ABSOLUTELY NO WARRANTY. This is free software, and you\n"
144144 "are welcome to redistribute it under certain conditions. For details,\n"
145145 "please see the file COPYING in the source or documentation directory.\n"));
146#ifdef SSL_ENABLE
147 /* Do not translate this */
148 fprintf(fp, "This product includes software developed by the OpenSSL Project\nfor use in the OpenSSL Toolkit. (http://www.openssl.org/)\n");
149#endif
146150}
147151
148152const char *iana_charset;