X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/67f730557e062608f842fa3abc612fb717fbce2f..850fcf7cb1dab07f0b8ce05bbf14716b79fb21cd:/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{}