2411: Add copyright notices to everything.
[arvados.git] / sdk / go / arvadosclient / pool.go
index 26b3518798e7c645ed3cf6ce640d3a9eb6d068cd..732080770b31bdbece62be480004b129c50cf4a4 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright (C) The Arvados Authors. All rights reserved.
+//
+// SPDX-License-Identifier: Apache-2.0
+
 package arvadosclient
 
 import (
@@ -23,7 +27,7 @@ type ClientPool struct {
 func MakeClientPool() *ClientPool {
        proto, err := MakeArvadosClient()
        return &ClientPool{
-               Prototype: &proto,
+               Prototype: proto,
                lastErr:   err,
        }
 }