Pārlūkot izejas kodu

Added LICENSE statements to all source files

master
Aaron Marcher pirms 7 gadiem
vecāks
revīzija
11d4bec648
Šim parakstam datu bāzē netika atrasta zināma atslēga GPG atslēgas ID: 74B048E5C2474F9A
21 mainītis faili ar 21 papildinājumiem un 0 dzēšanām
  1. +1
    -0
      battery.c
  2. +1
    -0
      cpu.c
  3. +1
    -0
      datetime.c
  4. +1
    -0
      disk.c
  5. +1
    -0
      entropy.c
  6. +1
    -0
      hostname.c
  7. +1
    -0
      ip.c
  8. +1
    -0
      kernel_release.c
  9. +1
    -0
      keyboard_indicators.c
  10. +1
    -0
      load_avg.c
  11. +1
    -0
      num_files.c
  12. +1
    -0
      ram.c
  13. +1
    -0
      run_command.c
  14. +1
    -0
      swap.c
  15. +1
    -0
      temperature.c
  16. +1
    -0
      uptime.c
  17. +1
    -0
      user.c
  18. +1
    -0
      util.c
  19. +1
    -0
      util.h
  20. +1
    -0
      volume.c
  21. +1
    -0
      wifi.c

+ 1
- 0
battery.c Parādīt failu

@@ -1,3 +1,4 @@
/* See LICENSE file for copyright and license details. */
#include <limits.h>
#include <stdio.h>
#include <string.h>


+ 1
- 0
cpu.c Parādīt failu

@@ -1,3 +1,4 @@
/* See LICENSE file for copyright and license details. */
#include <stdio.h>
#include <string.h>



+ 1
- 0
datetime.c Parādīt failu

@@ -1,3 +1,4 @@
/* See LICENSE file for copyright and license details. */
#include <time.h>

#include "util.h"


+ 1
- 0
disk.c Parādīt failu

@@ -1,3 +1,4 @@
/* See LICENSE file for copyright and license details. */
#include <err.h>
#include <stdio.h>
#include <sys/statvfs.h>


+ 1
- 0
entropy.c Parādīt failu

@@ -1,3 +1,4 @@
/* See LICENSE file for copyright and license details. */
#include <stdio.h>

#include "util.h"


+ 1
- 0
hostname.c Parādīt failu

@@ -1,3 +1,4 @@
/* See LICENSE file for copyright and license details. */
#include <err.h>
#include <unistd.h>



+ 1
- 0
ip.c Parādīt failu

@@ -1,3 +1,4 @@
/* See LICENSE file for copyright and license details. */
#include <err.h>
#include <ifaddrs.h>
#include <netdb.h>


+ 1
- 0
kernel_release.c Parādīt failu

@@ -1,3 +1,4 @@
/* See LICENSE file for copyright and license details. */
#include <sys/utsname.h>
#include <stdio.h>



+ 1
- 0
keyboard_indicators.c Parādīt failu

@@ -1,3 +1,4 @@
/* See LICENSE file for copyright and license details. */
#include <err.h>
#include <X11/Xlib.h>



+ 1
- 0
load_avg.c Parādīt failu

@@ -1,3 +1,4 @@
/* See LICENSE file for copyright and license details. */
#include <err.h>
#include <stdlib.h>



+ 1
- 0
num_files.c Parādīt failu

@@ -1,3 +1,4 @@
/* See LICENSE file for copyright and license details. */
#include <dirent.h>
#include <err.h>
#include <stdio.h>


+ 1
- 0
ram.c Parādīt failu

@@ -1,3 +1,4 @@
/* See LICENSE file for copyright and license details. */
#include <stdio.h>

#include "util.h"


+ 1
- 0
run_command.c Parādīt failu

@@ -1,3 +1,4 @@
/* See LICENSE file for copyright and license details. */
#include <err.h>
#include <stdio.h>
#include <string.h>


+ 1
- 0
swap.c Parādīt failu

@@ -1,3 +1,4 @@
/* See LICENSE file for copyright and license details. */
#include <err.h>
#include <stdio.h>
#include <string.h>


+ 1
- 0
temperature.c Parādīt failu

@@ -1,3 +1,4 @@
/* See LICENSE file for copyright and license details. */
#include <stdio.h>

#include "util.h"


+ 1
- 0
uptime.c Parādīt failu

@@ -1,3 +1,4 @@
/* See LICENSE file for copyright and license details. */
#include <sys/sysinfo.h>

#include "util.h"


+ 1
- 0
user.c Parādīt failu

@@ -1,3 +1,4 @@
/* See LICENSE file for copyright and license details. */
#include <err.h>
#include <pwd.h>
#include <sys/types.h>


+ 1
- 0
util.c Parādīt failu

@@ -1,3 +1,4 @@
/* See LICENSE file for copyright and license details. */
#include <err.h>
#include <errno.h>
#include <stdarg.h>


+ 1
- 0
util.h Parādīt failu

@@ -1,3 +1,4 @@
/* See LICENSE file for copyright and license details. */
extern char buf[1024];

#define LEN(x) (sizeof (x) / sizeof *(x))


+ 1
- 0
volume.c Parādīt failu

@@ -1,3 +1,4 @@
/* See LICENSE file for copyright and license details. */
#include <err.h>
#include <fcntl.h>
#include <sys/soundcard.h>


+ 1
- 0
wifi.c Parādīt failu

@@ -1,3 +1,4 @@
/* See LICENSE file for copyright and license details. */
#include <err.h>
#include <ifaddrs.h>
#include <linux/wireless.h>


Notiek ielāde…
Atcelt
Saglabāt