poppler/BBoxOutputDev.cc | 12 +++++++++--- poppler/BBoxOutputDev.h | 10 ++++++++++ 2 files changed, 19 insertions(+), 3 deletions(-)
New commits: commit e90fe93eef66e3a2d9c260343273dad8041c3716 Author: Albert Astals Cid <[email protected]> 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 <[email protected]> +// +//======================================================================== #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 <[email protected]> +// +//======================================================================== + #include <PDFDoc.h> #include <GfxState.h> #include <OutputDev.h> _______________________________________________ poppler mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/poppler
