]> Git trees. - libqmvoc.git/commitdiff
Change copyright
authorCarsten Niehaus <cniehaus@gmx.de>
Mon, 11 Jul 2005 12:22:42 +0000 (12:22 +0000)
committerCarsten Niehaus <cniehaus@gmx.de>
Mon, 11 Jul 2005 12:22:42 +0000 (12:22 +0000)
Add copyright
remove exportdialog

svn path=/trunk/KDE/kdeedu/kalzium/src/spectrum.h; revision=433683

kalzium/src/spectrum.cpp
kalzium/src/spectrum.h

index 188e1401c75c0ff11acf23edc76166d324a4ff9f..346d567cca050e8054e67cf6448bfecc0ce7885a 100644 (file)
@@ -1,3 +1,22 @@
+/***************************************************************************
+ *   Copyright (C) 2003-2005 by Carsten Niehaus                            *
+ *   cniehaus@kde.org                                                      *
+ *                                                                         *
+ *   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.             *
+ ***************************************************************************/
 #include "spectrum.h"
 
 SpectrumWidget::SpectrumWidget( QWidget* parent, const char* name )
@@ -36,3 +55,5 @@ QColor SpectrumWidget::linecolor( double spectrum )
        QColor c( 128,128,128 );
        return c;
 }
+
+#include "spectrum.moc"
index bc18e9f65609646193f5074e2980a9ab29d1640d..d616016c6e3ce7abc3736bc4fe508b49c3325150 100644 (file)
@@ -1,3 +1,23 @@
+/***************************************************************************
+ *   Copyright (C) 2003-2005 by Carsten Niehaus                            *
+ *   cniehaus@kde.org                                                      *
+ *                                                                         *
+ *   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.             *
+ ***************************************************************************/
+
 #include <qwidget.h>
 #include <qcolor.h>
 #include <qpainter.h>