summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2003-06-03 01:20:39 +0000
committermillert <millert@openbsd.org>2003-06-03 01:20:39 +0000
commitc3c4dc698f9e22fb7a092dbd3ee0e80fadfeb598 (patch)
treed9ad34cb0519d486a4e49fcbe75f2f761ffb3ea8
parentNuke terms 3 & 4. (diff)
downloadwireguard-openbsd-c3c4dc698f9e22fb7a092dbd3ee0e80fadfeb598.tar.xz
wireguard-openbsd-c3c4dc698f9e22fb7a092dbd3ee0e80fadfeb598.zip
Don't need 'all right reserved'; brings this into line with my other
ISC-style copyrights.
-rw-r--r--usr.sbin/cron/cron.83
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/cron/cron.8 b/usr.sbin/cron/cron.8
index c4dc4ad023d..0a3d17255a3 100644
--- a/usr.sbin/cron/cron.8
+++ b/usr.sbin/cron/cron.8
@@ -1,6 +1,5 @@
.\"
.\" Copyright (c) 2002-2003 Todd C. Miller <Todd.Miller@courtesan.com>
-.\" All rights reserved.
.\"
.\" Permission to use, copy, modify, and distribute this software for any
.\" purpose with or without fee is hereby granted, provided that the above
@@ -14,7 +13,7 @@
.\" OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
.\" CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.\" $OpenBSD: cron.8,v 1.21 2003/02/20 20:38:08 millert Exp $
+.\" $OpenBSD: cron.8,v 1.22 2003/06/03 01:20:39 millert Exp $
.\"
.Dd July 6, 2002
.Dt CRON 8