Changeset 1627:ec9c5b294199 for base64.c

Show
Ignore:
Timestamp:
2000-03-13 23:43:47 (9 years ago)
Author:
Thomas Roessler <roessler@…>
Branch:
HEAD
Message:

Add the original fetchmail copyright notice.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • base64.c

    r1601 r1627  
    1414 *     You should have received a copy of the GNU General Public 
    1515 *     License along with this program; if not, write to the Free 
    16  *     Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA. 
     16 *     Software Foundation, Inc., 59 Temple Place - Suite 330,  
     17 *     Boston, MA  02111, USA. 
     18 *  
    1719 */ 
    1820 
    19 /* Base64 handling elsewhere in mutt should be modified to call these 
    20  * routines. These routines were written because IMAP's AUTHENTICATE 
    21  * protocol required them, and base64 handling elsewhere wasn't  
    22  * sufficiently generic. */ 
     21/*  
     22 * Base64 handling elsewhere in mutt should be modified to call 
     23 * these routines. These routines were written because IMAP's 
     24 * AUTHENTICATE protocol required them, and base64 handling 
     25 * elsewhere wasn't sufficiently generic. 
     26 *  
     27 */ 
    2328 
    24 /* This code is heavily modified from fetchmail (also GPL'd, of course) */ 
     29/*  
     30 * This code is heavily modified from fetchmail (also GPL'd, of 
     31 * course) by Brendan Cully <brendan@kublai.com>. 
     32 *  
     33 * Original copyright notice: 
     34 *  
     35 * The code in the fetchmail distribution is Copyright 1997 by Eric 
     36 * S. Raymond.  Portions are also copyrighted by Carl Harris, 1993 
     37 * and 1995.  Copyright retained for the purpose of protecting free 
     38 * redistribution of source.  
     39 *  
     40 */ 
    2541 
    2642#include "mutt.h"