Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/netipsec Add missing copyright notices (FreeBSD rev 1.2....



details:   https://anonhg.NetBSD.org/src/rev/5176bdd3aaa1
branches:  trunk
changeset: 558896:5176bdd3aaa1
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon Mar 01 23:20:53 2004 +0000

description:
Add missing copyright notices (FreeBSD rev 1.2.4.2).

diffstat:

 sys/netipsec/ipsec_input.c |  44 ++++++++++++++++++++++++++++++++++++++++----
 1 files changed, 40 insertions(+), 4 deletions(-)

diffs (53 lines):

diff -r 17389c77e263 -r 5176bdd3aaa1 sys/netipsec/ipsec_input.c
--- a/sys/netipsec/ipsec_input.c        Mon Mar 01 23:06:21 2004 +0000
+++ b/sys/netipsec/ipsec_input.c        Mon Mar 01 23:20:53 2004 +0000
@@ -1,9 +1,45 @@
-/*     $NetBSD: ipsec_input.c,v 1.6 2003/10/06 22:05:15 tls Exp $      */
-/*     $FreeBSD: src/sys/netipsec/ipsec_input.c,v 1.2.4.1 2003/01/24 05:11:35 sam Exp $        */
-/*     $KAME: ipsec.c,v 1.103 2001/05/24 07:14:18 sakane Exp $ */
+/*     $NetBSD: ipsec_input.c,v 1.7 2004/03/01 23:20:53 thorpej Exp $  */
+/*     $FreeBSD: /usr/local/www/cvsroot/FreeBSD/src/sys/netipsec/ipsec_input.c,v 1.2.4.2 2003/03/28 20:32:53 sam Exp $ */
+/*     $OpenBSD: ipsec_input.c,v 1.63 2003/02/20 18:35:43 deraadt Exp $        */
+
+/*
+ * The authors of this code are John Ioannidis (ji%tla.org@localhost),
+ * Angelos D. Keromytis (kermit%csd.uch.gr@localhost) and
+ * Niels Provos (provos%physnet.uni-hamburg.de@localhost).
+ *
+ * This code was written by John Ioannidis for BSD/OS in Athens, Greece,
+ * in November 1995.
+ *
+ * Ported to OpenBSD and NetBSD, with additional transforms, in December 1996,
+ * by Angelos D. Keromytis.
+ *
+ * Additional transforms and features in 1997 and 1998 by Angelos D. Keromytis
+ * and Niels Provos.
+ *
+ * Additional features in 1999 by Angelos D. Keromytis.
+ *
+ * Copyright (C) 1995, 1996, 1997, 1998, 1999 by John Ioannidis,
+ * Angelos D. Keromytis and Niels Provos.
+ * 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.
+ * You may use this code under the GNU public license if you so wish. Please
+ * contribute changes back to the authors under this freer than GPL license
+ * so that we may further the use of strong encryption without limitations to
+ * all.
+ *
+ * THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR
+ * IMPLIED WARRANTY. IN PARTICULAR, NONE OF THE AUTHORS MAKES ANY
+ * REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE
+ * MERCHANTABILITY OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR
+ * PURPOSE.
+ */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ipsec_input.c,v 1.6 2003/10/06 22:05:15 tls Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ipsec_input.c,v 1.7 2004/03/01 23:20:53 thorpej Exp $");
 
 /*
  * IPsec input processing.



Home | Main Index | Thread Index | Old Index