[Spice-commits] common/verify.h

Christophe Fergau teuf at kemper.freedesktop.org
Tue Jun 21 10:26:51 UTC 2016


 common/verify.h |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 1d47225a8ec58e1ddf466f26edb25cd771581e1a
Author: Christophe Fergeau <cfergeau at redhat.com>
Date:   Tue Jun 21 11:53:53 2016 +0200

    Adjust verify.h licence
    
    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.

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.  */


More information about the Spice-commits mailing list