From 098bfcfa202abe9c3e50a08343834f2f758088da Mon Sep 17 00:00:00 2001 From: David Faure Date: Thu, 13 Oct 2005 12:11:20 +0000 Subject: [PATCH] LGPL svn path=/trunk/KDE/kdebase/libkonq/; revision=470237 --- lib/konq/konqmimedata.cpp | 18 ++++++++++++++++++ lib/konq/konqmimedata.h | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/lib/konq/konqmimedata.cpp b/lib/konq/konqmimedata.cpp index 9a4fbf3b88..8e15d3d1b7 100644 --- a/lib/konq/konqmimedata.cpp +++ b/lib/konq/konqmimedata.cpp @@ -1,3 +1,21 @@ +/* This file is part of the KDE projects + Copyright (C) 2005 David Faure + + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public + License version 2 as published by the Free Software Foundation. + + 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; see the file COPYING. If not, write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. +*/ + #include "konqmimedata.h" #include #include diff --git a/lib/konq/konqmimedata.h b/lib/konq/konqmimedata.h index d59679eeed..292d4fe4af 100644 --- a/lib/konq/konqmimedata.h +++ b/lib/konq/konqmimedata.h @@ -1,3 +1,21 @@ +/* This file is part of the KDE projects + Copyright (C) 2005 David Faure + + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public + License version 2 as published by the Free Software Foundation. + + 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; see the file COPYING. If not, write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. +*/ + #ifndef KONQMIMEDATA_H #define KONQMIMEDATA_H