[atlantik-cvs] CVS: kdegames/atlantik/kio_atlantik kio_atlantik.cpp, 1.5, 1.6 kio_atlantik.h, 1.3, 1.4

[email protected] Tue, 10 Feb 2004 20:54:00 +0100 (CET)
Newsgroups gmane.comp.kde.devel.atlantik
Message-ID <[email protected]>
Update of /home/kde/kdegames/atlantik/kio_atlantik
In directory office:/tmp/cvs-serv32563

Modified Files:
	kio_atlantik.cpp kio_atlantik.h 
Log Message:
fix missing copyright.. I suppose the ping-pong actually had a benefit

Index: kio_atlantik.cpp
===================================================================
RCS file: /home/kde/kdegames/atlantik/kio_atlantik/kio_atlantik.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- kio_atlantik.cpp	10 Feb 2004 19:46:35 -0000	1.5
+++ kio_atlantik.cpp	10 Feb 2004 19:53:58 -0000	1.6
@@ -1,3 +1,19 @@
+// Copyright (c) 2002-2003 Rob Kaper <[email protected]>
+//
+// This program is free software; you can redistribute it and/or
+// modify it under the terms of the GNU General Public License
+// version 2 as published by the Free Software Foundation.
+//
+// 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; see the file COPYING.  If not, write to
+// the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+// Boston, MA 02111-1307, USA.
+
 #include <stdlib.h>
 #include <qtextstream.h>
 

Index: kio_atlantik.h
===================================================================
RCS file: /home/kde/kdegames/atlantik/kio_atlantik/kio_atlantik.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- kio_atlantik.h	10 Feb 2004 19:46:35 -0000	1.3
+++ kio_atlantik.h	10 Feb 2004 19:53:58 -0000	1.4
@@ -1,3 +1,19 @@
+// Copyright (c) 2002-2003 Rob Kaper <[email protected]>
+//
+// This program is free software; you can redistribute it and/or
+// modify it under the terms of the GNU General Public License
+// version 2 as published by the Free Software Foundation.
+//
+// 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; see the file COPYING.  If not, write to
+// the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+// Boston, MA 02111-1307, USA.
+
 class AtlantikProtocol : public KIO::SlaveBase
 {
 public: