aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/check_license.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/check_license.rb b/tools/check_license.rb
index c519513..66cb0f1 100755
--- a/tools/check_license.rb
+++ b/tools/check_license.rb
@@ -15,4 +15,8 @@ file_names.each do |file_name|
}
end
+if exit_code == 0 then
+ puts "All licenses okay"
+end
+
exit exit_code