This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository evisum.
View the commit online.
commit 99ef56314a6b050905a283251ca36116a2d205a1
Author: Alastair Poole <m...@alastairpoole.com>
AuthorDate: Tue Jul 16 23:42:13 2024 +0100
years: indicate we're back in business.
Add the current year to copyright.
---
COPYING | 2 +-
src/bin/main.c | 2 +-
src/bin/ui/ui_util.c | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/COPYING b/COPYING
index ae4e1fd..2fd969a 100644
--- a/COPYING
+++ b/COPYING
@@ -1,4 +1,4 @@
- Copyright (c) 2018-2021 Alastair Roy Poole <nets...@gmail.com>
+ Copyright (c) 2018-2021, 2024 Alastair Roy Poole <nets...@gmail.com>
Permission to use, copy, modify, and distribute this software for any
purpose with or without fee is hereby granted, provided that the above
diff --git a/src/bin/main.c b/src/bin/main.c
index 4778d4f..c12264e 100644
--- a/src/bin/main.c
+++ b/src/bin/main.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2018-2021. Alastair Roy Poole <nets...@gmail.com>
+ * Copyright 2018-2021, 2024. Alastair Roy Poole <nets...@gmail.com>
*
* See COPYING file for details.
*/
diff --git a/src/bin/ui/ui_util.c b/src/bin/ui/ui_util.c
index e469001..182bcb1 100644
--- a/src/bin/ui/ui_util.c
+++ b/src/bin/ui/ui_util.c
@@ -388,7 +388,7 @@ evisum_about_window_show(void *data)
"<font color=#ffffff>"
"<align=center>"
"<b>"
- "Copyright © 2019-2021 Alastair Poole <nets...@gmail.com><br>"
+ "Copyright © 2019-2021, 2024. Alastair Poole <nets...@gmail.com><br>"
"<br>"
"</b>"
"</>"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.