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