Skip to content

Commit 8b0ae27

Browse files
committed
Add SPDX header
1 parent de922e9 commit 8b0ae27

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

contrib/plugins/bap-tracing/meson.build

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: 2025 Rot127 <[email protected]>
2+
# SPDX-License-Identifier: GPL-2.0-only
3+
14
piqi = find_program('piqi')
25
protoc_c = find_program('protoc-c')
36

contrib/plugins/bap-tracing/tracing.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-FileCopyrightText: 2025 Rot127 <[email protected]>
2+
// SPDX-License-Identifier: GPL-2.0-only
3+
14
#ifndef BAP_TRACING_H
25
#define BAP_TRACING_H
36

0 commit comments

Comments
 (0)