/******************************************************************************
 *  The Elm (ME+) Mail System  -  $Revision: 1.2 $   $State: Exp $
 *
 *  Author: Kari Hurtta <hurtta+elm@posti.FMI.FI>
 *      or  Kari Hurtta <elm@elmme-mailer.org>
 ******************************************************************************
 * Based on code of elmutil.h
 *
 * That code was following copyright:
 *
 ******************************************************************************
 *  The Elm Mail System 
 *
 * 			Copyright (c) 1988-1992 USENET Community Trust
 * 			Copyright (c) 1986,1987 Dave Taylor
 *****************************************************************************/

#include "patchlevel.h"

/******** static character string containing the version number  *******/

static char ident[] = { WHAT_STRING };

/******** and another string for the copyright notice            ********/

static char copyright[] = { 
		"@(#)          (C) Copyright 1986,1987, Dave Taylor\n@(#)\n\
@(#)          (C) Copyright 1988-1992, The Usenet Community Trust\n\
@(#)          (C) Copyright 1996-2006, Kari Hurtta\n" };

/******** global variables accessable by all pieces of the program *******/

char version_buff[NLEN] = {0};       /* version buffer */



syntax highlighted by Code2HTML, v. 0.9.1