commit acb55413b6b7123e6a8a51c18a291f6361b94da9
parent 9fbe1e6e6647d308804531a52de36e8fb546fc09
Author: sin <sin@2f30.org>
Date: Wed, 7 Aug 2013 13:41:42 +0300
Add missing copyright + LICENSE details
Diffstat:
5 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/linux/syslog.c b/linux/syslog.c
@@ -1,3 +1,4 @@
+/* See LICENSE file for copyright and license details. */
#include <sys/klog.h>
#include <stdio.h>
diff --git a/linux/umount.c b/linux/umount.c
@@ -1,3 +1,4 @@
+/* See LICENSE file for copyright and license details. */
#include <sys/mount.h>
#include <stdio.h>
#include "../ubase.h"
diff --git a/openbsd/syslog.c b/openbsd/syslog.c
@@ -1,3 +1,4 @@
+/* See LICENSE file for copyright and license details. */
#include <sys/param.h>
#include <sys/sysctl.h>
#include <sys/msgbuf.h>
diff --git a/openbsd/umount.c b/openbsd/umount.c
@@ -1,3 +1,4 @@
+/* See LICENSE file for copyright and license details. */
#include <sys/param.h>
#include <sys/mount.h>
#include <errno.h>
diff --git a/umount.c b/umount.c
@@ -1,3 +1,4 @@
+/* See LICENSE file for copyright and license details. */
#include <stdio.h>
#include "ubase.h"
#include "util.h"