diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-07-31 03:23:42 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-07-31 03:23:42 +0000 |
commit | b41df739c70e6948a53d9e74a7254751be248c14 (patch) | |
tree | 41f516f3ce7631f918482876009c0282d4d7bb60 /regress | |
parent | 52158e03749c6c1da46971c0783774ada7464293 (diff) |
fix the license
Diffstat (limited to 'regress')
-rw-r--r-- | regress/lib/libc/alloca/alloca.c | 4 | ||||
-rw-r--r-- | regress/lib/libm/rint/rint.c | 4 | ||||
-rw-r--r-- | regress/lib/libm/toint/toint.c | 4 | ||||
-rw-r--r-- | regress/sys/kern/kqueue/kqueue-pty.c | 4 | ||||
-rw-r--r-- | regress/sys/kern/kqueue/kqueue-random.c | 4 | ||||
-rw-r--r-- | regress/sys/kern/rcvtimeo/rcvtimeo.c | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/regress/lib/libc/alloca/alloca.c b/regress/lib/libc/alloca/alloca.c index fd3d350c5df..c8a6b6b40c2 100644 --- a/regress/lib/libc/alloca/alloca.c +++ b/regress/lib/libc/alloca/alloca.c @@ -1,6 +1,6 @@ -/* $OpenBSD: alloca.c,v 1.2 2003/06/26 17:15:27 david Exp $ */ +/* $OpenBSD: alloca.c,v 1.3 2003/07/31 03:23:41 mickey Exp $ */ -/* Copyright (c) 2003 Michael Shalayeff. Public Domain. */ +/* Written by Michael Shalayeff, 2003, Public Domain. */ #include <stdio.h> diff --git a/regress/lib/libm/rint/rint.c b/regress/lib/libm/rint/rint.c index 5a89861f442..293a09edaec 100644 --- a/regress/lib/libm/rint/rint.c +++ b/regress/lib/libm/rint/rint.c @@ -1,6 +1,6 @@ -/* $OpenBSD: rint.c,v 1.1 2003/02/12 07:05:34 mickey Exp $ */ +/* $OpenBSD: rint.c,v 1.2 2003/07/31 03:23:41 mickey Exp $ */ -/* Copyright (c) 2003 Michael Shalayeff. Public domain. */ +/* Written by Michael Shalayeff, 2003, Public domain. */ #include <stdio.h> #include <signal.h> diff --git a/regress/lib/libm/toint/toint.c b/regress/lib/libm/toint/toint.c index 5b85ecb13e0..eb0df958897 100644 --- a/regress/lib/libm/toint/toint.c +++ b/regress/lib/libm/toint/toint.c @@ -1,6 +1,6 @@ -/* $OpenBSD: toint.c,v 1.1 2003/02/12 07:08:44 mickey Exp $ */ +/* $OpenBSD: toint.c,v 1.2 2003/07/31 03:23:41 mickey Exp $ */ -/* Copyright (c) 2003 Michael Shalayeff. Publci domain. */ +/* Written by Michael Shalayeff, 2003, Public domain. */ #include <stdio.h> #include <signal.h> diff --git a/regress/sys/kern/kqueue/kqueue-pty.c b/regress/sys/kern/kqueue/kqueue-pty.c index 76b3a12fd6b..e171fc96a67 100644 --- a/regress/sys/kern/kqueue/kqueue-pty.c +++ b/regress/sys/kern/kqueue/kqueue-pty.c @@ -1,6 +1,6 @@ -/* $OpenBSD: kqueue-pty.c,v 1.3 2003/06/12 18:36:47 mickey Exp $ */ +/* $OpenBSD: kqueue-pty.c,v 1.4 2003/07/31 03:23:41 mickey Exp $ */ -/* Copyright (c) 2003 Michael Shalayeff, Public Domain */ +/* Written by Michael Shalayeff, 2003, Public Domain */ #include <sys/types.h> #include <sys/time.h> diff --git a/regress/sys/kern/kqueue/kqueue-random.c b/regress/sys/kern/kqueue/kqueue-random.c index 655fc3c4ad7..22ca4db6cfa 100644 --- a/regress/sys/kern/kqueue/kqueue-random.c +++ b/regress/sys/kern/kqueue/kqueue-random.c @@ -1,5 +1,5 @@ -/* $OpenBSD: kqueue-random.c,v 1.2 2003/06/12 04:52:40 mickey Exp $ */ -/* Copyright (c) 2002 Michael Shalayeff, Public Domain */ +/* $OpenBSD: kqueue-random.c,v 1.3 2003/07/31 03:23:41 mickey Exp $ */ +/* Written by Michael Shalayeff, 2002, Public Domain */ #include <stdlib.h> #include <stdio.h> diff --git a/regress/sys/kern/rcvtimeo/rcvtimeo.c b/regress/sys/kern/rcvtimeo/rcvtimeo.c index ed23bc090d6..34a5f297ec9 100644 --- a/regress/sys/kern/rcvtimeo/rcvtimeo.c +++ b/regress/sys/kern/rcvtimeo/rcvtimeo.c @@ -1,6 +1,6 @@ -/* $OpenBSD: rcvtimeo.c,v 1.1 2002/11/26 18:31:59 mickey Exp $ */ +/* $OpenBSD: rcvtimeo.c,v 1.2 2003/07/31 03:23:41 mickey Exp $ */ -/* Copyright (c) 2002 Michael Shalayeff. Public Domain */ +/* Written by Michael Shalayeff, 2002, Public Domain */ #include <sys/param.h> #include <sys/socket.h> |