]> Git trees. - libqmvoc.git/commitdiff
Change headers of each file in kdeeduplot to reflect license change
authorJason Harris <kstars@30doradus.org>
Mon, 26 Mar 2007 18:48:00 +0000 (18:48 +0000)
committerJason Harris <kstars@30doradus.org>
Mon, 26 Mar 2007 18:48:00 +0000 (18:48 +0000)
(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

kdeeduplot/kplotaxis.cpp
kdeeduplot/kplotaxis.h
kdeeduplot/kplotobject.cpp
kdeeduplot/kplotobject.h
kdeeduplot/kplotwidget.cpp
kdeeduplot/kplotwidget.h
kdeeduplot/libkdeedu_plot_export.h

index 65353fa171b6fdc4b05c516afd6a7edda3b1d410..62e146afe6bb5db1cf587f57ce2f3a2bedad904e 100644 (file)
@@ -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 <Andreas.Nicolai@gmx.net>
+
+    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 <math.h> //for log10(), pow(), modf()
 #include <kdebug.h>
index 425b5a578ae6398bbb225b6a7f15403d10d73e7f..5147238c034b2722b750cd1b4b6dfeb62a02da60 100644 (file)
@@ -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 <Andreas.Nicolai@gmx.net>
+
+    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
index 5426dd9be64c81a7eee107e6e13b06ad08a39e3a..420d60b9b81f469c63aa5eb08952945237cc6b8e 100644 (file)
@@ -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 <kstars@30doradus.org>
+
+    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 <QtAlgorithms>
 #include <QPainter>
index 645223b54d21f8a362ca1a6d66c3e17fbc48b204..e354d8c738c135e552dd93c0edad5f14edcd1af4 100644 (file)
@@ -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 <kstars@30doradus.org>
+
+    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
index fca3249d63e7acf7a6bf8e213bbe87f15f62c01e..60bfe5202fe8fe63a16f7db1dcbb76dc54d6e7b4 100644 (file)
@@ -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 <kstars@30doradus.org>
+
+    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 <math.h>
 #include <kdebug.h>
index a130ed4accb8a7b3b3e5f396e14434e8b1429c3d..17b4a3be692dfe61f88ce331a75942a20e85aabf 100644 (file)
@@ -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 <kstars@30doradus.org>
+
+    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
index 28734747b56a95391d9b91626b95cf91fcc0f2ba..28add470088c50372dddc1aab9f9cb5ba96ac3a0 100644 (file)
@@ -1,5 +1,5 @@
-/*
-    This file is part of libkdeedu.
+/*  -*- C++ -*-
+    This file is part of the KDE libraries
     Copyright (c) 2006 Pino Toscano <toscano.pino@tiscali.it>
 
     This library is free software; you can redistribute it and/or