Merge branch '8784-dir-listings'
[arvados.git] / services / api / script / salvage_collection.rb
index b70807bd38acbb484da6e8f89f0c9525b4491993..75b02e5767f78b0ffa3990c8aa6bb602d8560997 100755 (executable)
@@ -1,4 +1,7 @@
 #!/usr/bin/env ruby
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
 
 # Take two input parameters: a collection uuid and reason
 # Get "src_collection" with the given uuid
@@ -12,6 +15,7 @@
 
 require 'trollop'
 require './lib/salvage_collection'
+include SalvageCollection
 
 opts = Trollop::options do
   banner ''