diff options
| author | Roy Marples <roy@marples.name> | 2020-01-03 13:10:48 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2020-01-03 13:11:31 +0000 |
| commit | 1be93cd89121a59b71aa4f64550a0af181cdd740 (patch) | |
| tree | b90e287e7efd45a2ea5281bb85ea9f7105a3ecb3 /src/dhcpcd.c | |
| parent | 04a069786736632bb39a0f39be8539eb3c3e81a9 (diff) | |
| download | dhcpcd-1be93cd89121a59b71aa4f64550a0af181cdd740.tar.xz | |
Welcome to 2020!
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 6a3b86f5..9ec35ec1 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-2019 Roy Marples <roy@marples.name> + * Copyright (c) 2006-2020 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. */ -const char dhcpcd_copyright[] = "Copyright (c) 2006-2019 Roy Marples"; +const char dhcpcd_copyright[] = "Copyright (c) 2006-2020 Roy Marples"; #include <sys/file.h> #include <sys/socket.h> |
