summaryrefslogtreecommitdiffstats
path: root/countmail
diff options
context:
space:
mode:
authormycroft <mycroft@NetBSD.org>1998-08-15 09:16:27 +0000
committermycroft <mycroft@NetBSD.org>1998-08-15 09:16:27 +0000
commitf3fb6041ea5ed309fc04ae361e9959cb1d705d90 (patch)
tree3aaacdded0b9c9355ef35661536d70cf309f77cd /countmail
parent1097f9a604079f9bfe981637d00cb5358286c4c5 (diff)
downloadbsdgames-darwin-f3fb6041ea5ed309fc04ae361e9959cb1d705d90.tar.gz
bsdgames-darwin-f3fb6041ea5ed309fc04ae361e9959cb1d705d90.tar.zst
bsdgames-darwin-f3fb6041ea5ed309fc04ae361e9959cb1d705d90.zip
Assign my copyrights to TNF.
Diffstat (limited to 'countmail')
-rw-r--r--countmail/countmail39
-rw-r--r--countmail/countmail.64
2 files changed, 38 insertions, 5 deletions
diff --git a/countmail/countmail b/countmail/countmail
index d5c9e29b..fa763e42 100644
--- a/countmail/countmail
+++ b/countmail/countmail
@@ -1,8 +1,41 @@
#!/bin/sh
+# $NetBSD: countmail,v 1.3 1998/08/15 09:16:27 mycroft Exp $
-# $NetBSD: countmail,v 1.2 1997/10/03 08:50:42 mrg Exp $
-
-# Copyright (c) 1994, 1996 Charles Hannum. All rights reserved.
+#
+# Copyright (c) 1998 The NetBSD Foundation, Inc.
+# All rights reserved.
+#
+# This code is derived from software contributed to The NetBSD Foundation
+# by Charles M. Hannum.
+#
+# 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.
+# 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.
+# 3. All advertising materials mentioning features or use of this software
+# must display the following acknowledgement:
+# This product includes software developed by the NetBSD
+# Foundation, Inc. and its contributors.
+# 4. Neither the name of The NetBSD Foundation nor the names of its
+# contributors may be used to endorse or promote products derived
+# from this software without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
+# ``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 FOUNDATION OR CONTRIBUTORS
+# 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.
+#
# Count the messages in your mailbox, using only POSIX shell builtins.
#
diff --git a/countmail/countmail.6 b/countmail/countmail.6
index e508fae4..76a38812 100644
--- a/countmail/countmail.6
+++ b/countmail/countmail.6
@@ -1,4 +1,4 @@
-.\" $NetBSD: countmail.6,v 1.3 1998/04/28 04:07:04 fair Exp $
+.\" $NetBSD: countmail.6,v 1.4 1998/08/15 09:16:27 mycroft Exp $
.\"
.\" Copyright (c) 1997 Matthew R. Green
.\" All rights reserved.
@@ -45,7 +45,7 @@ first appeared in
.Nx 1.3 .
.Nm
was first written by Noah Friedman <friedman@splode.com> in 1993.
-This version was written by Charles Hannum <mycroft@mit.edu>.
+This version was written by Charles M. Hannum <mycroft@netbsd.org>.
.Sh CAVEATS
The read loop is horrendously slow on every shell implementation tried.
.Nm