14965: Fixes py2 installation
[arvados.git] / services / api / bin / rails
index 073966023774750c90fe9c89910c769a92da604b..5f594d1186a41b49419e7bcb8a8cae680a82d0a4 100755 (executable)
@@ -1,4 +1,9 @@
 #!/usr/bin/env ruby
+
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 APP_PATH = File.expand_path('../config/application', __dir__)
 require_relative '../config/boot'
 require 'rails/commands'