all repos — slstatus @ 11d4bec6481886abb889cbeded5c8f52e5dfd844

my build of slstatus (tools.suckless.org/slstatus/)

Added LICENSE statements to all source files
Aaron Marcher me@drkhsh.at
Sun, 17 Sep 2017 17:45:03 +0200
commit

11d4bec6481886abb889cbeded5c8f52e5dfd844

parent

914440b4fc3c5ecb7d9eedf4da6f2a1c7ec2e7a9

M battery.cbattery.c

@@ -1,3 +1,4 @@

+/* See LICENSE file for copyright and license details. */ #include <limits.h> #include <stdio.h> #include <string.h>
M cpu.ccpu.c

@@ -1,3 +1,4 @@

+/* See LICENSE file for copyright and license details. */ #include <stdio.h> #include <string.h>
M datetime.cdatetime.c

@@ -1,3 +1,4 @@

+/* See LICENSE file for copyright and license details. */ #include <time.h> #include "util.h"
M disk.cdisk.c

@@ -1,3 +1,4 @@

+/* See LICENSE file for copyright and license details. */ #include <err.h> #include <stdio.h> #include <sys/statvfs.h>
M entropy.centropy.c

@@ -1,3 +1,4 @@

+/* See LICENSE file for copyright and license details. */ #include <stdio.h> #include "util.h"
M hostname.chostname.c

@@ -1,3 +1,4 @@

+/* See LICENSE file for copyright and license details. */ #include <err.h> #include <unistd.h>
M ip.cip.c

@@ -1,3 +1,4 @@

+/* See LICENSE file for copyright and license details. */ #include <err.h> #include <ifaddrs.h> #include <netdb.h>
M kernel_release.ckernel_release.c

@@ -1,3 +1,4 @@

+/* See LICENSE file for copyright and license details. */ #include <sys/utsname.h> #include <stdio.h>
M keyboard_indicators.ckeyboard_indicators.c

@@ -1,3 +1,4 @@

+/* See LICENSE file for copyright and license details. */ #include <err.h> #include <X11/Xlib.h>
M load_avg.cload_avg.c

@@ -1,3 +1,4 @@

+/* See LICENSE file for copyright and license details. */ #include <err.h> #include <stdlib.h>
M num_files.cnum_files.c

@@ -1,3 +1,4 @@

+/* See LICENSE file for copyright and license details. */ #include <dirent.h> #include <err.h> #include <stdio.h>
M ram.cram.c

@@ -1,3 +1,4 @@

+/* See LICENSE file for copyright and license details. */ #include <stdio.h> #include "util.h"
M run_command.crun_command.c

@@ -1,3 +1,4 @@

+/* See LICENSE file for copyright and license details. */ #include <err.h> #include <stdio.h> #include <string.h>
M swap.cswap.c

@@ -1,3 +1,4 @@

+/* See LICENSE file for copyright and license details. */ #include <err.h> #include <stdio.h> #include <string.h>
M temperature.ctemperature.c

@@ -1,3 +1,4 @@

+/* See LICENSE file for copyright and license details. */ #include <stdio.h> #include "util.h"
M uptime.cuptime.c

@@ -1,3 +1,4 @@

+/* See LICENSE file for copyright and license details. */ #include <sys/sysinfo.h> #include "util.h"
M user.cuser.c

@@ -1,3 +1,4 @@

+/* See LICENSE file for copyright and license details. */ #include <err.h> #include <pwd.h> #include <sys/types.h>
M util.cutil.c

@@ -1,3 +1,4 @@

+/* See LICENSE file for copyright and license details. */ #include <err.h> #include <errno.h> #include <stdarg.h>
M util.hutil.h

@@ -1,3 +1,4 @@

+/* See LICENSE file for copyright and license details. */ extern char buf[1024]; #define LEN(x) (sizeof (x) / sizeof *(x))
M volume.cvolume.c

@@ -1,3 +1,4 @@

+/* See LICENSE file for copyright and license details. */ #include <err.h> #include <fcntl.h> #include <sys/soundcard.h>
M wifi.cwifi.c

@@ -1,3 +1,4 @@

+/* See LICENSE file for copyright and license details. */ #include <err.h> #include <ifaddrs.h> #include <linux/wireless.h>