mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-04-21 03:00:47 +02:00
Remove unintentional copyright statement from user-generated output image.
This commit is contained in:
parent
5c143241df
commit
d098370411
3 changed files with 6 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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));
|
||||
|
|
|
|||
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue