2411: Add copyright notices to everything.
[arvados.git] / services / api / db / migrate / 20130122221616_add_modified_at_to_logs.rb
index 47828d0740b2b2f988b5c47afc702dbdf2d10178..4e98c7ecbd79e339bd04f2224bb3494a9612b7ba 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 class AddModifiedAtToLogs < ActiveRecord::Migration
   def change
     add_column :logs, :modified_at, :datetime