all: make license type consistent between source files and COPYING file
authorSZ Lin <sz.lin@moxa.com>
Fri, 1 Dec 2017 14:17:40 +0000 (22:17 +0800)
committerBartosz Golaszewski <bartekgola@gmail.com>
Fri, 1 Dec 2017 17:43:54 +0000 (18:43 +0100)
commit7d613094586a5a07c408e179f4fcf0243656f5bb
tree86f20305e798bc28505befe555bc59ca8afdbef2
parent1749610c31cb701fb4864278167ed531ea1c7b63
all: make license type consistent between source files and COPYING file

The license type of COPYING file is "LGPL-2.1+", but it is declared
as "LGPL-2.1" in the preamble of source files.

This patch fixes license type inconsistency issue in each source file.

Signed-off-by: SZ Lin <sz.lin@moxa.com>
[Bartosz: tweaked the commit message]
Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com>
36 files changed:
Doxyfile
Makefile.am
configure.ac
include/Makefile.am
include/gpiod.h
src/Makefile.am
src/lib/Makefile.am
src/lib/core.c
src/lib/helpers.c
src/lib/iter.c
src/lib/misc.c
src/lib/simple.c
src/tools/Makefile.am
src/tools/gpiodetect.c
src/tools/gpiofind.c
src/tools/gpioget.c
src/tools/gpioinfo.c
src/tools/gpiomon.c
src/tools/gpioset.c
src/tools/tools-common.c
src/tools/tools-common.h
tests/Makefile.am
tests/gpiod-test.c
tests/gpiod-test.h
tests/tests-chip.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
tests/tests-simple-api.c