2411: Add copyright notices to everything.
[arvados.git] / services / api / db / migrate / 20130617150007_add_is_trusted_to_api_clients.rb
index 0d9b992a4581d4c96efd51c59a5adcd3e23e24ee..e74acbca81051f63d88a08d913e5c1749f624e18 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 class AddIsTrustedToApiClients < ActiveRecord::Migration
   def change
     add_column :api_clients, :is_trusted, :boolean, :default => false