diff options
Diffstat (limited to 'src/libnml/nml/nmlmsg.hh')
-rw-r--r-- | src/libnml/nml/nmlmsg.hh | 25 |
1 files changed, 16 insertions, 9 deletions
diff --git a/src/libnml/nml/nmlmsg.hh b/src/libnml/nml/nmlmsg.hh index 13df35433..562fe0a32 100644 --- a/src/libnml/nml/nmlmsg.hh +++ b/src/libnml/nml/nmlmsg.hh @@ -1,16 +1,23 @@ -/************************************************************************* -* File: nmlmsg.hh * -* Authors: Fred Proctor, Will Shackleford * -* Purpose: C++ Header file for the Neutral Manufacturing Language (NML). * -* Includes: * -* 1. NMLmsg Class. * -* 2. NMLTYPE typedef. * -*************************************************************************/ +/******************************************************************** +* Description: nmlmsg.hh +* +* Derived from a work by Fred Proctor & Will Shackleford +* +* Author: +* License: GPL Version 2 +* System: Linux +* +* Copyright (c) 2004 All rights reserved. +* +* Last change: +* $Revision$ +* $Author$ +* $Date$ +********************************************************************/ #ifndef NMLMSG_HH #define NMLMSG_HH -/* Include Files */ #ifdef __cplusplus extern "C" { #endif |