X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/67f730557e062608f842fa3abc612fb717fbce2f..7109f4f33c919b07f8e87412c3bc2cc28725296a:/services/keepstore/mock_mutex_for_test.go diff --git a/services/keepstore/mock_mutex_for_test.go b/services/keepstore/mock_mutex_for_test.go index 24b549cd65..daf0ef05f7 100644 --- a/services/keepstore/mock_mutex_for_test.go +++ b/services/keepstore/mock_mutex_for_test.go @@ -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{}