From a866937d08056bae84ad40d333fdc47140ee61cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Sat, 22 Apr 2017 19:50:11 +0200 Subject: [PATCH] gdk: Relicense translate_wm_button_layout_to_gtk() It is generally a good idea to license individual files under the same terms as the project license (in particular when the mismatch boils down to having copied the wrong license header), so relicense the code under the LGPL. https://bugzilla.gnome.org/show_bug.cgi?id=781422 --- gdk/wayland/wm-button-layout-translation.c | 8 ++++---- gdk/wayland/wm-button-layout-translation.h | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/gdk/wayland/wm-button-layout-translation.c b/gdk/wayland/wm-button-layout-translation.c index 0fa4d2c589..fc33ec14d5 100644 --- a/gdk/wayland/wm-button-layout-translation.c +++ b/gdk/wayland/wm-button-layout-translation.c @@ -3,16 +3,16 @@ * 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 + * it under the terms of the GNU Lesser 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. + * 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 . * * Author: Florian Müllner diff --git a/gdk/wayland/wm-button-layout-translation.h b/gdk/wayland/wm-button-layout-translation.h index 87210b6995..d4a39c84fb 100644 --- a/gdk/wayland/wm-button-layout-translation.h +++ b/gdk/wayland/wm-button-layout-translation.h @@ -3,16 +3,16 @@ * 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 + * it under the terms of the GNU Lesser 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. + * 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 . * * Author: Florian Müllner