Added LICENSE statements to all source files
authorAaron Marcher <me@drkhsh.at>
Sun, 17 Sep 2017 15:45:03 +0000 (17:45 +0200)
committerAaron Marcher <me@drkhsh.at>
Sun, 17 Sep 2017 15:45:03 +0000 (17:45 +0200)
21 files changed:
battery.c
cpu.c
datetime.c
disk.c
entropy.c
hostname.c
ip.c
kernel_release.c
keyboard_indicators.c
load_avg.c
num_files.c
ram.c
run_command.c
swap.c
temperature.c
uptime.c
user.c
util.c
util.h
volume.c
wifi.c

index 9f692ea5c7c03dbbef51d7809ab31c0029069273..0cea55c8fb5cb6ca8223b37218d75b3b1af5b341 100644 (file)
--- a/battery.c
+++ b/battery.c
@@ -1,3 +1,4 @@
+/* See LICENSE file for copyright and license details. */
 #include <limits.h>
 #include <stdio.h>
 #include <string.h>
diff --git a/cpu.c b/cpu.c
index 0cc1f880a7242b9ffea2cbe53bc71b19e09562af..b4b7ef1c64d22ff0ef5ec4d768417ff1d9edfaee 100644 (file)
--- a/cpu.c
+++ b/cpu.c
@@ -1,3 +1,4 @@
+/* See LICENSE file for copyright and license details. */
 #include <stdio.h>
 #include <string.h>
 
index 0f7dab4d1bb1c9139fd96fe542d36dfc062c3e70..98510e3d8c4d9d1f412a795328edcce5523e9f6f 100644 (file)
@@ -1,3 +1,4 @@
+/* See LICENSE file for copyright and license details. */
 #include <time.h>
 
 #include "util.h"
diff --git a/disk.c b/disk.c
index 9fd26fce437b2bfb565cd2a317058051528fbf1c..51cdaaa9619c7643248c6cc74d8826cedbd9a5a6 100644 (file)
--- a/disk.c
+++ b/disk.c
@@ -1,3 +1,4 @@
+/* See LICENSE file for copyright and license details. */
 #include <err.h>
 #include <stdio.h>
 #include <sys/statvfs.h>
index b0f879ab392773635bbe209be7a1cd3920be1237..211022ae84cf8014c9a5fcee2979a922e6cca5f5 100644 (file)
--- a/entropy.c
+++ b/entropy.c
@@ -1,3 +1,4 @@
+/* See LICENSE file for copyright and license details. */
 #include <stdio.h>
 
 #include "util.h"
index 23c5a1633c7f25249c32eb5a4c203c24f09ee736..0ad1f3b691a570aeb2b5034bf03df00a1df268f0 100644 (file)
@@ -1,3 +1,4 @@
+/* See LICENSE file for copyright and license details. */
 #include <err.h>
 #include <unistd.h>
 
diff --git a/ip.c b/ip.c
index 600fb86004c7f9e5e21943d9bfb31d516074f34b..a042c79686563443324d6acf7647042670e220ae 100644 (file)
--- a/ip.c
+++ b/ip.c
@@ -1,3 +1,4 @@
+/* See LICENSE file for copyright and license details. */
 #include <err.h>
 #include <ifaddrs.h>
 #include <netdb.h>
index 64f1463ce982a4bead035efde88f09451ad0e420..abe0acd16299a7a0153889d98ce83fc8f6d30ac5 100644 (file)
@@ -1,3 +1,4 @@
+/* See LICENSE file for copyright and license details. */
 #include <sys/utsname.h>
 #include <stdio.h>
 
index 4aeae0dc2fa0d0a1878ea8d0f7cfdcf479077cd7..13e8648ae8624e28a3066fd65af3ca58496f0eda 100644 (file)
@@ -1,3 +1,4 @@
+/* See LICENSE file for copyright and license details. */
 #include <err.h>
 #include <X11/Xlib.h>
 
index 7342ae98b2235400e643027958d99ecc0f5c9f5b..ad22ae4b838553c2fbd4b1e0b26d050eb9ab2193 100644 (file)
@@ -1,3 +1,4 @@
+/* See LICENSE file for copyright and license details. */
 #include <err.h>
 #include <stdlib.h>
 
