--- a/eric6/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/awsHardcodedPassword.py Wed Jun 17 17:12:21 2020 +0200 +++ b/eric6/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/awsHardcodedPassword.py Wed Jun 17 20:18:54 2020 +0200 @@ -13,7 +13,7 @@ # # Original Copyright 2020 CMCRC (devcdt@cmcrc.com) # -# License: GPLv3 +# Original License: GPLv3 # from collections import Counter @@ -21,6 +21,7 @@ import re import string + def getChecks(): """ Public method to get a dictionary with checks handled by this module.