[gtk-vnc] Fix license of the keymap conversion code
- From: Daniel P. Berrange <dberrange src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-vnc] Fix license of the keymap conversion code
- Date: Wed, 18 Oct 2017 16:00:19 +0000 (UTC)
commit 00b74b69b17f03278613686542821c88e8741113
Author: Daniel P. Berrange <berrange redhat com>
Date: Tue Aug 8 15:50:33 2017 +0100
Fix license of the keymap conversion code
The vncdisplaykeymap.c file was mistakenly declared as
LGPL v2-only when first created. Since then it has been
almost completely rewritten. After the previous commit
removing the special Tab key handling, the remaining
logic was all written by my own or Red Hat copyright.
So changing the license to LGPLv2-or-later under that
basis.
Signed-off-by: Daniel P. Berrange <berrange redhat com>
src/vncdisplaykeymap.c | 19 +++++++++++++++----
1 files changed, 15 insertions(+), 4 deletions(-)
---
diff --git a/src/vncdisplaykeymap.c b/src/vncdisplaykeymap.c
index 04a8329..1d60d53 100644
--- a/src/vncdisplaykeymap.c
+++ b/src/vncdisplaykeymap.c
@@ -1,11 +1,22 @@
/*
- * Copyright (C) 2008 Anthony Liguori <anthony codemonkey ws>
+ * GTK VNC Widget
+ *
* Copyright (C) 2009-2010 Daniel P. Berrange <dan berrange com>
+ * Copyright (C) 2017 Red Hat, Inc.
+ *
+ * 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.0 of the License, or (at your option) any later version.
*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License version 2 as
- * published by the Free Software Foundation.
+ * 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
+ * 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>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]