2411: Add copyright notices to everything.
[arvados.git] / apps / workbench / app / views / projects / _show_description.html.erb
index 443f359036a1776e655e32c36cd090c93870fd73..40780f7bd767cf33be6f3975c6cf61e6982b9cfd 100644 (file)
@@ -1,3 +1,7 @@
+<%# Copyright (C) The Arvados Authors. All rights reserved.
+
+SPDX-License-Identifier: AGPL-3.0 %>
+
 <% if @object.respond_to? :description %>
   <div class="arv-description-as-subtitle">
     <%= render_editable_attribute @object, 'description', nil, { 'data-emptytext' => "(No description provided)", 'data-toggle' => 'manual', 'data-mode' => 'inline', 'data-rows' => 10 }, { btntext: 'Edit', btnclass: 'primary', btnplacement: :top } %>