Remove unintentional copyright statement from user-generated output image.

This commit is contained in:
Carl Worth 2004-11-29 14:11:26 +00:00
parent 5c143241df
commit d098370411
3 changed files with 6 additions and 4 deletions

View file

@ -1,3 +1,9 @@
2004-11-29 Carl Worth <cworth@cworth.org>
* src/cairo_ps_surface.c (cairo_ps_surface_create): Remove
unintentional copyright statement from user-generated output
image.
2004-11-23 Carl Worth <cworth@cworth.org>
* test/Makefile.am (XFAIL_TESTS): Note that text_cache_crash is

View file

@ -129,8 +129,6 @@ cairo_ps_surface_create (FILE *file,
fprintf (file,
"%%%%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));

View file

@ -129,8 +129,6 @@ cairo_ps_surface_create (FILE *file,
fprintf (file,
"%%%%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));