13561: Add missing copyright notices on migrations
[arvados.git] / services / api / db / migrate / 20130113214204_add_index_to_collections_and_metadata.rb
index 78499e4b4a9277543468fe31ea92275c7c2b56e2..99eee7b17459cbbc06ff4ad59b99278809d4948e 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 class AddIndexToCollectionsAndMetadata < ActiveRecord::Migration
   def up
     add_index :collections, :uuid, :unique => true