From 566d37ad119ef8c178b7ea280fdad2e801f3eb74 Mon Sep 17 00:00:00 2001 From: Angelika Schneider <angelika.schneider@aisec.fraunhofer.de> Date: Wed, 19 Oct 2022 10:07:33 +0200 Subject: [PATCH] Add SPDX --- cmd/collector/collector.go | 2 ++ version.go | 28 ++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/cmd/collector/collector.go b/cmd/collector/collector.go index 795ccbf..0e25a2f 100644 --- a/cmd/collector/collector.go +++ b/cmd/collector/collector.go @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: Apache-2.0 + // Copyright 2019-2022 Fraunhofer AISEC // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/version.go b/version.go index 9eb172c..dca41a4 100644 --- a/version.go +++ b/version.go @@ -1,3 +1,31 @@ +// SPDX-License-Identifier: Apache-2.0 + +// Copyright 2019-2022 Fraunhofer AISEC +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// $$\ $$\ $$$$$$$$\ $$$$$$$\ $$$$$$\ $$\ $$\ $$$$$$\ +// $$$\ $$$ |$$ _____|$$ __$$\ \_$$ _|$$$\ $$ |$$ __$$\ +// $$$$\ $$$$ |$$ | $$ | $$ | $$ | $$$$\ $$ |$$ / $$ | +// $$\$$\$$ $$ |$$$$$\ $$ | $$ | $$ | $$ $$\$$ |$$$$$$$$ | +// $$ \$$$ $$ |$$ __| $$ | $$ | $$ | $$ \$$$$ |$$ __$$ | +// $$ |\$ /$$ |$$ | $$ | $$ | $$ | $$ |\$$$ |$$ | $$ | +// $$ | \_/ $$ |$$$$$$$$\ $$$$$$$ |$$$$$$\ $$ | \$$ |$$ | $$ | +// \__| \__|\________|\_______/ \______|\__| \__|\__| \__| +// +// This file is part of the MEDINA Framework. + + package collector import ( -- GitLab