2411: Add copyright notices to everything.
[arvados.git] / apps / workbench / app / views / users / home.js.erb
index d845186cf856c36e4c89e2e86b05f65c33ae2a69..aedf947f33439106687736a9a5d0cc9da2a07b05 100644 (file)
@@ -1,3 +1,7 @@
+<%# Copyright (C) The Arvados Authors. All rights reserved.
+
+SPDX-License-Identifier: AGPL-3.0 %>
+
 var new_content = "<%= escape_javascript(render partial: 'tables') %>";
 if ($('div#home-tables').html() != new_content)
    $('div#home-tables').html(new_content);