diff options
Diffstat (limited to 'Build/source/libs/poppler/poppler-src/fofi/FoFiEncodings.h')
-rw-r--r-- | Build/source/libs/poppler/poppler-src/fofi/FoFiEncodings.h | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/Build/source/libs/poppler/poppler-src/fofi/FoFiEncodings.h b/Build/source/libs/poppler/poppler-src/fofi/FoFiEncodings.h index ab80ad362a6..e7444906346 100644 --- a/Build/source/libs/poppler/poppler-src/fofi/FoFiEncodings.h +++ b/Build/source/libs/poppler/poppler-src/fofi/FoFiEncodings.h @@ -6,6 +6,20 @@ // //======================================================================== +//======================================================================== +// +// 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) 2016 Albert Astals Cid <aacid@kde.org> +// +// 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 FOFIENCODINGS_H #define FOFIENCODINGS_H @@ -19,8 +33,8 @@ // Type 1 and 1C font data //------------------------------------------------------------------------ -extern const char *fofiType1StandardEncoding[256]; -extern const char *fofiType1ExpertEncoding[256]; +extern const char * const fofiType1StandardEncoding[256]; +extern const char * const fofiType1ExpertEncoding[256]; //------------------------------------------------------------------------ // Type 1C font data |