From 52b2bec43c28c2121a431889b86dbe5879c1a237 Mon Sep 17 00:00:00 2001 From: Craig Tiller <craig.tiller@gmail.com> Date: Mon, 16 Feb 2015 12:01:08 -0800 Subject: [PATCH] Add ruby --- 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 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 -- GitLab