mirror of git://git.suckless.org/ubase
Add missing copyright + LICENSE details
This commit is contained in:
parent
9fbe1e6e66
commit
acb55413b6
|
@ -1,3 +1,4 @@
|
||||||
|
/* See LICENSE file for copyright and license details. */
|
||||||
#include <sys/klog.h>
|
#include <sys/klog.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
/* See LICENSE file for copyright and license details. */
|
||||||
#include <sys/mount.h>
|
#include <sys/mount.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include "../ubase.h"
|
#include "../ubase.h"
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
/* See LICENSE file for copyright and license details. */
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
#include <sys/sysctl.h>
|
#include <sys/sysctl.h>
|
||||||
#include <sys/msgbuf.h>
|
#include <sys/msgbuf.h>
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
/* See LICENSE file for copyright and license details. */
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
#include <sys/mount.h>
|
#include <sys/mount.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
Loading…
Reference in New Issue