From: Carsten Niehaus Date: Mon, 11 Jul 2005 12:22:42 +0000 (+0000) Subject: Change copyright X-Git-Tag: v3.80.2~300^2~95 X-Git-Url: https://git.rmz.fi/?a=commitdiff_plain;h=b3dabde407c184c909523390bbe15056c9f2fa6d;p=libqmvoc.git Change copyright Add copyright remove exportdialog svn path=/trunk/KDE/kdeedu/kalzium/src/spectrum.h; revision=433683 --- diff --git a/kalzium/src/spectrum.cpp b/kalzium/src/spectrum.cpp index 188e140..346d567 100644 --- a/kalzium/src/spectrum.cpp +++ b/kalzium/src/spectrum.cpp @@ -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" diff --git a/kalzium/src/spectrum.h b/kalzium/src/spectrum.h index bc18e9f..d616016 100644 --- a/kalzium/src/spectrum.h +++ b/kalzium/src/spectrum.h @@ -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 #include #include