diff options
author | mickey <> | 2003-07-31 03:23:41 +0000 |
---|---|---|
committer | mickey <> | 2003-07-31 03:23:41 +0000 |
commit | 67ecf86ac52c1a639e8246a8b5441da5d657f837 (patch) | |
tree | 93be26ffde1dfa01ce4d2b1bdde947f4bbdbcdea /src/regress/lib | |
parent | 0dde535676cc51e1561135d3dec1db9a9341b8d8 (diff) | |
download | openbsd-67ecf86ac52c1a639e8246a8b5441da5d657f837.tar.gz openbsd-67ecf86ac52c1a639e8246a8b5441da5d657f837.tar.bz2 openbsd-67ecf86ac52c1a639e8246a8b5441da5d657f837.zip |
fix the license
Diffstat (limited to 'src/regress/lib')
-rw-r--r-- | src/regress/lib/libc/alloca/alloca.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libc/alloca/alloca.c b/src/regress/lib/libc/alloca/alloca.c index fd3d350c5d..c8a6b6b40c 100644 --- a/src/regress/lib/libc/alloca/alloca.c +++ b/src/regress/lib/libc/alloca/alloca.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* $OpenBSD: alloca.c,v 1.2 2003/06/26 17:15:27 david Exp $ */ | 1 | /* $OpenBSD: alloca.c,v 1.3 2003/07/31 03:23:41 mickey Exp $ */ |
2 | 2 | ||
3 | /* Copyright (c) 2003 Michael Shalayeff. Public Domain. */ | 3 | /* Written by Michael Shalayeff, 2003, Public Domain. */ |
4 | 4 | ||
5 | #include <stdio.h> | 5 | #include <stdio.h> |
6 | 6 | ||