From 61687a7200cfb1229545ba858fd9cdfb657e151a Mon Sep 17 00:00:00 2001 From: "Sascha L. Teichmann" Date: Fri, 10 Dec 2021 10:51:32 +0100 Subject: [PATCH] Added missing copyright header --- util/file.go | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/util/file.go b/util/file.go index 394983c..66b7240 100644 --- a/util/file.go +++ b/util/file.go @@ -1,3 +1,11 @@ +// This file is Free Software under the MIT License +// without warranty, see README.md and LICENSES/MIT.txt for details. +// +// SPDX-License-Identifier: MIT +// +// SPDX-FileCopyrightText: 2021 German Federal Office for Information Security (BSI) +// Software-Engineering: 2021 Intevation GmbH + package util import (