2411: Add copyright notices to everything.
[arvados.git] / apps / workbench / app / views / work_units / _show_status.html.erb
index b80d50dba287320c0a3f0e2031a71cd0603251aa..b726f3b6b1459b55bc54453ba3811eec464fa15d 100644 (file)
@@ -1,3 +1,7 @@
+<%# Copyright (C) The Arvados Authors. All rights reserved.
+
+SPDX-License-Identifier: AGPL-3.0 %>
+
 <%
     container_uuid = if @object.is_a?(Container) then @object.uuid elsif @object.is_a?(ContainerRequest) then @object.container_uuid end
     if container_uuid