Add missing copyright + LICENSE details

This commit is contained in:
sin 2013-08-07 13:41:42 +03:00
parent 9fbe1e6e66
commit acb55413b6
5 changed files with 5 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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

View File

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