diff options
author | Craig Tiller <craig.tiller@gmail.com> | 2015-02-16 12:23:57 -0800 |
---|---|---|
committer | Craig Tiller <craig.tiller@gmail.com> | 2015-02-16 12:23:57 -0800 |
commit | e87ec957986e4763286d8f22e35b05dca92ca457 (patch) | |
tree | 5088dd7077f592866691cd99b0953387eb5659e0 /tools | |
parent | ad1fd3a49e0b3b83cc3d7b606645a6a1f99e10af (diff) |
Add javascript checks
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/distrib/check_copyright.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |