Merge branch '8784-dir-listings'
[arvados.git] / services / api / db / migrate / 20130315155820_add_is_locked_by_to_jobs.rb
index 02e6f34bd46e68581f3ba2fa2909cf0629efcb82..8ea3657afe556c2801573a7745fb45d98d385d93 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 class AddIsLockedByToJobs < ActiveRecord::Migration
   def change
     add_column :jobs, :is_locked_by, :string