Add the MPL as a new license option, in addition to the LGPL.

This commit is contained in:
Carl Worth 2004-09-04 07:29:16 +00:00
parent 0f3ce6a240
commit 211cf9a2ce

View file

@ -2,9 +2,31 @@
* COPYING:
* COPYING-MPL-1.1:
* COPYING-LGPL-2.1: Add the MPL as a new license option, in
addition to the LGPL.
* COPYING-LGPL-2.1:
* src/cairo-features.h.in:
* src/cairo.c:
* src/cairo.h:
* src/cairo_color.c:
* src/cairo_fixed.c:
* src/cairo_font.c:
* src/cairo_gstate.c:
* src/cairo_hull.c:
* src/cairo_image_surface.c:
* src/cairo_matrix.c:
* src/cairo_path.c:
* src/cairo_path_bounds.c:
* src/cairo_path_fill.c:
* src/cairo_path_stroke.c:
* src/cairo_pen.c:
* src/cairo_polygon.c:
* src/cairo_ps_surface.c:
* src/cairo_slope.c:
* src/cairo_spline.c:
* src/cairo_surface.c:
* src/cairo_xcb_surface.c:
* src/cairo_xlib_surface.c:
* src/cairoint.h: Add the MPL as a new license option, in addition
to the LGPL.
2004-08-14 Carl Worth <cworth@isi.edu>