From 7869df43d6fd88ece4de7d0672e4e590767cf1fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 4 Jun 2016 23:20:38 +0200 Subject: Imported Upstream version 1.0 --- downtimes.c | 25 +++++++++---------------- 1 file changed, 9 insertions(+), 16 deletions(-) (limited to 'downtimes.c') 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); -- cgit v1.2.3