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)
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

index 851e82ad3cc77c24fb997111045f50ffbbdd8ba8..8102819eeb46e27850ca95df8ccd50a325c83b0d 100644 (file)
--- a/Doxyfile
+++ b/Doxyfile
@@ -1,7 +1,7 @@
 #
 # Copyright (C) 2017 Bartosz Golaszewski <bartekgola@gmail.com>
 #
-# This library is free software; you can redistribute it and/or modify it
+# This program is free software; you can redistribute it and/or modify it
 # under the terms of the GNU Lesser General Public License as published by
 # the Free Software Foundation; either version 2.1 of the License, or (at
 # your option) any later version.
index 136bac069a9747c97015c6442715add832e87479..bf6ca96e35e7d08d9b1bfc5dc09367c82282d4d1 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Copyright (C) 2017 Bartosz Golaszewski <bartekgola@gmail.com>
 #
-# This library is free software; you can redistribute it and/or modify it
+# This program is free software; you can redistribute it and/or modify it
 # under the terms of the GNU Lesser General Public License as published by
 # the Free Software Foundation; either version 2.1 of the License, or (at
 # your option) any later version.
index 3fe0334b6bda81baafbd211aa9c892a7872326f4..c1f71c0374c907532e7755fca135c9b81723601a 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Copyright (C) 2017 Bartosz Golaszewski <bartekgola@gmail.com>
 #
-# This library is free software; you can redistribute it and/or modify it
+# This program is free software; you can redistribute it and/or modify it
 # under the terms of the GNU Lesser General Public License as published by
 # the Free Software Foundation; either version 2.1 of the License, or (at
 # your option) any later version.
index 1a6445977b75141cb4de6ae036ae3922d952f4b8..da0ebf44e11ba4f6603b8a24e2ce1b7a0bf00e5e 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Copyright (C) 2017 Bartosz Golaszewski <bartekgola@gmail.com>
 #
-# This library is free software; you can redistribute it and/or modify it
+# This program is free software; you can redistribute it and/or modify it
 # under the terms of the GNU Lesser General Public License as published by
 # the Free Software Foundation; either version 2.1 of the License, or (at
 # your option) any later version.
index 027027ce0590f055514c5b9221ddcc548c89157f..61eb7d9c09edd6ec8f6256f1ef582fbf5b7edb6b 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (C) 2017 Bartosz Golaszewski <bartekgola@gmail.com>
  *
- * This library is free software; you can redistribute it and/or modify it
+ * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as published by
  * the Free Software Foundation; either version 2.1 of the License, or (at
  * your option) any later version.
index 50b52158118bfa91aca6eafaee9d6e35c8fdfe05..728442d6c471fbc214f5e4241fdcefb5515e590d 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Copyright (C) 2017 Bartosz Golaszewski <bartekgola@gmail.com>
 #
-# This library is free software; you can redistribute it and/or modify it
+# This program is free software; you can redistribute it and/or modify it
 # under the terms of the GNU Lesser General Public License as published by
 # the Free Software Foundation; either version 2.1 of the License, or (at
 # your option) any later version.
index 93fef3635db9039638515764114ac7d2e25e6984..a4a0ea020143444f7601a41e37c9e80f18a233e3 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Copyright (C) 2017 Bartosz Golaszewski <bartekgola@gmail.com>
 #
-# This library is free software; you can redistribute it and/or modify it
+# This program is free software; you can redistribute it and/or modify it
 # under the terms of the GNU Lesser General Public License as published by
 # the Free Software Foundation; either version 2.1 of the License, or (at
 # your option) any later version.
index 935e16385cfce72a599b82a2035c407187edc40f..05078ef49275a18dda60b5e623bd254a5f9c046c 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (C) 2017 Bartosz Golaszewski <bartekgola@gmail.com>
  *
- * This library is free software; you can redistribute it and/or modify it
+ * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as published by
  * the Free Software Foundation; either version 2.1 of the License, or (at
  * your option) any later version.
index 87183861df0e2dea39d93f3c2424d0010d42e062..a97c9f32dc71199656b6d2d642bb12657e40c2af 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (C) 2017 Bartosz Golaszewski <bartekgola@gmail.com>
  *
- * This library is free software; you can redistribute it and/or modify it
+ * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as published by
  * the Free Software Foundation; either version 2.1 of the License, or (at
  * your option) any later version.
index 133634e8dc587321433ae0efa64761b8802a3371..c8b54588e172d08ebc078b5c97060431898d8256 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (C) 2017 Bartosz Golaszewski <bartekgola@gmail.com>
  *
- * This library is free software; you can redistribute it and/or modify it
+ * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as published by
  * the Free Software Foundation; either version 2.1 of the License, or (at
  * your option) any later version.
index 08e2a337021f70b7ad6d6e782fc56f3e90295e0c..19be37ace73e7d2dd0ab7bbc71d709f4c3ccfc42 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (C) 2017 Bartosz Golaszewski <bartekgola@gmail.com>
  *
- * This library is free software; you can redistribute it and/or modify it
+ * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as published by
  * the Free Software Foundation; either version 2.1 of the License, or (at
  * your option) any later version.
