summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2008-09-01 20:13:33 +0200
committerAlbert Astals Cid <aacid@kde.org>2008-09-01 20:13:33 +0200
commit0c11d390e4b0e3765ae20968359c7562c9857db7 (patch)
treee3f6a7310789a39404e63213ad5a81e3163a96f5 /utils
parent8670bfed7900586725b30e3af67f6849acc6efda (diff)
All poppler commiters to these files agreed to GPLv2+
Still missing to answer Marco Pesenti Gritti Catalog.cc Outline.cc Outline.h Kjartan Maraas HtmlOutputDev.cc Timothy Lee ImageOutputDev.h ImageOutputDev.cc Carl Worth CairoOutputDev.cc Ed Catmur GfxFont.cc GlobalParams.cc TextOutputDev.cc TextOutputDev.h UnicodeTypeTable.cc UnicodeTypeTable.h
Diffstat (limited to 'utils')
-rw-r--r--utils/HtmlFonts.cc3
-rw-r--r--utils/HtmlLinks.cc3
-rw-r--r--utils/HtmlOutputDev.h3
-rw-r--r--utils/parseargs.c3
-rw-r--r--utils/parseargs.h3
-rw-r--r--utils/pdffonts.cc3
-rw-r--r--utils/pdfimages.cc3
-rw-r--r--utils/pdfinfo.cc3
-rw-r--r--utils/pdftohtml.cc3
-rw-r--r--utils/pdftoppm.cc3
-rw-r--r--utils/pdftops.cc3
-rw-r--r--utils/pdftotext.cc3
12 files changed, 36 insertions, 0 deletions
diff --git a/utils/HtmlFonts.cc b/utils/HtmlFonts.cc
index 1c73e0b2..3598e7fc 100644
--- a/utils/HtmlFonts.cc
+++ b/utils/HtmlFonts.cc
@@ -14,6 +14,9 @@
//
// Modified under the Poppler project - http://poppler.freedesktop.org
//
+// All changes made under the Poppler project to this file are licensed
+// under GPL version 2 or later
+//
// Copyright (C) 2007 Albert Astals Cid <aacid@kde.org>
// Copyright (C) 2008 Boris Toloknov <tlknv@yandex.ru>
//
diff --git a/utils/HtmlLinks.cc b/utils/HtmlLinks.cc
index c0e4c436..0fd093c5 100644
--- a/utils/HtmlLinks.cc
+++ b/utils/HtmlLinks.cc
@@ -14,6 +14,9 @@
//
// Modified under the Poppler project - http://poppler.freedesktop.org
//
+// All changes made under the Poppler project to this file are licensed
+// under GPL version 2 or later
+//
// Copyright (C) 2008 Boris Toloknov <tlknv@yandex.ru>
//
// To see a description of the changes please see the Changelog file that
diff --git a/utils/HtmlOutputDev.h b/utils/HtmlOutputDev.h
index d8dce7c9..8d090c8a 100644
--- a/utils/HtmlOutputDev.h
+++ b/utils/HtmlOutputDev.h
@@ -11,6 +11,9 @@
//
// Modified under the Poppler project - http://poppler.freedesktop.org
//
+// All changes made under the Poppler project to this file are licensed
+// under GPL version 2 or later
+//
// Copyright (C) 2006-2007 Albert Astals Cid <aacid@kde.org>
//
// To see a description of the changes please see the Changelog file that
diff --git a/utils/parseargs.c b/utils/parseargs.c
index d10cbe73..63632417 100644
--- a/utils/parseargs.c
+++ b/utils/parseargs.c
@@ -12,6 +12,9 @@
//
// Poppler project changes to this file are under the GPLv2 or later license
//
+// All changes made under the Poppler project to this file are licensed
+// under GPL version 2 or later
+//
// Copyright (C) 2008 Albert Astals Cid <aacid@kde.org>
//
// To see a description of the changes please see the Changelog file that
diff --git a/utils/parseargs.h b/utils/parseargs.h
index aa20a9ff..44184217 100644
--- a/utils/parseargs.h
+++ b/utils/parseargs.h
@@ -10,6 +10,9 @@
//
// Modified under the Poppler project - http://poppler.freedesktop.org
//
+// All changes made under the Poppler project to this file are licensed
+// under GPL version 2 or later
+//
// Copyright (C) 2008 Albert Astals Cid <aacid@kde.org>
//
// To see a description of the changes please see the Changelog file that
diff --git a/utils/pdffonts.cc b/utils/pdffonts.cc
index 3fc9036a..752fa15e 100644
--- a/utils/pdffonts.cc
+++ b/utils/pdffonts.cc
@@ -10,6 +10,9 @@
//
// Modified under the Poppler project - http://poppler.freedesktop.org
//
+// All changes made under the Poppler project to this file are licensed
+// under GPL version 2 or later
+//
// Copyright (C) 2006 Dominic Lachowicz <cinamod@hotmail.com>
// Copyright (C) 2007-2008 Albert Astals Cid <aacid@kde.org>
//
diff --git a/utils/pdfimages.cc b/utils/pdfimages.cc
index 6f6cbe95..b821c799 100644
--- a/utils/pdfimages.cc
+++ b/utils/pdfimages.cc
@@ -12,6 +12,9 @@
//
// Modified under the Poppler project - http://poppler.freedesktop.org
//
+// All changes made under the Poppler project to this file are licensed
+// under GPL version 2 or later
+//
// Copyright (C) 2007-2008 Albert Astals Cid <aacid@kde.org>
//
// To see a description of the changes please see the Changelog file that
diff --git a/utils/pdfinfo.cc b/utils/pdfinfo.cc
index df54862b..9b13dd11 100644
--- a/utils/pdfinfo.cc
+++ b/utils/pdfinfo.cc
@@ -10,6 +10,9 @@
//
// Modified under the Poppler project - http://poppler.freedesktop.org
//
+// All changes made under the Poppler project to this file are licensed
+// under GPL version 2 or later
+//
// Copyright (C) 2006 Dom Lachowicz <cinamod@hotmail.com>
// Copyright (C) 2007-2008 Albert Astals Cid <aacid@kde.org>
//
diff --git a/utils/pdftohtml.cc b/utils/pdftohtml.cc
index 86284411..1c29fe63 100644
--- a/utils/pdftohtml.cc
+++ b/utils/pdftohtml.cc
@@ -10,6 +10,9 @@
//
// Modified under the Poppler project - http://poppler.freedesktop.org
//
+// All changes made under the Poppler project to this file are licensed
+// under GPL version 2 or later
+//
// Copyright (C) 2007-2008 Albert Astals Cid <aacid@kde.org>
//
// To see a description of the changes please see the Changelog file that
diff --git a/utils/pdftoppm.cc b/utils/pdftoppm.cc
index 0168cf53..1344596f 100644
--- a/utils/pdftoppm.cc
+++ b/utils/pdftoppm.cc
@@ -10,6 +10,9 @@
//
// Modified under the Poppler project - http://poppler.freedesktop.org
//
+// All changes made under the Poppler project to this file are licensed
+// under GPL version 2 or later
+//
// Copyright (C) 2007 Ilmari Heikkinen <ilmari.heikkinen@gmail.com>
//
// To see a description of the changes please see the Changelog file that
diff --git a/utils/pdftops.cc b/utils/pdftops.cc
index e0a09a1e..6801050e 100644
--- a/utils/pdftops.cc
+++ b/utils/pdftops.cc
@@ -12,6 +12,9 @@
//
// Modified under the Poppler project - http://poppler.freedesktop.org
//
+// All changes made under the Poppler project to this file are licensed
+// under GPL version 2 or later
+//
// Copyright (C) 2006 Kristian Høgsberg <krh@redhat.com>
// Copyright (C) 2007-2008 Albert Astals Cid <aacid@kde.org>
//
diff --git a/utils/pdftotext.cc b/utils/pdftotext.cc
index 69553179..27d71ad5 100644
--- a/utils/pdftotext.cc
+++ b/utils/pdftotext.cc
@@ -12,6 +12,9 @@
//
// Modified under the Poppler project - http://poppler.freedesktop.org
//
+// All changes made under the Poppler project to this file are licensed
+// under GPL version 2 or later
+//
// Copyright (C) 2006 Dominic Lachowicz <cinamod@hotmail.com>
// Copyright (C) 2007-2008 Albert Astals Cid <aacid@kde.org>
//