diff options
| author | Marti Bolivar <mbolivar@leaflabs.com> | 2012-06-07 19:14:08 -0400 |
|---|---|---|
| committer | Marti Bolivar <mbolivar@leaflabs.com> | 2012-06-07 19:15:05 -0400 |
| commit | 14ce7ffcca4f8b3e9e42c8348925385cb2befc76 (patch) | |
| tree | 39559e6f6839a0f9449bf4c6056fe4b9ea73d370 | |
| parent | f370db157f3ba531b52b1069f006e69beb83ee5c (diff) | |
wirish/syscalls.c: Assert LeafLabs copyright.
_sbrk() is new in 2011, and there've been changes in 2012.
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
| -rw-r--r-- | wirish/syscalls.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wirish/syscalls.c b/wirish/syscalls.c index 4c5ce8a..1e62d51 100644 --- a/wirish/syscalls.c +++ b/wirish/syscalls.c @@ -2,6 +2,7 @@ * The MIT License * * Copyright (c) 2010 Perry Hung. + * Copyright (c) 2011, 2012 LeafLabs, LLC. * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation |
