2411: Add copyright notices to everything.
[arvados.git] / services / keepstore / bufferpool.go
index 9a3509424a3b10a1b8361c06be8475ddaa31f832..91417fd52c37a23f940bb78a430cee56a9808c36 100644 (file)
@@ -1,10 +1,15 @@
+// Copyright (C) The Arvados Authors. All rights reserved.
+//
+// SPDX-License-Identifier: AGPL-3.0
+
 package main
 
 import (
-       "log"
        "sync"
        "sync/atomic"
        "time"
+
+       log "github.com/Sirupsen/logrus"
 )
 
 type bufferPool struct {