From e87ec957986e4763286d8f22e35b05dca92ca457 Mon Sep 17 00:00:00 2001 From: Craig Tiller <craig.tiller@gmail.com> Date: Mon, 16 Feb 2015 12:23:57 -0800 Subject: [PATCH] Add javascript checks --- tools/distrib/check_copyright.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/distrib/check_copyright.py b/tools/distrib/check_copyright.py index 19e227a805..8a61626d15 100755 --- a/tools/distrib/check_copyright.py +++ b/tools/distrib/check_copyright.py @@ -56,6 +56,7 @@ LICENSE_FMT = { '.rb': '# %s', '.sh': '# %s', '.proto': '// %s', + '.js': ' * %s', } # pregenerate the actual text that we should have -- GitLab