2411: Add copyright notices to everything.
[arvados.git] / services / api / db / migrate / 20140324024606_add_output_is_persistent_to_job.rb
index 04a03c0439e2c7317ce997d9bf3500fc9a030129..a66d92ece199a1a1eefc3be60bde31cf1a2cca9d 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 class AddOutputIsPersistentToJob < ActiveRecord::Migration
   def change
     add_column :jobs, :output_is_persistent, :boolean, null: false, default: false