Add license files for all third party modules explicitly (even if using predefined license defined in config)
This commit is contained in:
@@ -13,5 +13,6 @@ public class meshoptimizer : ThirdPartyModule
|
||||
base.Init();
|
||||
|
||||
LicenseType = LicenseTypes.MIT;
|
||||
LicenseFilePath = "LICENSE.md";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user