index 48763126eda53ee79f7a35d0157176f5a0add44c..6d51bbf48692a8f804a8e8f2f24a9da9c8420bcf 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (C) 2017 Bartosz Golaszewski <bartekgola@gmail.com>
  *
- * This library is free software; you can redistribute it and/or modify it
+ * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as published by
  * the Free Software Foundation; either version 2.1 of the License, or (at
  * your option) any later version.
index 8099ba46a824040942135ea81ea9adeec4f4c197..503642a591626f162e6c4907e387f14388ad90c4 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Copyright (C) 2017 Bartosz Golaszewski <bartekgola@gmail.com>
 #
-# This library is free software; you can redistribute it and/or modify it
+# This program is free software; you can redistribute it and/or modify it
 # under the terms of the GNU Lesser General Public License as published by
 # the Free Software Foundation; either version 2.1 of the License, or (at
 # your option) any later version.
index a1f8631638924887cb05625241167f8928b0eb8f..e70473f53b17fb91bed33ceb6f7885465b83abcc 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (C) 2017 Bartosz Golaszewski <bartekgola@gmail.com>
  *
- * This library is free software; you can redistribute it and/or modify it
+ * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as published by
  * the Free Software Foundation; either version 2.1 of the License, or (at
  * your option) any later version.
index 3c4ba98cee5a0b1a511de9f87cf5fbbf50323cdd..cfdd8916637fc7df0ca26c0abd2bf36d7e33c34f 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (C) 2017 Bartosz Golaszewski <bartekgola@gmail.com>
  *
- * This library is free software; you can redistribute it and/or modify it
+ * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as published by
  * the Free Software Foundation; either version 2.1 of the License, or (at
  * your option) any later version.
index 86b179963da8f53f562c2f21406469d64394218b..02afa0ae2b48edbcb713fea9c6fdee3f4a90037d 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (C) 2017 Bartosz Golaszewski <bartekgola@gmail.com>
  *
- * This library is free software; you can redistribute it and/or modify it
+ * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as published by
  * the Free Software Foundation; either version 2.1 of the License, or (at
  * your option) any later version.
index 2a2ffacbfdf049ca224db3e7e3cbb0e18279a3f2..23a3f9a63e297a0876256b3906179bc3ffce6dc6 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (C) 2017 Bartosz Golaszewski <bartekgola@gmail.com>
  *
- * This library is free software; you can redistribute it and/or modify it
+ * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as published by
  * the Free Software Foundation; either version 2.1 of the License, or (at
  * your option) any later version.
index 610131252cfa6d9705b69eb2e2d9ed65600acda4..d679b5a51f93adecd4b8b6860fa72134dc9a7769 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (C) 2017 Bartosz Golaszewski <bartekgola@gmail.com>
  *
- * This library is free software; you can redistribute it and/or modify it
+ * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as published by
  * the Free Software Foundation; either version 2.1 of the License, or (at
  * your option) any later version.
index a51a3d585f20c96879e2612e0d4e96c98f491ba0..4c1adb030f8652ccb8bbb28f4988e6849d2cf8eb 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (C) 2017 Bartosz Golaszewski <bartekgola@gmail.com>
  *
- * This library is free software; you can redistribute it and/or modify it
+ * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as published by
  * the Free Software Foundation; either version 2.1 of the License, or (at
  * your option) any later version.
index 5d650a6ee89ac719e6c520cb3b6f091c6e5d2c01..9065c77a079f7d1402a302d1cd6501d4cc5f04a1 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (C) 2017 Bartosz Golaszewski <bartekgola@gmail.com>
  *
- * This library is free software; you can redistribute it and/or modify it
+ * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as published by
  * the Free Software Foundation; either version 2.1 of the License, or (at
  * your option) any later version.
index 4ba2e3d4701463f463fabfd5e073453f876c6bc0..4029aae666e69cab4ab4e4fa2813d5bce3676806 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (C) 2017 Bartosz Golaszewski <bartekgola@gmail.com>
  *
- * This library is free software; you can redistribute it and/or modify it
+ * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as published by
  * the Free Software Foundation; either version 2.1 of the License, or (at
  * your option) any later version.
index 9eee96bf39b12a9edefb6ef980e2180c91f0a7e6..86b8464d8007614303ea331880d8bf9fe084409b 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Copyright (C) 2017 Bartosz Golaszewski <bartekgola@gmail.com>
 #
-# This library is free software; you can redistribute it and/or modify it
+# This program is free software; you can redistribute it and/or modify it
 # under the terms of the GNU Lesser General Public License as published by
 # the Free Software Foundation; either version 2.1 of the License, or (at
 # your option) any later version.
index e39824076044cbe45cacc8e264453f285c5eef18..a3c0a44ecc17417311242a40b627d374d4c828fb 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (C) 2017 Bartosz Golaszewski <bartekgola@gmail.com>
  *
- * This library is free software; you can redistribute it and/or modify it
+ * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as published by
  * the Free Software Foundation; either version 2.1 of the License, or (at
  * your option) any later version.
