bindings: cxx: fix SPDX license identifiers in examples
authorBartosz Golaszewski <bartekgola@gmail.com>
Mon, 7 May 2018 20:15:51 +0000 (22:15 +0200)
committerBartosz Golaszewski <bartekgola@gmail.com>
Mon, 7 May 2018 20:21:25 +0000 (22:21 +0200)
commit5a37017ecf23e8cfbe21ff94c406225fbc26f047
treeaba3ddce913512bd51ddf20b4ec9f95dc59a030a
parent039b301b173c78664775d1ea93493825ef80c9d4
bindings: cxx: fix SPDX license identifiers in examples

The source files in bindings/cxx/examples still use C-style comments
for SPDX license identifiers. Use C++-style comments for consistency
with all other source files in the repository.

Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com>
bindings/cxx/examples/gpiod_cxx_tests.cpp
bindings/cxx/examples/gpiodetectcxx.cpp
bindings/cxx/examples/gpiofindcxx.cpp
bindings/cxx/examples/gpiogetcxx.cpp
bindings/cxx/examples/gpioinfocxx.cpp
bindings/cxx/examples/gpiomoncxx.cpp
bindings/cxx/examples/gpiosetcxx.cpp