From 9c707657174560cb9f8b8b2ac9793280172f2562 Mon Sep 17 00:00:00 2001 From: Carsten Niehaus Date: Sun, 19 Nov 2006 09:56:50 +0000 Subject: [PATCH] * Fix Copyright header stuff svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=606098 --- kdeeduui/kdeeduglossary.cpp | 11 ++++++++++- libscience/isotope.cpp | 3 +-- libscience/xmlreadingtest.cpp | 19 ++++++++++++++++++- 3 files changed, 29 insertions(+), 4 deletions(-) diff --git a/kdeeduui/kdeeduglossary.cpp b/kdeeduui/kdeeduglossary.cpp index 0b991fa..66c008a 100644 --- a/kdeeduui/kdeeduglossary.cpp +++ b/kdeeduui/kdeeduglossary.cpp @@ -1,12 +1,21 @@ /*************************************************************************** + * Copyright (C) 2005, 2006 by Carsten Niehaus * * * * 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., * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ - #include "kdeeduglossary.h" #include diff --git a/libscience/isotope.cpp b/libscience/isotope.cpp index 1d16288..865246c 100644 --- a/libscience/isotope.cpp +++ b/libscience/isotope.cpp @@ -1,6 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005 by Carsten Niehaus * - * cniehaus@kde.org * + * Copyright (C) 2005 by Carsten Niehaus * * * * 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 * diff --git a/libscience/xmlreadingtest.cpp b/libscience/xmlreadingtest.cpp index 4d05392..93dea5d 100644 --- a/libscience/xmlreadingtest.cpp +++ b/libscience/xmlreadingtest.cpp @@ -1,4 +1,21 @@ -/* Sample parsing with QT's SAX2 by Riku Leino */ +/*************************************************************************** + * Copyright (C) 2005, 2006 by Carsten Niehaus * + * * + * 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., * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * + ***************************************************************************/ #include "elementparser.h" #include "element.h" -- 2.47.3