[Spice-commits] server/red_parse_qxl.c server/red_parse_qxl.h
Hans de Goede
jwrdegoede at kemper.freedesktop.org
Thu Dec 15 04:13:52 PST 2011
server/red_parse_qxl.c | 6 +++---
server/red_parse_qxl.h | 18 +++++++++---------
2 files changed, 12 insertions(+), 12 deletions(-)
New commits:
commit ee315779a0f8b449e0748059a4dd147d68f2be73
Author: Hans de Goede <hdegoede at redhat.com>
Date: Thu Dec 15 13:12:31 2011 +0100
server/red_parse_qxl.h: License should be LGPLv2+ rather then GPLv2+
Also fixup the header of server/red_parse_qxl.c, which still contained
some GPL (program rather then library) text in its header.
Signed-off-by: Hans de Goede <hdegoede at redhat.com>
diff --git a/server/red_parse_qxl.c b/server/red_parse_qxl.c
index 7737c04..743a82d 100644
--- a/server/red_parse_qxl.c
+++ b/server/red_parse_qxl.c
@@ -7,10 +7,10 @@
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 General Public License for more details.
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ 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, see <http://www.gnu.org/licenses/>.
diff --git a/server/red_parse_qxl.h b/server/red_parse_qxl.h
index 9397852..c2edfb9 100644
--- a/server/red_parse_qxl.h
+++ b/server/red_parse_qxl.h
@@ -2,18 +2,18 @@
/*
Copyright (C) 2009,2010 Red Hat, 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 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 General Public License for more details.
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
- You should have received a copy of the GNU General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>.
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
#ifndef RED_ABI_TRANSLATE_H
More information about the Spice-commits
mailing list