diff options
Diffstat (limited to 'Build/source/libs/poppler/poppler-src/goo/FixedPoint.h')
-rw-r--r-- | Build/source/libs/poppler/poppler-src/goo/FixedPoint.h | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/Build/source/libs/poppler/poppler-src/goo/FixedPoint.h b/Build/source/libs/poppler/poppler-src/goo/FixedPoint.h index 99749802db7..408dfc6f483 100644 --- a/Build/source/libs/poppler/poppler-src/goo/FixedPoint.h +++ b/Build/source/libs/poppler/poppler-src/goo/FixedPoint.h @@ -8,12 +8,27 @@ // //======================================================================== + +//======================================================================== +// +// 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) 2017 Adrian Johnson <ajohnson@redneon.com> +// +// 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 +// +//======================================================================== + #ifndef FIXEDPOINT_H #define FIXEDPOINT_H #include "poppler-config.h" -#if USE_FIXEDPOINT +#ifdef USE_FIXEDPOINT #ifdef USE_GCC_PRAGMAS #pragma interface |