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

@@ -14,6 +14,7 @@ public class UniversalAnalytics : ThirdPartyModule
base.Init();
LicenseType = LicenseTypes.BSD3Clause;
LicenseFilePath = "LICENSE.txt";
}
/// <inheritdoc />