Bug 475181

Summary: Issue with license being in the sources, but not actually used in the code
Product: [Frameworks and Libraries] frameworks-kcoreaddons Reporter: Steve Cossette <farchord>
Component: generalAssignee: Michael Pyne <mpyne>
Status: RESOLVED NOT A BUG    
Severity: normal CC: kdelibs-bugs-null, nate, nicolas.fella
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Fedora RPMs   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Steve Cossette 2023-10-03 16:02:31 UTC
This bug was found as part of a Fedora review for kcoreaddons for KDE6 frameworks:

"There is an artistic license file src/lib/licenses/ARTISTIC but I am unable to find anything using that license.
BUT the files src/lib/kaboutdata.h and src/lib/kaboutdata.cpp have a function that list licenses, and ARTISTIC is clearly there.
I believe there was some code at some point with the ARTISTIC license."

Would there be a way to fix this? Thanks!
Comment 1 Steve Cossette 2023-10-03 16:02:48 UTC
Link to review: https://bugzilla.redhat.com/show_bug.cgi?id=2240957 (For reference)
Comment 2 Nicolas Fella 2023-10-03 17:11:36 UTC
The files in src/lib/licenses aren't the licenses of the kcoreaddons code (those are in LICENSES/). They are the source of the license text in the Help > About $App dialog