https://bugs.kde.org/show_bug.cgi?id=469782
--- Comment #7 from Mark Wielaard <m...@klomp.org> --- (In reply to Mikhail Gorodetsky from comment #5) > > > > I think with GPLv2 they mean GPLv2-only, which would be incompatible with > > GPLV2+ used by Valgrind. > > So we would pick the BSD-style license. > > In the COPYING in zstd repo there are lines: > > > 9. The Free Software Foundation may publish revised and/or new versions > > of the General Public License from time to time. Such new versions will > > be similar in spirit to the present version, but may differ in detail to > > address new problems or concerns. > > > > Each version is given a distinguishing version number. If the Program > > specifies a version number of this License which applies to it and "any > > later version", you have the option of following the terms and conditions > > either of that version or of any later version published by the Free > > Software Foundation. If the Program does not specify a version number of > > this License, you may choose any version ever published by the Free Software > > Foundation. > > And also > > > 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. > > > So zstd license is actually GPLV2+ I don't think you can conclude that from the COPYING file itself. The COPYING file is the standard GPLv2 license text. Note that the first part says "If the Program specifies a version number of this License which applies to it and "any later version", ..." But the header only says "GPLv2 found in the COPYING file" so it doesn't add the words "any later version". And the second quote is from the example of how to apply the licenses. But they clearly didn't follow that because the header text they use is slightly different (again doesn't include "any later version"). It might still be that they actually mean GPLv2+, but it would be good if they explicitly state that. -- You are receiving this mail because: You are watching all bug changes.