aboutsummaryrefslogtreecommitdiff
path: root/pk/syscall.c
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@cs.berkeley.edu>2013-03-25 16:51:32 -0700
committerAndrew Waterman <waterman@cs.berkeley.edu>2013-03-25 16:51:32 -0700
commitaccebe9e63daa56883c20b2fda6b5e72a74f412b (patch)
tree9ba8fe9a12e324c8d7450c581e78d5d63f2e0bdc /pk/syscall.c
parent5ba0377b291ceb5d1e96674831cb6fd15eebf980 (diff)
downloadpk-accebe9e63daa56883c20b2fda6b5e72a74f412b.zip
pk-accebe9e63daa56883c20b2fda6b5e72a74f412b.tar.gz
pk-accebe9e63daa56883c20b2fda6b5e72a74f412b.tar.bz2
add BSD license
Diffstat (limited to 'pk/syscall.c')
-rw-r--r--pk/syscall.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/pk/syscall.c b/pk/syscall.c
index f4c4f92..711bb9e 100644
--- a/pk/syscall.c
+++ b/pk/syscall.c
@@ -1,3 +1,5 @@
+// See LICENSE for license details.
+
#include <machine/syscall.h>
#include <string.h>
#include <errno.h>