diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-04 04:11:38 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-04 04:11:38 +0000 |
commit | 902b8a8df56f6013f32ae23139af77210bba53b3 (patch) | |
tree | cb770a85298c681d06cadc786fcd4f1f61206d41 /regress/sys/kern/mmap/mmaptest.c | |
parent | b0af9c9656bed74c445cc0b4c4fa9547753467fa (diff) |
more term 3 and 4 changes
Diffstat (limited to 'regress/sys/kern/mmap/mmaptest.c')
-rw-r--r-- | regress/sys/kern/mmap/mmaptest.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/regress/sys/kern/mmap/mmaptest.c b/regress/sys/kern/mmap/mmaptest.c index 99ad04c9c87..3ee8944ee9d 100644 --- a/regress/sys/kern/mmap/mmaptest.c +++ b/regress/sys/kern/mmap/mmaptest.c @@ -1,4 +1,4 @@ -/* $Id: mmaptest.c,v 1.1 2001/06/19 08:41:59 niklas Exp $ */ +/* $Id: mmaptest.c,v 1.2 2003/06/04 04:11:36 deraadt Exp $ */ /* * Copyright (c) 2001 Niklas Hallqvist. All rights reserverd. @@ -11,9 +11,6 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by Theo de Raadt. * 4. The name of the author may not be used to endorse or promote products * derived from this software without specific prior written permission. * |