diff options
author | Carl Worth <cworth@cworth.org> | 2004-11-29 18:25:23 +0000 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2004-11-29 18:25:23 +0000 |
commit | e5d50e075937c0d34808451ead09f8a5537f9f6d (patch) | |
tree | 25aa92e74e7bc304bee42e0c00faa0dc8e400ae1 | |
parent | d098370411b934ef60b99ca585ae7c100f98867d (diff) | |
download | cairo-e5d50e075937c0d34808451ead09f8a5537f9f6d.tar.gz |
Fix typo: LPGL->LGPL.
-rw-r--r-- | COPYING | 2 | ||||
-rw-r--r-- | ChangeLog | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -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. @@ -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. |