diff options
author | 2002-02-24 00:30:00 +0000 | |
---|---|---|
committer | 2002-02-24 00:30:00 +0000 | |
commit | 6e5f36c84c0435c6e92f7e0125e6ca23ba13e81e (patch) | |
tree | 6071c4322a207c289cb60995a66f4e48751a9251 | |
parent | Vax O1 workaround no longer needed. (diff) | |
download | wireguard-openbsd-6e5f36c84c0435c6e92f7e0125e6ca23ba13e81e.tar.xz wireguard-openbsd-6e5f36c84c0435c6e92f7e0125e6ca23ba13e81e.zip |
license repair, angelos ok
-rw-r--r-- | sys/crypto/cryptodev.h | 4 | ||||
-rw-r--r-- | sys/crypto/cryptosoft.h | 4 | ||||
-rw-r--r-- | sys/crypto/xform.h | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/crypto/cryptodev.h b/sys/crypto/cryptodev.h index b3782013e0a..8b970a05e82 100644 --- a/sys/crypto/cryptodev.h +++ b/sys/crypto/cryptodev.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cryptodev.h,v 1.16 2002/01/29 15:48:29 jason Exp $ */ +/* $OpenBSD: cryptodev.h,v 1.17 2002/02/24 00:30:00 deraadt Exp $ */ /* * The author of this code is Angelos D. Keromytis (angelos@cis.upenn.edu) @@ -9,7 +9,7 @@ * * Copyright (c) 2000 Angelos D. Keromytis * - * Permission to use, copy, and modify this software without fee + * Permission to use, copy, and modify this software with or without fee * is hereby granted, provided that this entire notice is included in * all source code copies of any software which is or includes a copy or * modification of this software. diff --git a/sys/crypto/cryptosoft.h b/sys/crypto/cryptosoft.h index 5a6d6e94c1f..d516f6ae3ea 100644 --- a/sys/crypto/cryptosoft.h +++ b/sys/crypto/cryptosoft.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cryptosoft.h,v 1.6 2001/07/05 08:26:05 jjbg Exp $ */ +/* $OpenBSD: cryptosoft.h,v 1.7 2002/02/24 00:30:00 deraadt Exp $ */ /* * The author of this code is Angelos D. Keromytis (angelos@cis.upenn.edu) @@ -9,7 +9,7 @@ * * Copyright (c) 2000 Angelos D. Keromytis * - * Permission to use, copy, and modify this software without fee + * Permission to use, copy, and modify this software with or without fee * is hereby granted, provided that this entire notice is included in * all source code copies of any software which is or includes a copy or * modification of this software. diff --git a/sys/crypto/xform.h b/sys/crypto/xform.h index 396a9bf2e2f..d48154d1643 100644 --- a/sys/crypto/xform.h +++ b/sys/crypto/xform.h @@ -1,4 +1,4 @@ -/* $OpenBSD: xform.h,v 1.8 2001/08/28 12:20:43 ben Exp $ */ +/* $OpenBSD: xform.h,v 1.9 2002/02/24 00:30:00 deraadt Exp $ */ /* * The author of this code is Angelos D. Keromytis (angelos@cis.upenn.edu) @@ -9,7 +9,7 @@ * * Copyright (c) 2000 Angelos D. Keromytis * - * Permission to use, copy, and modify this software without fee + * Permission to use, copy, and modify this software with or without fee * is hereby granted, provided that this entire notice is included in * all source code copies of any software which is or includes a copy or * modification of this software. |