2411: Add copyright notices to everything.
[arvados.git] / services / api / db / migrate / 20130415020241_rename_orvos_to_arvados.rb
index d11bba8bb06677712e7f32af849edffe18675679..ed66bc7546a0f622536669d5a593305e1e3c7e1e 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 class RenameOrvosToArvados < ActiveRecord::Migration
   def up
     Link.update_all("head_kind=replace(head_kind,'orvos','arvados')")