aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1999-04-30 06:51:51 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1999-04-30 06:51:51 +0000
commit07901f227b2763d5e616e0944141cd056d0bb5e8 (patch)
tree13f97365f3bfdde26c5af543fd5296b374376f6e /sys/kern
parentd732587c281adb91a6d4de027b50d93a104e6c8b (diff)
downloadsrc-07901f227b2763d5e616e0944141cd056d0bb5e8.tar.gz
src-07901f227b2763d5e616e0944141cd056d0bb5e8.zip
Add beer-ware license and $Id$
Noticed by: dillon
Notes
Notes: svn path=/head/; revision=46197
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/kern_jail.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/sys/kern/kern_jail.c b/sys/kern/kern_jail.c
index e4e964c94449..e90a6897164c 100644
--- a/sys/kern/kern_jail.c
+++ b/sys/kern/kern_jail.c
@@ -1,3 +1,14 @@
+/*
+ * ----------------------------------------------------------------------------
+ * "THE BEER-WARE LICENSE" (Revision 42):
+ * <phk@FreeBSD.ORG> wrote this file. As long as you retain this notice you
+ * can do whatever you want with this stuff. If we meet some day, and you think
+ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
+ * ----------------------------------------------------------------------------
+ *
+ * $Id: malloc.c,v 1.44 1999/03/28 14:16:05 phk Exp $
+ *
+ */
#include <sys/param.h>
#include <sys/types.h>