Update copyright dates to 2017.

This commit is contained in:
Nicholas J. Kain 2017-01-12 06:30:44 -05:00
parent 29498f5341
commit b8ee0bd5c2
32 changed files with 34 additions and 34 deletions

View File

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

View File

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

View File

@ -1,6 +1,6 @@
/* dhcp.h - general DHCP protocol handling /* dhcp.h - general DHCP protocol handling
* *
* Copyright (c) 2004-2015 Nicholas J. Kain <njkain at gmail dot com> * Copyright (c) 2004-2017 Nicholas J. Kain <njkain at gmail dot com>
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * 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 /* duiaid.c - DUID/IAID storage and generation for clientids
* *
* Copyright (c) 2014-2015 Nicholas J. Kain <njkain at gmail dot com> * Copyright (c) 2014-2017 Nicholas J. Kain <njkain at gmail dot com>
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * 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 /* duiaid.h - DUID/IAID storage and generation for clientids
* *
* Copyright (c) 2014-2015 Nicholas J. Kain <njkain at gmail dot com> * Copyright (c) 2014-2017 Nicholas J. Kain <njkain at gmail dot com>
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * 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 /* ifchange.c - functions to call the interface change daemon
* *
* Copyright (c) 2004-2015 Nicholas J. Kain <njkain at gmail dot com> * Copyright (c) 2004-2017 Nicholas J. Kain <njkain at gmail dot com>
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * 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 /* ifchange.h - functions to call the interface change daemon
* *
* Copyright (c) 2004-2015 Nicholas J. Kain <njkain at gmail dot com> * Copyright (c) 2004-2017 Nicholas J. Kain <njkain at gmail dot com>
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

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

View File

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

View File

@ -1,6 +1,6 @@
/* ifchd.c - interface change daemon /* ifchd.c - interface change daemon
* *
* Copyright (c) 2004-2015 Nicholas J. Kain <njkain at gmail dot com> * Copyright (c) 2004-2017 Nicholas J. Kain <njkain at gmail dot com>
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * 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 /* ifset.c - Linux-specific net interface settings include
* *
* Copyright (c) 2004-2015 Nicholas J. Kain <njkain at gmail dot com> * Copyright (c) 2004-2017 Nicholas J. Kain <njkain at gmail dot com>
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * 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 /* ifset.h - Linux-specific net interface settings include
* *
* Copyright (c) 2004-2015 Nicholas J. Kain <njkain at gmail dot com> * Copyright (c) 2004-2017 Nicholas J. Kain <njkain at gmail dot com>
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * 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 /* leasefile.c - functions for writing the lease file
* *
* Copyright (c) 2011-2015 Nicholas J. Kain <njkain at gmail dot com> * Copyright (c) 2011-2017 Nicholas J. Kain <njkain at gmail dot com>
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * 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 /* leasefile.h - functions for writing the lease file
* *
* Copyright (c) 2011-2015 Nicholas J. Kain <njkain at gmail dot com> * Copyright (c) 2011-2017 Nicholas J. Kain <njkain at gmail dot com>
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
/* seccomp.h - seccomp syscall filters for ndhc /* seccomp.h - seccomp syscall filters for ndhc
* *
* Copyright (c) 2012-2015 Nicholas J. Kain <njkain at gmail dot com> * Copyright (c) 2012-2017 Nicholas J. Kain <njkain at gmail dot com>
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@ -1,6 +1,6 @@
/* seccomp.h - seccomp syscall filters for ndhc /* seccomp.h - seccomp syscall filters for ndhc
* *
* Copyright (c) 2012-2015 Nicholas J. Kain <njkain at gmail dot com> * Copyright (c) 2012-2017 Nicholas J. Kain <njkain at gmail dot com>
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

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

View File

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

View File

@ -1,6 +1,6 @@
/* state.h - high level DHCP state machine /* state.h - high level DHCP state machine
* *
* Copyright (c) 2011-2015 Nicholas J. Kain <njkain at gmail dot com> * Copyright (c) 2011-2017 Nicholas J. Kain <njkain at gmail dot com>
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * 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 /* sys.c - linux-specific signal and epoll functions
* *
* Copyright (c) 2010-2015 Nicholas J. Kain <njkain at gmail dot com> * Copyright (c) 2010-2017 Nicholas J. Kain <njkain at gmail dot com>
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * 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 /* sys.h - linux-specific signal and epoll functions
* *
* Copyright (c) 2010-2015 Nicholas J. Kain <njkain at gmail dot com> * Copyright (c) 2010-2017 Nicholas J. Kain <njkain at gmail dot com>
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without