Update copyright dates.

This commit is contained in:
Nicholas J. Kain 2018-02-18 00:43:19 -05:00
parent a66f007931
commit 8983df3c86
30 changed files with 32 additions and 32 deletions

View File

@ -1,6 +1,6 @@
/* arp.c - arp ping checking
*
* Copyright (c) 2010-2017 Nicholas J. Kain <njkain at gmail dot com>
* Copyright (c) 2010-2018 Nicholas J. Kain <njkain at gmail dot com>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without

View File

@ -1,6 +1,6 @@
/* arp.h - functions to call the interface change daemon
*
* Copyright (c) 2010-2017 Nicholas J. Kain <njkain at gmail dot com>
* Copyright (c) 2010-2018 Nicholas J. Kain <njkain at gmail dot com>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without

View File

@ -1,6 +1,6 @@
/* dhcp.c - general DHCP protocol handling
*
* Copyright (c) 2004-2017 Nicholas J. Kain <njkain at gmail dot com>
* Copyright (c) 2004-2018 Nicholas J. Kain <njkain at gmail dot com>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without

View File

@ -1,6 +1,6 @@
/* dhcp.h - general DHCP protocol handling
*
* Copyright (c) 2004-2017 Nicholas J. Kain <njkain at gmail dot com>
* Copyright (c) 2004-2018 Nicholas J. Kain <njkain at gmail dot com>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without

View File

@ -1,6 +1,6 @@
/* duiaid.c - DUID/IAID storage and generation for clientids
*
* Copyright (c) 2014-2017 Nicholas J. Kain <njkain at gmail dot com>
* Copyright (c) 2014-2018 Nicholas J. Kain <njkain at gmail dot com>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without

View File

@ -1,6 +1,6 @@
/* duiaid.h - DUID/IAID storage and generation for clientids
*
* Copyright (c) 2014-2017 Nicholas J. Kain <njkain at gmail dot com>
* Copyright (c) 2014-2018 Nicholas J. Kain <njkain at gmail dot com>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without

View File

@ -1,6 +1,6 @@
/* ifchange.c - functions to call the interface change daemon
*
* Copyright (c) 2004-2017 Nicholas J. Kain <njkain at gmail dot com>
* Copyright (c) 2004-2018 Nicholas J. Kain <njkain at gmail dot com>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without

View File

@ -1,6 +1,6 @@
/* ifchange.h - functions to call the interface change daemon
*
* Copyright (c) 2004-2017 Nicholas J. Kain <njkain at gmail dot com>
* Copyright (c) 2004-2018 Nicholas J. Kain <njkain at gmail dot com>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without

View File

@ -1,6 +1,6 @@
/* ifchd-parse.h - interface change daemon parser
*
* Copyright (c) 2004-2017 Nicholas J. Kain <njkain at gmail dot com>
* Copyright (c) 2004-2018 Nicholas J. Kain <njkain at gmail dot com>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without

View File

@ -1,6 +1,6 @@
/* ifchd-parse.rl - interface change daemon parser
*
* Copyright (c) 2004-2017 Nicholas J. Kain <njkain at gmail dot com>
* Copyright (c) 2004-2018 Nicholas J. Kain <njkain at gmail dot com>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without

View File

@ -1,6 +1,6 @@
/* ifchd.c - interface change daemon
*
* Copyright (c) 2004-2017 Nicholas J. Kain <njkain at gmail dot com>
* Copyright (c) 2004-2018 Nicholas J. Kain <njkain at gmail dot com>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without

View File

@ -1,6 +1,6 @@
/* ifset.c - Linux-specific net interface settings include
*
* Copyright (c) 2004-2017 Nicholas J. Kain <njkain at gmail dot com>
* Copyright (c) 2004-2018 Nicholas J. Kain <njkain at gmail dot com>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without

View File

@ -1,6 +1,6 @@
/* ifset.h - Linux-specific net interface settings include
*
* Copyright (c) 2004-2017 Nicholas J. Kain <njkain at gmail dot com>
* Copyright (c) 2004-2018 Nicholas J. Kain <njkain at gmail dot com>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without

View File

@ -1,6 +1,6 @@
/* leasefile.c - functions for writing the lease file
*
* Copyright (c) 2011-2017 Nicholas J. Kain <njkain at gmail dot com>
* Copyright (c) 2011-2018 Nicholas J. Kain <njkain at gmail dot com>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without

View File

@ -1,6 +1,6 @@
/* leasefile.h - functions for writing the lease file
*
* Copyright (c) 2011-2017 Nicholas J. Kain <njkain at gmail dot com>
* Copyright (c) 2011-2018 Nicholas J. Kain <njkain at gmail dot com>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without

View File

@ -1,6 +1,6 @@
/* ndhc.c - DHCP client
*
* Copyright (c) 2004-2017 Nicholas J. Kain <njkain at gmail dot com>
* Copyright (c) 2004-2018 Nicholas J. Kain <njkain at gmail dot com>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@ -98,7 +98,7 @@ void set_client_addr(const char v[static 1]) { cs.clientAddr = inet_addr(v); }
void print_version(void)
{
printf("ndhc %s, dhcp client.\n", NDHC_VERSION);
printf("Copyright (c) 2004-2017 Nicholas J. Kain\n"
printf("Copyright (c) 2004-2018 Nicholas J. Kain\n"
"All rights reserved.\n\n"
"Redistribution and use in source and binary forms, with or without\n"
"modification, are permitted provided that the following conditions are met:\n\n"
@ -125,7 +125,7 @@ void show_usage(void)
{
printf(
"ndhc " NDHC_VERSION ", dhcp client. Licensed under 2-clause BSD.\n"
"Copyright (C) 2004-2017 Nicholas J. Kain\n"
"Copyright (C) 2004-2018 Nicholas J. Kain\n"
"Usage: ndhc [OPTIONS]\n\n"
" -c, --config=FILE Path to ndhc configuration file\n"
" -I, --clientid=CLIENTID Client identifier\n"

View File

@ -1,6 +1,6 @@
/* ndhc.h - DHCP client
*
* Copyright (c) 2014-2017 Nicholas J. Kain <njkain at gmail dot com>
* Copyright (c) 2014-2018 Nicholas J. Kain <njkain at gmail dot com>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without

View File

@ -1,6 +1,6 @@
/* netlink.c - netlink physical link notification handling and info retrieval
*
* Copyright (c) 2011-2017 Nicholas J. Kain <njkain at gmail dot com>
* Copyright (c) 2011-2018 Nicholas J. Kain <njkain at gmail dot com>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without

View File

@ -1,6 +1,6 @@
/* netlink.h - netlink physical link notification handling and info retrieval
*
* Copyright (c) 2011-2017 Nicholas J. Kain <njkain at gmail dot com>
* Copyright (c) 2011-2018 Nicholas J. Kain <njkain at gmail dot com>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without

View File

@ -1,6 +1,6 @@
/* nl.c - low level netlink protocol functions
*
* Copyright (c) 2011-2017 Nicholas J. Kain <njkain at gmail dot com>
* Copyright (c) 2011-2018 Nicholas J. Kain <njkain at gmail dot com>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without

View File

@ -1,6 +1,6 @@
/* nl.h - low level netlink protocol functions
*
* Copyright (c) 2011-2017 Nicholas J. Kain <njkain at gmail dot com>
* Copyright (c) 2011-2018 Nicholas J. Kain <njkain at gmail dot com>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without

View File

@ -1,6 +1,6 @@
/* options.c - DHCP options handling
*
* Copyright (c) 2004-2017 Nicholas J. Kain <njkain at gmail dot com>
* Copyright (c) 2004-2018 Nicholas J. Kain <njkain at gmail dot com>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without

View File

@ -1,6 +1,6 @@
/* options.h - DHCP options handling
*
* Copyright (c) 2004-2017 Nicholas J. Kain <njkain at gmail dot com>
* Copyright (c) 2004-2018 Nicholas J. Kain <njkain at gmail dot com>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without

View File

@ -1,6 +1,6 @@
/* rfkill.c - rfkill interface and handling
*
* Copyright (c) 2015-2017 Nicholas J. Kain <njkain at gmail dot com>
* Copyright (c) 2015-2018 Nicholas J. Kain <njkain at gmail dot com>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without

View File

@ -2,7 +2,7 @@
#define NDHC_RFKILL_H_
/* rfkill.h - rfkill interface and handling
*
* Copyright (c) 2015-2017 Nicholas J. Kain <njkain at gmail dot com>
* Copyright (c) 2015-2018 Nicholas J. Kain <njkain at gmail dot com>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without

View File

@ -1,6 +1,6 @@
/* sockd.c - privsep socket creation daemon
*
* Copyright (c) 2014-2017 Nicholas J. Kain <njkain at gmail dot com>
* Copyright (c) 2014-2018 Nicholas J. Kain <njkain at gmail dot com>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without

View File

@ -1,6 +1,6 @@
/* state.c - high level DHCP state machine
*
* Copyright (c) 2011-2017 Nicholas J. Kain <njkain at gmail dot com>
* Copyright (c) 2011-2018 Nicholas J. Kain <njkain at gmail dot com>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without

View File

@ -1,6 +1,6 @@
/* state.h - high level DHCP state machine
*
* Copyright (c) 2011-2017 Nicholas J. Kain <njkain at gmail dot com>
* Copyright (c) 2011-2018 Nicholas J. Kain <njkain at gmail dot com>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without

View File

@ -1,6 +1,6 @@
/* sys.c - linux-specific signal and epoll functions
*
* Copyright (c) 2010-2017 Nicholas J. Kain <njkain at gmail dot com>
* Copyright (c) 2010-2018 Nicholas J. Kain <njkain at gmail dot com>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without

View File

@ -1,6 +1,6 @@
/* sys.h - linux-specific signal and epoll functions
*
* Copyright (c) 2010-2017 Nicholas J. Kain <njkain at gmail dot com>
* Copyright (c) 2010-2018 Nicholas J. Kain <njkain at gmail dot com>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without