From 9369b42a651fa0237a3c128c03d5ca37fe4603d9 Mon Sep 17 00:00:00 2001 From: Alin Jerpelea Date: Wed, 11 Sep 2024 08:47:37 +0200 Subject: [PATCH] video: 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 --- video/CMakeLists.txt | 2 ++ video/Makefile | 2 ++ video/videomode/CMakeLists.txt | 2 ++ video/videomode/Make.defs | 2 ++ video/videomode/edid_dump.c | 2 ++ video/videomode/edid_parse.c | 2 ++ video/videomode/vesagtf.c | 2 ++ video/videomode/videomode_dump.c | 2 ++ video/videomode/videomode_lookup.c | 2 ++ video/videomode/videomode_sort.c | 2 ++ 10 files changed, 20 insertions(+) diff --git a/video/CMakeLists.txt b/video/CMakeLists.txt index 8adcdf39ab..db0126955f 100644 --- a/video/CMakeLists.txt +++ b/video/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # video/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/video/Makefile b/video/Makefile index f7b7f72aaf..a38fb52eea 100644 --- a/video/Makefile +++ b/video/Makefile @@ -1,6 +1,8 @@ ############################################################################ # video/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/video/videomode/CMakeLists.txt b/video/videomode/CMakeLists.txt index 754ea77499..34ea2418ff 100644 --- a/video/videomode/CMakeLists.txt +++ b/video/videomode/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # video/videomode/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/video/videomode/Make.defs b/video/videomode/Make.defs index ccadc4da5b..ba991f50be 100644 --- a/video/videomode/Make.defs +++ b/video/videomode/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # video/videomode/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/video/videomode/edid_dump.c b/video/videomode/edid_dump.c index 9d312cba16..363b9b270a 100644 --- a/video/videomode/edid_dump.c +++ b/video/videomode/edid_dump.c @@ -1,6 +1,8 @@ /**************************************************************************** * video/videomode/edid_dump.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/video/videomode/edid_parse.c b/video/videomode/edid_parse.c index 00f814721b..6efa141ae8 100644 --- a/video/videomode/edid_parse.c +++ b/video/videomode/edid_parse.c @@ -1,6 +1,8 @@ /**************************************************************************** * video/videomode/edid_parse.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/video/videomode/vesagtf.c b/video/videomode/vesagtf.c index 6505e399f8..f4cd8a1fa0 100644 --- a/video/videomode/vesagtf.c +++ b/video/videomode/vesagtf.c @@ -1,6 +1,8 @@ /**************************************************************************** * video/videomode/vesagtf.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/video/videomode/videomode_dump.c b/video/videomode/videomode_dump.c index f59b2e6865..302bd8c85a 100644 --- a/video/videomode/videomode_dump.c +++ b/video/videomode/videomode_dump.c @@ -1,6 +1,8 @@ /**************************************************************************** * video/videomode/videomode_dump.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/video/videomode/videomode_lookup.c b/video/videomode/videomode_lookup.c index 2d8ac62035..a68d033b95 100644 --- a/video/videomode/videomode_lookup.c +++ b/video/videomode/videomode_lookup.c @@ -1,6 +1,8 @@ /**************************************************************************** * video/videomode/videomode_lookup.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/video/videomode/videomode_sort.c b/video/videomode/videomode_sort.c index 1377068748..0e9abdb551 100644 --- a/video/videomode/videomode_sort.c +++ b/video/videomode/videomode_sort.c @@ -1,6 +1,8 @@ /**************************************************************************** * video/videomode/videomode_sort.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