Update of /cvsroot/plib/plib/examples/src/net/client_server
In directory usw-pr-cvs1:/tmp/cvs-serv26203/src/net/client_server
Modified Files:
net_udp_client.cxx
Log Message:
Added copyright notices and copying permission statement
Index: net_udp_client.cxx
===================================================================
RCS file: /cvsroot/plib/plib/examples/src/net/client_server/net_udp_client.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- net_udp_client.cxx 21 Jul 2001 18:44:24 -0000 1.1
+++ net_udp_client.cxx 1 Sep 2002 12:04:51 -0000 1.2
@@ -1,3 +1,26 @@
+/*
+ PLIB - A Suite of Portable Game Libraries
+ Copyright (C) 2001 Steve Baker
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+
+ For further information visit http://plib.sourceforge.net
+
+ $Id$
+*/
+
// This is an example of a UDP client that blasts messages at a
// server.
//
|