2411: Add copyright notices to everything.
[arvados.git] / apps / workbench / app / views / pipeline_instances / _show_log.html.erb
index 3a4ec4ead092a68bcd4e1031287019730f55b030..9c779bc679dbac3a0833a12b7f0246e7c3146980 100644 (file)
@@ -1,3 +1,7 @@
+<%# Copyright (C) The Arvados Authors. All rights reserved.
+
+SPDX-License-Identifier: AGPL-3.0 %>
+
 <% log_ids = @object.job_log_ids
    job_ids = @object.job_ids
    still_logging, done_logging = log_ids.keys.partition { |k| log_ids[k].nil? }