2411: Add copyright notices to everything.
[arvados.git] / services / api / db / migrate / 20130319201431_rename_job_steps_to_job_tasks.rb
index f251d184f00e5539dc694803c8c931e6f8216593..05d9ffb2c58ff018cea3b1551b82af8a4982b398 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 class RenameJobStepsToJobTasks < ActiveRecord::Migration
   def up
     rename_table :job_steps, :job_tasks