diff --git a/tools/check b/tools/check index c7dbf9d3a76f49802d254e01ba33932a633ec71c..a9b75f98c724d4b9647197f00fa77030da743e11 100755 --- a/tools/check +++ b/tools/check @@ -499,7 +499,7 @@ class LicensePageValidator(MarkdownValidator): def _run_tests(self): """Skip the base tests; just check md5 hash""" # TODO: This hash is specific to the license for english-language repo - expected_hash = '258aa6822fa77f7c49c37c3759017891' + expected_hash = 'cd5742b6596a1f2f35c602ad43fa24b2' m = hashlib.md5() try: m.update(self.markdown)