Fix typo: LPGL->LGPL.

This commit is contained in:
Carl Worth 2004-11-29 18:25:23 +00:00
parent d098370411
commit e5d50e0759
2 changed files with 3 additions and 1 deletions

View file

@ -2,7 +2,7 @@ Cairo is free software.
Every source file in the implementation of cairo is available to be
redistributed and/or modified under the terms of either the GNU Lesser
General Public License (LPGL) version 2.1 or the Mozilla Public
General Public License (LGPL) version 2.1 or the Mozilla Public
License (MPL) version 1.1. Some files are available under more
liberal terms, but we believe that in all cases, each file may be used
under either the LGPL or the MPL.

View file

@ -1,5 +1,7 @@
2004-11-29 Carl Worth <cworth@cworth.org>
* COPYING: Fix typo: LPGL->LGPL.
* src/cairo_ps_surface.c (cairo_ps_surface_create): Remove
unintentional copyright statement from user-generated output
image.