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