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)
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

index 7d4d9e5bbebae5df6a3379b6d25f05b7c7b91334..ad2ef70aa470851c5aeb8d28fd3e35fb9c60b83b 100644 (file)
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: LGPL-2.1-or-later */
+// SPDX-License-Identifier: LGPL-2.1-or-later
 /*
  * This file is part of libgpiod.
  *
index 118dc17b29f07bcf4446609f592c1cff68184950..6da557303c697ce86afe34f5ab54f2a0fd4e1667 100644 (file)
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: LGPL-2.1-or-later */
+// SPDX-License-Identifier: LGPL-2.1-or-later
 /*
  * This file is part of libgpiod.
  *
index 08bcfbfc0899f207c33507b1fd94b6c217aaef03..08fb62cc68941f270a9af6a04e08bc016dbd03ba 100644 (file)
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: LGPL-2.1-or-later */
+// SPDX-License-Identifier: LGPL-2.1-or-later
 /*
  * This file is part of libgpiod.
  *
index 867813644b62c6d1b3929c0da9acd74df93e4956..d565a432a2fe85a14e1e14291c1e3e26ed8a7b0a 100644 (file)
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: LGPL-2.1-or-later */
+// SPDX-License-Identifier: LGPL-2.1-or-later
 /*
  * This file is part of libgpiod.
  *
index d881f1ac2faa419760919028b0b716b085492c79..02d69b6a182a25daca72c9243d68f2fd0b267cb2 100644 (file)
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: LGPL-2.1-or-later */
+// SPDX-License-Identifier: LGPL-2.1-or-later
 /*
  * This file is part of libgpiod.
  *
index ac1129038a3a5b95530bc51257c8493f052541e0..c603d5db708c55d4da55a74e79d70fdd600a37cc 100644 (file)
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: LGPL-2.1-or-later */
+// SPDX-License-Identifier: LGPL-2.1-or-later
 /*
  * This file is part of libgpiod.
  *
index ee6a69dc251b0eb7b9b0f437b8b83b915bc2d17c..5c0b8c9f2cbf436dc6201b85822681488e097ffc 100644 (file)
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: LGPL-2.1-or-later */
+// SPDX-License-Identifier: LGPL-2.1-or-later
 /*
  * This file is part of libgpiod.
  *