Merge branch '8784-dir-listings'
[arvados.git] / services / api / db / migrate / 20130315183626_add_log_to_jobs.rb
index d9dbeff7c48e8296d23100ef4e78c268ab2638f0..aa30165fd6025b12bcf998e8a1b15c4078e806c3 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 class AddLogToJobs < ActiveRecord::Migration
   def change
     add_column :jobs, :log, :string