11789: Merge branch 'master' into 11789-arvput-exclude-flag
[arvados.git] / services / api / db / migrate / 20150312151136_change_collection_expires_at_to_datetime.rb
index e5ecd8a1436e1a4b2cad0b5dc1d0ae77f35c7dba..96988e290782325d5f3c032c6f1bcb1487ffda84 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 class ChangeCollectionExpiresAtToDatetime < ActiveRecord::Migration
   def up
     change_column :collections, :expires_at, :datetime