diff --git a/LISCENSE_HEADER b/LICENSE_HEADER similarity index 100% rename from LISCENSE_HEADER rename to LICENSE_HEADER diff --git a/modin/apply_license_header.py b/modin/apply_license_header.py index 7f9f94d1988..997ee9331d0 100644 --- a/modin/apply_license_header.py +++ b/modin/apply_license_header.py @@ -19,7 +19,7 @@ rootdir = dirname(abspath(__file__)) exclude_files = ["_version.py"] -with open("{}{}".format(dirname(rootdir), "/LISCENSE_HEADER"), "r") as f: +with open("{}{}".format(dirname(rootdir), "/LICENSE_HEADER"), "r") as f: # Lines to check each line individually header_lines = f.readlines() diff --git a/modin/test/test_headers.py b/modin/test/test_headers.py index e771b3bebe5..a508fb3709e 100644 --- a/modin/test/test_headers.py +++ b/modin/test/test_headers.py @@ -21,7 +21,7 @@ def test_headers(): - with open("{}{}".format(dirname(rootdir), "/LISCENSE_HEADER"), "r") as f: + with open("{}{}".format(dirname(rootdir), "/LICENSE_HEADER"), "r") as f: # Lines to check each line individually header_lines = f.readlines()