20032: Fix unnecessary race in test.
[arvados.git] / apps / workbench / app / views / application / _job_progress.html.erb
index efe1819ebd6d5cf73512046b2fcefcbb084a44b1..9f5ce55e165c4cc77132f4c9c1622de6b788528e 100644 (file)
@@ -1,3 +1,7 @@
+<%# Copyright (C) The Arvados Authors. All rights reserved.
+
+SPDX-License-Identifier: AGPL-3.0 %>
+
 <% if (j.andand[:state] == "Running" or defined? scaleby) and (not defined? show_progress_bar or show_progress_bar) %>
   <%
     failed = j[:tasks_summary][:failed] || 0 rescue 0