2411: Add copyright notices to everything.
[arvados.git] / services / api / db / migrate / 20140527152921_add_description_to_pipeline_templates.rb
index 6cf3133f3a62344d714d76821d5b0b27e7056845..09e2ce13824cd3e5f4938c66e455fb9c194d08d6 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 class AddDescriptionToPipelineTemplates < ActiveRecord::Migration
   def change
     add_column :pipeline_templates, :description, :text