index 63cb37d374feabeb5d14db042dc38be7e23eb691..b414fd149e0207c6b79c6fb18b344214da81e785 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (C) 2017 Bartosz Golaszewski <bartekgola@gmail.com>
  *
- * This library is free software; you can redistribute it and/or modify it
+ * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as published by
  * the Free Software Foundation; either version 2.1 of the License, or (at
  * your option) any later version.
index c199a28ff4bfcd546a1c1758e9995c67ed24ce5e..52649bf627f2eaff5307ed18fff01527fb4b7f79 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (C) 2017 Bartosz Golaszewski <bartekgola@gmail.com>
  *
- * This library is free software; you can redistribute it and/or modify it
+ * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as published by
  * the Free Software Foundation; either version 2.1 of the License, or (at
  * your option) any later version.
index 1fa44f09d27eb3caf593f42bd52ecd4ff6f67416..f3d879bed0a05dcc189426e76c81428923dd183b 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (C) 2017 Bartosz Golaszewski <bartekgola@gmail.com>
  *
- * This library is free software; you can redistribute it and/or modify it
+ * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as published by
  * the Free Software Foundation; either version 2.1 of the License, or (at
  * your option) any later version.
index 3d199117164d583dad586138b1d61796a9882853..a10a01b1a00b4688e7323804e9a305abb0a80753 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (C) 2017 Bartosz Golaszewski <bartekgola@gmail.com>
  *
- * This library is free software; you can redistribute it and/or modify it
+ * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as published by
  * the Free Software Foundation; either version 2.1 of the License, or (at
  * your option) any later version.
index 2b8db6dd8b88fa4c227c35d8beb54c4709bbc440..ed7f7eeb1a999366e8c4a1a3f0295504a331c99a 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (C) 2017 Bartosz Golaszewski <bartekgola@gmail.com>
  *
- * This library is free software; you can redistribute it and/or modify it
+ * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as published by
  * the Free Software Foundation; either version 2.1 of the License, or (at
  * your option) any later version.
index 0441a984db533c50f40f8036b56e3d184febf89c..a83d5df3bfd87919ee195c90b7c17526fbac1b85 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (C) 2017 Bartosz Golaszewski <bartekgola@gmail.com>
  *
- * This library is free software; you can redistribute it and/or modify it
+ * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as published by
  * the Free Software Foundation; either version 2.1 of the License, or (at
  * your option) any later version.
index 164f14cad667f6628e37639ccbf3c46830fd77ca..50487308a8bb66eb2cb5b39a4f967697fb9ddec6 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (C) 2017 Bartosz Golaszewski <bartekgola@gmail.com>
  *
- * This library is free software; you can redistribute it and/or modify it
+ * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as published by
  * the Free Software Foundation; either version 2.1 of the License, or (at
  * your option) any later version.
index 74fe9b7cafd7128dd1b4a490e381b95783e144f5..44a0348cdcdbc22d1b35fbd7c42332a7ef5eafa3 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (C) 2017 Bartosz Golaszewski <bartekgola@gmail.com>
  *
- * This library is free software; you can redistribute it and/or modify it
+ * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as published by
  * the Free Software Foundation; either version 2.1 of the License, or (at
  * your option) any later version.
index 8ad7530a32818ca180be0beec1adc6f6917e22f1..0f3f94afb0e6a9d868f806ca74673da9559f0134 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (C) 2017 Bartosz Golaszewski <bartekgola@gmail.com>
  *
- * This library is free software; you can redistribute it and/or modify it
+ * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as published by
  * the Free Software Foundation; either version 2.1 of the License, or (at
  * your option) any later version.
index e618edbacf1591af8819b0c575f792586949139d..b38c9e00f0214a1a47faaf9df0a2b52870315caf 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (C) 2017 Bartosz Golaszewski <bartekgola@gmail.com>
  *
- * This library is free software; you can redistribute it and/or modify it
+ * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as published by
  * the Free Software Foundation; either version 2.1 of the License, or (at
  * your option) any later version.
index 3ad246a1197d4167661369a1d91543c29d9539ca..2901d56e1e8baa6fb1ba72f9e507bd22f6d0491d 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (C) 2017 Bartosz Golaszewski <bartekgola@gmail.com>
  *
- * This library is free software; you can redistribute it and/or modify it
+ * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as published by
  * the Free Software Foundation; either version 2.1 of the License, or (at
  * your option) any later version.
index 2d19334d36627e531b228023d199ab45d93f8793..150cd756dc665e91ccf44a9847fe002412f980ed 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (C) 2017 Bartosz Golaszewski <bartekgola@gmail.com>
  *
- * This library is free software; you can redistribute it and/or modify it
+ * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as published by
  * the Free Software Foundation; either version 2.1 of the License, or (at
  * your option) any later version.
index dbbad3d4a7766da338b237303bdb6afb1b9aaa67..26a95a11082a1385c70feba4b918c03458c41f3d 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (C) 2017 Bartosz Golaszewski <bartekgola@gmail.com>
  *
- * This library is free software; you can redistribute it and/or modify it
+ * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as published by
  * the Free Software Foundation; either version 2.1 of the License, or (at
  * your option) any later version.