14819: Merge branch 'master' into 14819-arvados-jobs-on-stretch
[arvados.git] / services / api / db / migrate / 20140317135600_add_nondeterministic_column_to_job.rb
index 574001b91e66ec5ea93fca6e158209343c49fe48..ccf6210bf8aba006bbcf44d382231635c8f75ae5 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 class AddNondeterministicColumnToJob < ActiveRecord::Migration
   def up
     add_column :jobs, :nondeterministic, :boolean