2411: Add copyright notices to everything.
[arvados.git] / services / api / db / migrate / 20130130205749_add_manifest_text_to_collection.rb
index 7bcb47a6b8968476647014bc3ca4fb65c1265d1f..ca2441ae85287dbb490d1a0fb3c4a591d02f91c9 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 class AddManifestTextToCollection < ActiveRecord::Migration
   def change
     add_column :collections, :manifest_text, :text