diff options
Diffstat (limited to 'src/dhcpcd.c')
| -rw-r--r-- | src/dhcpcd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dhcpcd.c b/src/dhcpcd.c index bd5a58d0..8b0e5e63 100644 --- a/src/dhcpcd.c +++ b/src/dhcpcd.c @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* * dhcpcd - DHCP client daemon - * Copyright (c) 2006-2020 Roy Marples <roy@marples.name> + * Copyright (c) 2006-2021 Roy Marples <roy@marples.name> * All rights reserved * Redistribution and use in source and binary forms, with or without @@ -26,7 +26,7 @@ * SUCH DAMAGE. */ -static const char dhcpcd_copyright[] = "Copyright (c) 2006-2020 Roy Marples"; +static const char dhcpcd_copyright[] = "Copyright (c) 2006-2021 Roy Marples"; #include <sys/file.h> #include <sys/ioctl.h> |
