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).