diff options
Diffstat (limited to 'devices/vector/gdevpdfg.h')
-rw-r--r-- | devices/vector/gdevpdfg.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devices/vector/gdevpdfg.h b/devices/vector/gdevpdfg.h index e846b1a8..e9faa670 100644 --- a/devices/vector/gdevpdfg.h +++ b/devices/vector/gdevpdfg.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2001-2019 Artifex Software, Inc. +/* Copyright (C) 2001-2020 Artifex Software, Inc. All Rights Reserved. This software is provided AS-IS with no warranty, either express or @@ -347,10 +347,10 @@ int pdf_copy_color_data(gx_device_pdf * pdev, const byte * base, int sourcex, gs_image_t *pim, pdf_image_writer *piw, int for_pattern); -#endif /* gdevpdfg_INCLUDED */ - /* ---------------- Exported by gdevpdfe.c ---------------- */ /* Write metadata */ int pdf_document_metadata(gx_device_pdf *pdev); int pdf_get_docinfo_item(gx_device_pdf *pdev, const char *key, char *buf, int buf_length); + +#endif /* gdevpdfg_INCLUDED */ |