[cairo-commit] cairo/src cairo_ps_surface.c,1.15,1.16
Carl Worth
commit at pdx.freedesktop.org
Mon Nov 29 14:11:28 PST 2004
Committed by: cworth
Update of /cvs/cairo/cairo/src
In directory gabe:/tmp/cvs-serv12703/src
Modified Files:
cairo_ps_surface.c
Log Message:
* src/cairo_ps_surface.c (cairo_ps_surface_create): Remove
unintentional copyright statement from user-generated output
image.
Index: cairo_ps_surface.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_ps_surface.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- cairo_ps_surface.c 22 Oct 2004 01:40:50 -0000 1.15
+++ cairo_ps_surface.c 29 Nov 2004 22:11:26 -0000 1.16
@@ -130,8 +130,6 @@
"%%%%CreationDate: %s",
ctime (&now));
fprintf (file,
- "%%%%Copyright: 2003 Carl Worth and Keith Packard\n");
- fprintf (file,
"%%%%BoundingBox: %d %d %d %d\n",
0, 0, (int) (surface->width_inches * 72.0), (int) (surface->height_inches * 72.0));
/* The "/FlateDecode filter" currently used is a feature of LanguageLevel 3 */
More information about the cairo-commit
mailing list