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 | 2c66df2876479bc2f2a1b4b4b787957ec4973657 (patch) | |
tree | 39559e6f6839a0f9449bf4c6056fe4b9ea73d370 /wirish | |
parent | 9b97be19ee67206ed22d89a4d32d5701e2005b32 (diff) | |
download | librambutan-2c66df2876479bc2f2a1b4b4b787957ec4973657.tar.gz librambutan-2c66df2876479bc2f2a1b4b4b787957ec4973657.zip |
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>
Diffstat (limited to 'wirish')
-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 |