diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2003-06-03 01:20:40 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2003-06-03 01:20:40 +0000 |
commit | 77eb0f2fcfd4a8a4ecaeffc7ab1d22d5a8091ff1 (patch) | |
tree | f16c66f42d5fff81f81e30b349b0a4b1350ea413 /usr.sbin/cron | |
parent | 2251d5cb226c2f50f03550f5534d495202160073 (diff) |
Don't need 'all right reserved'; brings this into line with my other
ISC-style copyrights.
Diffstat (limited to 'usr.sbin/cron')
-rw-r--r-- | usr.sbin/cron/cron.8 | 3 |
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 |