Skip to content

Commit dbbcf4f

Browse files
committed
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 <[email protected]>
1 parent 50b13ae commit dbbcf4f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

utils/libpisp.wrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: CC0-1.0
1+
# SPDX-License-Identifier: BSD-2-Clause
22
# Copyright (C) 2023, Raspberry Pi Ltd
33

44
[wrap-git]

utils/version.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/usr/bin/python3
22

3-
# SPDX-License-Identifier: CC0-1.0
4-
# Copyright (C) 2021, Raspberry Pi Ltd.
3+
# SPDX-License-Identifier: BSD-2-Clause
4+
# Copyright (C) 2021-2025, Raspberry Pi Ltd.
55
#
6-
# Generate version information for libcamera-apps
6+
# Generate version information for libpisp
77

88
import os
99
import subprocess

0 commit comments

Comments
 (0)