Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/dist/tcpdump new copyright boilerplates. from tcpdump.org r...
details: https://anonhg.NetBSD.org/src/rev/6a82c3db9032
branches: trunk
changeset: 515210:6a82c3db9032
user: itojun <itojun%NetBSD.org@localhost>
date: Wed Sep 19 03:37:58 2001 +0000
description:
new copyright boilerplates. from tcpdump.org repository
diffstat:
dist/tcpdump/interface.h | 4 ++--
dist/tcpdump/makemib | 39 ++++++++++++++++++++++++++-------------
dist/tcpdump/print-ether.c | 6 +++---
dist/tcpdump/print-snmp.c | 37 +++++++++++++++++++++++++------------
dist/tcpdump/smbutil.c | 15 ++++++++-------
dist/tcpdump/tcpdump.c | 8 ++++----
6 files changed, 68 insertions(+), 41 deletions(-)
diffs (199 lines):
diff -r 4e353b64e09f -r 6a82c3db9032 dist/tcpdump/interface.h
--- a/dist/tcpdump/interface.h Wed Sep 19 01:49:47 2001 +0000
+++ b/dist/tcpdump/interface.h Wed Sep 19 03:37:58 2001 +0000
@@ -1,7 +1,7 @@
-/* $NetBSD: interface.h,v 1.1.1.1 2001/06/25 19:26:31 itojun Exp $ */
+/* $NetBSD: interface.h,v 1.2 2001/09/19 03:37:58 itojun Exp $ */
/*
- * Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997
+ * Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1999, 2000
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff -r 4e353b64e09f -r 6a82c3db9032 dist/tcpdump/makemib
--- a/dist/tcpdump/makemib Wed Sep 19 01:49:47 2001 +0000
+++ b/dist/tcpdump/makemib Wed Sep 19 03:37:58 2001 +0000
@@ -1,20 +1,33 @@
#!/bin/sh
#
-# Copyright (c) 1990, 1996, by John Robert LoVerso.
-# All rights reserved.
-# SMIv2 parsing copyright (c) 1999 by William C. Fenner.
+# Copyright (c) 1990, 1996
+# John Robert LoVerso. All rights reserved.
+# SMIv2 parsing copyright (c) 1999
+# William C. Fenner.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+#
+# 1. Redistributions of source code must retain the above copyright
+# notices, this list of conditions and the following disclaimer.
#
-# Redistribution and use in source and binary forms are permitted
-# provided that the above copyright notice and this paragraph are
-# duplicated in all such forms and that any documentation,
-# advertising materials, and other materials related to such
-# distribution and use acknowledge that the software was developed
-# by John Robert LoVerso.
-# THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
-# IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
-# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+# 2. Redistributions in binary form must reproduce the above copyright
+# notices, this list of conditions and the following disclaimer in the
+# documentation and/or other materials provided with the distribution.
#
-# @(#) Id: makemib,v 1.2 1999/11/21 17:24:15 fenner Exp (jlv)
+# THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR
+# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+# IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY DIRECT, INDIRECT,
+# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+# NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+#
+# @(#) $Id: makemib,v 1.2 2001/09/19 03:37:58 itojun Exp $ (jlv)
#
# This script will read either ASN.1-style MIB files or the ".defs" files
diff -r 4e353b64e09f -r 6a82c3db9032 dist/tcpdump/print-ether.c
--- a/dist/tcpdump/print-ether.c Wed Sep 19 01:49:47 2001 +0000
+++ b/dist/tcpdump/print-ether.c Wed Sep 19 03:37:58 2001 +0000
@@ -1,7 +1,7 @@
-/* $NetBSD: print-ether.c,v 1.2 2001/06/25 19:59:58 itojun Exp $ */
+/* $NetBSD: print-ether.c,v 1.3 2001/09/19 03:37:58 itojun Exp $ */
/*
- * Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997
+ * Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 2000
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -26,7 +26,7 @@
static const char rcsid[] =
"@(#) Header: /tcpdump/master/tcpdump/print-ether.c,v 1.64 2001/06/21 17:56:03 itojun Exp (LBL)";
#else
-__RCSID("$NetBSD: print-ether.c,v 1.2 2001/06/25 19:59:58 itojun Exp $");
+__RCSID("$NetBSD: print-ether.c,v 1.3 2001/09/19 03:37:58 itojun Exp $");
#endif
#endif
diff -r 4e353b64e09f -r 6a82c3db9032 dist/tcpdump/print-snmp.c
--- a/dist/tcpdump/print-snmp.c Wed Sep 19 01:49:47 2001 +0000
+++ b/dist/tcpdump/print-snmp.c Wed Sep 19 03:37:58 2001 +0000
@@ -1,18 +1,31 @@
-/* $NetBSD: print-snmp.c,v 1.2 2001/06/25 20:00:01 itojun Exp $ */
+/* $NetBSD: print-snmp.c,v 1.3 2001/09/19 03:37:58 itojun Exp $ */
/*
* Copyright (c) 1990, 1991, 1993, 1994, 1995, 1996, 1997
- * The Regents of the University of California. All rights reserved.
+ * John Robert LoVerso. All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ *
+ * 1. Redistributions of source code must retain the above copyright
+ * notice, this list of conditions and the following disclaimer.
*
- * Redistribution and use in source and binary forms are permitted
- * provided that the above copyright notice and this paragraph are
- * duplicated in all such forms and that any documentation,
- * advertising materials, and other materials related to such
- * distribution and use acknowledge that the software was developed
- * by John Robert LoVerso.
- * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
- * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ * notice, this list of conditions and the following disclaimer in the
+ * documentation and/or other materials provided with the distribution.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+ * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+ * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+ * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+ * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ *
*
* This implementation has been influenced by the CMU SNMP release,
* by Steve Waldbusser. However, this shares no code with that system.
@@ -51,7 +64,7 @@
static const char rcsid[] =
"@(#) Header: /tcpdump/master/tcpdump/print-snmp.c,v 1.49 2001/06/15 21:06:59 fenner Exp (LBL)";
#else
-__RCSID("$NetBSD: print-snmp.c,v 1.2 2001/06/25 20:00:01 itojun Exp $");
+__RCSID("$NetBSD: print-snmp.c,v 1.3 2001/09/19 03:37:58 itojun Exp $");
#endif
#endif
diff -r 4e353b64e09f -r 6a82c3db9032 dist/tcpdump/smbutil.c
--- a/dist/tcpdump/smbutil.c Wed Sep 19 01:49:47 2001 +0000
+++ b/dist/tcpdump/smbutil.c Wed Sep 19 03:37:58 2001 +0000
@@ -1,11 +1,12 @@
-/* $NetBSD: smbutil.c,v 1.2 2001/06/25 20:00:01 itojun Exp $ */
+/* $NetBSD: smbutil.c,v 1.3 2001/09/19 03:37:58 itojun Exp $ */
/*
- Copyright (C) Andrew Tridgell 1995-1999
-
- This software may be distributed either under the terms of the
- BSD-style license that accompanies tcpdump or the GNU GPL version 2
- or later */
+ * Copyright (C) Andrew Tridgell 1995-1999
+ *
+ * This software may be distributed either under the terms of the
+ * BSD-style license that accompanies tcpdump or the GNU GPL version 2
+ * or later
+ */
#ifdef HAVE_CONFIG_H
#include "config.h"
@@ -17,7 +18,7 @@
static const char rcsid[] =
"@(#) Header: /tcpdump/master/tcpdump/smbutil.c,v 1.15 2001/06/25 18:58:09 itojun Exp";
#else
-__RCSID("$NetBSD: smbutil.c,v 1.2 2001/06/25 20:00:01 itojun Exp $");
+__RCSID("$NetBSD: smbutil.c,v 1.3 2001/09/19 03:37:58 itojun Exp $");
#endif
#endif
diff -r 4e353b64e09f -r 6a82c3db9032 dist/tcpdump/tcpdump.c
--- a/dist/tcpdump/tcpdump.c Wed Sep 19 01:49:47 2001 +0000
+++ b/dist/tcpdump/tcpdump.c Wed Sep 19 03:37:58 2001 +0000
@@ -1,7 +1,7 @@
-/* $NetBSD: tcpdump.c,v 1.2 2001/06/25 20:00:01 itojun Exp $ */
+/* $NetBSD: tcpdump.c,v 1.3 2001/09/19 03:37:58 itojun Exp $ */
/*
- * Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997
+ * Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 2000
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -25,12 +25,12 @@
#ifndef lint
#if 0
static const char copyright[] =
- "@(#) Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997\n\
+ "@(#) Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 2000\n\
The Regents of the University of California. All rights reserved.\n";
static const char rcsid[] =
"@(#) Header: /tcpdump/master/tcpdump/tcpdump.c,v 1.165 2001/06/24 20:38:52 itojun Exp (LBL)";
#else
-__RCSID("$NetBSD: tcpdump.c,v 1.2 2001/06/25 20:00:01 itojun Exp $");
+__RCSID("$NetBSD: tcpdump.c,v 1.3 2001/09/19 03:37:58 itojun Exp $");
#endif
#endif
Home |
Main Index |
Thread Index |
Old Index