summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2019-10-15 16:47:30 -0500
committerFederico Mena Quintero <federico@gnome.org>2019-10-15 16:47:30 -0500
commit96b34f865dc8465d2ab93c7ae8344178b0ea7ed7 (patch)
tree210285bdfe02f33bf262dce680b1e9601a76b9e5 /tools
parentda907ba0371734c0c508fc97fe30df26ab9f59ec (diff)
downloadlibrsvg-96b34f865dc8465d2ab93c7ae8344178b0ea7ed7.tar.gz
Use the LGPL 2.1 consistently
Fixes these: https://gitlab.gnome.org/GNOME/librsvg/issues/72 https://gitlab.gnome.org/GNOME/librsvg/issues/432
Diffstat (limited to 'tools')
-rw-r--r--tools/rsvg-tools-main.c23
-rw-r--r--tools/rsvg-tools-main.h20
-rw-r--r--tools/test-performance.c22
3 files changed, 30 insertions, 35 deletions
diff --git a/tools/rsvg-tools-main.c b/tools/rsvg-tools-main.c
index 973dbc9c..6555f51e 100644
--- a/tools/rsvg-tools-main.c
+++ b/tools/rsvg-tools-main.c
@@ -5,20 +5,19 @@
Copyright (C) 2002 Ximian, Inc.
Copyright (C) 2004 Dom Lachowicz
- This program 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.
-
- This program is distributed in the hope that it will be useful,
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 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.
-
- You should have received a copy of the GNU Library General Public
- License along with this program; if not, write to the
- Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ Lesser General Public License for more details.
+
+ 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Author: Michael Meeks <michael@ximian.com>
Author: Dom Lachowicz <cinamod@hotmail.com>
diff --git a/tools/rsvg-tools-main.h b/tools/rsvg-tools-main.h
index 9c04ca17..c9be8d93 100644
--- a/tools/rsvg-tools-main.h
+++ b/tools/rsvg-tools-main.h
@@ -1,21 +1,19 @@
/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* vim: set sw=4 sts=4 ts=4 expandtab: */
/*
- This program 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.
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
- This program is distributed in the hope that it will be useful,
+ 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.
-
- You should have received a copy of the GNU Library General Public
- License along with this program; if not, write to the
- Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ Lesser General Public License for more details.
+ 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#ifndef __RSVG_TOOLS_MAIN_H__
diff --git a/tools/test-performance.c b/tools/test-performance.c
index ba19cbeb..6faaed4f 100644
--- a/tools/test-performance.c
+++ b/tools/test-performance.c
@@ -2,21 +2,19 @@
/* vim: set sw=4 sts=4 ts=4 expandtab: */
/*
- This program 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.
-
- This program is distributed in the hope that it will be useful,
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 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.
-
- You should have received a copy of the GNU Library General Public
- License along with this program; if not, write to the
- Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ Lesser General Public License for more details.
+ 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "config.h"