X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a9b15a2f041744c8fac8c0b12fa8b61d1a7292f8..b3f083ce49a50521d96daa28f896d857384222fb:/services/keepstore/volume_unix.go?ds=sidebyside 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 {