! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Many copyright notices have GPL and LGPL mixed up
Status:
RESOLVED: MOVED
Product:
Xfce4-panel
Component:
General

Comments

Description Michał Górny 2019-01-02 13:18:20 CET
It seems to be a problem common to the plugins subtree.  See e.g. plugins/systray/systray-manager.c:

/*
 * Copyright (c) 2002      Anders Carlsson <andersca@gnu.org>
 * Copyright (c) 2003-2004 Benedikt Meurer <benny@xfce.org>
 * Copyright (c) 2003-2004 Olivier Fourdan <fourdan@xfce.org>
 * Copyright (c) 2003-2006 Vincent Untz
 * Copyright (c) 2007-2010 Nick Schermer <nick@xfce.org>
 *
 * This library 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 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 **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
 */

(**highlight** mine)

Note that the firt two clauses refer to GPL.  However, the last clause refers to LGPL instead.  While that isn't technically a legal problem, it is confusing.
Comment 1 Skunnyk editbugs 2019-01-02 22:23:01 CET
Seems to be related to https://git.xfce.org/xfce/xfce4-panel/commit/?id=3097df262 which introduce the mixup between GPL and "Library GPL" , later updated in https://git.xfce.org/xfce/xfce4-panel/commit/?id=24bb3344e to use the term "Lesser GPL".

In this case I don't know which license apply and if we can change it.
Comment 2 Git Bot editbugs 2020-05-28 02:08:56 CEST
-- GitLab Migration Automatic Message --

This bug has been migrated to xfce.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.xfce.org/xfce/xfce4-panel/-/issues/206.

Please create an account or use an existing account on one of our supported OAuth providers. 

If you want to fork to submit patches and merge requests please continue reading here: https://docs.xfce.org/contribute/dev/git/start#gitlab_forks_and_merge_requests

Also feel free to reach out to us on the mailing list https://mail.xfce.org/mailman/listinfo/xfce4-dev

Bug #15010

Reported by:
Michał Górny
Reported on: 2019-01-02
Last modified on: 2020-05-28

People

Assignee:
Nick Schermer
CC List:
1 user

Version

Version:
Unspecified

Attachments

Additional information