diff options
Diffstat (limited to 'demos')
-rw-r--r-- | demos/pixbuf-demo.c | 6 | ||||
-rw-r--r-- | demos/testanimation.c | 6 | ||||
-rw-r--r-- | demos/testpixbuf.c | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/demos/pixbuf-demo.c b/demos/pixbuf-demo.c index a256c49416..528101d3e4 100644 --- a/demos/pixbuf-demo.c +++ b/demos/pixbuf-demo.c @@ -5,16 +5,16 @@ * Authors: Federico Mena-Quintero <federico@gimp.org> * * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Library General Public + * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) any later version. * * 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. diff --git a/demos/testanimation.c b/demos/testanimation.c index 9ec6c74178..35f981b2eb 100644 --- a/demos/testanimation.c +++ b/demos/testanimation.c @@ -3,16 +3,16 @@ * Copyright (C) 1999 Mark Crichton, Larry Ewing * * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Library General Public + * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) any later version. * * 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. diff --git a/demos/testpixbuf.c b/demos/testpixbuf.c index 6309962347..fe96bd3901 100644 --- a/demos/testpixbuf.c +++ b/demos/testpixbuf.c @@ -2,16 +2,16 @@ * Copyright (C) 1999 Mark Crichton, Larry Ewing * * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Library General Public + * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) any later version. * * 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. |