Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
119 changes: 0 additions & 119 deletions LICENSES/CC0-1.0.txt

This file was deleted.

2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-License-Identifier: CC0-1.0
# SPDX-License-Identifier: BSD-2-Clause
# Copyright (C) 2023, Raspberry Pi Ltd

project('libpisp', 'c', 'cpp',
Expand Down
2 changes: 1 addition & 1 deletion meson_options.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-License-Identifier: CC0-1.0
# SPDX-License-Identifier: BSD-2-Clause
# Copyright (C) 2023, Raspberry Pi Ltd

option('logging', type : 'feature', value : 'auto')
Expand Down
2 changes: 1 addition & 1 deletion src/examples/meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-License-Identifier: CC0-1.0
# SPDX-License-Identifier: BSD-2-Clause
# Copyright (C) 2025, Raspberry Pi Ltd

opts_dep = dependency('cxxopts', fallback : ['cxxopts', 'cxxopts_dep'])
Expand Down
2 changes: 1 addition & 1 deletion src/gst/meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-License-Identifier: CC0-1.0
# SPDX-License-Identifier: BSD-2-Clause
# Copyright (C) 2026, Raspberry Pi Ltd

gst_dep = dependency('gstreamer-1.0', version : '>= 1.14', required : get_option('gstreamer'))
Expand Down
2 changes: 1 addition & 1 deletion src/helpers/meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-License-Identifier: CC0-1.0
# SPDX-License-Identifier: BSD-2-Clause
# Copyright (C) 2025, Raspberry Pi Ltd

pisp_sources += files([
Expand Down
2 changes: 1 addition & 1 deletion src/libpisp/backend/meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-License-Identifier: CC0-1.0
# SPDX-License-Identifier: BSD-2-Clause
# Copyright (C) 2023, Raspberry Pi Ltd

config_install_dir = get_option('prefix') / get_option('datadir') / 'libpisp'
Expand Down
2 changes: 1 addition & 1 deletion src/libpisp/backend/tiling/meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-License-Identifier: CC0-1.0
# SPDX-License-Identifier: BSD-2-Clause
# Copyright (C) 2023, Raspberry Pi Ltd

backend_sources += files([
Expand Down
2 changes: 1 addition & 1 deletion src/libpisp/common/meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-License-Identifier: CC0-1.0
# SPDX-License-Identifier: BSD-2-Clause
# Copyright (C) 2023, Raspberry Pi Ltd

pisp_sources += files([
Expand Down
2 changes: 1 addition & 1 deletion src/libpisp/frontend/meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-License-Identifier: CC0-1.0
# SPDX-License-Identifier: BSD-2-Clause
# Copyright (C) 2023, Raspberry Pi Ltd

frontend_sources = files([
Expand Down
2 changes: 1 addition & 1 deletion src/libpisp/meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-License-Identifier: CC0-1.0
# SPDX-License-Identifier: BSD-2-Clause
# Copyright (C) 2023, Raspberry Pi Ltd

subdir('common')
Expand Down
2 changes: 1 addition & 1 deletion src/libpisp/variants/meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-License-Identifier: CC0-1.0
# SPDX-License-Identifier: BSD-2-Clause
# Copyright (C) 2023, Raspberry Pi Ltd

pisp_sources += files([
Expand Down
2 changes: 1 addition & 1 deletion src/meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-License-Identifier: CC0-1.0
# SPDX-License-Identifier: BSD-2-Clause
# Copyright (C) 2023, Raspberry Pi Ltd

pisp_sources = []
Expand Down
Loading