From d41e0ae37e7ccb1ff3b5a1ed23f75d3605043ea9 Mon Sep 17 00:00:00 2001 From: Andrew Coles Date: Fri, 3 Sep 2004 13:02:58 +0000 Subject: [PATCH] CVS_SILENT Added missing copyright headers. svn path=/trunk/kdegraphics/kpdf/; revision=343706 --- kpdf/xpdf_errors.cpp | 10 ++++++++++ kpdf/xpdf_errors.h | 9 +++++++++ 2 files changed, 19 insertions(+) diff --git a/kpdf/xpdf_errors.cpp b/kpdf/xpdf_errors.cpp index e473a8971..37db832a0 100644 --- a/kpdf/xpdf_errors.cpp +++ b/kpdf/xpdf_errors.cpp @@ -1,3 +1,13 @@ +/*************************************************************************** + * Copyright (C) 2004 by Andrew Coles * + * Copyright (C) 2004 by Albert Astals Cid * + * * + * 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. * + ***************************************************************************/ + #include "xpdf_errors.h" #include "klocale.h" diff --git a/kpdf/xpdf_errors.h b/kpdf/xpdf_errors.h index 8c962f5d9..8ece8fa09 100644 --- a/kpdf/xpdf_errors.h +++ b/kpdf/xpdf_errors.h @@ -1,3 +1,12 @@ +/*************************************************************************** + * Copyright (C) 2004 by Andrew Coles * + * * + * 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. * + ***************************************************************************/ + #ifndef XPDF_ERRORS_H #define XPDF_ERRORS_H