From 46af41dafc6a6dd0d63f8181e50b1e88f11f4603 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Thu, 13 Feb 2020 00:40:08 +0000 Subject: [PATCH] tool_home: Fix the copyright year being out of date Follow up to 9dc350b6. --- lib/getenv.c | 2 +- src/tool_homedir.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/getenv.c b/lib/getenv.c index a50226e738..9385b8f677 100644 --- a/lib/getenv.c +++ b/lib/getenv.c @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2019, Daniel Stenberg, , et al. + * Copyright (C) 1998 - 2020, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms diff --git a/src/tool_homedir.c b/src/tool_homedir.c index e4ea97d384..719ff6a55f 100644 --- a/src/tool_homedir.c +++ b/src/tool_homedir.c @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2019, Daniel Stenberg, , et al. + * Copyright (C) 1998 - 2020, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms -- 2.47.3