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:
Tedd Ho-Jeong An 2020-09-21 12:00:38 -07:00 committed by Luiz Augusto von Dentz
parent 3644182500
commit 3d22393db2
6 changed files with 6 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
AM_MAKEFLAGS = --no-print-directory
AM_CPPFLAGS =

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
if MESH
if DATAFILES

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
if SYSTEMD
systemduserunitdir = $(SYSTEMD_USERUNITDIR)
systemduserunit_DATA = obexd/src/obex.service

View File

@ -1,4 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
builtin_modules += hostname
builtin_sources += plugins/hostname.c

View File

@ -1,4 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
if CLIENT
bin_PROGRAMS += client/bluetoothctl

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
AC_PREREQ(2.60)
AC_INIT(bluez, 5.55)