From e5afa03605e4e8eda39ecbf589796d1c51b8452a Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Mon, 2 Aug 2004 17:04:00 +0000 Subject: Fix to explicitly refer to GNU Lesser Public License 2.1 rather than the Library Public License version 2 or 'any later version' --- src/cairo-slope.c | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'src/cairo-slope.c') diff --git a/src/cairo-slope.c b/src/cairo-slope.c index 885ba4c9f..a79d7787e 100644 --- a/src/cairo-slope.c +++ b/src/cairo-slope.c @@ -3,19 +3,17 @@ * Copyright © 2002 University of Southern California * * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Library General Public - * License as published by the Free Software Foundation; either - * version 2 of the License, or (at your option) any later version. + * modify it under the terms of the GNU Lesser General Public + * License version 2.1 as published by the Free Software Foundation. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Library General Public License for more details. + * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * Author: Carl D. Worth */ -- cgit v1.2.1