From: Carsten Niehaus Date: Sun, 19 Nov 2006 09:56:50 +0000 (+0000) Subject: * Fix Copyright header stuff X-Git-Tag: v3.80.3~105 X-Git-Url: https://git.rmz.fi/?a=commitdiff_plain;h=9c707657174560cb9f8b8b2ac9793280172f2562;p=libqmvoc.git * Fix Copyright header stuff svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=606098 --- 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"