diff --git a/kpdf/QOutputDev.cpp b/kpdf/QOutputDev.cpp index 308301e53..930686b41 100644 --- a/kpdf/QOutputDev.cpp +++ b/kpdf/QOutputDev.cpp @@ -1,23 +1,19 @@ -/* This file is part of the KDE libraries - Copyright (C) 2004 Albert Astals Cid - Copyright (C) 2001, 2003 Christophe Devriese - Copyright 1996 Derek B. Noonburg - CopyRight 2002 Robert Griebl - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Library General Public - License version 2 as published by the Free Software Foundation. - - 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., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. -*/ +/*************************************************************************** + * Copyright (C) 2003-2004 by Christophe Devriese * + * * + * Copyright (C) 2003 by Andy Goossens * + * Copyright (C) 2003 by Scott Wheeler * + * Copyright (C) 2003 by Ingo Klöcker * + * Copyright (C) 2003 by Will Andrews * + * Copyright (C) 2004 by Dominique Devriese * + * Copyright (C) 2004 by Waldo Bastian * + * 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. * + ***************************************************************************/ #ifdef __GNUC__ #pragma implementation diff --git a/kpdf/QOutputDev.h b/kpdf/QOutputDev.h index 1c75c87cb..1c19667c0 100644 --- a/kpdf/QOutputDev.h +++ b/kpdf/QOutputDev.h @@ -1,22 +1,16 @@ -/* This file is part of the KDE libraries - Copyright (C) 2004 Albert Astals Cid - Copyright (C) 2001, 2003 Christophe Devriese - Copyright 1996 Derek B. Noonburg - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Library General Public - License version 2 as published by the Free Software Foundation. - - 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., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. -*/ +/*************************************************************************** + * Copyright (C) 2003-2004 by Christophe Devriese * + * * + * Copyright (C) 2003 by Helio Chissini de Castro * + * * + * Copyright (C) 2004 by Dominique Devriese * + * 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. * + ***************************************************************************/ #ifndef QOUTPUTDEV_H #define QOUTPUTDEV_H diff --git a/kpdf/QOutputDevKPrinter.cpp b/kpdf/QOutputDevKPrinter.cpp index 6da305bc4..0b105fe8f 100644 --- a/kpdf/QOutputDevKPrinter.cpp +++ b/kpdf/QOutputDevKPrinter.cpp @@ -1,21 +1,14 @@ -// QOutputDevKPrinter.cc - -// Copyright (C) 2004 Dominique Devriese - -// 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., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. +/*************************************************************************** + * Copyright (C) 2004 by Dominique Devriese * + * Copyright (C) 2004 by Christophe Devriese * + * * + * 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 "QOutputDevKPrinter.h" diff --git a/kpdf/QOutputDevKPrinter.h b/kpdf/QOutputDevKPrinter.h index 64cf6266e..2c482f614 100644 --- a/kpdf/QOutputDevKPrinter.h +++ b/kpdf/QOutputDevKPrinter.h @@ -1,20 +1,14 @@ -// QOutputDevKPrinter.h -// Copyright (C) 2004 Dominique Devriese - -// 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., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. +/*************************************************************************** + * Copyright (C) 2004 by Dominique Devriese * + * Copyright (C) 2004 by Christophe Devriese * + * * + * 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. * + ***************************************************************************/ #ifndef QOUTPUTDEVKPRINTER_H #define OUTPUTDEVKPRINTER_H diff --git a/kpdf/QOutputDevPixmap.cpp b/kpdf/QOutputDevPixmap.cpp index 27dcdf538..2a4a62b33 100644 --- a/kpdf/QOutputDevPixmap.cpp +++ b/kpdf/QOutputDevPixmap.cpp @@ -1,11 +1,20 @@ -///======================================================================== -// -// QOutputDevPixmap.cc -// -// Copyright 1996 Derek B. Noonburg -// CopyRight 2002 Robert Griebl -// -//======================================================================== +/*************************************************************************** + * Copyright (C) 2003-2004 by Christophe Devriese * + * * + * Copyright (C) 2003 by Helio Chissini de Castro * + * * + * Copyright (C) 2003 by Dirk Mueller * + * Copyright (C) 2003 by Scott Wheeler * + * Copyright (C) 2003 by Ingo Klöcker * + * Copyright (C) 2003 by Andy Goossens * + * Copyright (C) 2004 by Dominique Devriese * + * 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. * + ***************************************************************************/ #ifdef __GNUC__ #pragma implementation diff --git a/kpdf/QOutputDevPixmap.h b/kpdf/QOutputDevPixmap.h index 698395dd9..824916224 100644 --- a/kpdf/QOutputDevPixmap.h +++ b/kpdf/QOutputDevPixmap.h @@ -1,29 +1,16 @@ -// QOutputDevPixmap.h - -// Copyright (C) 2003 Christophe Devriese - -// This library is free software; you can redistribute it and/or -// modify it under the terms of the GNU Lesser General Public -// License as published by the Free Software Foundation; either -// version 2.1 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 -// Lesser General Public License for more details. - -// You should have received a copy of the GNU Lesser General Public -// License along with this library; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA -// 02111-1307 USA - -//======================================================================== -// -// XOutputDev.h -// -// Copyright 1996 Derek B. Noonburg -// -//======================================================================== +/*************************************************************************** + * Copyright (C) 2003-2004 by Christophe Devriese * + * * + * Copyright (C) 2003 by Laurent Montel * + * Copyright (C) 2003 by Helio Chissini de Castro * + * * + * 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. * + ***************************************************************************/ #ifndef QOUTPUTDEVPIXMAP_H #define QOUTPUTDEVPIXMAP_H diff --git a/kpdf/kpdf_error.cpp b/kpdf/kpdf_error.cpp index 060398a58..55701e743 100644 --- a/kpdf/kpdf_error.cpp +++ b/kpdf/kpdf_error.cpp @@ -1,11 +1,12 @@ -//======================================================================== -// -// Error.cc -// -// Copyright 1996-2003 Glyph & Cog, LLC -// Copyright 2004 Albert Astals Cid -// -//======================================================================== +/*************************************************************************** + * Copyright (C) 1996-2003 Glyph & Cog, LLC * + * 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. * + ***************************************************************************/ #ifdef USE_GCC_PRAGMAS #pragma implementation diff --git a/kpdf/kpdf_error.h b/kpdf/kpdf_error.h index 25c299843..8d4e3d6aa 100644 --- a/kpdf/kpdf_error.h +++ b/kpdf/kpdf_error.h @@ -1,6 +1,5 @@ /*************************************************************************** - * Copyright (C) 2004 by Albert Astals Cid * - * tsdgeos@terra.es * + * 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 * diff --git a/kpdf/kpdf_pagewidget.cc b/kpdf/kpdf_pagewidget.cc index 2743f57af..f956ef65b 100644 --- a/kpdf/kpdf_pagewidget.cc +++ b/kpdf/kpdf_pagewidget.cc @@ -1,3 +1,18 @@ +/*************************************************************************** + * Copyright (C) 2002 by Wilco Greven * + * Copyright (C) 2003 by Christophe Devriese * + * * + * Copyright (C) 2003 by Laurent Montel * + * Copyright (C) 2003 by Dirk Mueller * + * Copyright (C) 2004 by Albert Astals Cid * + * Copyright (C) 2004 by James Ots * + * * + * 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 config file #include "config.h" diff --git a/kpdf/kpdf_pagewidget.h b/kpdf/kpdf_pagewidget.h index 824fe52d7..66f1b457b 100644 --- a/kpdf/kpdf_pagewidget.h +++ b/kpdf/kpdf_pagewidget.h @@ -1,3 +1,17 @@ +/*************************************************************************** + * Copyright (C) 2002 by Wilco Greven * + * Copyright (C) 2003 by Christophe Devriese * + * * + * Copyright (C) 2003 by Laurent Montel * + * Copyright (C) 2003 by Kurt Pfeifle * + * 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. * + ***************************************************************************/ + #ifndef _KPDF_PAGEWIDGET_H_ #define _KPDF_PAGEWIDGET_H_ diff --git a/kpdf/kpdf_part.cpp b/kpdf/kpdf_part.cpp index 781fb4f51..e0c08e589 100644 --- a/kpdf/kpdf_part.cpp +++ b/kpdf/kpdf_part.cpp @@ -1,3 +1,26 @@ +/*************************************************************************** + * Copyright (C) 2002 by Wilco Greven * + * Copyright (C) 2002 by Chris Cheney * + * Copyright (C) 2002 by Malcolm Hunter * + * Copyright (C) 2003-2004 by Christophe Devriese * + * * + * Copyright (C) 2003 by Daniel Molkentin * + * Copyright (C) 2003 by Andy Goossens * + * Copyright (C) 2003 by Dirk Mueller * + * Copyright (C) 2003 by Laurent Montel * + * Copyright (C) 2004 by Dominique Devriese * + * Copyright (C) 2004 by Christoph Cullmann * + * Copyright (C) 2004 by Henrique Pinto * + * Copyright (C) 2004 by Waldo Bastian * + * Copyright (C) 2004 by Albert Astals Cid * + * Copyright (C) 2004 by Stephan Binner * + * * + * 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 "kpdf_part.moc" #include diff --git a/kpdf/kpdf_part.h b/kpdf/kpdf_part.h index fbf7f8b03..23d51d4fc 100644 --- a/kpdf/kpdf_part.h +++ b/kpdf/kpdf_part.h @@ -1,3 +1,18 @@ +/*************************************************************************** + * Copyright (C) 2002 by Wilco Greven * + * Copyright (C) 2003-2004 by Christophe Devriese * + * * + * Copyright (C) 2003 by Andy Goossens * + * Copyright (C) 2003 by Laurent Montel * + * Copyright (C) 2004 by Dominique Devriese * + * 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. * + ***************************************************************************/ + #ifndef _KPDF_PART_H_ #define _KPDF_PART_H_ diff --git a/kpdf/kpdf_shell.cpp b/kpdf/kpdf_shell.cpp index 33afab5c3..c10bcee4f 100644 --- a/kpdf/kpdf_shell.cpp +++ b/kpdf/kpdf_shell.cpp @@ -1,21 +1,23 @@ -/* This file is part of the KDE libraries - Copyright (C) 2001, 2003 Christophe Devriese - Copyright (C) 2001 +/*************************************************************************** + * Copyright (C) 2002 by Wilco Greven * + * Copyright (C) 2002 by Chris Cheney * + * Copyright (C) 2003 by Benjamin Meyer * + * Copyright (C) 2003-2004 by Christophe Devriese * + * * + * Copyright (C) 2003 by Laurent Montel * + * Copyright (C) 2003-2004 by Albert Astals Cid * + * Copyright (C) 2003 by LuboÅ¡ Luňák * + * Copyright (C) 2003 by Malcolm Hunter * + * Copyright (C) 2004 by Dominique Devriese * + * Copyright (C) 2004 by Stephan Binner * + * Copyright (C) 2004 by Dirk Mueller * + * * + * 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 library is free software; you can redistribute it and/or - modify it under the terms of the GNU Library General Public - License version 2 as published by the Free Software Foundation. - - 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., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. -*/ #include "kpdf_shell.h" #include "kpdf_shell.moc" #include "kpdf_part.h" diff --git a/kpdf/kpdf_shell.h b/kpdf/kpdf_shell.h index 8bd9298a8..f7be1bb5d 100644 --- a/kpdf/kpdf_shell.h +++ b/kpdf/kpdf_shell.h @@ -1,21 +1,18 @@ -/* This file is part of the KDE libraries - Copyright (C) 2001, 2003 Christophe Devriese - Copyright (C) 2001 +/*************************************************************************** + * Copyright (C) 2002 by Wilco Greven * + * Copyright (C) 2003 by Benjamin Meyer * + * Copyright (C) 2003 by Laurent Montel * + * Copyright (C) 2003 by LuboÅ¡ Luňák * + * Copyright (C) 2004 by Christophe Devriese * + * * + * 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. * + ***************************************************************************/ - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Library General Public - License version 2 as published by the Free Software Foundation. - - 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., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. -*/ #ifndef _KPDF_SHELL_H_ #define _KPDF_SHELL_H_ diff --git a/kpdf/main.cpp b/kpdf/main.cpp index 068eabc52..5596068fa 100644 --- a/kpdf/main.cpp +++ b/kpdf/main.cpp @@ -1,3 +1,18 @@ +/*************************************************************************** + * Copyright (C) 2002 by Wilco Greven * + * Copyright (C) 2003 by Christophe Devriese * + * * + * Copyright (C) 2003 by Laurent Montel * + * Copyright (C) 2003-2004 by Albert Astals Cid * + * Copyright (C) 2004 by Andy Goossens * + * Copyright (C) 2004 by Stephan Binner * + * * + * 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 "kpdf_shell.h" #include #include diff --git a/kpdf/part.cpp b/kpdf/part.cpp index f3fb507db..ffecf3fde 100644 --- a/kpdf/part.cpp +++ b/kpdf/part.cpp @@ -1,3 +1,12 @@ +/*************************************************************************** + * 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 "part.h" #include diff --git a/kpdf/part.h b/kpdf/part.h index 2db085728..2a43092fa 100644 --- a/kpdf/part.h +++ b/kpdf/part.h @@ -1,3 +1,12 @@ +/*************************************************************************** + * 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. * + ***************************************************************************/ + #ifndef PDFPARTVIEW_H #define PDFPARTVIEW_H diff --git a/kpdf/thumbnail.cpp b/kpdf/thumbnail.cpp index 4d459e6ad..af4e9c1c4 100644 --- a/kpdf/thumbnail.cpp +++ b/kpdf/thumbnail.cpp @@ -1,6 +1,5 @@ /*************************************************************************** - * Copyright (C) 2004 by Albert Astals Cid * - * tsdgeos@terra.es * + * 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 * diff --git a/kpdf/thumbnail.h b/kpdf/thumbnail.h index c9ad0af9a..bdce9ec28 100644 --- a/kpdf/thumbnail.h +++ b/kpdf/thumbnail.h @@ -1,6 +1,5 @@ /*************************************************************************** - * Copyright (C) 2004 by Albert Astals Cid * - * tsdgeos@terra.es * + * 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 * diff --git a/kpdf/thumbnaillist.cpp b/kpdf/thumbnaillist.cpp index 719fb2b68..2875f5b20 100644 --- a/kpdf/thumbnaillist.cpp +++ b/kpdf/thumbnaillist.cpp @@ -1,6 +1,5 @@ /*************************************************************************** - * Copyright (C) 2004 by Albert Astals Cid * - * tsdgeos@terra.es * + * 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 * diff --git a/kpdf/thumbnaillist.h b/kpdf/thumbnaillist.h index 871bdd9ad..0f2cb6050 100644 --- a/kpdf/thumbnaillist.h +++ b/kpdf/thumbnaillist.h @@ -1,6 +1,5 @@ /*************************************************************************** - * Copyright (C) 2004 by Albert Astals Cid * - * tsdgeos@terra.es * + * 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 * @@ -8,6 +7,7 @@ * (at your option) any later version. * ***************************************************************************/ + #ifndef THUMBNAILLIST_H #define THUMBNAILLIST_H