[poppler] poppler/BBoxOutputDev.cc poppler/BBoxOutputDev.h
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Wed Apr 1 21:59:19 UTC 2020
poppler/BBoxOutputDev.cc | 12 +++++++++---
poppler/BBoxOutputDev.h | 10 ++++++++++
2 files changed, 19 insertions(+), 3 deletions(-)
New commits:
commit e90fe93eef66e3a2d9c260343273dad8041c3716
Author: Albert Astals Cid <aacid at kde.org>
Date: Wed Apr 1 23:59:02 2020 +0200
Update (C) of last commit
diff --git a/poppler/BBoxOutputDev.cc b/poppler/BBoxOutputDev.cc
index e992d47b..c45ce0a8 100644
--- a/poppler/BBoxOutputDev.cc
+++ b/poppler/BBoxOutputDev.cc
@@ -1,6 +1,12 @@
-/*
- * boundingbox output device
- */
+//========================================================================
+//
+// BBoxOutputDev.cc
+//
+// This file is licensed under the GPLv2 or later
+//
+// Copyright 2020 sgerwk <sgerwk at aol.com>
+//
+//========================================================================
#include <cmath>
#include <BBoxOutputDev.h>
diff --git a/poppler/BBoxOutputDev.h b/poppler/BBoxOutputDev.h
index 7b28a94e..b43da46c 100644
--- a/poppler/BBoxOutputDev.h
+++ b/poppler/BBoxOutputDev.h
@@ -1,3 +1,13 @@
+//========================================================================
+//
+// BBoxOutputDev.cc
+//
+// This file is licensed under the GPLv2 or later
+//
+// Copyright 2020 sgerwk <sgerwk at aol.com>
+//
+//========================================================================
+
#include <PDFDoc.h>
#include <GfxState.h>
#include <OutputDev.h>
More information about the poppler
mailing list