diff options
Diffstat (limited to 'gs/base/opdfread.h')
-rw-r--r-- | gs/base/opdfread.h | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/gs/base/opdfread.h b/gs/base/opdfread.h index b9c79b970..2b0caa60c 100644 --- a/gs/base/opdfread.h +++ b/gs/base/opdfread.h @@ -1,26 +1,26 @@ -/* Copyright (C) 2001-2011 Artifex Software, Inc.
- All Rights Reserved.
-
- This software is provided AS-IS with no warranty, either express or
- implied.
-
- This software is distributed under license and may not be copied, modified
- or distributed except as expressly authorized under the terms of that
- license. Refer to licensing information at http://www.artifex.com/
- or contact Artifex Software, Inc., 7 Mt. Lassen Drive - Suite A-134,
- San Rafael, CA 94903, U.S.A., +1(415)492-9861, for further information.
-*/
-
-/* $Id: opdfread.h 11951 2010-12-15 08:22:58Z ken */
-/* opdfread.ps - A procset for interpreting an ordered PDF 1.3 file. */
-/* Originally stored in gs/Resource/Init as opdfread.ps and built into
- * the ROM file system, this file was referenced by ps2write when
- * writing PostScript output. With the inclusion of ps2write in the
- * PCL and XPS interpreters we can no longer rely on the PostScript
- * resources being present, and so this file has been converted to
- * 'C' and included as a header. The original file is now stored
- * in gs/lib with the comments intact.
- */
+/* Copyright (C) 2001-2011 Artifex Software, Inc. + All Rights Reserved. + + This software is provided AS-IS with no warranty, either express or + implied. + + This software is distributed under license and may not be copied, modified + or distributed except as expressly authorized under the terms of that + license. Refer to licensing information at http://www.artifex.com/ + or contact Artifex Software, Inc., 7 Mt. Lassen Drive - Suite A-134, + San Rafael, CA 94903, U.S.A., +1(415)492-9861, for further information. +*/ + +/* $Id: opdfread.h 11951 2010-12-15 08:22:58Z ken */ +/* opdfread.ps - A procset for interpreting an ordered PDF 1.3 file. */ +/* Originally stored in gs/Resource/Init as opdfread.ps and built into + * the ROM file system, this file was referenced by ps2write when + * writing PostScript output. With the inclusion of ps2write in the + * PCL and XPS interpreters we can no longer rely on the PostScript + * resources being present, and so this file has been converted to + * 'C' and included as a header. The original file is now stored + * in gs/lib with the comments intact. + */ const char *opdfread_ps [] = { "currentdict/DSC_OPDFREAD known{\n", "currentdict/DSC_OPDFREAD get\n", |