summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/cron/config.h6
-rw-r--r--usr.sbin/cron/cron.c6
-rw-r--r--usr.sbin/cron/cron.h6
-rw-r--r--usr.sbin/cron/crontab.c6
-rw-r--r--usr.sbin/cron/database.c6
-rw-r--r--usr.sbin/cron/do_command.c6
-rw-r--r--usr.sbin/cron/entry.c6
-rw-r--r--usr.sbin/cron/env.c6
-rw-r--r--usr.sbin/cron/externs.h6
-rw-r--r--usr.sbin/cron/job.c6
-rw-r--r--usr.sbin/cron/misc.c6
-rw-r--r--usr.sbin/cron/pathnames.h6
-rw-r--r--usr.sbin/cron/user.c6
13 files changed, 13 insertions, 65 deletions
diff --git a/usr.sbin/cron/config.h b/usr.sbin/cron/config.h
index b9981622dac..bbc6f069019 100644
--- a/usr.sbin/cron/config.h
+++ b/usr.sbin/cron/config.h
@@ -1,10 +1,6 @@
-/* $OpenBSD: config.h,v 1.19 2015/01/23 01:01:06 tedu Exp $ */
+/* $OpenBSD: config.h,v 1.20 2015/02/09 22:35:08 deraadt Exp $ */
/* Copyright 1988,1990,1993,1994 by Paul Vixie
- * All rights reserved
- */
-
-/*
* Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 1997,2000 by Internet Software Consortium, Inc.
*
diff --git a/usr.sbin/cron/cron.c b/usr.sbin/cron/cron.c
index 71f9e204cd8..a283e231f68 100644
--- a/usr.sbin/cron/cron.c
+++ b/usr.sbin/cron/cron.c
@@ -1,10 +1,6 @@
-/* $OpenBSD: cron.c,v 1.51 2015/01/23 19:07:27 tedu Exp $ */
+/* $OpenBSD: cron.c,v 1.52 2015/02/09 22:35:08 deraadt Exp $ */
/* Copyright 1988,1990,1993,1994 by Paul Vixie
- * All rights reserved
- */
-
-/*
* Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 1997,2000 by Internet Software Consortium, Inc.
*
diff --git a/usr.sbin/cron/cron.h b/usr.sbin/cron/cron.h
index 01077517cbb..1b8546ed796 100644
--- a/usr.sbin/cron/cron.h
+++ b/usr.sbin/cron/cron.h
@@ -1,10 +1,6 @@
-/* $OpenBSD: cron.h,v 1.9 2004/06/17 22:11:55 millert Exp $ */
+/* $OpenBSD: cron.h,v 1.10 2015/02/09 22:35:08 deraadt Exp $ */
/* Copyright 1988,1990,1993,1994 by Paul Vixie
- * All rights reserved
- */
-
-/*
* Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 1997,2000 by Internet Software Consortium, Inc.
*
diff --git a/usr.sbin/cron/crontab.c b/usr.sbin/cron/crontab.c
index 237a720ca76..79c015e5519 100644
--- a/usr.sbin/cron/crontab.c
+++ b/usr.sbin/cron/crontab.c
@@ -1,10 +1,6 @@
-/* $OpenBSD: crontab.c,v 1.70 2015/01/23 19:07:27 tedu Exp $ */
+/* $OpenBSD: crontab.c,v 1.71 2015/02/09 22:35:08 deraadt Exp $ */
/* Copyright 1988,1990,1993,1994 by Paul Vixie
- * All rights reserved
- */
-
-/*
* Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 1997,2000 by Internet Software Consortium, Inc.
*
diff --git a/usr.sbin/cron/database.c b/usr.sbin/cron/database.c
index 97f3a80437b..b5820c34690 100644
--- a/usr.sbin/cron/database.c
+++ b/usr.sbin/cron/database.c
@@ -1,10 +1,6 @@
-/* $OpenBSD: database.c,v 1.24 2015/01/23 19:07:27 tedu Exp $ */
+/* $OpenBSD: database.c,v 1.25 2015/02/09 22:35:08 deraadt Exp $ */
/* Copyright 1988,1990,1993,1994 by Paul Vixie
- * All rights reserved
- */
-
-/*
* Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 1997,2000 by Internet Software Consortium, Inc.
*
diff --git a/usr.sbin/cron/do_command.c b/usr.sbin/cron/do_command.c
index 1193df3f5fa..6b9050288ca 100644
--- a/usr.sbin/cron/do_command.c
+++ b/usr.sbin/cron/do_command.c
@@ -1,10 +1,6 @@
-/* $OpenBSD: do_command.c,v 1.45 2015/01/23 19:07:27 tedu Exp $ */
+/* $OpenBSD: do_command.c,v 1.46 2015/02/09 22:35:08 deraadt Exp $ */
/* Copyright 1988,1990,1993,1994 by Paul Vixie
- * All rights reserved
- */
-
-/*
* Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 1997,2000 by Internet Software Consortium, Inc.
*
diff --git a/usr.sbin/cron/entry.c b/usr.sbin/cron/entry.c
index 8e5eaf77920..d313228d051 100644
--- a/usr.sbin/cron/entry.c
+++ b/usr.sbin/cron/entry.c
@@ -1,11 +1,7 @@
-/* $OpenBSD: entry.c,v 1.39 2015/01/23 19:07:27 tedu Exp $ */
+/* $OpenBSD: entry.c,v 1.40 2015/02/09 22:35:08 deraadt Exp $ */
/*
* Copyright 1988,1990,1993,1994 by Paul Vixie
- * All rights reserved
- */
-
-/*
* Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 1997,2000 by Internet Software Consortium, Inc.
*
diff --git a/usr.sbin/cron/env.c b/usr.sbin/cron/env.c
index ae7a754f5c1..0b274e65b60 100644
--- a/usr.sbin/cron/env.c
+++ b/usr.sbin/cron/env.c
@@ -1,10 +1,6 @@
-/* $OpenBSD: env.c,v 1.28 2015/01/23 19:07:27 tedu Exp $ */
+/* $OpenBSD: env.c,v 1.29 2015/02/09 22:35:08 deraadt Exp $ */
/* Copyright 1988,1990,1993,1994 by Paul Vixie
- * All rights reserved
- */
-
-/*
* Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 1997,2000 by Internet Software Consortium, Inc.
*
diff --git a/usr.sbin/cron/externs.h b/usr.sbin/cron/externs.h
index 725dbd89376..5652780bcac 100644
--- a/usr.sbin/cron/externs.h
+++ b/usr.sbin/cron/externs.h
@@ -1,10 +1,6 @@
-/* $OpenBSD: externs.h,v 1.15 2015/01/14 17:30:53 millert Exp $ */
+/* $OpenBSD: externs.h,v 1.16 2015/02/09 22:35:08 deraadt Exp $ */
/* Copyright 1993,1994 by Paul Vixie
- * All rights reserved
- */
-
-/*
* Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 1997,2000 by Internet Software Consortium, Inc.
*
diff --git a/usr.sbin/cron/job.c b/usr.sbin/cron/job.c
index 98d09a228cf..2648dc87a3f 100644
--- a/usr.sbin/cron/job.c
+++ b/usr.sbin/cron/job.c
@@ -1,10 +1,6 @@
-/* $OpenBSD: job.c,v 1.10 2015/01/23 19:07:27 tedu Exp $ */
+/* $OpenBSD: job.c,v 1.11 2015/02/09 22:35:08 deraadt Exp $ */
/* Copyright 1988,1990,1993,1994 by Paul Vixie
- * All rights reserved
- */
-
-/*
* Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 1997,2000 by Internet Software Consortium, Inc.
*
diff --git a/usr.sbin/cron/misc.c b/usr.sbin/cron/misc.c
index 7da9eee8abb..14a94a9b36b 100644
--- a/usr.sbin/cron/misc.c
+++ b/usr.sbin/cron/misc.c
@@ -1,10 +1,6 @@
-/* $OpenBSD: misc.c,v 1.54 2015/01/23 19:07:27 tedu Exp $ */
+/* $OpenBSD: misc.c,v 1.55 2015/02/09 22:35:08 deraadt Exp $ */
/* Copyright 1988,1990,1993,1994 by Paul Vixie
- * All rights reserved
- */
-
-/*
* Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 1997,2000 by Internet Software Consortium, Inc.
*
diff --git a/usr.sbin/cron/pathnames.h b/usr.sbin/cron/pathnames.h
index 9beb706b705..bc3f4d932bd 100644
--- a/usr.sbin/cron/pathnames.h
+++ b/usr.sbin/cron/pathnames.h
@@ -1,10 +1,6 @@
-/* $OpenBSD: pathnames.h,v 1.13 2015/01/14 17:27:51 millert Exp $ */
+/* $OpenBSD: pathnames.h,v 1.14 2015/02/09 22:35:08 deraadt Exp $ */
/* Copyright 1993,1994 by Paul Vixie
- * All rights reserved
- */
-
-/*
* Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 1997,2000 by Internet Software Consortium, Inc.
*
diff --git a/usr.sbin/cron/user.c b/usr.sbin/cron/user.c
index 2b18ddd7926..8c87520bf67 100644
--- a/usr.sbin/cron/user.c
+++ b/usr.sbin/cron/user.c
@@ -1,10 +1,6 @@
-/* $OpenBSD: user.c,v 1.13 2015/01/23 19:07:27 tedu Exp $ */
+/* $OpenBSD: user.c,v 1.14 2015/02/09 22:35:08 deraadt Exp $ */
/* Copyright 1988,1990,1993,1994 by Paul Vixie
- * All rights reserved
- */
-
-/*
* Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 1997,2000 by Internet Software Consortium, Inc.
*