Hello,
I've changed my name, so I'd like to update the copyright info included
in the poppler source files. (Patch in the attachment.)
I guess you don't permit git history changes, so the commit history
will have to remain with my previous name.
Jakub
From 710b6f2ca562d555be2416cb9cdebea5e5df3324 Mon Sep 17 00:00:00 2001
From: Jakub Alba <[email protected]>
Date: Fri, 21 Oct 2016 23:06:23 +0200
Subject: [PATCH] update copyrights
---
cpp/poppler-document.cpp | 2 +-
cpp/poppler-document.h | 2 +-
cpp/poppler-embedded-file.cpp | 2 +-
cpp/poppler-global.cpp | 2 +-
cpp/poppler-private.cpp | 2 +-
cpp/poppler-private.h | 2 +-
glib/poppler-document.cc | 2 +-
glib/poppler-document.h | 2 +-
goo/GooString.cc | 2 +-
goo/GooString.h | 2 +-
poppler/Object.h | 2 +-
poppler/PDFDoc.cc | 2 +-
poppler/PDFDoc.h | 2 +-
poppler/XRef.cc | 2 +-
poppler/XRef.h | 2 +-
qt4/src/poppler-document.cc | 2 +-
qt4/src/poppler-private.cc | 2 +-
qt4/src/poppler-private.h | 2 +-
qt4/src/poppler-qt4.h | 2 +-
qt5/src/poppler-document.cc | 2 +-
qt5/src/poppler-private.cc | 2 +-
qt5/src/poppler-private.h | 2 +-
qt5/src/poppler-qt5.h | 2 +-
23 files changed, 23 insertions(+), 23 deletions(-)
diff --git a/cpp/poppler-document.cpp b/cpp/poppler-document.cpp
index c0be271..62e0a99 100644
--- a/cpp/poppler-document.cpp
+++ b/cpp/poppler-document.cpp
@@ -1,6 +1,6 @@
/*
* Copyright (C) 2009-2011, Pino Toscano <[email protected]>
- * Copyright (C) 2016 Jakub Kucharski <[email protected]>
+ * Copyright (C) 2016 Jakub Alba <[email protected]>
*
* 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/cpp/poppler-document.h b/cpp/poppler-document.h
index f62f3b1..c232263 100644
--- a/cpp/poppler-document.h
+++ b/cpp/poppler-document.h
@@ -1,6 +1,6 @@
/*
* Copyright (C) 2009-2010, Pino Toscano <[email protected]>
- * Copyright (C) 2016 Jakub Kucharski <[email protected]>
+ * Copyright (C) 2016 Jakub Alba <[email protected]>
*
* 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/cpp/poppler-embedded-file.cpp b/cpp/poppler-embedded-file.cpp
index f87649c..0ed5a6b 100644
--- a/cpp/poppler-embedded-file.cpp
+++ b/cpp/poppler-embedded-file.cpp
@@ -1,6 +1,6 @@
/*
* Copyright (C) 2009-2011, Pino Toscano <[email protected]>
- * Copyright (C) 2016 Jakub Kucharski <[email protected]>
+ * Copyright (C) 2016 Jakub Alba <[email protected]>
*
* 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/cpp/poppler-global.cpp b/cpp/poppler-global.cpp
index db2953e..2a16a57 100644
--- a/cpp/poppler-global.cpp
+++ b/cpp/poppler-global.cpp
@@ -3,7 +3,7 @@
* Copyright (C) 2010, Hib Eris <[email protected]>
* Copyright (C) 2014, 2015 Hans-Peter Deifel <[email protected]>
* Copyright (C) 2015, Tamas Szekeres <[email protected]>
- * Copyright (C) 2016 Jakub Kucharski <[email protected]>
+ * Copyright (C) 2016 Jakub Alba <[email protected]>
*
* 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/cpp/poppler-private.cpp b/cpp/poppler-private.cpp
index 87aa3b4..60dff14 100644
--- a/cpp/poppler-private.cpp
+++ b/cpp/poppler-private.cpp
@@ -2,7 +2,7 @@
* Copyright (C) 2009-2010, Pino Toscano <[email protected]>
* Copyright (C) 2013 Adrian Johnson <[email protected]>
* Copyright (C) 2014, Hans-Peter Deifel <[email protected]>
- * Copyright (C) 2016 Jakub Kucharski <[email protected]>
+ * Copyright (C) 2016 Jakub Alba <[email protected]>
*
* 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/cpp/poppler-private.h b/cpp/poppler-private.h
index 7d554d0..147073d 100644
--- a/cpp/poppler-private.h
+++ b/cpp/poppler-private.h
@@ -2,7 +2,7 @@
* Copyright (C) 2009, Pino Toscano <[email protected]>
* Copyright (C) 2013 Adrian Johnson <[email protected]>
* Copyright (C) 2014, Hans-Peter Deifel <[email protected]>
- * Copyright (C) 2016 Jakub Kucharski <[email protected]>
+ * Copyright (C) 2016 Jakub Alba <[email protected]>
*
* 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/glib/poppler-document.cc b/glib/poppler-document.cc
index a03f1d9..334f9b6 100644
--- a/glib/poppler-document.cc
+++ b/glib/poppler-document.cc
@@ -1,7 +1,7 @@
/* poppler-document.cc: glib wrapper for poppler
* Copyright (C) 2005, Red Hat, Inc.
*
- * Copyright (C) 2016 Jakub Kucharski <[email protected]>
+ * Copyright (C) 2016 Jakub Alba <[email protected]>
*
* 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/glib/poppler-document.h b/glib/poppler-document.h
index fb0ac72..a7fcea1 100644
--- a/glib/poppler-document.h
+++ b/glib/poppler-document.h
@@ -1,7 +1,7 @@
/* poppler-document.h: glib interface to poppler
* Copyright (C) 2004, Red Hat, Inc.
*
- * Copyright (C) 2016 Jakub Kucharski <[email protected]>
+ * Copyright (C) 2016 Jakub Alba <[email protected]>
*
* 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/goo/GooString.cc b/goo/GooString.cc
index 1c0c634..7c8913f 100644
--- a/goo/GooString.cc
+++ b/goo/GooString.cc
@@ -25,7 +25,7 @@
// Copyright (C) 2012 Pino Toscano <[email protected]>
// Copyright (C) 2013 Jason Crain <[email protected]>
// Copyright (C) 2015 William Bader <[email protected]>
-// Copyright (C) 2016 Jakub Kucharski <[email protected]>
+// Copyright (C) 2016 Jakub Alba <[email protected]>
//
// 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/goo/GooString.h b/goo/GooString.h
index a152a98..f62838d 100644
--- a/goo/GooString.h
+++ b/goo/GooString.h
@@ -21,7 +21,7 @@
// Copyright (C) 2012-2014 Fabio D'Urso <[email protected]>
// Copyright (C) 2013 Jason Crain <[email protected]>
// Copyright (C) 2015 Adam Reichold <[email protected]>
-// Copyright (C) 2016 Jakub Kucharski <[email protected]>
+// Copyright (C) 2016 Jakub Alba <[email protected]>
//
// 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/Object.h b/poppler/Object.h
index 0c7767c..e3f8f37 100644
--- a/poppler/Object.h
+++ b/poppler/Object.h
@@ -21,7 +21,7 @@
// Copyright (C) 2013 Thomas Freitag <[email protected]>
// Copyright (C) 2013 Adrian Johnson <[email protected]>
// Copyright (C) 2013 Adrian Perez de Castro <[email protected]>
-// Copyright (C) 2016 Jakub Kucharski <[email protected]>
+// Copyright (C) 2016 Jakub Alba <[email protected]>
//
// 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/PDFDoc.cc b/poppler/PDFDoc.cc
index ed2dbba..f81fa75 100644
--- a/poppler/PDFDoc.cc
+++ b/poppler/PDFDoc.cc
@@ -34,7 +34,7 @@
// Copyright (C) 2015 Li Junling <[email protected]>
// Copyright (C) 2015 André Guerreiro <[email protected]>
// Copyright (C) 2015 André Esser <[email protected]>
-// Copyright (C) 2016 Jakub Kucharski <[email protected]>
+// Copyright (C) 2016 Jakub Alba <[email protected]>
//
// 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/PDFDoc.h b/poppler/PDFDoc.h
index daff3f4..99de8a2 100644
--- a/poppler/PDFDoc.h
+++ b/poppler/PDFDoc.h
@@ -29,7 +29,7 @@
// Copyright (C) 2013 Adrian Perez de Castro <[email protected]>
// Copyright (C) 2015 André Guerreiro <[email protected]>
// Copyright (C) 2015 André Esser <[email protected]>
-// Copyright (C) 2016 Jakub Kucharski <[email protected]>
+// Copyright (C) 2016 Jakub Alba <[email protected]>
//
// 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/XRef.cc b/poppler/XRef.cc
index d9e6db5..e5ecd63 100644
--- a/poppler/XRef.cc
+++ b/poppler/XRef.cc
@@ -24,7 +24,7 @@
// Copyright (C) 2012, 2013 Fabio D'Urso <[email protected]>
// Copyright (C) 2013, 2014 Adrian Johnson <[email protected]>
// Copyright (C) 2013 Pino Toscano <[email protected]>
-// Copyright (C) 2016 Jakub Kucharski <[email protected]>
+// Copyright (C) 2016 Jakub Alba <[email protected]>
//
// 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/XRef.h b/poppler/XRef.h
index 245b14b..5ae33e5 100644
--- a/poppler/XRef.h
+++ b/poppler/XRef.h
@@ -22,7 +22,7 @@
// Copyright (C) 2012, 2013, 2016 Thomas Freitag <[email protected]>
// Copyright (C) 2012, 2013 Fabio D'Urso <[email protected]>
// Copyright (C) 2013 Adrian Johnson <[email protected]>
-// Copyright (C) 2016 Jakub Kucharski <[email protected]>
+// Copyright (C) 2016 Jakub Alba <[email protected]>
//
// 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/qt4/src/poppler-document.cc b/qt4/src/poppler-document.cc
index 93f9a0a..7f8abfa 100644
--- a/qt4/src/poppler-document.cc
+++ b/qt4/src/poppler-document.cc
@@ -9,7 +9,7 @@
* Copyright (C) 2012 Fabio D'Urso <[email protected]>
* Copyright (C) 2014 Adam Reichold <[email protected]>
* Copyright (C) 2015 William Bader <[email protected]>
- * Copyright (C) 2016 Jakub Kucharski <[email protected]>
+ * Copyright (C) 2016 Jakub Alba <[email protected]>
*
* 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.cc b/qt4/src/poppler-private.cc
index d64dca6..6c4d782 100644
--- a/qt4/src/poppler-private.cc
+++ b/qt4/src/poppler-private.cc
@@ -4,7 +4,7 @@
* Copyright (C) 2008, 2010, 2011 by Pino Toscano <[email protected]>
* Copyright (C) 2013 by Thomas Freitag <[email protected]>
* Copyright (C) 2013 Adrian Johnson <[email protected]>
- * Copyright (C) 2016 Jakub Kucharski <[email protected]>
+ * Copyright (C) 2016 Jakub Alba <[email protected]>
* Inspired on code by
* Copyright (C) 2004 by Albert Astals Cid <[email protected]>
* Copyright (C) 2004 by Enrico Ros <[email protected]>
diff --git a/qt4/src/poppler-private.h b/qt4/src/poppler-private.h
index 015f18e..0c0731c 100644
--- a/qt4/src/poppler-private.h
+++ b/qt4/src/poppler-private.h
@@ -7,7 +7,7 @@
* Copyright (C) 2011 Hib Eris <[email protected]>
* Copyright (C) 2012, 2013 Thomas Freitag <[email protected]>
* Copyright (C) 2013 Julien Nabet <[email protected]>
- * Copyright (C) 2016 Jakub Kucharski <[email protected]>
+ * Copyright (C) 2016 Jakub Alba <[email protected]>
* Inspired on code by
* Copyright (C) 2004 by Albert Astals Cid <[email protected]>
* Copyright (C) 2004 by Enrico Ros <[email protected]>
diff --git a/qt4/src/poppler-qt4.h b/qt4/src/poppler-qt4.h
index 2b518c1..1b5afb2 100644
--- a/qt4/src/poppler-qt4.h
+++ b/qt4/src/poppler-qt4.h
@@ -14,7 +14,7 @@
* Copyright (C) 2012, Tobias Koenig <[email protected]>
* Copyright (C) 2012, 2014, 2015 Adam Reichold <[email protected]>
* Copyright (C) 2012, 2013 Thomas Freitag <[email protected]>
- * Copyright (C) 2016 Jakub Kucharski <[email protected]>
+ * Copyright (C) 2016 Jakub Alba <[email protected]>
*
* 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/qt5/src/poppler-document.cc b/qt5/src/poppler-document.cc
index 8d2ef44..98959a1 100644
--- a/qt5/src/poppler-document.cc
+++ b/qt5/src/poppler-document.cc
@@ -9,7 +9,7 @@
* Copyright (C) 2012 Fabio D'Urso <[email protected]>
* Copyright (C) 2014 Adam Reichold <[email protected]>
* Copyright (C) 2015 William Bader <[email protected]>
- * Copyright (C) 2016 Jakub Kucharski <[email protected]>
+ * Copyright (C) 2016 Jakub Alba <[email protected]>
*
* 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/qt5/src/poppler-private.cc b/qt5/src/poppler-private.cc
index 55d8972..dced8b9 100644
--- a/qt5/src/poppler-private.cc
+++ b/qt5/src/poppler-private.cc
@@ -4,7 +4,7 @@
* Copyright (C) 2008, 2010, 2011, 2014 by Pino Toscano <[email protected]>
* Copyright (C) 2013 by Thomas Freitag <[email protected]>
* Copyright (C) 2013 Adrian Johnson <[email protected]>
- * Copyright (C) 2016 Jakub Kucharski <[email protected]>
+ * Copyright (C) 2016 Jakub Alba <[email protected]>
* Inspired on code by
* Copyright (C) 2004 by Albert Astals Cid <[email protected]>
* Copyright (C) 2004 by Enrico Ros <[email protected]>
diff --git a/qt5/src/poppler-private.h b/qt5/src/poppler-private.h
index 1a83bb6..ac384a4 100644
--- a/qt5/src/poppler-private.h
+++ b/qt5/src/poppler-private.h
@@ -9,7 +9,7 @@
* Copyright (C) 2013 Anthony Granger <[email protected]>
* Copyright (C) 2014 Bogdan Cristea <[email protected]>
* Copyright (C) 2014 Aki Koskinen <[email protected]>
- * Copyright (C) 2016 Jakub Kucharski <[email protected]>
+ * Copyright (C) 2016 Jakub Alba <[email protected]>
* Inspired on code by
* Copyright (C) 2004 by Albert Astals Cid <[email protected]>
* Copyright (C) 2004 by Enrico Ros <[email protected]>
diff --git a/qt5/src/poppler-qt5.h b/qt5/src/poppler-qt5.h
index ef313e6..562507e 100644
--- a/qt5/src/poppler-qt5.h
+++ b/qt5/src/poppler-qt5.h
@@ -15,7 +15,7 @@
* Copyright (C) 2012, 2014, 2015 Adam Reichold <[email protected]>
* Copyright (C) 2012, 2013 Thomas Freitag <[email protected]>
* Copyright (C) 2013 Anthony Granger <[email protected]>
- * Copyright (C) 2016 Jakub Kucharski <[email protected]>
+ * Copyright (C) 2016 Jakub Alba <[email protected]>
*
* 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
--
2.10.1
_______________________________________________
poppler mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/poppler