mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-15 00:04:29 +08:00
build: Add SPDX License Identifier
This patch adds SPDX License Identifier and removes the license text. ------------------------------------- License COUNT ------------------------------------- GPL-2.0-or-later : 6 License: GPL-2.0-or-later Makefile.am Makefile.mesh Makefile.obexd Makefile.plugins Makefile.tools configure.ac
This commit is contained in:
parent
3644182500
commit
3d22393db2
@ -1,4 +1,4 @@
|
||||
|
||||
# SPDX-License-Identifier: GPL-2.0
|
||||
AM_MAKEFLAGS = --no-print-directory
|
||||
AM_CPPFLAGS =
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
# SPDX-License-Identifier: GPL-2.0
|
||||
if MESH
|
||||
|
||||
if DATAFILES
|
||||
|
@ -1,3 +1,4 @@
|
||||
# SPDX-License-Identifier: GPL-2.0
|
||||
if SYSTEMD
|
||||
systemduserunitdir = $(SYSTEMD_USERUNITDIR)
|
||||
systemduserunit_DATA = obexd/src/obex.service
|
||||
|
@ -1,4 +1,4 @@
|
||||
|
||||
# SPDX-License-Identifier: GPL-2.0
|
||||
builtin_modules += hostname
|
||||
builtin_sources += plugins/hostname.c
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
|
||||
# SPDX-License-Identifier: GPL-2.0
|
||||
if CLIENT
|
||||
bin_PROGRAMS += client/bluetoothctl
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
# SPDX-License-Identifier: GPL-2.0
|
||||
AC_PREREQ(2.60)
|
||||
AC_INIT(bluez, 5.55)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user