[Spice-devel] [spice-common] Adjust verify.h licence
Christophe Fergeau
cfergeau at redhat.com
Tue Jun 21 10:21:57 UTC 2016
verify.h can be licensed as LGPLv2+ rather than GPLv3, see
http://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=blob;f=modules/verify;h=5216ce890dac58e596a27341e31258e5d6c0d702;hb=HEAD
A verify.h file with the appropriate licence can be generated from a
gnulib clone using:
gnulib-tool --lgpl=2 --import verify
This will fail if the 'verify' module is not licensed under a compatible
license.
---
common/verify.h | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/common/verify.h b/common/verify.h
index 2f43837..267de29 100644
--- a/common/verify.h
+++ b/common/verify.h
@@ -3,16 +3,16 @@
Copyright (C) 2005-2006, 2009-2016 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 3 of the License, or
+ 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,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
+ GNU Lesser General Public License for more details.
- You should have received a copy of the GNU General Public License
+ You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
/* Written by Paul Eggert, Bruno Haible, and Jim Meyering. */
--
2.7.4
More information about the Spice-devel
mailing list