diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-06-25 05:02:23 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-06-25 05:02:23 +0000 |
commit | 8eb722c80ffff62b2db159affbce41892b174102 (patch) | |
tree | 739b8b04a7fd689d0c419749a9c22f2eb6672d88 /sys/crypto | |
parent | a3fcf34d4306617996477b01d12f7e12ec06faf1 (diff) |
Update copyright; you can use this with or without fee (unless your
name is Theo Deraadt)
Diffstat (limited to 'sys/crypto')
-rw-r--r-- | sys/crypto/crypto.c | 6 | ||||
-rw-r--r-- | sys/crypto/cryptosoft.c | 6 | ||||
-rw-r--r-- | sys/crypto/xform.c | 6 |
3 files changed, 10 insertions, 8 deletions
diff --git a/sys/crypto/crypto.c b/sys/crypto/crypto.c index be372765ef9..fc36e3c0c5d 100644 --- a/sys/crypto/crypto.c +++ b/sys/crypto/crypto.c @@ -1,4 +1,4 @@ -/* $OpenBSD: crypto.c,v 1.21 2001/06/23 21:00:48 angelos Exp $ */ +/* $OpenBSD: crypto.c,v 1.22 2001/06/25 05:02:22 angelos Exp $ */ /* * The author of this code is Angelos D. Keromytis (angelos@cis.upenn.edu) @@ -7,9 +7,9 @@ * February 2000. Network Security Technologies Inc. (NSTI) kindly * supported the development of this code. * - * Copyright (c) 2000 Angelos D. Keromytis + * Copyright (c) 2000, 2001 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.c b/sys/crypto/cryptosoft.c index ec992720ad8..1f4c8cc42e5 100644 --- a/sys/crypto/cryptosoft.c +++ b/sys/crypto/cryptosoft.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cryptosoft.c,v 1.24 2001/06/23 21:00:49 angelos Exp $ */ +/* $OpenBSD: cryptosoft.c,v 1.25 2001/06/25 05:02:22 angelos Exp $ */ /* * The author of this code is Angelos D. Keromytis (angelos@cis.upenn.edu) @@ -7,9 +7,9 @@ * February 2000. Network Security Technologies Inc. (NSTI) kindly * supported the development of this code. * - * Copyright (c) 2000 Angelos D. Keromytis + * Copyright (c) 2000, 2001 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.c b/sys/crypto/xform.c index 4ff79f71703..2852dc78320 100644 --- a/sys/crypto/xform.c +++ b/sys/crypto/xform.c @@ -1,4 +1,4 @@ -/* $OpenBSD: xform.c,v 1.8 2001/06/23 18:30:36 deraadt Exp $ */ +/* $OpenBSD: xform.c,v 1.9 2001/06/25 05:02:22 angelos Exp $ */ /* * The authors of this code are John Ioannidis (ji@tla.org), @@ -19,7 +19,9 @@ * Copyright (C) 1995, 1996, 1997, 1998, 1999 by John Ioannidis, * Angelos D. Keromytis and Niels Provos. * - * Permission to use, copy, and modify this software without fee + * Copyright (C) 2001, Angelos D. Keromytis. + * + * Permission to use, copy, and modify this software with or without fee * is hereby granted, provided that this entire notice is included in * all copies of any software which is or includes a copy or * modification of this software. |