2411: Add copyright notices to everything.
[arvados.git] / services / api / db / migrate / 20160509143250_add_auth_and_lock_to_container_index.rb
index 4329ac0c6ce5588e1f517bbfe8497a1d8fa1320b..34759044f6a40c899d1909040b9b7f561bd66321 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 class AddAuthAndLockToContainerIndex < ActiveRecord::Migration
   Columns_were = ["uuid", "owner_uuid", "modified_by_client_uuid", "modified_by_user_uuid", "state", "log", "cwd", "output_path", "output", "container_image"]
   Columns = Columns_were + ["auth_uuid", "locked_by_uuid"]