[poppler] splash/SplashBitmap.cc splash/SplashBitmap.h splash/SplashErrorCodes.h splash/SplashFont.cc splash/SplashFontEngine.cc splash/SplashFontEngine.h splash/SplashFontFile.cc splash/SplashFontFile.h splash/SplashFont.h splash/SplashFTFont.cc splash/SplashFTFontEngine.cc splash/SplashFTFontEngine.h splash/SplashFTFontFile.cc splash/SplashFTFontFile.h splash/SplashFTFont.h splash/SplashT1Font.cc splash/SplashT1FontEngine.cc splash/SplashT1FontFile.cc splash/SplashT1FontFile.h splash/SplashT1Font.h splash/SplashTypes.h splash/SplashXPathScanner.cc

Albert Astals Cid aacid at kemper.freedesktop.org
Sat Sep 20 07:11:58 PDT 2008


 splash/SplashBitmap.cc       |    3 +++
 splash/SplashBitmap.h        |    3 +++
 splash/SplashErrorCodes.h    |    3 +++
 splash/SplashFTFont.cc       |    3 +++
 splash/SplashFTFont.h        |    3 +++
 splash/SplashFTFontEngine.cc |    3 +++
 splash/SplashFTFontEngine.h  |    3 +++
 splash/SplashFTFontFile.cc   |    3 +++
 splash/SplashFTFontFile.h    |    3 +++
 splash/SplashFont.cc         |    3 +++
 splash/SplashFont.h          |    3 +++
 splash/SplashFontEngine.cc   |    3 +++
 splash/SplashFontEngine.h    |    3 +++
 splash/SplashFontFile.cc     |    3 +++
 splash/SplashFontFile.h      |    3 +++
 splash/SplashT1Font.cc       |    3 +++
 splash/SplashT1Font.h        |    3 +++
 splash/SplashT1FontEngine.cc |    3 +++
 splash/SplashT1FontFile.cc   |    3 +++
 splash/SplashT1FontFile.h    |    3 +++
 splash/SplashTypes.h         |    3 +++
 splash/SplashXPathScanner.cc |    3 +++
 22 files changed, 66 insertions(+)

New commits:
commit 4e9a04da358b1527a08102e601a52f07930532f2
Author: Albert Astals Cid <aacid at kde.org>
Date:   Sat Sep 20 16:10:50 2008 +0200

    Add mention of GPLv2 or later in poppler changes to all files except Splash.cc and Splash.h, i've still no answer from Marco :-(

diff --git a/splash/SplashBitmap.cc b/splash/SplashBitmap.cc
index 539780e..97d622c 100644
--- a/splash/SplashBitmap.cc
+++ b/splash/SplashBitmap.cc
@@ -8,6 +8,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 Albert Astals Cid <aacid at kde.org>
 // Copyright (C) 2007 Ilmari Heikkinen <ilmari.heikkinen at gmail.com>
 //
diff --git a/splash/SplashBitmap.h b/splash/SplashBitmap.h
index f76365a..8ec186a 100644
--- a/splash/SplashBitmap.h
+++ b/splash/SplashBitmap.h
@@ -8,6 +8,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 at gmail.com>
 //
 // To see a description of the changes please see the Changelog file that
diff --git a/splash/SplashErrorCodes.h b/splash/SplashErrorCodes.h
index 10561c5..4224237 100644
--- a/splash/SplashErrorCodes.h
+++ b/splash/SplashErrorCodes.h
@@ -8,6 +8,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 Albert Astals Cid <aacid at kde.org>
 //
 // To see a description of the changes please see the Changelog file that
diff --git a/splash/SplashFTFont.cc b/splash/SplashFTFont.cc
index e7a0909..aebe295 100644
--- a/splash/SplashFTFont.cc
+++ b/splash/SplashFTFont.cc
@@ -8,6 +8,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) 2005, 2007-2008 Albert Astals Cid <aacid at kde.org>
 // Copyright (C) 2006 Kristian Høgsberg <krh at bitplanet.net>
 //
diff --git a/splash/SplashFTFont.h b/splash/SplashFTFont.h
index 8c3cd2c..804d89f 100644
--- a/splash/SplashFTFont.h
+++ b/splash/SplashFTFont.h
@@ -8,6 +8,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 at kde.org>
 //
 // To see a description of the changes please see the Changelog file that
diff --git a/splash/SplashFTFontEngine.cc b/splash/SplashFTFontEngine.cc
index 600a728..a090132 100644
--- a/splash/SplashFTFontEngine.cc
+++ b/splash/SplashFTFontEngine.cc
@@ -8,6 +8,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 Takashi Iwai <tiwai at suse.de>
 //
 // To see a description of the changes please see the Changelog file that
diff --git a/splash/SplashFTFontEngine.h b/splash/SplashFTFontEngine.h
index 91b09a6..5bfe14a 100644
--- a/splash/SplashFTFontEngine.h
+++ b/splash/SplashFTFontEngine.h
@@ -8,6 +8,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 Takashi Iwai <tiwai at suse.de>
 //
 // To see a description of the changes please see the Changelog file that
