From c73cd3cf26f6befddbb370322a83c200e1e36c14 Mon Sep 17 00:00:00 2001 From: Alin Jerpelea Date: Thu, 19 Dec 2024 03:19:25 +0100 Subject: [PATCH] import: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea --- import/Make.defs | 2 ++ import/Makefile | 2 ++ 2 files changed, 4 insertions(+) diff --git a/import/Make.defs b/import/Make.defs index 050a5d3e1..d6f99cf50 100644 --- a/import/Make.defs +++ b/import/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/import/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/import/Makefile b/import/Makefile index be5c4dc8e..577708cac 100644 --- a/import/Makefile +++ b/import/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/import/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The