From 95ef3b77c2a41996644c33f879804f3c0668fed0 Mon Sep 17 00:00:00 2001 From: Alin Jerpelea Date: Mon, 9 Sep 2024 08:54:34 +0200 Subject: [PATCH] audio: 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 --- audio/CMakeLists.txt | 2 ++ audio/Makefile | 2 ++ audio/audio.c | 2 ++ audio/audio_comp.c | 2 ++ audio/pcm_decode.c | 2 ++ 5 files changed, 10 insertions(+) diff --git a/audio/CMakeLists.txt b/audio/CMakeLists.txt index 6103dad43e..de1e545705 100644 --- a/audio/CMakeLists.txt +++ b/audio/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # audio/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 diff --git a/audio/Makefile b/audio/Makefile index 94df7baae7..d3b50e96f7 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,6 +1,8 @@ ############################################################################ # audio/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/audio/audio.c b/audio/audio.c index 3bc906e983..f521375dec 100644 --- a/audio/audio.c +++ b/audio/audio.c @@ -1,6 +1,8 @@ /**************************************************************************** * audio/audio.c * + * 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/audio/audio_comp.c b/audio/audio_comp.c index d9957da313..82300e7dd5 100644 --- a/audio/audio_comp.c +++ b/audio/audio_comp.c @@ -1,6 +1,8 @@ /**************************************************************************** * audio/audio_comp.c * + * 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/audio/pcm_decode.c b/audio/pcm_decode.c index 60c8b9af4d..fbd618b908 100644 --- a/audio/pcm_decode.c +++ b/audio/pcm_decode.c @@ -1,6 +1,8 @@ /**************************************************************************** * audio/pcm_decode.c * + * 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