Commit e6f625bb6d4fb3b8d7ceb89893ee194f7cddf669
- Diff rendering mode:
- inline
- side by side
COPYING
(4 / 0)
|   | |||
| 5 | 5 | Copyright (C) 2005 - 2006, 2010 Sunil Shetye | |
| 6 | 6 | Copyright (C) 2005 - 2010 Matthias Andree | |
| 7 | 7 | ||
| 8 | If 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 | |||
| 8 | 12 | Some older portions not explicitly mentioned above are copyrighted by | |
| 9 | 13 | Carl E. Harris, George M. Sipe, Graham Wilson, Matthias Andree and Sunil Shetye. | |
| 10 | 14 |
fetchmail.c
(4 / 0)
|   | |||
| 143 | 143 | fprintf(fp, GT_("Fetchmail comes with ABSOLUTELY NO WARRANTY. This is free software, and you\n" | |
| 144 | 144 | "are welcome to redistribute it under certain conditions. For details,\n" | |
| 145 | 145 | "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 | ||
| 146 | 150 | } | |
| 147 | 151 | ||
| 148 | 152 | const char *iana_charset; |

