Skip to content

Commit

Permalink
Merge pull request #62 from yegorich/meson-spdx
Browse files Browse the repository at this point in the history
Add SPDX tags to the meson files
  • Loading branch information
marckleinebudde authored Dec 10, 2024
2 parents 784b83b + 3236115 commit 78432e8
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions files/meson.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause)
# SPDX-FileCopyrightText: 2024 Yegor Yefremov <yegorslists@googlemail.com>

if enable_libconfig
install_data(
sources: 'socketcand.conf',
Expand Down
3 changes: 3 additions & 0 deletions meson.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause)
# SPDX-FileCopyrightText: 2024 Matthias Weißer <m.weisser.m@gmail.com>

project('socketcand', 'c', version : '0.6.1')
conf = configuration_data()

Expand Down
3 changes: 3 additions & 0 deletions meson_options.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause)
# SPDX-FileCopyrightText: 2024 Matthias Weißer <m.weisser.m@gmail.com>

option('libconfig', type: 'boolean', value: false, description: 'enable support for libconfig')
option('libsocketcan', type: 'boolean', value: false, description: 'enable support for libsocketcan')
option('rc_script', type: 'boolean', value: false, description: 'enable creation of rc.d start script')
Expand Down
3 changes: 3 additions & 0 deletions src/meson.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause)
# SPDX-FileCopyrightText: 2024 Matthias Weißer <m.weisser.m@gmail.com>

src = [
'socketcand.c',
'statistics.c',
Expand Down

0 comments on commit 78432e8

Please sign in to comment.