(2023-11-20, 22:54)Roland Melkert Wrote: FYI: default licenses hardcoded into LDCad are:
Code:const char appDef_LDrawDefLic_CCAL2and4[]="Licenced under CC BY 2.0 and CC BY 4.0 : see CAreadme.txt";
const char appDef_LDrawDefLic_CCAL4[]="Licenced under CC BY 4.0 : see CAreadme.txt";
const char appDef_LDrawDefLic_NonCA[]="Not redistributable : see NonCAreadme.txt";
const char appDef_LDrawDefLic_NonCom[]="Free for non-commercial use.";
const char appDef_LDrawDefLic_Shadow[]="CC BY-SA 4.0, see LICENSE.md";
appDef_LDrawDefLic_CCAL4 is the current LDraw.org official one.
I removed the 2.0 only one in 1.7, but it might still be in people's main.cfg
Oh, that's right—I added my own string to the .cfg to correct the spelling of "licensed". (In Australian English, only the noun is spelled with the -ce ending.) So I have both versions. :-)