(2023-11-20, 7:53)Stefan Frenz Wrote: I will add the license string I found in LDCad 1.7-Beta-1
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