GPL headers added
authordisplacer
Wed, 21 Feb 2007 23:16:54 +0000
changeset 480 09434d6c3865
parent 479 d216332610ef
child 481 44ceded179a4
GPL headers added
QTfrontend/chatwidget.cpp
QTfrontend/chatwidget.h
--- a/QTfrontend/chatwidget.cpp	Wed Feb 21 23:10:24 2007 +0000
+++ b/QTfrontend/chatwidget.cpp	Wed Feb 21 23:16:54 2007 +0000
@@ -1,3 +1,21 @@
+/*
+ * Hedgewars, a worms-like game
+ * Copyright (c) 2006 Igor Ulyanov <iulyanov@gmail.com>
+ *
+ * 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; version 2 of the License
+ *
+ * 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
+ */
+
 #include <QListWidget>
 #include <QLineEdit>
 
--- a/QTfrontend/chatwidget.h	Wed Feb 21 23:10:24 2007 +0000
+++ b/QTfrontend/chatwidget.h	Wed Feb 21 23:16:54 2007 +0000
@@ -1,3 +1,21 @@
+/*
+ * Hedgewars, a worms-like game
+ * Copyright (c) 2006 Igor Ulyanov <iulyanov@gmail.com>
+ *
+ * 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; version 2 of the License
+ *
+ * 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
+ */
+
 #ifndef _CHAT_WIDGET_INCLUDED
 #define _CHAT_WIDGET_INCLUDED