13561: Add missing copyright notices on migrations
[arvados.git] / services / api / db / migrate / 20130626022810_activate_all_admins.rb
index c86530d5c80fef15d8cc5965d7a36d4db003804d..9986a3052d3c020103f1629166f4feb626a38d2a 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 class ActivateAllAdmins < ActiveRecord::Migration
   def up
     User.update_all({is_active: true}, ['is_admin=?', true])