X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/3f556ca1b44b7e01874bd172abbb7cb3df0615db..8e75f57bd693d0ceb1aab86ba0e84cb19b4d155a:/services/keepstore/pipe_adapters.go diff --git a/services/keepstore/pipe_adapters.go b/services/keepstore/pipe_adapters.go index 3cb01f14a1..69ed6d2ff5 100644 --- a/services/keepstore/pipe_adapters.go +++ b/services/keepstore/pipe_adapters.go @@ -1,3 +1,7 @@ +// Copyright (C) The Arvados Authors. All rights reserved. +// +// SPDX-License-Identifier: AGPL-3.0 + package main import ( @@ -35,7 +39,7 @@ func getWithPipe(ctx context.Context, loc string, buf []byte, br BlockReader) (i } } -// putWithPipe invokes putter with a new pipe, and and copies data +// putWithPipe invokes putter with a new pipe, and copies data // from buf into the pipe. If ctx is done before all data is copied, // putWithPipe closes the pipe with an error, and returns early with // an error.