Added a reference to the GPL
[gnucomo.git] / src / gcm_input / message.h
index bfe5193..baba95d 100644 (file)
@@ -1,12 +1,14 @@
 
 /**************************************************************************
 **  (c) Copyright 2002, Andromeda Technology & Automation
+** This is free software; you can redistribute it and/or modify it under the
+** terms of the GNU General Public License, see the file COPYING.
 ***************************************************************************
 ** MODULE INFORMATION *
 ***********************
 **      FILE NAME      : message.h
 **      SYSTEM NAME    : 
-**      VERSION NUMBER : $Revision: 1.2 $
+**      VERSION NUMBER : $Revision: 1.3 $
 **
 **  DESCRIPTION      :  Classes to for handling client messages
 **
 
 /*****************************
    $Log: message.h,v $
-   Revision 1.2  2002-11-04 10:13:36  arjen
+   Revision 1.3  2002-11-09 08:04:27  arjen
+   Added a reference to the GPL
+
+   Revision 1.2  2002/11/04 10:13:36  arjen
    Use proper namespace for iostream classes
 
    Revision 1.1  2002/10/05 10:25:49  arjen
@@ -32,7 +37,7 @@
 
 *****************************/
 
-/* static const char *RCSID = "$Id: message.h,v 1.2 2002-11-04 10:13:36 arjen Exp $"; */
+/* static const char *RCSID = "$Id: message.h,v 1.3 2002-11-09 08:04:27 arjen Exp $"; */
 
 #include <iostream>
 #include <list>