all: modify the license preamble in files
authorBartosz Golaszewski <bartekgola@gmail.com>
Wed, 10 Jan 2018 00:29:10 +0000 (01:29 +0100)
committerBartosz Golaszewski <bartekgola@gmail.com>
Wed, 10 Jan 2018 00:50:36 +0000 (01:50 +0100)
commit7df216bf4df207571e06757e1d41967686270083
tree38473da527ad1df8b35cbb69797deb8d214b62d7
parent65f52d059d2442d5da052cb7356bd438e9cefc40
all: modify the license preamble in files

This project contains both a library and executables so it's better to
use an umbrella term "This program ..." than "This library ..." in all
the source files.

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