license: use C++-style comments for SPDX headers in source files
authorBartosz Golaszewski <bartekgola@gmail.com>
Wed, 4 Apr 2018 11:19:05 +0000 (13:19 +0200)
committerBartosz Golaszewski <bartekgola@gmail.com>
Wed, 4 Apr 2018 11:19:05 +0000 (13:19 +0200)
commit0a9faf3abfa7f739882b5a825db3a93fd2b4cb4c
tree4ad91029e37a12faa4d64a0e7a9c0517b4c4dbb5
parent8bd1deed810b40267424972786d196a84bf50aec
license: use C++-style comments for SPDX headers in source files

Follow the linux kernel licensing style and only use C-style comments
in C headers.

Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com>
28 files changed:
bindings/cxx/chip.cpp
bindings/cxx/iter.cpp
bindings/cxx/line.cpp
bindings/cxx/line_bulk.cpp
src/lib/core.c
src/lib/ctxless.c
src/lib/helpers.c
src/lib/iter.c
src/lib/misc.c
src/tools/gpiodetect.c
src/tools/gpiofind.c
src/tools/gpioget.c
src/tools/gpioinfo.c
src/tools/gpiomon.c
src/tools/gpioset.c
tests/gpiod-test.c
tests/tests-chip.c
tests/tests-ctxless.c
tests/tests-event.c
tests/tests-gpiodetect.c
tests/tests-gpiofind.c
tests/tests-gpioget.c
tests/tests-gpioinfo.c
tests/tests-gpiomon.c
tests/tests-gpioset.c
tests/tests-iter.c
tests/tests-line.c
tests/tests-misc.c