Added LICENSE statements to all source files
Aaron Marcher me@drkhsh.at
Sun, 17 Sep 2017 17:45:03 +0200
21 files changed,
21 insertions(+),
0 deletions(-)
M
datetime.c
→
datetime.c
@@ -1,3 +1,4 @@
+/* See LICENSE file for copyright and license details. */ #include <time.h> #include "util.h"
M
hostname.c
→
hostname.c
@@ -1,3 +1,4 @@
+/* See LICENSE file for copyright and license details. */ #include <err.h> #include <unistd.h>
M
kernel_release.c
→
kernel_release.c
@@ -1,3 +1,4 @@
+/* See LICENSE file for copyright and license details. */ #include <sys/utsname.h> #include <stdio.h>
M
keyboard_indicators.c
→
keyboard_indicators.c
@@ -1,3 +1,4 @@
+/* See LICENSE file for copyright and license details. */ #include <err.h> #include <X11/Xlib.h>
M
load_avg.c
→
load_avg.c
@@ -1,3 +1,4 @@
+/* See LICENSE file for copyright and license details. */ #include <err.h> #include <stdlib.h>
M
num_files.c
→
num_files.c
@@ -1,3 +1,4 @@
+/* See LICENSE file for copyright and license details. */ #include <dirent.h> #include <err.h> #include <stdio.h>
M
run_command.c
→
run_command.c
@@ -1,3 +1,4 @@
+/* See LICENSE file for copyright and license details. */ #include <err.h> #include <stdio.h> #include <string.h>
M
temperature.c
→
temperature.c
@@ -1,3 +1,4 @@
+/* See LICENSE file for copyright and license details. */ #include <stdio.h> #include "util.h"