aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-02-16 12:01:08 -0800
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-02-16 12:01:08 -0800
commit52b2bec43c28c2121a431889b86dbe5879c1a237 (patch)
treed442acef93bcdd3591ce122e66c719da4c0abb7e /tools
parentc2c792113eaef0093b7cb933d9bff844661d673f (diff)
Add ruby
Diffstat (limited to 'tools')
-rwxr-xr-xtools/distrib/check_copyright.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/distrib/check_copyright.py b/tools/distrib/check_copyright.py
index 7d1045f1e5..571686b087 100755
--- a/tools/distrib/check_copyright.py
+++ b/tools/distrib/check_copyright.py
@@ -52,6 +52,7 @@ LICENSE_FMT = {
'.cc': ' * %s',
'.h': ' * %s',
'.py': '# %s',
+ '.rb': '# %s',
}
# pregenerate the actual text that we should have