From f8b3a85b79b8eb74c37c839079ecbf8266a6f4ed Mon Sep 17 00:00:00 2001 From: msweet Date: Thu, 25 Feb 2010 00:52:27 +0000 Subject: Merge changes from CUPS 1.5svn-r9000. git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@1912 a1ca3aef-8c08-0410-bb20-df032aa958be --- data/HPGLprolog | 27 --------------------------- data/Makefile | 3 +-- 2 files changed, 1 insertion(+), 29 deletions(-) delete mode 100644 data/HPGLprolog (limited to 'data') diff --git a/data/HPGLprolog b/data/HPGLprolog deleted file mode 100644 index 2ebf98574..000000000 --- a/data/HPGLprolog +++ /dev/null @@ -1,27 +0,0 @@ -%%BeginResource: procset hpgltops 1.1 0 -% -% "$Id: HPGLprolog 6649 2007-07-11 21:46:42Z mike $" -% -% HP-GL/2 filter procset for the Common UNIX Printing System (CUPS). -% -% This procset contains the basic drawing commands that are used to -% reduce output size. Note the 'MP' (make newpath) definition - this -% should be called 'NP' (newpath), but GhostScript uses the 'NP' name -% for 'noaccess put' in some of its font files... -% -% Copyright 2007 by Apple Inc. -% Copyright 1993-2005 by Easy Software Products -% -% These coded instructions, statements, and computer programs are the -% property of Apple Inc. and are protected by Federal copyright law. -% Distribution and use rights are outlined in the file "LICENSE.txt" -% which is included with the CUPS source distribution. -% -/MO { moveto } bind def -/LI { lineto } bind def -/FI { fill } bind def -/ST { stroke } bind def -/CP { closepath } bind def -/MP { newpath } bind def -/SP { setlinewidth setrgbcolor } bind def -%%EndResource diff --git a/data/Makefile b/data/Makefile index e518c8f01..504d2e5fd 100644 --- a/data/Makefile +++ b/data/Makefile @@ -3,7 +3,7 @@ # # Datafile makefile for the Common UNIX Printing System (CUPS). # -# Copyright 2007-2008 by Apple Inc. +# Copyright 2007-2010 by Apple Inc. # Copyright 1993-2006 by Easy Software Products. # # These coded instructions, statements, and computer programs are the @@ -71,7 +71,6 @@ CHARSETS = \ utf-8 DATAFILES = \ - HPGLprolog \ psglyphs \ testprint -- cgit v1.2.1