2411: Add copyright notices to everything.
[arvados.git] / services / api / db / migrate / 20130626002829_add_is_active_to_users.rb
index 602c9ec564f7642126bdc2d733d276cefd136b24..754ae6a44ff563c13517cd53f447ac0ffb2ce68d 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 class AddIsActiveToUsers < ActiveRecord::Migration
   def change
     add_column :users, :is_active, :boolean, :default => false