add standard copyright header
authorkoda
Tue, 23 Oct 2012 05:21:44 +0200
changeset 7793 3c21da93db9f
parent 7792 5e7bdcc8cff3
child 7794 ab7b94c03bc9
add standard copyright header
QTfrontend/ui/widget/qpushbuttonwithsound.cpp
QTfrontend/ui/widget/qpushbuttonwithsound.h
--- a/QTfrontend/ui/widget/qpushbuttonwithsound.cpp	Tue Oct 23 04:40:13 2012 +0200
+++ b/QTfrontend/ui/widget/qpushbuttonwithsound.cpp	Tue Oct 23 05:21:44 2012 +0200
@@ -1,3 +1,21 @@
+/*
+ * Hedgewars, a free turn based strategy game
+ * Copyright (c) 2004-2012 Andrey Korotaev <unC0Rr@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 <QMessageBox>
 #include <QDir>
 
--- a/QTfrontend/ui/widget/qpushbuttonwithsound.h	Tue Oct 23 04:40:13 2012 +0200
+++ b/QTfrontend/ui/widget/qpushbuttonwithsound.h	Tue Oct 23 05:21:44 2012 +0200
@@ -1,3 +1,21 @@
+/*
+ * Hedgewars, a free turn based strategy game
+ * Copyright (c) 2004-2012 Andrey Korotaev <unC0Rr@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 QPUSHBUTTONWITHSOUND_H
 #define QPUSHBUTTONWITHSOUND_H