X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/b22ff6242148a9b37baef6c74701fa85a8765adf..b3f083ce49a50521d96daa28f896d857384222fb:/services/keepstore/volume_unix.go diff --git a/services/keepstore/volume_unix.go b/services/keepstore/volume_unix.go index 645862deae..ea9aa489c5 100644 --- a/services/keepstore/volume_unix.go +++ b/services/keepstore/volume_unix.go @@ -1,3 +1,7 @@ +// Copyright (C) The Arvados Authors. All rights reserved. +// +// SPDX-License-Identifier: AGPL-3.0 + package main import ( @@ -16,8 +20,6 @@ import ( "sync" "syscall" "time" - - log "github.com/Sirupsen/logrus" ) type unixVolumeAdder struct {