From 5a37017ecf23e8cfbe21ff94c406225fbc26f047 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Mon, 7 May 2018 22:15:51 +0200 Subject: [PATCH] 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 --- bindings/cxx/examples/gpiod_cxx_tests.cpp | 2 +- bindings/cxx/examples/gpiodetectcxx.cpp | 2 +- bindings/cxx/examples/gpiofindcxx.cpp | 2 +- bindings/cxx/examples/gpiogetcxx.cpp | 2 +- bindings/cxx/examples/gpioinfocxx.cpp | 2 +- bindings/cxx/examples/gpiomoncxx.cpp | 2 +- bindings/cxx/examples/gpiosetcxx.cpp | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) 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. * -- 2.30.2