Merge branch '21841-missing-vocab' refs #21841
[arvados.git] / sdk / go / blockdigest / testing.go
index 40f08ce63d0bc9a4201f7f66054b817c0d764f88..6c7d3bf1e2acb4aa63d204ca5d35a71ce3d64220 100644 (file)
@@ -1,8 +1,12 @@
+// Copyright (C) The Arvados Authors. All rights reserved.
+//
+// SPDX-License-Identifier: Apache-2.0
+
 // Code used for testing only.
 
 package blockdigest
 
-// Just used for testing when we need some distinct BlockDigests
+// MakeTestBlockDigest is used for testing with distinct BlockDigests
 func MakeTestBlockDigest(i int) BlockDigest {
        return BlockDigest{L: uint64(i)}
 }