| tupdate copyright - vaccinewars - be a doctor and try to vaccinate the world | |
| git clone git://src.adamsgaard.dk/vaccinewars | |
| Log | |
| Files | |
| Refs | |
| README | |
| LICENSE | |
| --- | |
| commit 1bd1f5840fbcc2f4a9ee97f6d7ee06ca46cce80b | |
| parent 4111d4c3240f60c003d6a464ce178f47e505a2c2 | |
| Author: Anders Damsgaard <[email protected]> | |
| Date: Sun, 6 Feb 2022 07:51:47 +0100 | |
| update copyright | |
| Diffstat: | |
| M src/curses_client/curses_client.c | 2 +- | |
| 1 file changed, 1 insertion(+), 1 deletion(-) | |
| --- | |
| diff --git a/src/curses_client/curses_client.c b/src/curses_client/curses_clien… | |
| t@@ -348,7 +348,7 @@ void display_intro(void) | |
| "possible (and stay alive)!")); | |
| mvaddcentstr(8, _("You have one month of game time to make your fortune and … | |
| - g_string_printf(text, _("Version %-8s Copyright (C) 2001 Anders Damsgaard af… | |
| + g_string_printf(text, _("Version %-8s Copyright (C) 2022 Anders Damsgaard, (… | |
| "[email protected]"), VERSION); | |
| mvaddcentstr(10, text->str); | |
| g_string_assign(text, _("vaccinewars is released under the GNU " |