summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/crypto/crypto.c6
-rw-r--r--sys/crypto/cryptosoft.c6
-rw-r--r--sys/crypto/xform.c6
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.