From: Jason Harris Date: Mon, 26 Mar 2007 18:48:00 +0000 (+0000) Subject: Change headers of each file in kdeeduplot to reflect license change X-Git-Tag: v3.90.1~22 X-Git-Url: https://git.rmz.fi/?a=commitdiff_plain;h=fe9608930c5ac230e4b6a17e41fefd4572e64c54;p=libqmvoc.git Change headers of each file in kdeeduplot to reflect license change (GPL->LGPL) as approved by all contributors, in preparation of moving this lib to kdelibs. CCMAIL: kde-edu@kde.org CCMAIL: toscano.pino@tiscali.it svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=646823 --- diff --git a/kdeeduplot/kplotaxis.cpp b/kdeeduplot/kplotaxis.cpp index 65353fa..62e146a 100644 --- a/kdeeduplot/kplotaxis.cpp +++ b/kdeeduplot/kplotaxis.cpp @@ -1,19 +1,22 @@ -/*************************************************************************** - kplotaxis.cpp - An axis for the plot widget - ------------------- - begin : 16 June 2005 - copyright : (C) 2005 by Andreas Nicolai - email : Andreas.Nicolai@gmx.net - ***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/* -*- C++ -*- + This file is part of the KDE libraries + Copyright (C) 2005 Andreas Nicolai + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This library 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 + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public License + along with this library; see the file COPYING.LIB. If not, write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. +*/ #include //for log10(), pow(), modf() #include diff --git a/kdeeduplot/kplotaxis.h b/kdeeduplot/kplotaxis.h index 425b5a5..5147238 100644 --- a/kdeeduplot/kplotaxis.h +++ b/kdeeduplot/kplotaxis.h @@ -1,19 +1,22 @@ -/*************************************************************************** - kplotaxis.h - An axis for the plot widget - ------------------- - begin : 16 June 2005 - copyright : (C) 2005 by Andreas Nicolai - email : Andreas.Nicolai@gmx.net - ***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +/* -*- C++ -*- + This file is part of the KDE libraries + Copyright (C) 2005 Andreas Nicolai + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This library 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 + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public License + along with this library; see the file COPYING.LIB. If not, write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. +*/ #ifndef KPLOTAXIS_H #define KPLOTAXIS_H diff --git a/kdeeduplot/kplotobject.cpp b/kdeeduplot/kplotobject.cpp index 5426dd9..420d60b 100644 --- a/kdeeduplot/kplotobject.cpp +++ b/kdeeduplot/kplotobject.cpp @@ -1,19 +1,22 @@ -/*************************************************************************** - kplotobject.cpp - A list of points to be plotted - ------------------- - begin : Sun 18 May 2003 - copyright : (C) 2003 by Jason Harris - email : kstars@30doradus.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. * - * * - ***************************************************************************/ +/* -*- C++ -*- + This file is part of the KDE libraries + Copyright (C) 2003 Jason Harris + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This library 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 + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public License + along with this library; see the file COPYING.LIB. If not, write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. +*/ #include #include diff --git a/kdeeduplot/kplotobject.h b/kdeeduplot/kplotobject.h index 645223b..e354d8c 100644 --- a/kdeeduplot/kplotobject.h +++ b/kdeeduplot/kplotobject.h @@ -1,19 +1,22 @@ -/*************************************************************************** - kplotobject.h - A list of points to be plotted - ------------------- - begin : Sun 18 May 2003 - copyright : (C) 2003 by Jason Harris - email : kstars@30doradus.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. * - * * - ***************************************************************************/ +/* -*- C++ -*- + This file is part of the KDE libraries + Copyright (C) 2003 Jason Harris + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This library 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 + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public License + along with this library; see the file COPYING.LIB. If not, write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. +*/ #ifndef KPLOTOBJECT_H #define KPLOTOBJECT_H diff --git a/kdeeduplot/kplotwidget.cpp b/kdeeduplot/kplotwidget.cpp index fca3249..60bfe52 100644 --- a/kdeeduplot/kplotwidget.cpp +++ b/kdeeduplot/kplotwidget.cpp @@ -1,19 +1,22 @@ -/*************************************************************************** - kplotwidget.cpp - A widget for plotting in KStars - ------------------- - begin : Sun 18 May 2003 - copyright : (C) 2003 by Jason Harris - email : kstars@30doradus.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. * - * * - ***************************************************************************/ +/* -*- C++ -*- + This file is part of the KDE libraries + Copyright (C) 2003 Jason Harris + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This library 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 + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public License + along with this library; see the file COPYING.LIB. If not, write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. +*/ #include #include diff --git a/kdeeduplot/kplotwidget.h b/kdeeduplot/kplotwidget.h index a130ed4..17b4a3b 100644 --- a/kdeeduplot/kplotwidget.h +++ b/kdeeduplot/kplotwidget.h @@ -1,19 +1,22 @@ -/*************************************************************************** - kplotwidget.h - A generic data-plotting widget - ------------------- - begin : Sun 18 May 2003 - copyright : (C) 2003 by Jason Harris - email : kstars@30doradus.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. * - * * - ***************************************************************************/ +/* -*- C++ -*- + This file is part of the KDE libraries + Copyright (C) 2003 Jason Harris + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This library 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 + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public License + along with this library; see the file COPYING.LIB. If not, write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. +*/ #ifndef KPLOTWIDGET_H #define KPLOTWIDGET_H diff --git a/kdeeduplot/libkdeedu_plot_export.h b/kdeeduplot/libkdeedu_plot_export.h index 2873474..28add47 100644 --- a/kdeeduplot/libkdeedu_plot_export.h +++ b/kdeeduplot/libkdeedu_plot_export.h @@ -1,5 +1,5 @@ -/* - This file is part of libkdeedu. +/* -*- C++ -*- + This file is part of the KDE libraries Copyright (c) 2006 Pino Toscano This library is free software; you can redistribute it and/or