2411: Add copyright notices to everything.
[arvados.git] / services / api / db / migrate / 20151229214707_add_exit_code_to_containers.rb
index b6e41f01c0b9e356623665f0cea29bfc93cfb8ea..e28ec2870ee7b6c869e10493e2c42555b84050d4 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 class AddExitCodeToContainers < ActiveRecord::Migration
   def change
     add_column :containers, :exit_code, :integer