From 81fdf4cac908907986c79ae94f263e49f0f05d76 Mon Sep 17 00:00:00 2001 From: Cedric Koch-Hofer Date: Wed, 18 Mar 2026 14:43:52 +0000 Subject: [PATCH] DAOS-17688 ddb: Add missing copyright Add misssing copyright header to src/control/logging/cstdio.go. Doc-only: true Signed-off-by: Cedric Koch-Hofer --- src/control/logging/cstdio.go | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/control/logging/cstdio.go b/src/control/logging/cstdio.go index 0660f506243..9cabdadaaa5 100644 --- a/src/control/logging/cstdio.go +++ b/src/control/logging/cstdio.go @@ -1,3 +1,9 @@ +// +// (C) Copyright 2026 Hewlett Packard Enterprise Development LP +// +// SPDX-License-Identifier: BSD-2-Clause-Patent +// + package logging /*