15112: Fill in missing modified_at values from before #14595.
[arvados.git] / services / api / bin / bundle
index 66e9889e8b4aeea1af13e2396fb70594232a2ae3..044b5ca2318afe4f90c913d94cadf9ab5ddf7964 100755 (executable)
@@ -1,3 +1,8 @@
 #!/usr/bin/env ruby
+
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
 load Gem.bin_path('bundler', 'bundle')