Add license files for all third party modules explicitly (even if using predefined license defined in config)
This commit is contained in:
@@ -15,6 +15,7 @@ public class rapidjson : HeaderOnlyModule
|
||||
base.Init();
|
||||
|
||||
LicenseType = LicenseTypes.MIT;
|
||||
LicenseFilePath = "RapidJSON license.txt";
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
|
||||
Reference in New Issue
Block a user