changeset 129:82f1ebbb41c6

Update copyright dates in preparation for a 2021 release.
author Brian Smith <brian@dbsoft.org>
date Mon, 14 Dec 2020 17:50:09 -0600
parents 611aa309f033
children eab2a1950daf
files install/scripts/license.txt src/handyftp.c
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/install/scripts/license.txt	Sun Dec 13 07:16:06 2020 -0600
+++ b/install/scripts/license.txt	Mon Dec 14 17:50:09 2020 -0600
@@ -1,6 +1,6 @@
 Copyright Information About HandyFTP.
 
-Copyright (C) 1999-2015 Brian Smith <brian@dbsoft.org>
+Copyright (C) 1999-2021 Brian Smith <brian@dbsoft.org>
 
 By using this product you accept that the authors hold no responsibility for damage from use of this product.
 
--- a/src/handyftp.c	Sun Dec 13 07:16:06 2020 -0600
+++ b/src/handyftp.c	Mon Dec 14 17:50:09 2020 -0600
@@ -2181,7 +2181,7 @@
 	dw_box_pack_start(buttonbox, logo, 337, 131, FALSE, FALSE, 2);
 	dw_box_pack_start(buttonbox, 0, 50, 30, TRUE, FALSE, 0);
 
-	stext = dw_text_new("HandyFTP © 2000-2020 Brian Smith", 0);
+	stext = dw_text_new("HandyFTP © 1999-2021 Brian Smith", 0);
 	dw_window_set_style(stext, DW_DT_CENTER | DW_DT_VCENTER, DW_DT_CENTER | DW_DT_VCENTER);
 	dw_box_pack_start(mainbox, stext, 10, 20, TRUE, TRUE, 0);