Fix 2.4.2 upgrade notes formatting refs #19330
[arvados.git] / services / keepstore / mock_mutex_for_test.go
index 24b549cd656d5eb28cd720be6810ba6c5d2a0192..daf0ef05f7cd7041250ee994f85b51cbc08ca462 100644 (file)
@@ -1,4 +1,8 @@
-package main
+// Copyright (C) The Arvados Authors. All rights reserved.
+//
+// SPDX-License-Identifier: AGPL-3.0
+
+package keepstore
 
 type MockMutex struct {
        AllowLock   chan struct{}