aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtools/make-sminmpec.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/make-sminmpec.py b/tools/make-sminmpec.py
index c6cfaeca00..0879bf8539 100755
--- a/tools/make-sminmpec.py
+++ b/tools/make-sminmpec.py
@@ -32,7 +32,7 @@ ENTERPRISES_HEADER = """\
DECIMAL_PATTERN = r"^(\d+)"
# up to three spaces because of formatting errors in the source
ORGANIZATION_PATTERN = r"^ ?(\S.*)"
-FORMERLY_PATTERN = r" \((formerly .*)\)"
+FORMERLY_PATTERN = r" \(((formerly|previously) .*)\)"
def generate_enterprise_files(file_content):