summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2020-04-01 23:59:02 +0200
committerAlbert Astals Cid <aacid@kde.org>2020-04-01 23:59:02 +0200
commite90fe93eef66e3a2d9c260343273dad8041c3716 (patch)
treecc5679ae0fb3f2097de152034bc31e420d209bb3
parent967a21b5c2bedd0c0debb74ae622edbc1a5b486a (diff)
Update (C) of last commit
-rw-r--r--poppler/BBoxOutputDev.cc12
-rw-r--r--poppler/BBoxOutputDev.h10
2 files changed, 19 insertions, 3 deletions
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@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@aol.com>
+//
+//========================================================================
+
#include <PDFDoc.h>
#include <GfxState.h>
#include <OutputDev.h>