Add license files for all third party modules explicitly (even if using predefined license defined in config)

This commit is contained in:
Wojtek Figat
2020-12-22 23:29:42 +01:00
parent 38cd840a66
commit 8198b73297
14 changed files with 114 additions and 3 deletions

View File

@@ -13,5 +13,6 @@ public class pugixml : ThirdPartyModule
base.Init();
LicenseType = LicenseTypes.MIT;
LicenseFilePath = "pugixml license.txt";
}
}