]> Git Repo - qemu.git/commitdiff
egl-helpers: Change file licensing to LGPLv2
authorFrediano Ziglio <[email protected]>
Thu, 8 Dec 2016 10:45:39 +0000 (10:45 +0000)
committerGerd Hoffmann <[email protected]>
Tue, 10 Jan 2017 07:14:20 +0000 (08:14 +0100)
The relicense permits sharing the code with Spice which
is LGPL.

All people listed below have agreed to the
relicense:
- Arei Gonglei;
- Cole Robinson;
- Gerd Hoffmann;
- Peter Maydell.

Signed-off-by: Frediano Ziglio <[email protected]>
Acked-by: Cole Robinson <[email protected]>
Acked-by: Gonglei <[email protected]>
Acked-by: Peter Maydell <[email protected]>
Message-id: 20161208104539[email protected]
Signed-off-by: Gerd Hoffmann <[email protected]>
ui/egl-helpers.c

index 79cee0503a4c00f5e51eb5077ae9137c4f7482e0..cd24568a5e9f0732b6670b57e288f6973a1c207b 100644 (file)
@@ -1,3 +1,19 @@
+/*
+ * Copyright (C) 2015-2016 Gerd Hoffmann <[email protected]>
+ *
+ * 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
+ * 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/>.
+ */
 #include "qemu/osdep.h"
 #include <glob.h>
 #include <dirent.h>
This page took 0.029913 seconds and 4 git commands to generate.