Bug 499706 - Request: add AGPL_v3 to KAboutLicense
Summary: Request: add AGPL_v3 to KAboutLicense
Status: REPORTED
Alias: None
Product: frameworks-kcoreaddons
Classification: Frameworks and Libraries
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Arch Linux Linux
: NOR wishlist
Target Milestone: ---
Assignee: Michael Pyne
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-02-09 01:00 UTC by Tulip
Modified: 2025-02-09 01:00 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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).