Fix 2.4.2 upgrade notes formatting refs #19330
[arvados.git] / apps / workbench / app / assets / javascripts / ajax_error.js
index 9012844b175f1cfa93ed8f9dd44c2ec13313d0f0..dd31cc6dbc0b679151ab5185850a4f2a40b2a703 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright (C) The Arvados Authors. All rights reserved.
+//
+// SPDX-License-Identifier: AGPL-3.0
+
 $(document).on('ajax:error', function(e, xhr, status, error) {
     var errorMessage = '' + status + ': ' + error;
     // $btn is the element (button/link) that initiated the failed request.