summaryrefslogtreecommitdiff
path: root/downtimes.c
diff options
context:
space:
mode:
Diffstat (limited to 'downtimes.c')
-rw-r--r--downtimes.c25
1 files changed, 9 insertions, 16 deletions
diff --git a/downtimes.c b/downtimes.c
index 7a35eb8..efcb67e 100644
--- a/downtimes.c
+++ b/downtimes.c
@@ -1,5 +1,5 @@
/*-
- * Copyright (c) 2009-2013 EPIPE Communications. All rights reserved.
+ * Copyright (c) 2009-2016 Janne Snabb. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -22,16 +22,10 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * The views and conclusions contained in the software and documentation are
- * those of the authors and should not be interpreted as representing official
- * policies, either expressed or implied, of EPIPE Communications.
- *
*
* Software web site:
- * http://dist.epipe.com/downtimed/
+ * https://dist.epipe.com/downtimed/
*
- * Author contact information:
- * opensource@epipe.com
*/
/* Include config.h in case we use autoconf. */
@@ -194,8 +188,8 @@ static void
usage()
{
- fputs("usage: " PROGNAME " [-v] [-d downtimedbfile] [-n num] "
- "[-s sleep] [-u]\n", stderr);
+ fputs("usage: " PROGNAME " [-v] [-d downtimedbfile] [-f timefmt] "
+ "[-n num] [-s sleep] [-u]\n", stderr);
exit(EX_USAGE);
}
@@ -208,13 +202,12 @@ version()
puts(PROGNAME " " PROGVERSION " - display system downtime records "
"made by downtimed(8)\n");
- puts("Copyright (c) 2009-2013 EPIPE Communications. "
+ puts("Copyright (c) 2009-2016 Janne Snabb. "
"All rights reserved.");
- puts("This software is licensed under the terms and conditions of the "
- "FreeBSD");
- puts("License which is also known as the Simplified BSD License. You "
- "should have ");
- puts("received a copy of that license along with this software.\n");
+
+ puts("This software is licensed under the terms and conditions of the");
+ puts("Simplified BSD License. You should have received a copy of that");
+ puts("license along with this software.\n");
puts("Default settings:");
printf(" downtimedbfile = %s\n", cf_downtimedbfile);