From d500b92db1f63fae4b0b00687cb6a8ae71d6d8de Mon Sep 17 00:00:00 2001 From: Alin Jerpelea Date: Fri, 13 Sep 2024 10:20:50 +0200 Subject: [PATCH] libs: 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 --- libs/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/CMakeLists.txt b/libs/CMakeLists.txt index b761b71ffb..306c8ced2f 100644 --- a/libs/CMakeLists.txt +++ b/libs/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # libs/CMakeLists.txt # +# 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 ASF licenses this