diff --git a/ui_ncurses.c b/ui_ncurses.c index f49e89d..1d6459c 100644 --- a/ui_ncurses.c +++ b/ui_ncurses.c @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: GPL-2.0-only */ /* * AnnaConnect is a silly little text-based connect 4 game c: - * Copyright (C) 2025 Anna Snoeijs. anna@snoeijs.tech + * Copyright (C) 2025 Anna Snoeijs. anna.snoeijs@hotmail.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/ui_vt100.c b/ui_vt100.c index a23742f..d817730 100644 --- a/ui_vt100.c +++ b/ui_vt100.c @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: GPL-2.0-only */ /* * AnnaConnect is a silly little text-based connect 4 game c: - * Copyright (C) 2025 Anna Snoeijs. anna@snoeijs.tech + * Copyright (C) 2025 Anna Snoeijs. anna.snoeijs@hotmail.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by