From 11d4bec6481886abb889cbeded5c8f52e5dfd844 Mon Sep 17 00:00:00 2001 From: Aaron Marcher Date: Sun, 17 Sep 2017 17:45:03 +0200 Subject: [PATCH] Added LICENSE statements to all source files --- battery.c | 1 + cpu.c | 1 + datetime.c | 1 + disk.c | 1 + entropy.c | 1 + hostname.c | 1 + ip.c | 1 + kernel_release.c | 1 + keyboard_indicators.c | 1 + load_avg.c | 1 + num_files.c | 1 + ram.c | 1 + run_command.c | 1 + swap.c | 1 + temperature.c | 1 + uptime.c | 1 + user.c | 1 + util.c | 1 + util.h | 1 + volume.c | 1 + wifi.c | 1 + 21 files changed, 21 insertions(+) diff --git a/battery.c b/battery.c index 9f692ea..0cea55c 100644 --- a/battery.c +++ b/battery.c @@ -1,3 +1,4 @@ +/* See LICENSE file for copyright and license details. */ #include #include #include diff --git a/cpu.c b/cpu.c index 0cc1f88..b4b7ef1 100644 --- a/cpu.c +++ b/cpu.c @@ -1,3 +1,4 @@ +/* See LICENSE file for copyright and license details. */ #include #include diff --git a/datetime.c b/datetime.c index 0f7dab4..98510e3 100644 --- a/datetime.c +++ b/datetime.c @@ -1,3 +1,4 @@ +/* See LICENSE file for copyright and license details. */ #include #include "util.h" diff --git a/disk.c b/disk.c index 9fd26fc..51cdaaa 100644 --- a/disk.c +++ b/disk.c @@ -1,3 +1,4 @@ +/* See LICENSE file for copyright and license details. */ #include #include #include diff --git a/entropy.c b/entropy.c index b0f879a..211022a 100644 --- a/entropy.c +++ b/entropy.c @@ -1,3 +1,4 @@ +/* See LICENSE file for copyright and license details. */ #include #include "util.h" diff --git a/hostname.c b/hostname.c index 23c5a16..0ad1f3b 100644 --- a/hostname.c +++ b/hostname.c @@ -1,3 +1,4 @@ +/* See LICENSE file for copyright and license details. */ #include #include diff --git a/ip.c b/ip.c index 600fb86..a042c79 100644 --- a/ip.c +++ b/ip.c @@ -1,3 +1,4 @@ +/* See LICENSE file for copyright and license details. */ #include #include #include diff --git a/kernel_release.c b/kernel_release.c index 64f1463..abe0acd 100644 --- a/kernel_release.c +++ b/kernel_release.c @@ -1,3 +1,4 @@ +/* See LICENSE file for copyright and license details. */ #include #include diff --git a/keyboard_indicators.c b/keyboard_indicators.c index 4aeae0d..13e8648 100644 --- a/keyboard_indicators.c +++ b/keyboard_indicators.c @@ -1,3 +1,4 @@ +/* See LICENSE file for copyright and license details. */ #include #include diff --git a/load_avg.c b/load_avg.c index 7342ae9..ad22ae4 100644 --- a/load_avg.c +++ b/load_avg.c @@ -1,3 +1,4 @@ +/* See LICENSE file for copyright and license details. */ #include #include diff --git a/num_files.c b/num_files.c index 505e24a..778b8b9 100644 --- a/num_files.c +++ b/num_files.c @@ -1,3 +1,4 @@ +/* See LICENSE file for copyright and license details. */ #include #include #include diff --git a/ram.c b/ram.c index 8f7c682..def27aa 100644 --- a/ram.c +++ b/ram.c @@ -1,3 +1,4 @@ +/* See LICENSE file for copyright and license details. */ #include #include "util.h" diff --git a/run_command.c b/run_command.c index 26f1f17..7aa6c4f 100644 --- a/run_command.c +++ b/run_command.c @@ -1,3 +1,4 @@ +/* See LICENSE file for copyright and license details. */ #include #include #include diff --git a/swap.c b/swap.c index 2a627c3..93111c5 100644 --- a/swap.c +++ b/swap.c @@ -1,3 +1,4 @@ +/* See LICENSE file for copyright and license details. */ #include #include #include diff --git a/temperature.c b/temperature.c index 91b871b..2c78ced 100644 --- a/temperature.c +++ b/temperature.c @@ -1,3 +1,4 @@ +/* See LICENSE file for copyright and license details. */ #include #include "util.h" diff --git a/uptime.c b/uptime.c index c9f4fda..827381b 100644 --- a/uptime.c +++ b/uptime.c @@ -1,3 +1,4 @@ +/* See LICENSE file for copyright and license details. */ #include #include "util.h" diff --git a/user.c b/user.c index 5ab7c8e..851acb4 100644 --- a/user.c +++ b/user.c @@ -1,3 +1,4 @@ +/* See LICENSE file for copyright and license details. */ #include #include #include diff --git a/util.c b/util.c index 98c5fc5..67b692a 100644 --- a/util.c +++ b/util.c @@ -1,3 +1,4 @@ +/* See LICENSE file for copyright and license details. */ #include #include #include diff --git a/util.h b/util.h index 8321f9d..e90c29d 100644 --- 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)) diff --git a/volume.c b/volume.c index a23c4f1..0074754 100644 --- a/volume.c +++ b/volume.c @@ -1,3 +1,4 @@ +/* See LICENSE file for copyright and license details. */ #include #include #include diff --git a/wifi.c b/wifi.c index b0c81f9..41ae4c6 100644 --- a/wifi.c +++ b/wifi.c @@ -1,3 +1,4 @@ +/* See LICENSE file for copyright and license details. */ #include #include #include