Merge branch '18947-githttpd'
[arvados.git] / apps / workbench / app / assets / javascripts / arvados_client.js
index 63f1de1538bb67dda2cf1816e72cca1b5761e4ea..3fe8968eca7bb7ebd973c87d551fda118a158d14 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright (C) The Arvados Authors. All rights reserved.
+//
+// SPDX-License-Identifier: AGPL-3.0
+
 angular.
     module('Arvados', []).
     service('ArvadosClient', ArvadosClient);
@@ -11,7 +15,6 @@ function ArvadosClient(arvadosApiToken, arvadosDiscoveryUri) {
     return this;
     ////////////////////////////////
 
-    var that = this;
     var promiseDiscovery;
     var discoveryDoc;