From 87d7726e5a7f396232852be3a08251854b1b73d2 Mon Sep 17 00:00:00 2001 From: Alin Jerpelea Date: Wed, 18 Dec 2024 07:46:00 +0100 Subject: [PATCH] database: 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 --- database/Make.defs | 2 ++ database/Makefile | 2 ++ database/sqlite/Make.defs | 2 ++ database/sqlite/Makefile | 2 ++ 4 files changed, 8 insertions(+) diff --git a/database/Make.defs b/database/Make.defs index 5774079902..c6529b97ed 100644 --- a/database/Make.defs +++ b/database/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/database/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/database/Makefile b/database/Makefile index 3cf46e8e33..4ee15a7769 100644 --- a/database/Makefile +++ b/database/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/database/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 diff --git a/database/sqlite/Make.defs b/database/sqlite/Make.defs index 2b9ff26ce4..3d14dbe018 100644 --- a/database/sqlite/Make.defs +++ b/database/sqlite/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/database/sqlite/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/database/sqlite/Makefile b/database/sqlite/Makefile index f178a65a37..cc1e6b4602 100644 --- a/database/sqlite/Makefile +++ b/database/sqlite/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/database/sqlite/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