all: update the copyright notice
authorBartosz Golaszewski <bartekgola@gmail.com>
Sat, 13 Jan 2018 22:16:31 +0000 (23:16 +0100)
committerBartosz Golaszewski <bartekgola@gmail.com>
Sat, 13 Jan 2018 22:16:31 +0000 (23:16 +0100)
commit0704bcdbbf560c7f524de02a2163fa03075f30a8
tree5f7b82a84b75521588df7234663cd3522dc87239
parent7df216bf4df207571e06757e1d41967686270083
all: update the copyright notice

All these files have been updated in 2018.

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