2411: Add copyright notices to everything.
[arvados.git] / apps / workbench / app / views / trash_items / untrash_items.js.erb
index 3d266584aa8d00c00d3f6daa0fbd8c1e017ca22c..de773f429849d7d314ebcf1d7838cd719faa66f5 100644 (file)
@@ -1,3 +1,7 @@
+<%# Copyright (C) The Arvados Authors. All rights reserved.
+
+SPDX-License-Identifier: AGPL-3.0 %>
+
 <% @untrashed_uuids.each do |uuid| %>
        $('[data-object-uuid=<%= uuid %>]').hide('slow', function() {
            $(this).remove();