Gui: Add CERN OHL to default licenses list

This commit is contained in:
alexneufeld
2023-02-11 21:24:35 -07:00
committed by wwmayer
parent f5c2149fe8
commit e9d4583f7c
4 changed files with 36 additions and 0 deletions

View File

@@ -1594,6 +1594,18 @@ Document::Document(const char *name)
license = "FreeArt";
licenseUrl = "https://artlibre.org/licence/lal";
break;
case 9:
license = "CERN Open Hardware Licence strongly-reciprocal";
licenseUrl = "https://cern-ohl.web.cern.ch/";
break;
case 10:
license = "CERN Open Hardware Licence weakly-reciprocal";
licenseUrl = "https://cern-ohl.web.cern.ch/";
break;
case 11:
license = "CERN Open Hardware Licence permissive";
licenseUrl = "https://cern-ohl.web.cern.ch/";
break;
default:
license = "Other";
break;