[Wayland-bugs] [Bug 781422] New: translate_wm_button_layout_to_gtk() is licensed under the GPL
gtk+ (GNOME Bugzilla)
bugzilla at gnome.org
Mon Apr 17 19:30:30 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=781422
Bug ID: 781422
Summary: translate_wm_button_layout_to_gtk() is licensed under
the GPL
Classification: Platform
Product: gtk+
Version: unspecified
OS: All
Status: NEW
Severity: major
Priority: Normal
Component: Backend: Wayland
Assignee: gtk-bugs at gtk.org
Reporter: waltona at vmware.com
QA Contact: gtk-bugs at gtk.org
CC: rob at robster.org.uk, wayland-bugs at lists.freedesktop.org
GNOME version: ---
VMware legal unearthed a GPL licensed file during our open source license
validation steps for shipping a product with Gtk+ 3.x for the first time:
gtk+/gdk/wayland/wm-button-layout-translation.c. It appears to only export the
translate_wm_button_layout_to_gtk() symbol, but does so under the GPLv2:
<<<
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
*
* Copyright (C) 2014 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 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.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, see <http://www.gnu.org/licenses/>.
*
* Author: Florian Müllner <fmuellner at gnome.org>
*/
#ifndef __WM_BUTTON_LAYOUT_TRANSLATION__
#define __WM_BUTTON_LAYOUT_TRANSLATION__
void translate_wm_button_layout_to_gtk (char *layout);
#endif
>>>
We aren't *incredibly* worried about this at the moment, as we cannot currently
enable the wayland backend for our shipped version of the library anyway, but
it will come up as an issue if and when we get there. Others may be much more
worried...
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/wayland-bugs/attachments/20170417/1598d81d/attachment.html>
More information about the wayland-bugs
mailing list