Bug 499706

Summary: Request: add AGPL_v3 to KAboutLicense
Product: [Frameworks and Libraries] frameworks-kcoreaddons Reporter: Tulip <noctaliavibing>
Component: generalAssignee: Michael Pyne <mpyne>
Status: REPORTED ---    
Severity: wishlist CC: kdelibs-bugs-null
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Tulip 2025-02-09 01:00:10 UTC
Hi,
I've been looking at the documentation for KAboutLicense and I've noticed it only includes GPL and LGPL (v2 and v3) but not AGPL (v2 or v3). As a result, I've made this request as to ask it be added.

It is *technically* possible to use AGPL in an application, but it involves including the LICENSE file inside of the application which isn't particularly ideal compared to just using an enum value directly (as is possible with the other GPL licenses).