index 505e24ab1cc9747106935302a7a6c16faea1d001..778b8b99e6f8c76874af1bd6cbf9171fe48b13ff 100644 (file)
@@ -1,3 +1,4 @@
+/* See LICENSE file for copyright and license details. */
 #include <dirent.h>
 #include <err.h>
 #include <stdio.h>
diff --git a/ram.c b/ram.c
index 8f7c6827a07d4cd4b0dec374d6a83136f405b02f..def27aa2f68cd2292754d6b1595b66ccc60287a7 100644 (file)
--- a/ram.c
+++ b/ram.c
@@ -1,3 +1,4 @@
+/* See LICENSE file for copyright and license details. */
 #include <stdio.h>
 
 #include "util.h"
index 26f1f174929a5061338fa570b733aa30c2537807..7aa6c4f89c2350aa27ae1ea208eb7b14d5f70cb1 100644 (file)
@@ -1,3 +1,4 @@
+/* See LICENSE file for copyright and license details. */
 #include <err.h>
 #include <stdio.h>
 #include <string.h>
diff --git a/swap.c b/swap.c
index 2a627c3b6150b818b33405ed8fb2594e092503ad..93111c55425a3f80cf0eac28c4366254c0d880a5 100644 (file)
--- a/swap.c
+++ b/swap.c
@@ -1,3 +1,4 @@
+/* See LICENSE file for copyright and license details. */
 #include <err.h>
 #include <stdio.h>
 #include <string.h>
index 91b871b9bef2aebdab4980bfe3fa39591e8072ee..2c78ceddeb18d5fdfe69dabaff565b94d67ed650 100644 (file)
@@ -1,3 +1,4 @@
+/* See LICENSE file for copyright and license details. */
 #include <stdio.h>
 
 #include "util.h"
index c9f4fdae35324951f12a89347b61a111cb141d3c..827381bbadcdd40a0c0ccadb0fdc3ec4279f2b46 100644 (file)
--- a/uptime.c
+++ b/uptime.c
@@ -1,3 +1,4 @@
+/* See LICENSE file for copyright and license details. */
 #include <sys/sysinfo.h>
 
 #include "util.h"
diff --git a/user.c b/user.c
index 5ab7c8e281f5fbbedffab94e88bf54b25af619c6..851acb401ab54b0101b308bf056d0a715822fcbd 100644 (file)
--- a/user.c
+++ b/user.c
@@ -1,3 +1,4 @@
+/* See LICENSE file for copyright and license details. */
 #include <err.h>
 #include <pwd.h>
 #include <sys/types.h>
diff --git a/util.c b/util.c
index 98c5fc5c5e29931da23fd02801da0b4be6e98da7..67b692a6df8870994e653aa7ff91620e585e6993 100644 (file)
--- a/util.c
+++ b/util.c
@@ -1,3 +1,4 @@
+/* See LICENSE file for copyright and license details. */
 #include <err.h>
 #include <errno.h>
 #include <stdarg.h>
diff --git a/util.h b/util.h
index 8321f9db2eddbe67918761a3151d39b4c0870041..e90c29d2b86a7d0cd30903dad4a2423891202a57 100644 (file)
--- a/util.h
+++ b/util.h
@@ -1,3 +1,4 @@
+/* See LICENSE file for copyright and license details. */
 extern char buf[1024];
 
 #define LEN(x) (sizeof (x) / sizeof *(x))
index a23c4f1d86f7e71a00764a8805fa88228995cf99..0074754fece818ca1684d71a8c10ec3bbbf896bd 100644 (file)
--- a/volume.c
+++ b/volume.c
@@ -1,3 +1,4 @@
+/* See LICENSE file for copyright and license details. */
 #include <err.h>
 #include <fcntl.h>
 #include <sys/soundcard.h>
diff --git a/wifi.c b/wifi.c
index b0c81f930fbfae569be444d592035396b45783af..41ae4c613a38317d19e552e5558c8edeae097dea 100644 (file)
--- a/wifi.c
+++ b/wifi.c
@@ -1,3 +1,4 @@
+/* See LICENSE file for copyright and license details. */
 #include <err.h>
 #include <ifaddrs.h>
 #include <linux/wireless.h>