# HG changeset patch # User koda # Date 1350962504 -7200 # Node ID 3c21da93db9f3cbcb7cfbfe37df72c50645f3217 # Parent 5e7bdcc8cff367d8e6a458b6e7555a41a0eb17ee add standard copyright header diff -r 5e7bdcc8cff3 -r 3c21da93db9f QTfrontend/ui/widget/qpushbuttonwithsound.cpp --- 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 + * + * 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 #include diff -r 5e7bdcc8cff3 -r 3c21da93db9f QTfrontend/ui/widget/qpushbuttonwithsound.h --- 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 + * + * 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