Files
mercury/bytecode/template.c
Fergus Henderson 04b720630b Update the copyright messages so that (a) they contain the correct years
and (b) they say "Copyright (C) ... _The_ University of Melbourne".
1997-07-27 15:09:59 +00:00

22 lines
458 B
C

/*
** Copyright (C) 1997 The University of Melbourne.
** This file may only be copied under the terms of the GNU Library General
** Public License - see the file COPYING.LIB in the Mercury distribution.
**
** $Id: template.c,v 1.6 1997-07-27 14:59:30 fjh Exp $
*/
/* Imports */
#include "template.h"
/* Exported definitions */
/* Local declarations */
static char
rcs_id[] = "$Id: template.c,v 1.6 1997-07-27 14:59:30 fjh Exp $";
/* Implementation */