20259: Add documentation for banner and tooltip features
[arvados.git] / apps / workbench / app / views / projects / tab_counts.js.erb
index 6502e2efc07a88dbf07e2329e9725b4681206fb9..8757a82226898a805266966cbc0bcc75fe5aa6a5 100644 (file)
@@ -1,3 +1,7 @@
+<%# Copyright (C) The Arvados Authors. All rights reserved.
+
+SPDX-License-Identifier: AGPL-3.0 %>
+
 <% @tab_counts.each do |pane_name, tab_count| %>
   $('span#<%= pane_name %>-count').html('(<%= tab_count %>)');
 <% end %>
\ No newline at end of file