netstar pushed a commit to branch master. http://git.enlightenment.org/apps/evisum.git/commit/?id=3dbb4458aac46775f91622e744f3f5fe9b247c51
commit 3dbb4458aac46775f91622e744f3f5fe9b247c51 Author: Alastair Poole <nets...@gmail.com> Date: Sat Jan 23 22:38:23 2021 +0000 DATE: Bump up the year. When I was a kid, it frustrated me projects were updating their versions but not the year. IDK, maybe it will unfrustrate someone? --- 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 22beaa4..ae4e1fd 100644 --- a/COPYING +++ b/COPYING @@ -1,4 +1,4 @@ - Copyright (c) 2018-2020 Alastair Roy Poole <nets...@gmail.com> + Copyright (c) 2018-2021 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 df049ba..5e1273a 100644 --- a/src/bin/main.c +++ b/src/bin/main.c @@ -1,5 +1,5 @@ /* - * Copyright 2018-2019. Alastair Roy Poole <nets...@gmail.com> + * Copyright 2018-2021. 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 787cf0a..8eb0823 100644 --- a/src/bin/ui/ui_util.c +++ b/src/bin/ui/ui_util.c @@ -406,7 +406,7 @@ evisum_about_window_show(void *data) "<font color=#ffffff>" "<align=center>" "<b>" - "Copyright © 2019-2020 Alastair Poole <nets...@gmail.com><br>" + "Copyright © 2019-2021 Alastair Poole <nets...@gmail.com><br>" "<br>" "</b>" "</>" --