diff options
| author | Roy Marples <roy@marples.name> | 2021-01-31 10:33:21 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2021-01-31 10:33:21 +0000 |
| commit | f3d2ff551bb9b2919094ba6526dcebe217824f5c (patch) | |
| tree | 0539c16678c84054303a8163dcf86e32a2df09bd /src/dhcpcd.c | |
| parent | d670866ce008c21cbf6d5b20c4d4af6460ec35d2 (diff) | |
| download | dhcpcd-f3d2ff551bb9b2919094ba6526dcebe217824f5c.tar.xz | |
A belated welcome to 2021
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> |
