2411: Add copyright notices to everything.
[arvados.git] / services / api / script / permission-updater.rb
index f7d672de3abe0b0dadbbf55cbba902d8d550eaeb..985aa0542a35831bc7537f56e0e39566a89f5efc 100755 (executable)
@@ -1,4 +1,7 @@
 #!/usr/bin/env ruby
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
 
 ENV["RAILS_ENV"] = ARGV[0] || ENV["RAILS_ENV"] || "development"
 require File.dirname(__FILE__) + '/../config/boot'