2411: Add copyright notices to everything.
[arvados.git] / apps / workbench / app / views / trash_items / _untrash_item.html.erb
index 74255c3f0fe63cd384bb34868268ef56088d0973..901d396fcb81c14a41bce739dc4c88d90f22cd2a 100644 (file)
@@ -1,3 +1,7 @@
+<%# Copyright (C) The Arvados Authors. All rights reserved.
+
+SPDX-License-Identifier: AGPL-3.0 %>
+
 <% if object.editable? %>
   <% msg = "Untrash '" + if !object.name.blank? then object.name else object.uuid end + "'?" %>
   <%= link_to({action: 'untrash_items', selection: [object.uuid]}, remote: true, method: :post,