20259: Add documentation for banner and tooltip features
[arvados.git] / apps / workbench / app / assets / javascripts / add_group.js
index 16d9c2db62545430fbb0fb8cb5b863014975c55d..23de53d4088ec8f304480874ada0161c569ae2c1 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright (C) The Arvados Authors. All rights reserved.
+//
+// SPDX-License-Identifier: AGPL-3.0
+
 $(document).on('shown.bs.modal', '#add-group-modal', function(event) {
     // Disable the submit button on modal loading
     $submit = $('#add-group-submit');