[poppler] 3 commits - fofi/FoFiBase.cc fofi/FoFiTrueType.cc fofi/FoFiTrueType.h fofi/FoFiType1.cc fofi/FoFiType1C.h goo/gfile.cc goo/gfile.h goo/gmem.cc goo/gmem.h goo/GooString.cc goo/GooString.h poppler/FontInfo.h

Albert Astals Cid aacid at kemper.freedesktop.org
Sun Aug 24 11:25:05 PDT 2008


 fofi/FoFiBase.cc     |    3 +++
 fofi/FoFiTrueType.cc |    3 +++
 fofi/FoFiTrueType.h  |    3 +++
 fofi/FoFiType1.cc    |    3 +++
 fofi/FoFiType1C.h    |    3 +++
 goo/GooString.cc     |    3 +++
 goo/GooString.h      |    3 +++
 goo/gfile.cc         |    3 +++
 goo/gfile.h          |    3 +++
 goo/gmem.cc          |    3 +++
 goo/gmem.h           |    3 +++
 poppler/FontInfo.h   |    2 +-
 12 files changed, 34 insertions(+), 1 deletion(-)

New commits:
commit abe29b4fdb33f449649fdea5d7af2deeb702f0bb
Author: Albert Astals Cid <aacid at kde.org>
Date:   Sun Aug 24 20:24:35 2008 +0200

    All changes made to fofi/ files under the poppler project are by people that accepts to license the code under GPLv2+

diff --git a/fofi/FoFiBase.cc b/fofi/FoFiBase.cc
index 558b79a..fe0b92e 100644
--- a/fofi/FoFiBase.cc
+++ b/fofi/FoFiBase.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) 2008 Ed Avis <eda at waniasset.com>
 //
 // To see a description of the changes please see the Changelog file that
diff --git a/fofi/FoFiTrueType.cc b/fofi/FoFiTrueType.cc
index 78f030d..9a81d3d 100644
--- a/fofi/FoFiTrueType.cc
+++ b/fofi/FoFiTrueType.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 Takashi Iwai <tiwai at suse.de>
 // Copyright (C) 2007 Koji Otani <sho at bbr.jp>
 // Copyright (C) 2007 Carlos Garcia Campos <carlosgc at gnome.org>
diff --git a/fofi/FoFiTrueType.h b/fofi/FoFiTrueType.h
index ed56d86..4213f02 100644
--- a/fofi/FoFiTrueType.h
+++ b/fofi/FoFiTrueType.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) 2006 Takashi Iwai <tiwai at suse.de>
 // Copyright (C) 2007 Koji Otani <sho at bbr.jp>
 //
diff --git a/fofi/FoFiType1.cc b/fofi/FoFiType1.cc
index 0383db7..3f8cf48 100644
--- a/fofi/FoFiType1.cc
+++ b/fofi/FoFiType1.cc
@@ -13,6 +13,9 @@
 // Copyright (C) 2005 Albert Astals Cid <aacid at kde.org>
 // Copyright (C) 2005 Kristian Høgsberg <krh at redhat.com>
 //
+// All changes made under the Poppler project to this file are licensed
+// under GPL version 2 or later
+//
 // 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/fofi/FoFiType1C.h b/fofi/FoFiType1C.h
index f0d81d2..694d5cc 100644
--- a/fofi/FoFiType1C.h
+++ b/fofi/FoFiType1C.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) 2006 Takashi Iwai <tiwai at suse.de>
 //
 // To see a description of the changes please see the Changelog file that
commit 6346d7050a03935c71336c65d5f8f0fe2860d321
Author: Albert Astals Cid <aacid at kde.org>
Date:   Sun Aug 24 20:23:50 2008 +0200

    All changes made to goo/ files under the poppler project are by people that accepts to license the code under GPLv2+

diff --git a/goo/GooString.cc b/goo/GooString.cc
index 6605b00..036a432 100644
--- a/goo/GooString.cc
+++ b/goo/GooString.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 at redhat.com>
 // Copyright (C) 2006 Krzysztof Kowalczyk <kkowalczyk at gmail.com>
 // Copyright (C) 2007 Jeff Muizelaar <jeff at infidigm.net>
diff --git a/goo/GooString.h b/goo/GooString.h
index 69203e2..7f0671f 100644
--- a/goo/GooString.h
+++ b/goo/GooString.h
@@ -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 at redhat.com>
 // Copyright (C) 2006 Krzysztof Kowalczyk <kkowalczyk at gmail.com>
 //
diff --git a/goo/gfile.cc b/goo/gfile.cc
index 2774e9f..6d19cce 100644
--- a/goo/gfile.cc
+++ b/goo/gfile.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 Takashi Iwai <tiwai at suse.de>
 // Copyright (C) 2006 Kristian Høgsberg <krh at redhat.com>
 // Copyright (C) 2008 Adam Batkin <adam at batkin.net>
diff --git a/goo/gfile.h b/goo/gfile.h
index 125045d..e416243 100644
--- a/goo/gfile.h
+++ b/goo/gfile.h
@@ -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 at redhat.com>
 //
 // To see a description of the changes please see the Changelog file that
diff --git a/goo/gmem.cc b/goo/gmem.cc
index 2eca6c4..a64ddb4 100644
--- a/goo/gmem.cc
+++ b/goo/gmem.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) 2005 Takashi Iwai <tiwai at suse.de>
 // Copyright (C) 2007 Albert Astals Cid <aacid at kde.org>
 // Copyright (C) 2008 Jonathan Kew <jonathan_kew at sil.org>
diff --git a/goo/gmem.h b/goo/gmem.h
index d1d94b6..760cadc 100644
--- a/goo/gmem.h
+++ b/goo/gmem.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) 2005 Takashi Iwai <tiwai at suse.de>
 // Copyright (C) 2007 Albert Astals Cid <aacid at kde.org>
 // Copyright (C) 2008 Jonathan Kew <jonathan_kew at sil.org>
commit d6e1f1fb4e83527d3ece51d98fa20262713b7da1
Author: Albert Astals Cid <aacid at kde.org>
Date:   Sun Aug 24 20:22:06 2008 +0200

    .cc -> .h

diff --git a/poppler/FontInfo.h b/poppler/FontInfo.h
index 49ad645..5072e36 100644
--- a/poppler/FontInfo.h
+++ b/poppler/FontInfo.h
@@ -1,6 +1,6 @@
 //========================================================================
 //
-// FontInfo.cc
+// FontInfo.h
 //
 // Copyright (C) 2005 Kristian Høgsberg <krh at redhat.com>
 // Copyright (C) 2005-2008 Albert Astals Cid <aacid at kde.org>


More information about the poppler mailing list