X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2ab1b540a710fd454f33e9ba22db601e67f3d217..e94ed22c9f40ecafd3cb1ee1349eaee018b4d883:/services/ws/permission_test.go diff --git a/services/ws/permission_test.go b/services/ws/permission_test.go index afaab0ec0f..5f972551ff 100644 --- a/services/ws/permission_test.go +++ b/services/ws/permission_test.go @@ -1,8 +1,12 @@ +// Copyright (C) The Arvados Authors. All rights reserved. +// +// SPDX-License-Identifier: AGPL-3.0 + package main import ( - "git.curoverse.com/arvados.git/sdk/go/arvados" - "git.curoverse.com/arvados.git/sdk/go/arvadostest" + "git.arvados.org/arvados.git/sdk/go/arvados" + "git.arvados.org/arvados.git/sdk/go/arvadostest" check "gopkg.in/check.v1" )