diff --git a/cmd/collector/collector.go b/cmd/collector/collector.go
index 13324ec1d4fb55d469633948a352d5001904fd6b..d107ca9340e060aa8aed44d6dbfc27c77e7b3546 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 9eb172c1afb82288d4b095e09cb5e20cb8af50b6..dca41a4753fd8f817c92fce6c2d8d3d65e8d29bc 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 (