From e9bbb5412ed85f114eaa85d16ea72c4713fe66ac Mon Sep 17 00:00:00 2001 From: Naushir Patuck Date: Fri, 5 Sep 2025 15:13:49 +0100 Subject: [PATCH] utils: Re-license version.py and libpisp.wrap to BSD-2-Clause As per Creative Commons guidance, source files should not be used for software source files, so re-license these files to use BSD-2-Clause to follow the rest of the source files in this library. As a drive-by, fix for wrong lib name: s/libcamera-apps/libpisp/ Signed-off-by: Naushir Patuck --- utils/libpisp.wrap | 2 +- utils/version.py | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/utils/libpisp.wrap b/utils/libpisp.wrap index 17cb9b9..7b9e20a 100644 --- a/utils/libpisp.wrap +++ b/utils/libpisp.wrap @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: BSD-2-Clause # Copyright (C) 2023, Raspberry Pi Ltd [wrap-git] diff --git a/utils/version.py b/utils/version.py index 5a1c45b..633187b 100755 --- a/utils/version.py +++ b/utils/version.py @@ -1,9 +1,9 @@ #!/usr/bin/python3 -# SPDX-License-Identifier: CC0-1.0 -# Copyright (C) 2021, Raspberry Pi Ltd. +# SPDX-License-Identifier: BSD-2-Clause +# Copyright (C) 2021-2025, Raspberry Pi Ltd. # -# Generate version information for libcamera-apps +# Generate version information for libpisp import subprocess import sys