diff options
author | Albert Astals Cid <aacid@kde.org> | 2008-08-24 18:18:13 +0200 |
---|---|---|
committer | Albert Astals Cid <aacid@kde.org> | 2008-08-24 18:19:57 +0200 |
commit | 47f54ad4de111f62a5b8c25520ef6b2bca6026d2 (patch) | |
tree | a104030e8dad3fc41aa753a4bdefa76e57a2afc3 | |
parent | 0dfbb8996ee91aa044eb2bdf2859ef64005116f8 (diff) |
Add more correct copyright statements on fofi, goo, poppler and util directories to be more compliant with GPL that requires such modification statements to be present. Meanwhile i did that, i did qt and qt4 dirs too, glib is missing if someone wants to fix it, but it's not crucial as it's not a fork of some other GPL software
165 files changed, 1795 insertions, 37 deletions
@@ -1,3 +1,5 @@ xpdf is written by Derek Noonburg <derekn@foolabs.com> -libpoppler is a fork of xpdf-3.00 by Kristian Høgsberg <krh@bitplanet.net> +libpoppler is a fork of xpdf-3.00 + +Current Maintainer: Albert Astals Cid <aacid@kde.org> diff --git a/fofi/FoFiBase.cc b/fofi/FoFiBase.cc index a83b57c2..558b79ad 100644 --- a/fofi/FoFiBase.cc +++ b/fofi/FoFiBase.cc @@ -6,6 +6,17 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2008 Ed Avis <eda@waniasset.com> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #include <config.h> #ifdef USE_GCC_PRAGMAS diff --git a/fofi/FoFiTrueType.cc b/fofi/FoFiTrueType.cc index fc64be8b..78f030d6 100644 --- a/fofi/FoFiTrueType.cc +++ b/fofi/FoFiTrueType.cc @@ -6,6 +6,20 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2006 Takashi Iwai <tiwai@suse.de> +// Copyright (C) 2007 Koji Otani <sho@bbr.jp> +// Copyright (C) 2007 Carlos Garcia Campos <carlosgc@gnome.org> +// Copyright (C) 2008 Albert Astals Cid <aacid@kde.org> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #include <config.h> #ifdef USE_GCC_PRAGMAS diff --git a/fofi/FoFiTrueType.h b/fofi/FoFiTrueType.h index af6dac28..ed56d862 100644 --- a/fofi/FoFiTrueType.h +++ b/fofi/FoFiTrueType.h @@ -6,6 +6,18 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2006 Takashi Iwai <tiwai@suse.de> +// Copyright (C) 2007 Koji Otani <sho@bbr.jp> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #ifndef FOFITRUETYPE_H #define FOFITRUETYPE_H diff --git a/fofi/FoFiType1.cc b/fofi/FoFiType1.cc index cf5573fd..0383db7e 100644 --- a/fofi/FoFiType1.cc +++ b/fofi/FoFiType1.cc @@ -6,6 +6,18 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2005 Albert Astals Cid <aacid@kde.org> +// Copyright (C) 2005 Kristian Høgsberg <krh@redhat.com> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #include <config.h> #ifdef USE_GCC_PRAGMAS diff --git a/fofi/FoFiType1C.h b/fofi/FoFiType1C.h index 4960e78e..f0d81d26 100644 --- a/fofi/FoFiType1C.h +++ b/fofi/FoFiType1C.h @@ -6,6 +6,17 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2006 Takashi Iwai <tiwai@suse.de> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #ifndef FOFITYPE1C_H #define FOFITYPE1C_H diff --git a/goo/GooString.cc b/goo/GooString.cc index 6817df5e..6605b00d 100644 --- a/goo/GooString.cc +++ b/goo/GooString.cc @@ -8,6 +8,19 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2006 Kristian Høgsberg <krh@redhat.com> +// Copyright (C) 2006 Krzysztof Kowalczyk <kkowalczyk@gmail.com> +// Copyright (C) 2007 Jeff Muizelaar <jeff@infidigm.net> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #include <config.h> #ifdef USE_GCC_PRAGMAS diff --git a/goo/GooString.h b/goo/GooString.h index e0620bdb..69203e22 100644 --- a/goo/GooString.h +++ b/goo/GooString.h @@ -8,6 +8,18 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2006 Kristian Høgsberg <krh@redhat.com> +// Copyright (C) 2006 Krzysztof Kowalczyk <kkowalczyk@gmail.com> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #ifndef GooString_H #define GooString_H diff --git a/goo/GooTimer.cc b/goo/GooTimer.cc index 0f97480a..769fd639 100644 --- a/goo/GooTimer.cc +++ b/goo/GooTimer.cc @@ -2,7 +2,10 @@ // // GooTimer.cc // +// This file is licensed under GPLv2 or later +// // Copyright 2005 Jonathan Blandford <jrb@redhat.com> +// Copyright 2007 Krzysztof Kowalczyk <kkowalczyk@gmail.com> // Inspired by gtimer.c in glib, which is Copyright 2000 by the GLib Team // //======================================================================== diff --git a/goo/GooTimer.h b/goo/GooTimer.h index f454e2a8..f03413c2 100755 --- a/goo/GooTimer.h +++ b/goo/GooTimer.h @@ -1,8 +1,12 @@ //======================================================================== // -// GooTimer.h +// GooTimer.cc // -// Copyright 2001-2003 Glyph & Cog, LLC +// This file is licensed under GPLv2 or later +// +// Copyright 2005 Jonathan Blandford <jrb@redhat.com> +// Copyright 2007 Krzysztof Kowalczyk <kkowalczyk@gmail.com> +// Inspired by gtimer.c in glib, which is Copyright 2000 by the GLib Team // //======================================================================== diff --git a/goo/GooVector.h b/goo/GooVector.h index 47be6642..31a72e9b 100644 --- a/goo/GooVector.h +++ b/goo/GooVector.h @@ -1,3 +1,15 @@ +//======================================================================== +// +// This file comes from pdftohtml project +// http://pdftohtml.sourceforge.net +// +// Copyright from: +// Gueorgui Ovtcharov +// Rainer Dorsch <http://www.ra.informatik.uni-stuttgart.de/~rainer/> +// Mikhail Kruk <meshko@cs.brandeis.edu> +// +//======================================================================== + #ifndef GOO_VECTOR_H #define GOO_VECTOR_H #include "goo/gtypes.h" diff --git a/goo/gfile.cc b/goo/gfile.cc index 811ad145..2774e9ff 100644 --- a/goo/gfile.cc +++ b/goo/gfile.cc @@ -8,6 +8,19 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2006 Takashi Iwai <tiwai@suse.de> +// Copyright (C) 2006 Kristian Høgsberg <krh@redhat.com> +// Copyright (C) 2008 Adam Batkin <adam@batkin.net> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #include <config.h> #ifdef WIN32 diff --git a/goo/gfile.h b/goo/gfile.h index ce505624..125045d5 100644 --- a/goo/gfile.h +++ b/goo/gfile.h @@ -8,6 +8,17 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2006 Kristian Høgsberg <krh@redhat.com> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #ifndef GFILE_H #define GFILE_H diff --git a/goo/gmem.cc b/goo/gmem.cc index b11f2f48..2eca6c42 100644 --- a/goo/gmem.cc +++ b/goo/gmem.cc @@ -6,6 +6,19 @@ * Copyright 1996-2003 Glyph & Cog, LLC */ +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2005 Takashi Iwai <tiwai@suse.de> +// Copyright (C) 2007 Albert Astals Cid <aacid@kde.org> +// Copyright (C) 2008 Jonathan Kew <jonathan_kew@sil.org> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #include <config.h> #include <stdio.h> #include <stdlib.h> @@ -6,6 +6,19 @@ * Copyright 1996-2003 Glyph & Cog, LLC */ +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2005 Takashi Iwai <tiwai@suse.de> +// Copyright (C) 2007 Albert Astals Cid <aacid@kde.org> +// Copyright (C) 2008 Jonathan Kew <jonathan_kew@sil.org> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #ifndef GMEM_H #define GMEM_H diff --git a/poppler/ABWOutputDev.cc b/poppler/ABWOutputDev.cc index ad0f6c82..ea309cfb 100644 --- a/poppler/ABWOutputDev.cc +++ b/poppler/ABWOutputDev.cc @@ -2,7 +2,8 @@ // // ABWOutputDev.cc // -// Jauco Noordzij +// Copyright 2006-2007 Jauco Noordzij +// Copyright 2007 Dominic Lachowicz // // Based somewhat on HtmlOutputDev.cc // diff --git a/poppler/ABWOutputDev.h b/poppler/ABWOutputDev.h index 0ea88075..3d3addde 100644 --- a/poppler/ABWOutputDev.h +++ b/poppler/ABWOutputDev.h @@ -2,7 +2,7 @@ // // ABWOutputDev.h // -// Copyright 2006 Jauco Noordzij +// Copyright 2006-2007 Jauco Noordzij // //======================================================================== diff --git a/poppler/Annot.cc b/poppler/Annot.cc index c73fc9e0..37ff0a14 100644 --- a/poppler/Annot.cc +++ b/poppler/Annot.cc @@ -6,6 +6,25 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2006 Scott Turner <scotty1024@mac.com> +// Copyright (C) 2007, 2008 Julien Rebetez <julienr@svn.gnome.org> +// Copyright (C) 2007, 2008 Albert Astals Cid <aacid@kde.org> +// Copyright (C) 2007, 2008 Carlos Garcia Campos <carlosgc@gnome.org> +// Copyright (C) 2007, 2008 Iñigo MartÃnez <inigomartinez@gmail.com> +// Copyright (C) 2007 Jeff Muizelaar <jeff@infidigm.net> +// Copyright (C) 2008 Pino Toscano <pino@kde.org> +// Copyright (C) 2008 Michael Vrable <mvrable@cs.ucsd.edu> +// Copyright (C) 2008 Hugo Mercier <hmercier31@gmail.com> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #include <config.h> #ifdef USE_GCC_PRAGMAS diff --git a/poppler/Annot.h b/poppler/Annot.h index f34c2a00..34bad4b6 100644 --- a/poppler/Annot.h +++ b/poppler/Annot.h @@ -6,6 +6,23 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2006 Scott Turner <scotty1024@mac.com> +// Copyright (C) 2007, 2008 Julien Rebetez <julienr@svn.gnome.org> +// Copyright (C) 2007, 2008 Carlos Garcia Campos <carlosgc@gnome.org> +// Copyright (C) 2007, 2008 Iñigo MartÃnez <inigomartinez@gmail.com> +// Copyright (C) 2008 Michael Vrable <mvrable@cs.ucsd.edu> +// Copyright (C) 2008 Hugo Mercier <hmercier31@gmail.com> +// Copyright (C) 2008 Pino Toscano <pino@kde.org> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #ifndef ANNOT_H #define ANNOT_H diff --git a/poppler/Array.cc b/poppler/Array.cc index b31d6c52..3d21eb17 100644 --- a/poppler/Array.cc +++ b/poppler/Array.cc @@ -6,6 +6,17 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2005 Kristian Høgsberg <krh@redhat.com> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #include <config.h> #ifdef USE_GCC_PRAGMAS diff --git a/poppler/Array.h b/poppler/Array.h index a6283302..a69bdec3 100644 --- a/poppler/Array.h +++ b/poppler/Array.h @@ -6,6 +6,17 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2005 Kristian Høgsberg <krh@redhat.com> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #ifndef ARRAY_H #define ARRAY_H diff --git a/poppler/ArthurOutputDev.cc b/poppler/ArthurOutputDev.cc index 16c17d9a..9c2ea949 100644 --- a/poppler/ArthurOutputDev.cc +++ b/poppler/ArthurOutputDev.cc @@ -3,7 +3,19 @@ // ArthurOutputDev.cc // // Copyright 2003 Glyph & Cog, LLC -// Copyright 2004 Red Hat, Inc +// +//======================================================================== + +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2005 Brad Hards <bradh@frogmouth.net> +// Copyright (C) 2005-2008 Albert Astals Cid <aacid@kde.org> +// Copyright (C) 2008 Pino Toscano <pino@kde.org> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git // //======================================================================== diff --git a/poppler/ArthurOutputDev.h b/poppler/ArthurOutputDev.h index f71806fb..ca10ca9f 100644 --- a/poppler/ArthurOutputDev.h +++ b/poppler/ArthurOutputDev.h @@ -3,7 +3,18 @@ // ArthurOutputDev.h // // Copyright 2003 Glyph & Cog, LLC -// Copyright 2004 Red Hat, INC +// +//======================================================================== + +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2005 Brad Hards <bradh@frogmouth.net> +// Copyright (C) 2005 Albert Astals Cid <aacid@kde.org> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git // //======================================================================== diff --git a/poppler/CMap.cc b/poppler/CMap.cc index 87753adf..1d6426c5 100644 --- a/poppler/CMap.cc +++ b/poppler/CMap.cc @@ -6,6 +6,18 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2008 Koji Otani <sho@bbr.jp> +// Copyright (C) 2008 Albert Astals Cid <aacid@kde.org> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #include <config.h> #ifdef USE_GCC_PRAGMAS diff --git a/poppler/CMap.h b/poppler/CMap.h index d65e434f..7f0df00f 100644 --- a/poppler/CMap.h +++ b/poppler/CMap.h @@ -6,6 +6,17 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2008 Koji Otani <sho@bbr.jp> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #ifndef CMAP_H #define CMAP_H diff --git a/poppler/CairoFontEngine.cc b/poppler/CairoFontEngine.cc index 50732520..6e2b9d7e 100644 --- a/poppler/CairoFontEngine.cc +++ b/poppler/CairoFontEngine.cc @@ -7,6 +7,23 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2005-2007 Jeff Muizelaar <jeff@infidigm.net> +// Copyright (C) 2005, 2006 Kristian Høgsberg <krh@redhat.com> +// Copyright (C) 2005 Martin Kretzschmar <martink@gnome.org> +// Copyright (C) 2005 Albert Astals Cid <aacid@kde.org> +// Copyright (C) 2006, 2007 Carlos Garcia Campos <carlosgc@gnome.org> +// Copyright (C) 2007 Koji Otani <sho@bbr.jp> +// Copyright (C) 2008 Chris Wilson <chris@chris-wilson.co.uk> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #include <config.h> #include "config.h" diff --git a/poppler/CairoFontEngine.h b/poppler/CairoFontEngine.h index b8af7169..a6b4f7bf 100644 --- a/poppler/CairoFontEngine.h +++ b/poppler/CairoFontEngine.h @@ -2,6 +2,23 @@ // // CairoFontEngine.h // +// Copyright 2003 Glyph & Cog, LLC +// Copyright 2004 Red Hat, Inc +// +//======================================================================== + +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2005, 2006 Kristian Høgsberg <krh@redhat.com> +// Copyright (C) 2005 Albert Astals Cid <aacid@kde.org> +// Copyright (C) 2006, 2007 Jeff Muizelaar <jeff@infidigm.net> +// Copyright (C) 2006 Carlos Garcia Campos <carlosgc@gnome.org> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// //======================================================================== #ifndef CAIROFONTENGINE_H diff --git a/poppler/CairoOutputDev.cc b/poppler/CairoOutputDev.cc index 907bac88..254dfd8e 100644 --- a/poppler/CairoOutputDev.cc +++ b/poppler/CairoOutputDev.cc @@ -7,6 +7,25 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2005-2008 Jeff Muizelaar <jeff@infidigm.net> +// Copyright (C) 2005, 2006 Kristian Høgsberg <krh@redhat.com> +// Copyright (C) 2005 Albert Astals Cid <aacid@kde.org> +// Copyright (C) 2005 Nickolay V. Shmyrev <nshmyrev@yandex.ru> +// Copyright (C) 2006-2008 Carlos Garcia Campos <carlosgc@gnome.org> +// Copyright (C) 2008 Carl Worth <cworth@cworth.org> +// Copyright (C) 2008 Adrian Johnson <ajohnson@redneon.com> +// Copyright (C) 2008 Michael Vrable <mvrable@cs.ucsd.edu> +// Copyright (C) 2008 Chris Wilson <chris@chris-wilson.co.uk> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #include <config.h> #ifdef USE_GCC_PRAGMAS diff --git a/poppler/CairoOutputDev.h b/poppler/CairoOutputDev.h index fad6765e..ec4789a9 100644 --- a/poppler/CairoOutputDev.h +++ b/poppler/CairoOutputDev.h @@ -7,6 +7,22 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2005-2008 Jeff Muizelaar <jeff@infidigm.net> +// Copyright (C) 2005, 2006 Kristian Høgsberg <krh@redhat.com> +// Copyright (C) 2005 Nickolay V. Shmyrev <nshmyrev@yandex.ru> +// Copyright (C) 2006-2008 Carlos Garcia Campos <carlosgc@gnome.org> +// Copyright (C) 2008 Adrian Johnson <ajohnson@redneon.com> +// Copyright (C) 2008 Michael Vrable <mvrable@cs.ucsd.edu> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #ifndef CAIROOUTPUTDEV_H #define CAIROOUTPUTDEV_H diff --git a/poppler/Catalog.cc b/poppler/Catalog.cc index 69480c05..aef2a153 100644 --- a/poppler/Catalog.cc +++ b/poppler/Catalog.cc @@ -6,6 +6,25 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2005 Kristian Høgsberg <krh@redhat.com> +// Copyright (C) 2005-2007 Albert Astals Cid <aacid@kde.org> +// Copyright (C) 2005 Jeff Muizelaar <jrmuizel@nit.ca> +// Copyright (C) 2005 Jonathan Blandford <jrb@redhat.com> +// Copyright (C) 2005 Marco Pesenti Gritti <mpg@redhat.com> +// Copyright (C) 2005, 2006, 2008 Brad Hards <bradh@frogmouth.net> +// Copyright (C) 2006, 2008 Carlos Garcia Campos <carlosgc@gnome.org> +// Copyright (C) 2007 Julien Rebetez <julienr@svn.gnome.org> +// Copyright (C) 2008 Pino Toscano <pino@kde.org> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #include <config.h> #ifdef USE_GCC_PRAGMAS diff --git a/poppler/Catalog.h b/poppler/Catalog.h index 295264bb..041c0329 100644 --- a/poppler/Catalog.h +++ b/poppler/Catalog.h @@ -6,6 +6,22 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2005 Kristian Høgsberg <krh@redhat.com> +// Copyright (C) 2005, 2007 Albert Astals Cid <aacid@kde.org> +// Copyright (C) 2005 Jonathan Blandford <jrb@redhat.com> +// Copyright (C) 2005, 2006, 2008 Brad Hards <bradh@frogmouth.net> +// Copyright (C) 2007 Julien Rebetez <julienr@svn.gnome.org> +// Copyright (C) 2008 Pino Toscano <pino@kde.org> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #ifndef CATALOG_H #define CATALOG_H diff --git a/poppler/CharCodeToUnicode.cc b/poppler/CharCodeToUnicode.cc index de2617ae..40d33a43 100644 --- a/poppler/CharCodeToUnicode.cc +++ b/poppler/CharCodeToUnicode.cc @@ -6,6 +6,20 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2006, 2008 Albert Astals Cid <aacid@kde.org> +// Copyright (C) 2007 Julien Rebetez <julienr@svn.gnome.org> +// Copyright (C) 2007 Koji Otani <sho@bbr.jp> +// Copyright (C) 2008 Michael Vrable <mvrable@cs.ucsd.edu> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #include <config.h> #ifdef USE_GCC_PRAGMAS diff --git a/poppler/CharCodeToUnicode.h b/poppler/CharCodeToUnicode.h index 08e5d758..d8866bd7 100644 --- a/poppler/CharCodeToUnicode.h +++ b/poppler/CharCodeToUnicode.h @@ -8,6 +8,19 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2007 Julien Rebetez <julienr@svn.gnome.org> +// Copyright (C) 2007 Koji Otani <sho@bbr.jp> +// Copyright (C) 2008 Albert Astals Cid <aacid@kde.org> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #ifndef CHARCODETOUNICODE_H #define CHARCODETOUNICODE_H diff --git a/poppler/DCTStream.cc b/poppler/DCTStream.cc index 99f1aeb5..62ef36ad 100644 --- a/poppler/DCTStream.cc +++ b/poppler/DCTStream.cc @@ -2,7 +2,10 @@ // // DCTStream.cc // -// Copyright 1996-2003 Glyph & Cog, LLC +// This file is licensed under the GPLv2 or later +// +// Copyright 2005 Jeff Muizelaar Jeff Muizelaar <jeff@infidigm.net> +// Copyright 2005-2008 Albert Astals Cid <aacid@kde.org> // //======================================================================== diff --git a/poppler/DCTStream.h b/poppler/DCTStream.h index dbab9b7f..088cad17 100644 --- a/poppler/DCTStream.h +++ b/poppler/DCTStream.h @@ -2,7 +2,11 @@ // // DCTStream.h // -// Copyright 1996-2003 Glyph & Cog, LLC +// This file is licensed under the GPLv2 or later +// +// Copyright 2005 Jeff Muizelaar Jeff Muizelaar <jeff@infidigm.net> +// Copyright 2005 Martin Kretzschmar <martink@gnome.org> +// Copyright 2005-2007 Albert Astals Cid <aacid@kde.org> // //======================================================================== diff --git a/poppler/Decrypt.cc b/poppler/Decrypt.cc index 4c89ae4b..3bc4f7d0 100644 --- a/poppler/Decrypt.cc +++ b/poppler/Decrypt.cc @@ -6,6 +6,18 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2008 Julien Rebetez <julien@fhtagn.net> +// Copyright (C) 2008 Albert Astals Cid <aacid@kde.org> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #include <config.h> #ifdef USE_GCC_PRAGMAS diff --git a/poppler/Decrypt.h b/poppler/Decrypt.h index b8619684..eed3789d 100644 --- a/poppler/Decrypt.h +++ b/poppler/Decrypt.h @@ -6,6 +6,17 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2008 Julien Rebetez <julien@fhtagn.net> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #ifndef DECRYPT_H #define DECRYPT_H diff --git a/poppler/Dict.cc b/poppler/Dict.cc index df79cca2..19089f68 100644 --- a/poppler/Dict.cc +++ b/poppler/Dict.cc @@ -6,6 +6,19 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2005 Kristian Høgsberg <krh@redhat.com> +// Copyright (C) 2006 Krzysztof Kowalczyk <kkowalczyk@gmail.com> +// Copyright (C) 2007-2008 Julien Rebetez <julienr@svn.gnome.org> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #include <config.h> #ifdef USE_GCC_PRAGMAS diff --git a/poppler/Dict.h b/poppler/Dict.h index badb6b5a..2cb811f9 100644 --- a/poppler/Dict.h +++ b/poppler/Dict.h @@ -6,6 +6,19 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2005 Kristian Høgsberg <krh@redhat.com> +// Copyright (C) 2006 Krzysztof Kowalczyk <kkowalczyk@gmail.com> +// Copyright (C) 2007-2008 Julien Rebetez <julienr@svn.gnome.org> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #ifndef DICT_H #define DICT_H diff --git a/poppler/Error.cc b/poppler/Error.cc index 80e45aa6..d6ea6515 100644 --- a/poppler/Error.cc +++ b/poppler/Error.cc @@ -6,6 +6,19 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2005, 2007 Jeff Muizelaar <jeff@infidigm.net> +// Copyright (C) 2005 Albert Astals Cid <aacid@kde.org> +// Copyright (C) 2007 Krzysztof Kowalczyk <kkowalczyk@gmail.com> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #include <config.h> #ifdef USE_GCC_PRAGMAS diff --git a/poppler/Error.h b/poppler/Error.h index 0f780c9f..dc626827 100644 --- a/poppler/Error.h +++ b/poppler/Error.h @@ -6,6 +6,19 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2005, 2007 Jeff Muizelaar <jeff@infidigm.net> +// Copyright (C) 2005 Albert Astals Cid <aacid@kde.org> +// Copyright (C) 2005 Kristian Høgsberg <krh@redhat.com> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #ifndef ERROR_H #define ERROR_H diff --git a/poppler/FlateStream.cc b/poppler/FlateStream.cc index da17c685..18686d7d 100644 --- a/poppler/FlateStream.cc +++ b/poppler/FlateStream.cc @@ -4,6 +4,8 @@ // // Copyright (C) 2005, Jeff Muizelaar // +// This file is under the GPLv2 or later license +// //======================================================================== #include "FlateStream.h" FlateStream::FlateStream(Stream *strA, int predictor, int columns, int colors, int bits) : diff --git a/poppler/FlateStream.h b/poppler/FlateStream.h index ede79849..3768c842 100644 --- a/poppler/FlateStream.h +++ b/poppler/FlateStream.h @@ -4,6 +4,8 @@ // // Copyright (C) 2005, Jeff Muizelaar // +// This file is under the GPLv2 or later license +// //======================================================================== #ifndef FLATESTREAM_H diff --git a/poppler/FontInfo.cc b/poppler/FontInfo.cc index fa011d85..060e2c3f 100644 --- a/poppler/FontInfo.cc +++ b/poppler/FontInfo.cc @@ -1,3 +1,25 @@ +//======================================================================== +// +// FontInfo.cc +// +// Copyright (C) 2005, 2006 Kristian Høgsberg <krh@redhat.com> +// Copyright (C) 2005-2008 Albert Astals Cid <aacid@kde.org> +// Copyright (C) 2005 Brad Hards <bradh@frogmouth.net> +// Copyright (C) 2006 Kouhei Sutou <kou@cozmixng.org> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + +//======================================================================== +// +// Based on code from pdffonts.cc +// +// Copyright 2001-2007 Glyph & Cog, LLC +// +//======================================================================== + #include "config.h" #include <stdio.h> #include <stdlib.h> diff --git a/poppler/FontInfo.h b/poppler/FontInfo.h index aec51bb9..49ad645a 100644 --- a/poppler/FontInfo.h +++ b/poppler/FontInfo.h @@ -1,3 +1,24 @@ +//======================================================================== +// +// FontInfo.cc +// +// Copyright (C) 2005 Kristian Høgsberg <krh@redhat.com> +// Copyright (C) 2005-2008 Albert Astals Cid <aacid@kde.org> +// Copyright (C) 2005 Brad Hards <bradh@frogmouth.net> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + +//======================================================================== +// +// Based on code from pdffonts.cc +// +// Copyright 2001-2007 Glyph & Cog, LLC +// +//======================================================================== + #ifndef FONT_INFO_H #define FONT_INFO_H diff --git a/poppler/Form.cc b/poppler/Form.cc index 83f90245..27a4d161 100644 --- a/poppler/Form.cc +++ b/poppler/Form.cc @@ -2,7 +2,15 @@ // // Form.cc // -// Copyright 2006 Julien Rebetez +// This file is licensed under the GPLv2 or later +// +// Copyright 2006-2008 Julien Rebetez <julienr@svn.gnome.org> +// Copyright 2007 Albert Astals Cid <aacid@kde.org> +// Copyright 2007-2008 Carlos Garcia Campos <carlosgc@gnome.org> +// Copyright 2007 Adrian Johnson <ajohnson@redneon.com> +// Copyright 2007 Iñigo MartÃnez <inigomartinez@gmail.com> +// Copyright 2008 Pino Toscano <pino@kde.org> +// Copyright 2008 Michael Vrable <mvrable@cs.ucsd.edu> // //======================================================================== diff --git a/poppler/Form.h b/poppler/Form.h index 64df2808..07d32775 100644 --- a/poppler/Form.h +++ b/poppler/Form.h @@ -2,7 +2,11 @@ // // Form.h // -// Copyright 2006 Julien Rebetez +// This file is licensed under the GPLv2 or later +// +// Copyright 2006 Julien Rebetez <julienr@svn.gnome.org> +// Copyright 2007, 2008 Carlos Garcia Campos <carlosgc@gnome.org> +// Copyright 2007 Albert Astals Cid <aacid@kde.org> // //======================================================================== diff --git a/poppler/Function.cc b/poppler/Function.cc index f852e017..6c693f00 100644 --- a/poppler/Function.cc +++ b/poppler/Function.cc @@ -6,6 +6,18 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2006, 2008 Albert Astals Cid <aacid@kde.org> +// Copyright (C) 2006 Jeff Muizelaar <jeff@infidigm.net> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #include <config.h> #ifdef USE_GCC_PRAGMAS diff --git a/poppler/Gfx.cc b/poppler/Gfx.cc index 41ccdb7b..d47514cb 100644 --- a/poppler/Gfx.cc +++ b/poppler/Gfx.cc @@ -6,6 +6,29 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2005 Jonathan Blandford <jrb@redhat.com> +// Copyright (C) 2005-2008 Albert Astals Cid <aacid@kde.org> +// Copyright (C) 2006 Thorkild Stray <thorkild@ifi.uio.no> +// Copyright (C) 2006 Kristian Høgsberg <krh@redhat.com> +// Copyright (C) 2006-2008 Carlos Garcia Campos <carlosgc@gnome.org> +// Copyright (C) 2006, 2007 Jeff Muizelaar <jeff@infidigm.net> +// Copyright (C) 2007, 2008 Brad Hards <bradh@kde.org> +// Copyright (C) 2007 Adrian Johnson <ajohnson@redneon.com> +// Copyright (C) 2007, 2008 Iñigo MartÃnez <inigomartinez@gmail.com> +// Copyright (C) 2007 Koji Otani <sho@bbr.jp> +// Copyright (C) 2007 Krzysztof Kowalczyk <kkowalczyk@gmail.com> +// Copyright (C) 2008 Pino Toscano <pino@kde.org> +// Copyright (C) 2008 Michael Vrable <mvrable@cs.ucsd.edu> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #include <config.h> #ifdef USE_GCC_PRAGMAS diff --git a/poppler/Gfx.h b/poppler/Gfx.h index 10be6387..7e2c49f7 100644 --- a/poppler/Gfx.h +++ b/poppler/Gfx.h @@ -6,6 +6,19 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2005 Jonathan Blandford <jrb@redhat.com> +// Copyright (C) 2007 Iñigo MartÃnez <inigomartinez@gmail.com> +// Copyright (C) 2008 Brad Hards <bradh@kde.org> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #ifndef GFX_H #define GFX_H diff --git a/poppler/GfxFont.cc b/poppler/GfxFont.cc index 5c66da99..5d536b7d 100644 --- a/poppler/GfxFont.cc +++ b/poppler/GfxFont.cc @@ -6,6 +6,25 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2005, 2006, 2008 Albert Astals Cid <aacid@kde.org> +// Copyright (C) 2005, 2006 Kristian Høgsberg <krh@redhat.com> +// Copyright (C) 2006 Takashi Iwai <tiwai@suse.de> +// Copyright (C) 2007 Julien Rebetez <julienr@svn.gnome.org> +// Copyright (C) 2007 Jeff Muizelaar <jeff@infidigm.net> +// Copyright (C) 2007 Koji Otani <sho@bbr.jp> +// Copyright (C) 2007 Ed Catmur <ed@catmur.co.uk> +// Copyright (C) 2008 Jonathan Kew <jonathan_kew@sil.org> +// Copyright (C) 2008 Ed Avis <eda@waniasset.com> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #include <config.h> #ifdef USE_GCC_PRAGMAS diff --git a/poppler/GfxFont.h b/poppler/GfxFont.h index 72cc71f5..f40724b2 100644 --- a/poppler/GfxFont.h +++ b/poppler/GfxFont.h @@ -6,6 +6,22 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2005, 2008 Albert Astals Cid <aacid@kde.org> +// Copyright (C) 2006 Takashi Iwai <tiwai@suse.de> +// Copyright (C) 2006 Kristian Høgsberg <krh@redhat.com> +// Copyright (C) 2007 Julien Rebetez <julienr@svn.gnome.org> +// Copyright (C) 2007 Jeff Muizelaar <jeff@infidigm.net> +// Copyright (C) 2007 Koji Otani <sho@bbr.jp> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #ifndef GFXFONT_H #define GFXFONT_H diff --git a/poppler/GfxState.cc b/poppler/GfxState.cc index 98628bf3..ecc9572c 100644 --- a/poppler/GfxState.cc +++ b/poppler/GfxState.cc @@ -6,6 +6,20 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2005 Kristian Høgsberg <krh@redhat.com> +// Copyright (C) 2006, 2007 Jeff Muizelaar <jeff@infidigm.net> +// Copyright (C) 2006 Carlos Garcia Campos <carlosgc@gnome.org> +// Copyright (C) 2006-2008 Albert Astals Cid <aacid@kde.org> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #include <config.h> #ifdef USE_GCC_PRAGMAS diff --git a/poppler/GfxState.h b/poppler/GfxState.h index c766858d..883fd677 100644 --- a/poppler/GfxState.h +++ b/poppler/GfxState.h @@ -6,6 +6,19 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2005 Kristian Høgsberg <krh@redhat.com> +// Copyright (C) 2006, 2007 Jeff Muizelaar <jeff@infidigm.net> +// Copyright (C) 2006 Carlos Garcia Campos <carlosgc@gnome.org> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #ifndef GFXSTATE_H #define GFXSTATE_H diff --git a/poppler/GlobalParams.cc b/poppler/GlobalParams.cc index 15a052d1..ee7bb128 100644 --- a/poppler/GlobalParams.cc +++ b/poppler/GlobalParams.cc @@ -6,6 +6,25 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2005 Martin Kretzschmar <martink@gnome.org> +// Copyright (C) 2005, 2006 Kristian Høgsberg <krh@redhat.com> +// Copyright (C) 2005, 2007, 2008 Albert Astals Cid <aacid@kde.org> +// Copyright (C) 2005 Jonathan Blandford <jrb@redhat.com> +// Copyright (C) 2006, 2007 Jeff Muizelaar <jeff@infidigm.net> +// Copyright (C) 2006 Takashi Iwai <tiwai@suse.de> +// Copyright (C) 2006 Ed Catmur <ed@catmur.co.uk> +// Copyright (C) 2007 Krzysztof Kowalczyk <kkowalczyk@gmail.com> +// Copyright (C) 2007 Jonathan Kew <jonathan_kew@sil.org> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #include <config.h> #ifdef USE_GCC_PRAGMAS diff --git a/poppler/GlobalParams.h b/poppler/GlobalParams.h index 9e85a72a..735cbfe9 100644 --- a/poppler/GlobalParams.h +++ b/poppler/GlobalParams.h @@ -6,6 +6,21 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2005, 2007, 2008 Albert Astals Cid <aacid@kde.org> +// Copyright (C) 2005 Jonathan Blandford <jrb@redhat.com> +// Copyright (C) 2006 Takashi Iwai <tiwai@suse.de> +// Copyright (C) 2006 Kristian Høgsberg <krh@redhat.com> +// Copyright (C) 2007 Krzysztof Kowalczyk <kkowalczyk@gmail.com> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #ifndef GLOBALPARAMS_H #define GLOBALPARAMS_H diff --git a/poppler/JBIG2Stream.cc b/poppler/JBIG2Stream.cc index 1328d408..8a5c7366 100644 --- a/poppler/JBIG2Stream.cc +++ b/poppler/JBIG2Stream.cc @@ -6,6 +6,19 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2006 Raj Kumar <rkumar@archive.org> +// Copyright (C) 2006 Paul Walmsley <paul@booyaka.com> +// Copyright (C) 2006-2008 Albert Astals Cid <aacid@kde.org> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #include <config.h> #ifdef USE_GCC_PRAGMAS diff --git a/poppler/JPXStream.cc b/poppler/JPXStream.cc index 1068a782..7637da31 100644 --- a/poppler/JPXStream.cc +++ b/poppler/JPXStream.cc @@ -6,6 +6,17 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2008 Albert Astals Cid <aacid@kde.org> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #include <config.h> #include <limits.h> diff --git a/poppler/Lexer.cc b/poppler/Lexer.cc index 83ebb052..eb3774dd 100644 --- a/poppler/Lexer.cc +++ b/poppler/Lexer.cc @@ -6,6 +6,18 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2006-2008 Albert Astals Cid <aacid@kde.org> +// Copyright (C) 2006 Krzysztof Kowalczyk <kkowalczyk@gmail.com> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #include <config.h> #ifdef USE_GCC_PRAGMAS diff --git a/poppler/Lexer.h b/poppler/Lexer.h index a07b4f74..8894cc09 100644 --- a/poppler/Lexer.h +++ b/poppler/Lexer.h @@ -6,6 +6,18 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2006, 2007 Albert Astals Cid <aacid@kde.org> +// Copyright (C) 2006 Krzysztof Kowalczyk <kkowalczyk@gmail.com> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #ifndef LEXER_H #define LEXER_H diff --git a/poppler/Link.cc b/poppler/Link.cc index 60e2b35b..57757650 100644 --- a/poppler/Link.cc +++ b/poppler/Link.cc @@ -6,6 +6,20 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2006, 2008 Pino Toscano <pino@kde.org> +// Copyright (C) 2007 Carlos Garcia Campos <carlosgc@gnome.org> +// Copyright (C) 2008 Hugo Mercier <hmercier31@gmail.com> +// Copyright (C) 2008 Albert Astals Cid <aacid@kde.org> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #include <config.h> #ifdef USE_GCC_PRAGMAS diff --git a/poppler/Link.h b/poppler/Link.h index 98e1c910..9728a916 100644 --- a/poppler/Link.h +++ b/poppler/Link.h @@ -6,6 +6,18 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2006, 2008 Pino Toscano <pino@kde.org> +// Copyright (C) 2008 Hugo Mercier <hmercier31@gmail.com> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #ifndef LINK_H #define LINK_H diff --git a/poppler/Movie.cc b/poppler/Movie.cc index f0a47960..e29c64e7 100644 --- a/poppler/Movie.cc +++ b/poppler/Movie.cc @@ -1,9 +1,24 @@ //********************************************************************************* // Movie.cc //--------------------------------------------------------------------------------- +// +//--------------------------------------------------------------------------------- // Hugo Mercier <hmercier31[at]gmail.com> (c) 2008 +// Pino Toscano <pino@kde.org> (c) 2008 +// +// 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. // -// GNU GENERAL PUBLIC LICENSE - See COPYING. +// 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 //********************************************************************************* #include "Movie.h" diff --git a/poppler/Object.cc b/poppler/Object.cc index b5c0d516..4e5f9d69 100644 --- a/poppler/Object.cc +++ b/poppler/Object.cc @@ -6,6 +6,17 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2008 Albert Astals Cid <aacid@kde.org> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #include <config.h> #ifdef USE_GCC_PRAGMAS diff --git a/poppler/Object.h b/poppler/Object.h index c73d0102..3471d76f 100644 --- a/poppler/Object.h +++ b/poppler/Object.h @@ -6,6 +6,18 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2007 Julien Rebetez <julienr@svn.gnome.org> +// Copyright (C) 2008 Kees Cook <kees@outflux.net> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #ifndef OBJECT_H #define OBJECT_H diff --git a/poppler/OptionalContent.cc b/poppler/OptionalContent.cc index 181fef07..5e94c24c 100644 --- a/poppler/OptionalContent.cc +++ b/poppler/OptionalContent.cc @@ -1,8 +1,11 @@ //======================================================================== // -// OptionalContent.h +// OptionalContent.cc // // Copyright 2007 Brad Hards <bradh@kde.org> +// Copyright 2008 Pino Toscano <pino@kde.org> +// Copyright 2008 Carlos Garcia Campos <carlosgc@gnome.org> +// Copyright 2008 Albert Astals Cid <aacid@kde.org> // // Released under the GPL (version 2, or later, at your option) // diff --git a/poppler/Outline.cc b/poppler/Outline.cc index 38cfd902..32b3bdae 100644 --- a/poppler/Outline.cc +++ b/poppler/Outline.cc @@ -6,6 +6,17 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2005 Marco Pesenti Gritti <mpg@redhat.com> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #include <config.h> #ifdef USE_GCC_PRAGMAS diff --git a/poppler/Outline.h b/poppler/Outline.h index 999c21e2..90f98236 100644 --- a/poppler/Outline.h +++ b/poppler/Outline.h @@ -6,6 +6,17 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2005 Marco Pesenti Gritti <mpg@redhat.com> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #ifndef OUTLINE_H #define OUTLINE_H diff --git a/poppler/OutputDev.cc b/poppler/OutputDev.cc index dedffd31..f45a0767 100644 --- a/poppler/OutputDev.cc +++ b/poppler/OutputDev.cc @@ -6,6 +6,19 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2005 Jonathan Blandford <jrb@redhat.com> +// Copyright (C) 2006 Thorkild Stray <thorkild@ifi.uio.no> +// Copyright (C) 2007 Adrian Johnson <ajohnson@redneon.com> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #include <config.h> #ifdef USE_GCC_PRAGMAS diff --git a/poppler/OutputDev.h b/poppler/OutputDev.h index af042c68..bb17128e 100644 --- a/poppler/OutputDev.h +++ b/poppler/OutputDev.h @@ -6,6 +6,20 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2005 Jonathan Blandford <jrb@redhat.com> +// Copyright (C) 2006 Thorkild Stray <thorkild@ifi.uio.no> +// Copyright (C) 2007 Jeff Muizelaar <jeff@infidigm.net> +// Copyright (C) 2007 Adrian Johnson <ajohnson@redneon.com> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #ifndef OUTPUTDEV_H #define OUTPUTDEV_H diff --git a/poppler/PDFDoc.cc b/poppler/PDFDoc.cc index c5abe302..9e107c9a 100644 --- a/poppler/PDFDoc.cc +++ b/poppler/PDFDoc.cc @@ -6,6 +6,21 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2005, 2006, 2008 Brad Hards <bradh@frogmouth.net> +// Copyright (C) 2005, 2007, 2008 Albert Astals Cid <aacid@kde.org> +// Copyright (C) 2008 Julien Rebetez <julienr@svn.gnome.org> +// Copyright (C) 2008 Pino Toscano <pino@kde.org> +// Copyright (C) 2008 Carlos Garcia Campos <carlosgc@gnome.org> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #include <config.h> #ifdef USE_GCC_PRAGMAS diff --git a/poppler/PDFDoc.h b/poppler/PDFDoc.h index 07fea34a..a3cd981b 100644 --- a/poppler/PDFDoc.h +++ b/poppler/PDFDoc.h @@ -6,6 +6,21 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2005, 2006, 2008 Brad Hards <bradh@frogmouth.net> +// Copyright (C) 2005 Albert Astals Cid <aacid@kde.org> +// Copyright (C) 2008 Julien Rebetez <julienr@svn.gnome.org> +// Copyright (C) 2008 Pino Toscano <pino@kde.org> +// Copyright (C) 2008 Carlos Garcia Campos <carlosgc@gnome.org> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #ifndef PDFDOC_H #define PDFDOC_H diff --git a/poppler/PDFDocEncoding.cc b/poppler/PDFDocEncoding.cc index 1d3ea743..8a0e30b7 100644 --- a/poppler/PDFDocEncoding.cc +++ b/poppler/PDFDocEncoding.cc @@ -1,11 +1,22 @@ //======================================================================== // -// PDFDocEncoding.h +// PDFDocEncoding.cc // // Copyright 2002-2003 Glyph & Cog, LLC // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2008 Michael Vrable <mvrable@cs.ucsd.edu> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #include "PDFDocEncoding.h" // Mapping of PDFDocEncoding (used to represent text values such as document diff --git a/poppler/PDFDocEncoding.h b/poppler/PDFDocEncoding.h index 7e5f17d1..9a2b54fb 100644 --- a/poppler/PDFDocEncoding.h +++ b/poppler/PDFDocEncoding.h @@ -6,6 +6,17 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2007 Adrian Johnson <ajohnson@redneon.com> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #ifndef PDFDOCENCODING_H #define PDFDOCENCODING_H diff --git a/poppler/PSOutputDev.cc b/poppler/PSOutputDev.cc index 46224df6..c187271f 100644 --- a/poppler/PSOutputDev.cc +++ b/poppler/PSOutputDev.cc @@ -6,6 +6,21 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2005 Martin Kretzschmar <martink@gnome.org> +// Copyright (C) 2005, 2006 Kristian Høgsberg <krh@redhat.com> +// Copyright (C) 2006-2008 Albert Astals Cid <aacid@kde.org> +// Copyright (C) 2006 Jeff Muizelaar <jeff@infidigm.net> +// Copyright (C) 2007, 2008 Brad Hards <bradh@kde.org> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #include <config.h> #ifdef USE_GCC_PRAGMAS diff --git a/poppler/PSOutputDev.h b/poppler/PSOutputDev.h index 06b633e0..c377e53b 100644 --- a/poppler/PSOutputDev.h +++ b/poppler/PSOutputDev.h @@ -6,6 +6,20 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2005 Martin Kretzschmar <martink@gnome.org> +// Copyright (C) 2005 Kristian Høgsberg <krh@redhat.com> +// Copyright (C) 2006, 2007 Albert Astals Cid <aacid@kde.org> +// Copyright (C) 2007 Brad Hards <bradh@kde.org> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #ifndef PSOUTPUTDEV_H #define PSOUTPUTDEV_H diff --git a/poppler/PSTokenizer.cc b/poppler/PSTokenizer.cc index 0e70df55..3c590c3c 100644 --- a/poppler/PSTokenizer.cc +++ b/poppler/PSTokenizer.cc @@ -6,6 +6,18 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2006 Scott Turner <scotty1024@mac.com> +// Copyright (C) 2008 Albert Astals Cid <aacid@kde.org> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #include <config.h> #ifdef USE_GCC_PRAGMAS diff --git a/poppler/PSTokenizer.h b/poppler/PSTokenizer.h index fa6d4c27..50464095 100644 --- a/poppler/PSTokenizer.h +++ b/poppler/PSTokenizer.h @@ -6,6 +6,17 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2006 Scott Turner <scotty1024@mac.com> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #ifndef PSTOKENIZER_H #define PSTOKENIZER_H diff --git a/poppler/Page.cc b/poppler/Page.cc index c25f97bf..c6a6018c 100644 --- a/poppler/Page.cc +++ b/poppler/Page.cc @@ -6,6 +6,26 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2005 Kristian Høgsberg <krh@redhat.com> +// Copyright (C) 2005 Jeff Muizelaar <jeff@infidigm.net> +// Copyright (C) 2005-2008 Albert Astals Cid <aacid@kde.org> +// Copyright (C) 2006-2008 Pino Toscano <pino@kde.org> +// Copyright (C) 2006 Nickolay V. Shmyrev <nshmyrev@yandex.ru> +// Copyright (C) 2006 Scott Turner <scotty1024@mac.com> +// Copyright (C) 2006-2008 Carlos Garcia Campos <carlosgc@gnome.org> +// Copyright (C) 2007 Julien Rebetez <julienr@svn.gnome.org> +// Copyright (C) 2008 Iñigo MartÃnez <inigomartinez@gmail.com> +// Copyright (C) 2008 Brad Hards <bradh@kde.org> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #include <config.h> #ifdef USE_GCC_PRAGMAS diff --git a/poppler/Page.h b/poppler/Page.h index 864a21e5..4a66cf5d 100644 --- a/poppler/Page.h +++ b/poppler/Page.h @@ -6,6 +6,22 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2005 Kristian Høgsberg <krh@redhat.com> +// Copyright (C) 2005 Jeff Muizelaar <jeff@infidigm.net> +// Copyright (C) 2006 Pino Toscano <pino@kde.org> +// Copyright (C) 2006 Carlos Garcia Campos <carlosgc@gnome.org> +// Copyright (C) 2007 Julien Rebetez <julienr@svn.gnome.org> +// Copyright (C) 2008 Iñigo MartÃnez <inigomartinez@gmail.com> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #ifndef PAGE_H #define PAGE_H diff --git a/poppler/PageLabelInfo.cc b/poppler/PageLabelInfo.cc index 6ca65e91..88568816 100644 --- a/poppler/PageLabelInfo.cc +++ b/poppler/PageLabelInfo.cc @@ -1,3 +1,15 @@ +//======================================================================== +// +// This file is under the GPLv2 or later license +// +// Copyright (C) 2005-2006 Kristian Høgsberg <krh@redhat.com> +// Copyright (C) 2005 Albert Astals Cid <aacid@kde.org> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #include <config.h> #include <limits.h> #include <stdlib.h> diff --git a/poppler/PageLabelInfo.h b/poppler/PageLabelInfo.h index 506f157e..8ca0c0e0 100644 --- a/poppler/PageLabelInfo.h +++ b/poppler/PageLabelInfo.h @@ -1,3 +1,15 @@ +//======================================================================== +// +// This file is under the GPLv2 or later license +// +// Copyright (C) 2005-2006 Kristian Høgsberg <krh@redhat.com> +// Copyright (C) 2005 Albert Astals Cid <aacid@kde.org> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #include <limits.h> #include <stdlib.h> #include <stdio.h> diff --git a/poppler/PageTransition.h b/poppler/PageTransition.h index 83ab6693..e892c6c5 100644 --- a/poppler/PageTransition.h +++ b/poppler/PageTransition.h @@ -1,3 +1,21 @@ +/* PageTransition.cc + * Copyright (C) 2005, Net Integration Technologies, Inc. + * + * 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, 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. + */ + #ifndef PAGE_TRANSITION_H #define PAGE_TRANSITION_H diff --git a/poppler/Parser.cc b/poppler/Parser.cc index 8b65bb7c..5d0274df 100644 --- a/poppler/Parser.cc +++ b/poppler/Parser.cc @@ -6,6 +6,18 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2006 Albert Astals Cid <aacid@kde.org> +// Copyright (C) 2006 Krzysztof Kowalczyk <kkowalczyk@gmail.com> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #include <config.h> #ifdef USE_GCC_PRAGMAS diff --git a/poppler/Parser.h b/poppler/Parser.h index 0422b26a..16161995 100644 --- a/poppler/Parser.h +++ b/poppler/Parser.h @@ -6,6 +6,17 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2006 Albert Astals Cid <aacid@kde.org> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #ifndef PARSER_H #define PARSER_H diff --git a/poppler/SplashOutputDev.cc b/poppler/SplashOutputDev.cc index a2f28b20..b03f61f8 100644 --- a/poppler/SplashOutputDev.cc +++ b/poppler/SplashOutputDev.cc @@ -6,6 +6,22 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2005 Takashi Iwai <tiwai@suse.de> +// Copyright (C) 2006 Stefan Schweizer <genstef@gentoo.org> +// Copyright (C) 2006-2008 Albert Astals Cid <aacid@kde.org> +// Copyright (C) 2006 Krzysztof Kowalczyk <kkowalczyk@gmail.com> +// Copyright (C) 2006 Scott Turner <scotty1024@mac.com> +// Copyright (C) 2007 Koji Otani <sho@bbr.jp> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #include <config.h> #ifdef USE_GCC_PRAGMAS diff --git a/poppler/SplashOutputDev.h b/poppler/SplashOutputDev.h index 12b4d946..593f2371 100644 --- a/poppler/SplashOutputDev.h +++ b/poppler/SplashOutputDev.h @@ -6,6 +6,17 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2005 Takashi Iwai <tiwai@suse.de> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #ifndef SPLASHOUTPUTDEV_H #define SPLASHOUTPUTDEV_H diff --git a/poppler/Stream-CCITT.h b/poppler/Stream-CCITT.h index 492fdade..2469c1bd 100644 --- a/poppler/Stream-CCITT.h +++ b/poppler/Stream-CCITT.h @@ -8,6 +8,17 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2008 Albert Astals Cid <aacid@kde.org> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + struct CCITTCode { short bits; short n; diff --git a/poppler/Stream.cc b/poppler/Stream.cc index b8dd39a8..38b6f7ac 100644 --- a/poppler/Stream.cc +++ b/poppler/Stream.cc @@ -6,6 +6,20 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2005 Jeff Muizelaar <jeff@infidigm.net> +// Copyright (C) 2006-2008 Albert Astals Cid <aacid@kde.org> +// Copyright (C) 2007 Krzysztof Kowalczyk <kkowalczyk@gmail.com> +// Copyright (C) 2008 Julien Rebetez <julien@fhtagn.net> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #include <config.h> #ifdef USE_GCC_PRAGMAS diff --git a/poppler/Stream.h b/poppler/Stream.h index 3c463e26..ef778c63 100644 --- a/poppler/Stream.h +++ b/poppler/Stream.h @@ -6,6 +6,19 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2005 Jeff Muizelaar <jeff@infidigm.net> +// Copyright (C) 2008 Julien Rebetez <julien@fhtagn.net> +// Copyright (C) 2008 Albert Astals Cid <aacid@kde.org> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #ifndef STREAM_H #define STREAM_H diff --git a/poppler/TextOutputDev.cc b/poppler/TextOutputDev.cc index c3d7bb3c..e5ce6436 100644 --- a/poppler/TextOutputDev.cc +++ b/poppler/TextOutputDev.cc @@ -6,6 +6,24 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2005-2007 Kristian Høgsberg <krh@redhat.com> +// Copyright (C) 2005 Nickolay V. Shmyrev <nshmyrev@yandex.ru> +// Copyright (C) 2006, 2007 Carlos Garcia Campos <carlosgc@gnome.org> +// Copyright (C) 2006, 2007 Ed Catmur <ed@catmur.co.uk> +// Copyright (C) 2006 Jeff Muizelaar <jeff@infidigm.net> +// Copyright (C) 2007, 2008 Adrian Johnson <ajohnson@redneon.com> +// Copyright (C) 2008 Koji Otani <sho@bbr.jp> +// Copyright (C) 2008 Albert Astals Cid <aacid@kde.org> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #include <config.h> #ifdef USE_GCC_PRAGMAS diff --git a/poppler/TextOutputDev.h b/poppler/TextOutputDev.h index 711aee3b..3dc5f6fa 100644 --- a/poppler/TextOutputDev.h +++ b/poppler/TextOutputDev.h @@ -6,6 +6,21 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2005-2007 Kristian Høgsberg <krh@redhat.com> +// Copyright (C) 2006 Ed Catmur <ed@catmur.co.uk> +// Copyright (C) 2007 Carlos Garcia Campos <carlosgc@gnome.org> +// Copyright (C) 2007 Adrian Johnson <ajohnson@redneon.com> +// Copyright (C) 2008 Albert Astals Cid <aacid@kde.org> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #ifndef TEXTOUTPUTDEV_H #define TEXTOUTPUTDEV_H diff --git a/poppler/UTF8.h b/poppler/UTF8.h index 11fb864e..9e5527a4 100644 --- a/poppler/UTF8.h +++ b/poppler/UTF8.h @@ -6,6 +6,17 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2008 Koji Otani <sho@bbr.jp> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + static int mapUTF8(Unicode u, char *buf, int bufSize) { if (u <= 0x0000007f) { if (bufSize < 1) { diff --git a/poppler/UnicodeTypeTable.cc b/poppler/UnicodeTypeTable.cc index 2aade770..3300f219 100644 --- a/poppler/UnicodeTypeTable.cc +++ b/poppler/UnicodeTypeTable.cc @@ -6,6 +6,19 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2006, 2007 Ed Catmur <ed@catmur.co.uk> +// Copyright (C) 2007 Jeff Muizelaar <jeff@infidigm.net> +// Copyright (C) 2008 Albert Astals Cid <aacid@kde.org> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #include <stdlib.h> #include "CharTypes.h" #include "UnicodeTypeTable.h" diff --git a/poppler/UnicodeTypeTable.h b/poppler/UnicodeTypeTable.h index 9330051d..939e9160 100644 --- a/poppler/UnicodeTypeTable.h +++ b/poppler/UnicodeTypeTable.h @@ -6,6 +6,17 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2006 Ed Catmur <ed@catmur.co.uk> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #ifndef UNICODETYPETABLE_H #define UNICODETYPETABLE_H diff --git a/poppler/XRef.cc b/poppler/XRef.cc index 3a5aeaab..394781db 100644 --- a/poppler/XRef.cc +++ b/poppler/XRef.cc @@ -1,4 +1,4 @@ - //======================================================================== +//======================================================================== // // XRef.cc // @@ -6,6 +6,21 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2005 Dan Sheridan <dan.sheridan@postman.org.uk> +// Copyright (C) 2005 Brad Hards <bradh@frogmouth.net> +// Copyright (C) 2006, 2008 Albert Astals Cid <aacid@kde.org> +// Copyright (C) 2007-2008 Julien Rebetez <julienr@svn.gnome.org> +// Copyright (C) 2007 Carlos Garcia Campos <carlosgc@gnome.org> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #include <config.h> #ifdef USE_GCC_PRAGMAS diff --git a/poppler/XRef.h b/poppler/XRef.h index 2081db5c..727187c1 100644 --- a/poppler/XRef.h +++ b/poppler/XRef.h @@ -6,6 +6,20 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2005 Brad Hards <bradh@frogmouth.net> +// Copyright (C) 2006, 2008 Albert Astals Cid <aacid@kde.org> +// Copyright (C) 2007-2008 Julien Rebetez <julienr@svn.gnome.org> +// Copyright (C) 2007 Carlos Garcia Campos <carlosgc@gnome.org> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #ifndef XREF_H #define XREF_H diff --git a/qt/poppler-document.cc b/qt/poppler-document.cc index acecc365..cf47e197 100644 --- a/qt/poppler-document.cc +++ b/qt/poppler-document.cc @@ -1,5 +1,8 @@ /* poppler-document.cc: qt interface to poppler * Copyright (C) 2005, Net Integration Technologies, Inc. + * Copyright (C) 2005-2008, Albert Astals Cid <aacid@kde.org> + * Copyright (C) 2006, Stefan Kebekus <stefan.kebekus@math.uni-koeln.de> + * Copyright (C) 2006, Wilfried Huss <Wilfried.Huss@gmx.at> * * 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/qt/poppler-fontinfo.cc b/qt/poppler-fontinfo.cc index 228385c7..6eb9d26f 100644 --- a/qt/poppler-fontinfo.cc +++ b/qt/poppler-fontinfo.cc @@ -1,6 +1,5 @@ /* poppler-qt.h: qt interface to poppler - * Copyright (C) 2005, Net Integration Technologies, Inc. - * Copyright (C) 2005, Tobias Koening + * Copyright (C) 2005, Albert Astals Cid <aacid@kde.org> * * 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/qt/poppler-page.cc b/qt/poppler-page.cc index 0f65df17..67a8aa78 100644 --- a/qt/poppler-page.cc +++ b/qt/poppler-page.cc @@ -1,6 +1,11 @@ /* poppler-page.cc: qt interface to poppler * Copyright (C) 2005, Net Integration Technologies, Inc. - * Copyright (C) 2005, Tobias Koening + * Copyright (C) 2005-2006, Albert Astals Cid <aacid@kde.org> + * Copyright (C) 2005, Tobias Koening <tokoe@kde.org> + * Copyright (C) 2005, Stefan Kebekus <stefan.kebekus@math.uni-koeln.de> + * Copyright (C) 2006, Wilfried Huss <Wilfried.Huss@gmx.at> + * Copyright (C) 2006, Jerry Epplin <jepplin@globalvelocity.com> + * Copyright (C) 2007, Pino Toscano <pino@kde.org> * * 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/qt/poppler-private.h b/qt/poppler-private.h index 899f2bf8..21a147f5 100644 --- a/qt/poppler-private.h +++ b/qt/poppler-private.h @@ -1,5 +1,9 @@ /* poppler-private.h: qt interface to poppler * Copyright (C) 2005, Net Integration Technologies, Inc. + * Copyright (C) 2005-2008, Albert Astals Cid <aacid@kde.org> + * Copyright (C) 2006, Kristian Høgsberg <krh@bitplanet.net> + * Copyright (C) 2006, Wilfried Huss <Wilfried.Huss@gmx.at> + * Copyright (C) 2007, Pino Toscano <pino@kde.org> * * 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/qt/poppler-qt.h b/qt/poppler-qt.h index 0aae37c8..e649d790 100644 --- a/qt/poppler-qt.h +++ b/qt/poppler-qt.h @@ -1,6 +1,9 @@ /* poppler-qt.h: qt interface to poppler * Copyright (C) 2005, Net Integration Technologies, Inc. - * Copyright (C) 2005, Tobias Koening + * Copyright (C) 2005, Tobias Koening <tokoe@kde.org> + * Copyright (C) 2005-2007, Albert Astals Cid <aacid@kde.org> + * Copyright (C) 2005-2006, Stefan Kebekus <stefan.kebekus@math.uni-koeln.de> + * Copyright (C) 2006, Wilfried Huss <Wilfried.Huss@gmx.at> * * 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/qt4/src/poppler-annotation-helper.h b/qt4/src/poppler-annotation-helper.h index 58749584..eccb2b53 100644 --- a/qt4/src/poppler-annotation-helper.h +++ b/qt4/src/poppler-annotation-helper.h @@ -1,5 +1,6 @@ /* poppler-annotation-helper.h: qt interface to poppler * Copyright (C) 2006, Albert Astals Cid <aacid@kde.org> + * Copyright (C) 2008, Pino Toscano <pino@kde.org> * Adapting code from * Copyright (C) 2004 by Enrico Ros <eros.kde@email.it> * diff --git a/qt4/src/poppler-annotation.cc b/qt4/src/poppler-annotation.cc index c30edd58..8e75813f 100644 --- a/qt4/src/poppler-annotation.cc +++ b/qt4/src/poppler-annotation.cc @@ -1,5 +1,6 @@ /* poppler-annotation.cc: qt interface to poppler - * Copyright (C) 2006, Albert Astals Cid + * Copyright (C) 2006, Albert Astals Cid <aacid@kde.org> + * Copyright (C) 2006, 2008 Pino Toscano <pino@kde.org> * Adapting code from * Copyright (C) 2004 by Enrico Ros <eros.kde@email.it> * diff --git a/qt4/src/poppler-annotation.h b/qt4/src/poppler-annotation.h index b993476e..e83b7a39 100644 --- a/qt4/src/poppler-annotation.h +++ b/qt4/src/poppler-annotation.h @@ -1,5 +1,7 @@ /* poppler-annotation.h: qt interface to poppler - * Copyright (C) 2006, Albert Astals Cid + * Copyright (C) 2006-2008, Albert Astals Cid <aacid@kde.org> + * Copyright (C) 2006, 2008 Pino Toscano <pino@kde.org> + * Copyright (C) 2007, Brad Hards <bradh@frogmouth.net> * Adapting code from * Copyright (C) 2004 by Enrico Ros <eros.kde@email.it> * diff --git a/qt4/src/poppler-document.cc b/qt4/src/poppler-document.cc index a6f6af8a..13012f2b 100644 --- a/qt4/src/poppler-document.cc +++ b/qt4/src/poppler-document.cc @@ -1,6 +1,8 @@ /* poppler-document.cc: qt interface to poppler * Copyright (C) 2005, Net Integration Technologies, Inc. - * Copyright (C) 2005, Brad Hards <bradh@frogmouth.net> + * Copyright (C) 2005, 2008, Brad Hards <bradh@frogmouth.net> + * Copyright (C) 2005-2008, Albert Astals Cid <aacid@kde.org> + * Copyright (C) 2006-2008, Pino Toscano <pino@kde.org> * * 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/qt4/src/poppler-embeddedfile.cc b/qt4/src/poppler-embeddedfile.cc index 3eb2bcda..aa98b222 100644 --- a/qt4/src/poppler-embeddedfile.cc +++ b/qt4/src/poppler-embeddedfile.cc @@ -1,6 +1,7 @@ /* poppler-document.cc: qt interface to poppler * Copyright (C) 2005, Albert Astals Cid <aacid@kde.org> * Copyright (C) 2005, Brad Hards <bradh@frogmouth.net> + * Copyright (C) 2008, Pino Toscano <pino@kde.org> * * 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/qt4/src/poppler-fontinfo.cc b/qt4/src/poppler-fontinfo.cc index b87f3865..08a80a27 100644 --- a/qt4/src/poppler-fontinfo.cc +++ b/qt4/src/poppler-fontinfo.cc @@ -1,6 +1,9 @@ /* poppler-qt.h: qt interface to poppler * Copyright (C) 2005, Net Integration Technologies, Inc. - * Copyright (C) 2005, Tobias Koening + * Copyright (C) 2005, Tobias Koening <tokoe@kde.org> + * Copyright (C) 2005, Brad Hards <bradh@frogmouth.net> + * Copyright (C) 2005-2008, Albert Astals Cid <aacid@kde.org> + * Copyright (C) 2008, Pino Toscano <pino@kde.org> * * 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/qt4/src/poppler-form.cc b/qt4/src/poppler-form.cc index bfd6d26b..772cdd91 100644 --- a/qt4/src/poppler-form.cc +++ b/qt4/src/poppler-form.cc @@ -1,5 +1,5 @@ /* poppler-form.h: qt4 interface to poppler - * Copyright (C) 2007, Pino Toscano <pino@kde.org> + * Copyright (C) 2007-2008, Pino Toscano <pino@kde.org> * * 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/qt4/src/poppler-form.h b/qt4/src/poppler-form.h index 315ea65f..7307fd04 100644 --- a/qt4/src/poppler-form.h +++ b/qt4/src/poppler-form.h @@ -1,5 +1,5 @@ /* poppler-form.h: qt4 interface to poppler - * Copyright (C) 2007, Pino Toscano <pino@kde.org> + * Copyright (C) 2007-2008, Pino Toscano <pino@kde.org> * * 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/qt4/src/poppler-link-extractor-private.h b/qt4/src/poppler-link-extractor-private.h index 03d93e00..284f33cd 100644 --- a/qt4/src/poppler-link-extractor-private.h +++ b/qt4/src/poppler-link-extractor-private.h @@ -1,5 +1,5 @@ /* poppler-link-extractor_p.h: qt interface to poppler - * Copyright (C) 2007, Pino Toscano <pino@kde.org> + * Copyright (C) 2007-2008, Pino Toscano <pino@kde.org> * * 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/qt4/src/poppler-link-extractor.cc b/qt4/src/poppler-link-extractor.cc index bcce8cd2..2a9bce6c 100644 --- a/qt4/src/poppler-link-extractor.cc +++ b/qt4/src/poppler-link-extractor.cc @@ -1,5 +1,5 @@ /* poppler-link-extractor_p.h: qt interface to poppler - * Copyright (C) 2007, Pino Toscano <pino@kde.org> + * Copyright (C) 2007-2008, Pino Toscano <pino@kde.org> * * 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/qt4/src/poppler-link.cc b/qt4/src/poppler-link.cc index fb9df218..1b986a33 100644 --- a/qt4/src/poppler-link.cc +++ b/qt4/src/poppler-link.cc @@ -1,5 +1,6 @@ /* poppler-link.cc: qt interface to poppler - * Copyright (C) 2006, Albert Astals Cid + * Copyright (C) 2006-2007, Albert Astals Cid + * Copyright (C) 2007-2008, Pino Toscano <pino@kde.org> * Adapting code from * Copyright (C) 2004 by Enrico Ros <eros.kde@email.it> * diff --git a/qt4/src/poppler-link.h b/qt4/src/poppler-link.h index 5102d06e..c088ea84 100644 --- a/qt4/src/poppler-link.h +++ b/qt4/src/poppler-link.h @@ -1,5 +1,6 @@ /* poppler-link.h: qt interface to poppler * Copyright (C) 2006, Albert Astals Cid <aacid@kde.org> + * Copyright (C) 2007-2008, Pino Toscano <pino@kde.org> * Adapting code from * Copyright (C) 2004 by Enrico Ros <eros.kde@email.it> * diff --git a/qt4/src/poppler-optcontent-private.h b/qt4/src/poppler-optcontent-private.h index 3a995f06..98eda073 100644 --- a/qt4/src/poppler-optcontent-private.h +++ b/qt4/src/poppler-optcontent-private.h @@ -1,6 +1,7 @@ /* poppler-optcontent-private.h: qt interface to poppler * * Copyright (C) 2007, Brad Hards <bradh@kde.org> + * Copyright (C) 2008, Pino Toscano <pino@kde.org> * * 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/qt4/src/poppler-optcontent.cc b/qt4/src/poppler-optcontent.cc index 7e9cf7dc..af916ab2 100644 --- a/qt4/src/poppler-optcontent.cc +++ b/qt4/src/poppler-optcontent.cc @@ -1,6 +1,7 @@ /* poppler-optcontent.cc: qt interface to poppler * * Copyright (C) 2007, Brad Hards <bradh@kde.org> + * Copyright (C) 2008, Pino Toscano <pino@kde.org> * * 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/qt4/src/poppler-optcontent.h b/qt4/src/poppler-optcontent.h index 2b0c5ec5..99471a0a 100644 --- a/qt4/src/poppler-optcontent.h +++ b/qt4/src/poppler-optcontent.h @@ -1,6 +1,7 @@ /* poppler-optcontent.h: qt interface to poppler * * Copyright (C) 2007, Brad Hards <bradh@kde.org> + * Copyright (C) 2008, Pino Toscano <pino@kde.org> * * 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/qt4/src/poppler-page-private.h b/qt4/src/poppler-page-private.h index 012eed4a..ecdca170 100644 --- a/qt4/src/poppler-page-private.h +++ b/qt4/src/poppler-page-private.h @@ -1,5 +1,7 @@ /* poppler-page.cc: qt interface to poppler * Copyright (C) 2005, Net Integration Technologies, Inc. + * Copyright (C) 2007, Albert Astals Cid <aacid@kde.org> + * Copyright (C) 2008, Pino Toscano <pino@kde.org> * * 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/qt4/src/poppler-page.cc b/qt4/src/poppler-page.cc index 2710ab5e..368be48f 100644 --- a/qt4/src/poppler-page.cc +++ b/qt4/src/poppler-page.cc @@ -1,5 +1,9 @@ /* poppler-page.cc: qt interface to poppler * Copyright (C) 2005, Net Integration Technologies, Inc. + * Copyright (C) 2005, Brad Hards <bradh@frogmouth.net> + * Copyright (C) 2005-2008, Albert Astals Cid <aacid@kde.org> + * Copyright (C) 2005, Stefan Kebekus <stefan.kebekus@math.uni-koeln.de> + * Copyright (C) 2006-2008, Pino Toscano <pino@kde.org> * * 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/qt4/src/poppler-private.h b/qt4/src/poppler-private.h index 81699d00..4ac90940 100644 --- a/qt4/src/poppler-private.h +++ b/qt4/src/poppler-private.h @@ -1,6 +1,8 @@ /* poppler-private.h: qt interface to poppler * Copyright (C) 2005, Net Integration Technologies, Inc. - * Copyright (C) 2006 by Albert Astals Cid <aacid@kde.org> + * Copyright (C) 2005, 2008, Brad Hards <bradh@frogmouth.net> + * Copyright (C) 2006-2008 by Albert Astals Cid <aacid@kde.org> + * Copyright (C) 2007-2008 by Pino Toscano <pino@kde.org> * Inspired on code by * Copyright (C) 2004 by Albert Astals Cid <tsdgeos@terra.es> * Copyright (C) 2004 by Enrico Ros <eros.kde@email.it> diff --git a/qt4/src/poppler-ps-converter.cc b/qt4/src/poppler-ps-converter.cc index 1598308b..cc449cb3 100644 --- a/qt4/src/poppler-ps-converter.cc +++ b/qt4/src/poppler-ps-converter.cc @@ -1,5 +1,6 @@ /* poppler-document.cc: qt interface to poppler * Copyright (C) 2007, Albert Astals Cid <aacid@kde.org> + * Copyright (C) 2008, Pino Toscano <pino@kde.org> * * 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/qt4/src/poppler-qt4.h b/qt4/src/poppler-qt4.h index a8e57a14..cb8d0740 100644 --- a/qt4/src/poppler-qt4.h +++ b/qt4/src/poppler-qt4.h @@ -1,6 +1,9 @@ /* poppler-qt.h: qt interface to poppler * Copyright (C) 2005, Net Integration Technologies, Inc. - * Copyright (C) 2005, Brad Hards <bradh@frogmouth.net> + * Copyright (C) 2005, 2007, Brad Hards <bradh@frogmouth.net> + * Copyright (C) 2005-2008, Albert Astals Cid <aacid@kde.org> + * Copyright (C) 2005, Stefan Kebekus <stefan.kebekus@math.uni-koeln.de> + * Copyright (C) 2006-2008, Pino Toscano <pino@kde.org> * * 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/qt4/src/poppler-textbox.cc b/qt4/src/poppler-textbox.cc index a17ab626..7d2fb3cb 100644 --- a/qt4/src/poppler-textbox.cc +++ b/qt4/src/poppler-textbox.cc @@ -1,5 +1,7 @@ /* poppler-qt.h: qt interface to poppler * Copyright (C) 2005, Brad Hards <bradh@frogmouth.net> + * Copyright (C) 2006-2008, Albert Astals Cid <aacid@kde.org> + * Copyright (C) 2008, Pino Toscano <pino@kde.org> * * 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/splash/Splash.cc b/splash/Splash.cc index 8209d885..4af39bfa 100644 --- a/splash/Splash.cc +++ b/splash/Splash.cc @@ -4,6 +4,18 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2005-2008 Albert Astals Cid <aacid@kde.org> +// Copyright (C) 2005 Marco Pesenti Gritti <mpg@redhat.com> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #include <config.h> #ifdef USE_GCC_PRAGMAS diff --git a/splash/Splash.h b/splash/Splash.h index 58de95a3..19e31f3a 100644 --- a/splash/Splash.h +++ b/splash/Splash.h @@ -4,6 +4,18 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2005 Marco Pesenti Gritti <mpg@redhat.com> +// Copyright (C) 2007 Albert Astals Cid <aacid@kde.org> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #ifndef SPLASH_H #define SPLASH_H diff --git a/splash/SplashBitmap.cc b/splash/SplashBitmap.cc index e51893c5..539780e4 100644 --- a/splash/SplashBitmap.cc +++ b/splash/SplashBitmap.cc @@ -4,6 +4,18 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2006 Albert Astals Cid <aacid@kde.org> +// Copyright (C) 2007 Ilmari Heikkinen <ilmari.heikkinen@gmail.com> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #include <config.h> #ifdef USE_GCC_PRAGMAS diff --git a/splash/SplashBitmap.h b/splash/SplashBitmap.h index 01e217bd..f76365a4 100644 --- a/splash/SplashBitmap.h +++ b/splash/SplashBitmap.h @@ -4,6 +4,17 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2007 Ilmari Heikkinen <ilmari.heikkinen@gmail.com> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #ifndef SPLASHBITMAP_H #define SPLASHBITMAP_H diff --git a/splash/SplashErrorCodes.h b/splash/SplashErrorCodes.h index 1db95a19..10561c56 100644 --- a/splash/SplashErrorCodes.h +++ b/splash/SplashErrorCodes.h @@ -4,6 +4,17 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2006 Albert Astals Cid <aacid@kde.org> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #ifndef SPLASHERRORCODES_H #define SPLASHERRORCODES_H diff --git a/splash/SplashFTFont.cc b/splash/SplashFTFont.cc index 28e48d79..e7a09094 100644 --- a/splash/SplashFTFont.cc +++ b/splash/SplashFTFont.cc @@ -4,6 +4,18 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2005, 2007-2008 Albert Astals Cid <aacid@kde.org> +// Copyright (C) 2006 Kristian Høgsberg <krh@bitplanet.net> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #include <config.h> #if HAVE_FREETYPE_FREETYPE_H || HAVE_FREETYPE_H diff --git a/splash/SplashFTFont.h b/splash/SplashFTFont.h index 4e220263..8c3cd2cf 100644 --- a/splash/SplashFTFont.h +++ b/splash/SplashFTFont.h @@ -4,6 +4,17 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2007-2008 Albert Astals Cid <aacid@kde.org> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #ifndef SPLASHFTFONT_H #define SPLASHFTFONT_H diff --git a/splash/SplashFTFontEngine.cc b/splash/SplashFTFontEngine.cc index 98de374e..600a7287 100644 --- a/splash/SplashFTFontEngine.cc +++ b/splash/SplashFTFontEngine.cc @@ -4,6 +4,17 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2006 Takashi Iwai <tiwai@suse.de> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #include <config.h> #if HAVE_FREETYPE_FREETYPE_H || HAVE_FREETYPE_H diff --git a/splash/SplashFTFontEngine.h b/splash/SplashFTFontEngine.h index a0c0b7c6..91b09a6d 100644 --- a/splash/SplashFTFontEngine.h +++ b/splash/SplashFTFontEngine.h @@ -4,6 +4,17 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2006 Takashi Iwai <tiwai@suse.de> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #ifndef SPLASHFTFONTENGINE_H #define SPLASHFTFONTENGINE_H diff --git a/splash/SplashFTFontFile.cc b/splash/SplashFTFontFile.cc index c6d06593..1531baf9 100644 --- a/splash/SplashFTFontFile.cc +++ b/splash/SplashFTFontFile.cc @@ -4,6 +4,17 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2006 Takashi Iwai <tiwai@suse.de> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #include <config.h> #if HAVE_FREETYPE_FREETYPE_H || HAVE_FREETYPE_H diff --git a/splash/SplashFTFontFile.h b/splash/SplashFTFontFile.h index 19ff2dee..270923d1 100644 --- a/splash/SplashFTFontFile.h +++ b/splash/SplashFTFontFile.h @@ -4,6 +4,17 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2006 Takashi Iwai <tiwai@suse.de> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #ifndef SPLASHFTFONTFILE_H #define SPLASHFTFONTFILE_H diff --git a/splash/SplashFont.cc b/splash/SplashFont.cc index 490de3b6..1ac66703 100644 --- a/splash/SplashFont.cc +++ b/splash/SplashFont.cc @@ -4,6 +4,17 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2007-2008 Albert Astals Cid <aacid@kde.org> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #include <config.h> #ifdef USE_GCC_PRAGMAS diff --git a/splash/SplashFont.h b/splash/SplashFont.h index f59b3a1e..d5d9ff60 100644 --- a/splash/SplashFont.h +++ b/splash/SplashFont.h @@ -4,6 +4,17 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2007-2008 Albert Astals Cid <aacid@kde.org> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #ifndef SPLASHFONT_H #define SPLASHFONT_H diff --git a/splash/SplashFontEngine.cc b/splash/SplashFontEngine.cc index 4930eef8..6cd89371 100644 --- a/splash/SplashFontEngine.cc +++ b/splash/SplashFontEngine.cc @@ -4,6 +4,17 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2006 Takashi Iwai <tiwai@suse.de> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #include <config.h> #ifdef USE_GCC_PRAGMAS diff --git a/splash/SplashFontEngine.h b/splash/SplashFontEngine.h index b87d667b..daa4c505 100644 --- a/splash/SplashFontEngine.h +++ b/splash/SplashFontEngine.h @@ -4,6 +4,17 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2006 Takashi Iwai <tiwai@suse.de> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #ifndef SPLASHFONTENGINE_H #define SPLASHFONTENGINE_H diff --git a/splash/SplashFontFile.cc b/splash/SplashFontFile.cc index 80c99ae0..da469233 100644 --- a/splash/SplashFontFile.cc +++ b/splash/SplashFontFile.cc @@ -4,6 +4,18 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2006 Takashi Iwai <tiwai@suse.de> +// Copyright (C) 2008 Albert Astals Cid <aacid@kde.org> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #include <config.h> #ifdef USE_GCC_PRAGMAS diff --git a/splash/SplashFontFile.h b/splash/SplashFontFile.h index e04e28cd..94e8738e 100644 --- a/splash/SplashFontFile.h +++ b/splash/SplashFontFile.h @@ -4,6 +4,18 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2006 Takashi Iwai <tiwai@suse.de> +// Copyright (C) 2008 Albert Astals Cid <aacid@kde.org> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #ifndef SPLASHFONTFILE_H #define SPLASHFONTFILE_H diff --git a/splash/SplashT1Font.cc b/splash/SplashT1Font.cc index 87a51a76..3577462f 100644 --- a/splash/SplashT1Font.cc +++ b/splash/SplashT1Font.cc @@ -4,6 +4,17 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2007 Albert Astals Cid <aacid@kde.org> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #include <config.h> #if HAVE_T1LIB_H diff --git a/splash/SplashT1Font.h b/splash/SplashT1Font.h index d6816b82..5c8f2e60 100644 --- a/splash/SplashT1Font.h +++ b/splash/SplashT1Font.h @@ -4,6 +4,17 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2007 Albert Astals Cid <aacid@kde.org> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #ifndef SPLASHT1FONT_H #define SPLASHT1FONT_H diff --git a/splash/SplashT1FontEngine.cc b/splash/SplashT1FontEngine.cc index be75e03a..bd502db3 100644 --- a/splash/SplashT1FontEngine.cc +++ b/splash/SplashT1FontEngine.cc @@ -4,6 +4,17 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2006 Takashi Iwai <tiwai@suse.de> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #include <config.h> #if HAVE_T1LIB_H diff --git a/splash/SplashT1FontFile.cc b/splash/SplashT1FontFile.cc index d384e2e6..9df1580b 100644 --- a/splash/SplashT1FontFile.cc +++ b/splash/SplashT1FontFile.cc @@ -4,6 +4,17 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2006 Takashi Iwai <tiwai@suse.de> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #include <config.h> #if HAVE_T1LIB_H diff --git a/splash/SplashT1FontFile.h b/splash/SplashT1FontFile.h index 465d8967..0398f2f9 100644 --- a/splash/SplashT1FontFile.h +++ b/splash/SplashT1FontFile.h @@ -4,6 +4,17 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2006 Takashi Iwai <tiwai@suse.de> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #ifndef SPLASHT1FONTFILE_H #define SPLASHT1FONTFILE_H diff --git a/splash/SplashTypes.h b/splash/SplashTypes.h index 1dcec38d..6a76f77d 100644 --- a/splash/SplashTypes.h +++ b/splash/SplashTypes.h @@ -4,6 +4,17 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2006 Albert Astals Cid <aacid@kde.org> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #ifndef SPLASHTYPES_H #define SPLASHTYPES_H diff --git a/splash/SplashXPathScanner.cc b/splash/SplashXPathScanner.cc index 6fc7ce75..0a513051 100644 --- a/splash/SplashXPathScanner.cc +++ b/splash/SplashXPathScanner.cc @@ -4,6 +4,17 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2008 Albert Astals Cid <aacid@kde.org> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #include <config.h> #ifdef USE_GCC_PRAGMAS diff --git a/utils/HtmlFonts.cc b/utils/HtmlFonts.cc index fcac8555..1c73e0b2 100644 --- a/utils/HtmlFonts.cc +++ b/utils/HtmlFonts.cc @@ -1,3 +1,27 @@ +//======================================================================== +// +// This file comes from pdftohtml project +// http://pdftohtml.sourceforge.net +// +// Copyright from: +// Gueorgui Ovtcharov +// Rainer Dorsch <http://www.ra.informatik.uni-stuttgart.de/~rainer/> +// Mikhail Kruk <meshko@cs.brandeis.edu> +// +//======================================================================== + +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2007 Albert Astals Cid <aacid@kde.org> +// Copyright (C) 2008 Boris Toloknov <tlknv@yandex.ru> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #include "HtmlFonts.h" #include "GlobalParams.h" #include "UnicodeMap.h" diff --git a/utils/HtmlFonts.h b/utils/HtmlFonts.h index 3ff5b81a..df2b5706 100644 --- a/utils/HtmlFonts.h +++ b/utils/HtmlFonts.h @@ -1,3 +1,15 @@ +//======================================================================== +// +// This file comes from pdftohtml project +// http://pdftohtml.sourceforge.net +// +// Copyright from: +// Gueorgui Ovtcharov +// Rainer Dorsch <http://www.ra.informatik.uni-stuttgart.de/~rainer/> +// Mikhail Kruk <meshko@cs.brandeis.edu> +// +//======================================================================== + #ifndef _HTML_FONTS_H #define _HTML_FONTS_H #include "goo/GooVector.h" diff --git a/utils/HtmlLinks.cc b/utils/HtmlLinks.cc index 136e5e14..c0e4c436 100644 --- a/utils/HtmlLinks.cc +++ b/utils/HtmlLinks.cc @@ -1,3 +1,26 @@ +//======================================================================== +// +// This file comes from pdftohtml project +// http://pdftohtml.sourceforge.net +// +// Copyright from: +// Gueorgui Ovtcharov +// Rainer Dorsch <http://www.ra.informatik.uni-stuttgart.de/~rainer/> +// Mikhail Kruk <meshko@cs.brandeis.edu> +// +//======================================================================== + +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2008 Boris Toloknov <tlknv@yandex.ru> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #include "HtmlLinks.h" extern GBool xml; diff --git a/utils/HtmlLinks.h b/utils/HtmlLinks.h index 71f8065e..571c2a70 100644 --- a/utils/HtmlLinks.h +++ b/utils/HtmlLinks.h @@ -1,3 +1,15 @@ +//======================================================================== +// +// This file comes from pdftohtml project +// http://pdftohtml.sourceforge.net +// +// Copyright from: +// Gueorgui Ovtcharov +// Rainer Dorsch <http://www.ra.informatik.uni-stuttgart.de/~rainer/> +// Mikhail Kruk <meshko@cs.brandeis.edu> +// +//======================================================================== + #ifndef _HTML_LINKS #define _HTML_LINKS diff --git a/utils/HtmlOutputDev.cc b/utils/HtmlOutputDev.cc index d819a059..bcae8d85 100644 --- a/utils/HtmlOutputDev.cc +++ b/utils/HtmlOutputDev.cc @@ -10,6 +10,19 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2005-2008 Albert Astals Cid <aacid@kde.org> +// Copyright (C) 2008 Kjartan Maraas <kmaraas@gnome.org> +// Copyright (C) 2008 Boris Toloknov <tlknv@yandex.ru> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #ifdef __GNUC__ #pragma implementation #endif diff --git a/utils/HtmlOutputDev.h b/utils/HtmlOutputDev.h index 4c4cf633..d8dce7c9 100644 --- a/utils/HtmlOutputDev.h +++ b/utils/HtmlOutputDev.h @@ -7,6 +7,17 @@ // Changed 1999 by G.Ovtcharov //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2006-2007 Albert Astals Cid <aacid@kde.org> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #ifndef HTMLOUTPUTDEV_H #define HTMLOUTPUTDEV_H diff --git a/utils/ImageOutputDev.cc b/utils/ImageOutputDev.cc index a6af146c..96556797 100644 --- a/utils/ImageOutputDev.cc +++ b/utils/ImageOutputDev.cc @@ -6,6 +6,19 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2005, 2007 Albert Astals Cid <aacid@kde.org> +// Copyright (C) 2006 Rainer Keller <class321@gmx.de> +// Copyright (C) 2008 Timothy Lee <timothy.lee@siriushk.com> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #include "config.h" #include <poppler-config.h> diff --git a/utils/ImageOutputDev.h b/utils/ImageOutputDev.h index 56c97a5f..b2677563 100644 --- a/utils/ImageOutputDev.h +++ b/utils/ImageOutputDev.h @@ -6,6 +6,18 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2006 Rainer Keller <class321@gmx.de> +// Copyright (C) 2008 Timothy Lee <timothy.lee@siriushk.com> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #ifndef IMAGEOUTPUTDEV_H #define IMAGEOUTPUTDEV_H diff --git a/utils/parseargs.c b/utils/parseargs.c index 465c2cbe..d10cbe73 100644 --- a/utils/parseargs.c +++ b/utils/parseargs.c @@ -6,6 +6,19 @@ * Copyright 1996-2003 Glyph & Cog, LLC */ +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Poppler project changes to this file are under the GPLv2 or later license +// +// Copyright (C) 2008 Albert Astals Cid <aacid@kde.org> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #include <stdio.h> #include <stddef.h> #include <string.h> diff --git a/utils/parseargs.h b/utils/parseargs.h index 983a4251..aa20a9ff 100644 --- a/utils/parseargs.h +++ b/utils/parseargs.h @@ -6,6 +6,17 @@ * Copyright 1996-2003 Glyph & Cog, LLC */ +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2008 Albert Astals Cid <aacid@kde.org> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #ifndef PARSEARGS_H #define PARSEARGS_H diff --git a/utils/pdffonts.cc b/utils/pdffonts.cc index 39fcf24f..3fc9036a 100644 --- a/utils/pdffonts.cc +++ b/utils/pdffonts.cc @@ -6,6 +6,18 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2006 Dominic Lachowicz <cinamod@hotmail.com> +// Copyright (C) 2007-2008 Albert Astals Cid <aacid@kde.org> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #include "config.h" #include <poppler-config.h> #include <stdio.h> diff --git a/utils/pdfimages.cc b/utils/pdfimages.cc index 3d5ac8d9..6f6cbe95 100644 --- a/utils/pdfimages.cc +++ b/utils/pdfimages.cc @@ -8,6 +8,17 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2007-2008 Albert Astals Cid <aacid@kde.org> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #include "config.h" #include <poppler-config.h> #include <stdio.h> diff --git a/utils/pdfinfo.cc b/utils/pdfinfo.cc index 9e924fde..a7f81d38 100644 --- a/utils/pdfinfo.cc +++ b/utils/pdfinfo.cc @@ -6,6 +6,18 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2006 Dom Lachowicz <cinamod@hotmail.com> +// Copyright (C) 2007-2008 Albert Astals Cid <aacid@kde.org> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #include "config.h" #include <poppler-config.h> #include <stdio.h> diff --git a/utils/pdftoabw.cc b/utils/pdftoabw.cc index 10e9bb3d..3ce15bee 100644 --- a/utils/pdftoabw.cc +++ b/utils/pdftoabw.cc @@ -1,10 +1,22 @@ -//======================================================================== -// -// pdftohtml.cc -// -// -// Copyright 1999-2000 G. Ovtcharov -//======================================================================== +/* + * Copyright (C) 2007 Jauco Noordzij <jauco@jauco.nl> + * Copyright (C) 2007 Dominic Lachowicz <cinamod@hotmail.com> + * Copyright (C) 2007 Kouhei Sutou <kou@cozmixng.org> + * + * 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, 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 "config.h" #include <poppler-config.h> diff --git a/utils/pdftohtml.cc b/utils/pdftohtml.cc index 6a783667..ede4c813 100644 --- a/utils/pdftohtml.cc +++ b/utils/pdftohtml.cc @@ -6,6 +6,17 @@ // Copyright 1999-2000 G. Ovtcharov //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2007-2008 Albert Astals Cid <aacid@kde.org> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #include "config.h" #include <poppler-config.h> #include <stdio.h> diff --git a/utils/pdftoppm.cc b/utils/pdftoppm.cc index 34602f70..0168cf53 100644 --- a/utils/pdftoppm.cc +++ b/utils/pdftoppm.cc @@ -6,6 +6,17 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2007 Ilmari Heikkinen <ilmari.heikkinen@gmail.com> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #include "config.h" #include <poppler-config.h> #include <stdio.h> diff --git a/utils/pdftops.cc b/utils/pdftops.cc index a1af9aa9..e0a09a1e 100644 --- a/utils/pdftops.cc +++ b/utils/pdftops.cc @@ -8,6 +8,18 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2006 Kristian Høgsberg <krh@redhat.com> +// Copyright (C) 2007-2008 Albert Astals Cid <aacid@kde.org> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #include "config.h" #include <poppler-config.h> #include <stdio.h> diff --git a/utils/pdftotext.cc b/utils/pdftotext.cc index 6731b9b3..69553179 100644 --- a/utils/pdftotext.cc +++ b/utils/pdftotext.cc @@ -8,6 +8,18 @@ // //======================================================================== +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// Copyright (C) 2006 Dominic Lachowicz <cinamod@hotmail.com> +// Copyright (C) 2007-2008 Albert Astals Cid <aacid@kde.org> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + #include "config.h" #include <poppler-config.h> #include <stdio.h> |