matchbox-panel was intended to be GPLv2+ licensed, however the wrong GPL fragment was added in startup/startup.c in the original import which stated it was GPL v2 only, and that was copied into startup-notify.
The code that this was based on, mb-applet-startup-monitor, is MIT licensed[1] so this change isn't a problem. [1] https://git.yoctoproject.org/matchbox-history/tree/mb-applet-startup-monitor/mbmonitor.c Signed-off-by: Ross Burton <[email protected]> --- applets/startup-notify/startup.c | 3 ++- applets/startup/startup.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/applets/startup-notify/startup.c b/applets/startup-notify/startup.c index c69bddb..1f3f267 100644 --- a/applets/startup-notify/startup.c +++ b/applets/startup-notify/startup.c @@ -11,7 +11,8 @@ * * 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; version 2 of the license. + * 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 diff --git a/applets/startup/startup.c b/applets/startup/startup.c index 3d3f0d7..fb0fe73 100644 --- a/applets/startup/startup.c +++ b/applets/startup/startup.c @@ -15,7 +15,8 @@ * * 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; version 2 of the license. + * 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 -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#59434): https://lists.yoctoproject.org/g/yocto/message/59434 Mute This Topic: https://lists.yoctoproject.org/mt/97632981/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/leave/6691583/21656/737036229/xyzzy [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
