summaryrefslogtreecommitdiff
path: root/src/regress/lib
diff options
context:
space:
mode:
authormickey <>2003-07-31 03:23:41 +0000
committermickey <>2003-07-31 03:23:41 +0000
commit67ecf86ac52c1a639e8246a8b5441da5d657f837 (patch)
tree93be26ffde1dfa01ce4d2b1bdde947f4bbdbcdea /src/regress/lib
parent0dde535676cc51e1561135d3dec1db9a9341b8d8 (diff)
downloadopenbsd-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.c4
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