diff --git a/splash/SplashFTFontFile.cc b/splash/SplashFTFontFile.cc
index 1531baf..160481e 100644
--- a/splash/SplashFTFontFile.cc
+++ b/splash/SplashFTFontFile.cc
@@ -8,6 +8,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 Takashi Iwai <tiwai at suse.de>
 //
 // To see a description of the changes please see the Changelog file that
diff --git a/splash/SplashFTFontFile.h b/splash/SplashFTFontFile.h
index 270923d..079fb1c 100644
--- a/splash/SplashFTFontFile.h
+++ b/splash/SplashFTFontFile.h
@@ -8,6 +8,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 Takashi Iwai <tiwai at suse.de>
 //
 // To see a description of the changes please see the Changelog file that
diff --git a/splash/SplashFont.cc b/splash/SplashFont.cc
index 1ac6670..400d7cc 100644
--- a/splash/SplashFont.cc
+++ b/splash/SplashFont.cc
@@ -8,6 +8,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 at kde.org>
 //
 // To see a description of the changes please see the Changelog file that
diff --git a/splash/SplashFont.h b/splash/SplashFont.h
index d5d9ff6..78b00d2 100644
--- a/splash/SplashFont.h
+++ b/splash/SplashFont.h
@@ -8,6 +8,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 at kde.org>
 //
 // To see a description of the changes please see the Changelog file that
diff --git a/splash/SplashFontEngine.cc b/splash/SplashFontEngine.cc
index 6cd8937..7487224 100644
--- a/splash/SplashFontEngine.cc
+++ b/splash/SplashFontEngine.cc
@@ -8,6 +8,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 Takashi Iwai <tiwai at suse.de>
 //
 // To see a description of the changes please see the Changelog file that
diff --git a/splash/SplashFontEngine.h b/splash/SplashFontEngine.h
index daa4c50..a28813d 100644
--- a/splash/SplashFontEngine.h
+++ b/splash/SplashFontEngine.h
@@ -8,6 +8,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 Takashi Iwai <tiwai at suse.de>
 //
 // To see a description of the changes please see the Changelog file that
diff --git a/splash/SplashFontFile.cc b/splash/SplashFontFile.cc
index da46923..68e8608 100644
--- a/splash/SplashFontFile.cc
+++ b/splash/SplashFontFile.cc
@@ -8,6 +8,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 Takashi Iwai <tiwai at suse.de>
 // Copyright (C) 2008 Albert Astals Cid <aacid at kde.org>
 //
diff --git a/splash/SplashFontFile.h b/splash/SplashFontFile.h
index 94e8738..f2b4570 100644
--- a/splash/SplashFontFile.h
+++ b/splash/SplashFontFile.h
@@ -8,6 +8,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 Takashi Iwai <tiwai at suse.de>
 // Copyright (C) 2008 Albert Astals Cid <aacid at kde.org>
 //
diff --git a/splash/SplashT1Font.cc b/splash/SplashT1Font.cc
index 3577462..536c560 100644
--- a/splash/SplashT1Font.cc
+++ b/splash/SplashT1Font.cc
@@ -8,6 +8,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 at kde.org>
 //
 // To see a description of the changes please see the Changelog file that
diff --git a/splash/SplashT1Font.h b/splash/SplashT1Font.h
index 5c8f2e6..1dbe66c 100644
--- a/splash/SplashT1Font.h
+++ b/splash/SplashT1Font.h
@@ -8,6 +8,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 at kde.org>
 //
 // To see a description of the changes please see the Changelog file that
diff --git a/splash/SplashT1FontEngine.cc b/splash/SplashT1FontEngine.cc
index bd502db..7417863 100644
--- a/splash/SplashT1FontEngine.cc
+++ b/splash/SplashT1FontEngine.cc
@@ -8,6 +8,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 Takashi Iwai <tiwai at suse.de>
 //
 // To see a description of the changes please see the Changelog file that
diff --git a/splash/SplashT1FontFile.cc b/splash/SplashT1FontFile.cc
index 9df1580..a7e8e72 100644
--- a/splash/SplashT1FontFile.cc
+++ b/splash/SplashT1FontFile.cc
@@ -8,6 +8,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 Takashi Iwai <tiwai at suse.de>
 //
 // To see a description of the changes please see the Changelog file that
diff --git a/splash/SplashT1FontFile.h b/splash/SplashT1FontFile.h
index 0398f2f..24c958b 100644
--- a/splash/SplashT1FontFile.h
+++ b/splash/SplashT1FontFile.h
@@ -8,6 +8,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 Takashi Iwai <tiwai at suse.de>
 //
 // To see a description of the changes please see the Changelog file that
diff --git a/splash/SplashTypes.h b/splash/SplashTypes.h
index 6a76f77..6560ab9 100644
--- a/splash/SplashTypes.h
+++ b/splash/SplashTypes.h
@@ -8,6 +8,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 Albert Astals Cid <aacid at kde.org>
 //
 // To see a description of the changes please see the Changelog file that
diff --git a/splash/SplashXPathScanner.cc b/splash/SplashXPathScanner.cc
index 0a51305..eab9cef 100644
--- a/splash/SplashXPathScanner.cc
+++ b/splash/SplashXPathScanner.cc
@@ -8,6 +8,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 at kde.org>
 //
 // To see a description of the changes please see the Changelog file that


More information about the poppler mailing list