From: Bartosz Golaszewski Date: Mon, 7 May 2018 20:15:51 +0000 (+0200) Subject: bindings: cxx: fix SPDX license identifiers in examples X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=5a37017ecf23e8cfbe21ff94c406225fbc26f047;p=qemu-gpiodev%2Flibgpiod.git 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 --- diff --git a/bindings/cxx/examples/gpiod_cxx_tests.cpp b/bindings/cxx/examples/gpiod_cxx_tests.cpp index 7d4d9e5..ad2ef70 100644 --- a/bindings/cxx/examples/gpiod_cxx_tests.cpp +++ b/bindings/cxx/examples/gpiod_cxx_tests.cpp @@ -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. * diff --git a/bindings/cxx/examples/gpiodetectcxx.cpp b/bindings/cxx/examples/gpiodetectcxx.cpp index 118dc17..6da5573 100644 --- a/bindings/cxx/examples/gpiodetectcxx.cpp +++ b/bindings/cxx/examples/gpiodetectcxx.cpp @@ -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. * diff --git a/bindings/cxx/examples/gpiofindcxx.cpp b/bindings/cxx/examples/gpiofindcxx.cpp index 08bcfbf..08fb62c 100644 --- a/bindings/cxx/examples/gpiofindcxx.cpp +++ b/bindings/cxx/examples/gpiofindcxx.cpp @@ -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. * diff --git a/bindings/cxx/examples/gpiogetcxx.cpp b/bindings/cxx/examples/gpiogetcxx.cpp index 8678136..d565a43 100644 --- a/bindings/cxx/examples/gpiogetcxx.cpp +++ b/bindings/cxx/examples/gpiogetcxx.cpp @@ -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. * diff --git a/bindings/cxx/examples/gpioinfocxx.cpp b/bindings/cxx/examples/gpioinfocxx.cpp index d881f1a..02d69b6 100644 --- a/bindings/cxx/examples/gpioinfocxx.cpp +++ b/bindings/cxx/examples/gpioinfocxx.cpp @@ -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. * diff --git a/bindings/cxx/examples/gpiomoncxx.cpp b/bindings/cxx/examples/gpiomoncxx.cpp index ac11290..c603d5d 100644 --- a/bindings/cxx/examples/gpiomoncxx.cpp +++ b/bindings/cxx/examples/gpiomoncxx.cpp @@ -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. * diff --git a/bindings/cxx/examples/gpiosetcxx.cpp b/bindings/cxx/examples/gpiosetcxx.cpp index ee6a69d..5c0b8c9 100644 --- a/bindings/cxx/examples/gpiosetcxx.cpp +++ b/bindings/cxx/examples/gpiosetcxx.cpp @@ -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. *