From 419bb7f995aa60db81d608cb2b01cef00d940b80 Mon Sep 17 00:00:00 2001 From: Dave Page Date: Mon, 7 Jan 2019 14:38:12 +0530 Subject: [PATCH] Include rtf files in the copyright updater. --- tools/copyright_updater.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/copyright_updater.py b/tools/copyright_updater.py index 16e8ebe28..a1f2c3fc1 100644 --- a/tools/copyright_updater.py +++ b/tools/copyright_updater.py @@ -20,7 +20,7 @@ import codecs ALLOWED_FILE_EXTENSIONS = ( ".py", ".js", ".sql", ".cpp", ".h", ".rc", ".am", ".wsgi", "pro", "plist", - ".rst", ".sh", ".in", ".mako", ".ini", ".jsx" + ".rst", ".sh", ".in", ".mako", ".ini", ".jsx", ".rtf" ) EXCLUDE_DIR = ("node_modules")