2411: Add copyright notices to everything.
[arvados.git] / services / api / db / migrate / 20161019171346_add_use_existing_to_container_requests.rb
index 100b83d8c5a56f3e755c385891849cf35f696b28..0ba04f6ae480354f56d36893be2cbbad609e98fc 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 class AddUseExistingToContainerRequests < ActiveRecord::Migration
   def up
     add_column :container_requests, :use_existing, :boolean, :default => true