The COPYING file states that libgarcon is licensed under the LGPLv2.1 or later. Nearly all files have LGPL header, but garcon/garcon-menu-node.c contains the following: /*- * Copyright (c) 2009 Jannis Pohlmann <jannis@xfce.org>. * * 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. ... I suppose this is just an overlook and suggest to fix license in the mentioned file header. However, if the header is correct, you have to include also GPLv2 license in the package and the whole package will become GPLv2+ licensed. This could cause unexpected problems for 'downstream' developers expecting it to be LGPLv2.1+.
Ping? The problem is still the same with 0.1.1
Ping again? This is probably a simple copy/paste mistake in the header, but license issues are a bit blocking for inclusion in distributions (stepped onto it when preparing the ubuntu/debian package). Thanks!
Hm, yeah, that's a copy+paste issue. I'll fix it.
Fixed in bbad1fc.