diff options
author | 2003-04-16 17:34:46 +0000 | |
---|---|---|
committer | 2003-04-16 17:34:46 +0000 | |
commit | 28f567a87517fa26ca486edf6d43353976d96788 (patch) | |
tree | 1ab54cbfe859b395f6c4310fd2ae70a305d29bb6 | |
parent | Fix a buffer overflow in complt_list(); it was allocating space (diff) | |
download | wireguard-openbsd-28f567a87517fa26ca486edf6d43353976d96788.tar.xz wireguard-openbsd-28f567a87517fa26ca486edf6d43353976d96788.zip |
Clarify license terms.
-rw-r--r-- | sys/arch/mvme68k/dev/memdevs.h | 4 | ||||
-rw-r--r-- | sys/arch/mvme68k/include/bugio.h | 4 | ||||
-rw-r--r-- | sys/arch/mvme68k/include/conf.h | 4 | ||||
-rw-r--r-- | sys/arch/mvme88k/include/conf.h | 4 | ||||
-rw-r--r-- | sys/arch/mvmeppc/include/bugio.h | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/sys/arch/mvme68k/dev/memdevs.h b/sys/arch/mvme68k/dev/memdevs.h index 612c438f45e..ee2243d6462 100644 --- a/sys/arch/mvme68k/dev/memdevs.h +++ b/sys/arch/mvme68k/dev/memdevs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: memdevs.h,v 1.1 2002/04/27 23:21:05 miod Exp $ */ +/* $OpenBSD: memdevs.h,v 1.2 2003/04/16 17:34:46 miod Exp $ */ /* * Copyright (c) 2002, Miodrag Vallat. * All rights reserved. * * Permission to redistribute, use, copy, and modify this software - * without fee is hereby granted, provided that the following + * is hereby granted without fee, provided that the following * conditions are met: * * 1. This entire notice is included in all source code copies of any diff --git a/sys/arch/mvme68k/include/bugio.h b/sys/arch/mvme68k/include/bugio.h index 2af0c26fc00..8bd7e4dbcc5 100644 --- a/sys/arch/mvme68k/include/bugio.h +++ b/sys/arch/mvme68k/include/bugio.h @@ -1,10 +1,10 @@ -/* $OpenBSD: bugio.h,v 1.1 2002/04/27 23:21:05 miod Exp $ */ +/* $OpenBSD: bugio.h,v 1.2 2003/04/16 17:34:48 miod Exp $ */ /* * Copyright (c) 2002, Miodrag Vallat. * All rights reserved. * * Permission to redistribute, use, copy, and modify this software - * without fee is hereby granted, provided that the following + * is hereby granted without fee, provided that the following * conditions are met: * * 1. This entire notice is included in all source code copies of any diff --git a/sys/arch/mvme68k/include/conf.h b/sys/arch/mvme68k/include/conf.h index 92763e018aa..6e590f11616 100644 --- a/sys/arch/mvme68k/include/conf.h +++ b/sys/arch/mvme68k/include/conf.h @@ -1,10 +1,10 @@ -/* $OpenBSD: conf.h,v 1.1 2002/04/27 23:21:05 miod Exp $ */ +/* $OpenBSD: conf.h,v 1.2 2003/04/16 17:34:48 miod Exp $ */ /* * Copyright (c) 2002, Miodrag Vallat. * All rights reserved. * * Permission to redistribute, use, copy, and modify this software - * without fee is hereby granted, provided that the following + * is hereby granted without fee, provided that the following * conditions are met: * * 1. This entire notice is included in all source code copies of any diff --git a/sys/arch/mvme88k/include/conf.h b/sys/arch/mvme88k/include/conf.h index ef3717ba478..c88978e541c 100644 --- a/sys/arch/mvme88k/include/conf.h +++ b/sys/arch/mvme88k/include/conf.h @@ -1,10 +1,10 @@ -/* $OpenBSD: conf.h,v 1.1 2002/04/28 15:17:09 miod Exp $ */ +/* $OpenBSD: conf.h,v 1.2 2003/04/16 17:34:49 miod Exp $ */ /* * Copyright (c) 2002, Miodrag Vallat. * All rights reserved. * * Permission to redistribute, use, copy, and modify this software - * without fee is hereby granted, provided that the following + * is hereby granted without fee, provided that the following * conditions are met: * * 1. This entire notice is included in all source code copies of any diff --git a/sys/arch/mvmeppc/include/bugio.h b/sys/arch/mvmeppc/include/bugio.h index efc15175c7a..09eb7c6bd84 100644 --- a/sys/arch/mvmeppc/include/bugio.h +++ b/sys/arch/mvmeppc/include/bugio.h @@ -1,10 +1,10 @@ -/* $OpenBSD: bugio.h,v 1.1 2002/06/08 15:47:33 miod Exp $ */ +/* $OpenBSD: bugio.h,v 1.2 2003/04/16 17:34:50 miod Exp $ */ /* * Copyright (c) 2002, Miodrag Vallat. * All rights reserved. * * Permission to redistribute, use, copy, and modify this software - * without fee is hereby granted, provided that the following + * is hereby granted without fee, provided that the following * conditions are met: * * 1. This entire notice is included in all source code copies of any |