diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-06-04 23:20:38 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-06-04 23:20:38 +0200 |
commit | 7869df43d6fd88ece4de7d0672e4e590767cf1fe (patch) | |
tree | 46b57880fda6a59f423eec136252cd96f5819d35 /downtimedb.c | |
parent | 819a9ab222da57d6064a7cc9ad3e2c9ff0ef2f82 (diff) |
Imported Upstream version 1.0upstream/1.0upstream
Diffstat (limited to 'downtimedb.c')
-rw-r--r-- | downtimedb.c | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/downtimedb.c b/downtimedb.c index 007f5be..40267a7 100644 --- a/downtimedb.c +++ b/downtimedb.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. */ |