2411: Add copyright notices to everything.
[arvados.git] / apps / workbench / app / views / container_requests / _show_recent_rows.html.erb
index 6caf6d563002d5461320dc8cf45515ad0c79f1a9..32de59cde831af32bb7d972afdf5169c11dadd0a 100644 (file)
@@ -1,3 +1,7 @@
+<%# Copyright (C) The Arvados Authors. All rights reserved.
+
+SPDX-License-Identifier: AGPL-3.0 %>
+
 <%
   containers = @objects.map(&:container_uuid).compact.uniq
   preload_objects_for_dataclass(Container, containers) if containers.any?