On Sat, Oct 24, 2009 at 11:51:34AM +0200, Landry Breuil wrote: > I doubt (and no need to resort on licence bashing ..).. debian (as an example) > has a strict policy on that, looking in debian-devel or debian-legal ml > archives > could help. And it seems each kde component has specific licences : > http://developer.kde.org/documentation/licensing/licensing.html > kioslave/smb -> Modified BSD for KDE > (dunno if it's up2date)
Looking at the sources (kdebase-3.5/kioslave/smb/*, most of the files have this text: // Copyright (c) 2000 Caldera Systems, 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.1 of the License, or // (at your option) any later version. ... kio_smb_mount.cpp has this one: Copyright (C) 2000 Alexander Neundorf <neund...@kde.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. Ciao, Kili