https://bugs.kde.org/show_bug.cgi?id=451869
Bug ID: 451869 Summary: KAboutData does not correctly indicate that later versions of the license can be used Product: frameworks-kcoreaddons Version: 5.90.0 Platform: Debian testing OS: Linux Status: REPORTED Severity: minor Priority: NOR Component: general Assignee: mp...@kde.org Reporter: so...@smallbusinesstech.net CC: kdelibs-b...@kde.org Target Milestone: --- `KAboutData::setLicense()` has an overloaded constructor that allows specifying `KAboutLicense::OrLaterVersions`. However, specifying this does nothing, and the interface is the same as if it is not specified. For example, `setLicense(KAboutLicense::GPL_V3)` display the following text in the About dialog: "License: GNU General Public License Version 3" `setLicense(KAboutLicense::GPL_V3, KAboutLicense::OrLaterVersion)` displays the same text, where it should display something like: "License: GNU General Public License Version 3 or later version" Similarly, clicking on the license to display the full text shows the same thing for both, where the second should specify that a later version of the license may be used. -- You are receiving this mail because: You are watching all bug changes.