Warning, /frameworks/kcoreaddons/src/lib/licenses/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 # Install license files for use by KAboutLicense and KAboutData
0002 
0003 install(
0004     FILES
0005         BSD GPL_V2 GPL_V3 LGPL_V2 LGPL_V21 LGPL_V3 ARTISTIC MIT
0006     DESTINATION
0007         ${KDE_INSTALL_DATADIR}/kf6/licenses
0008 )