From e47d63b430406f5340d87e74f807fc00a88709eb Mon Sep 17 00:00:00 2001 From: AnnaSnoeijs Date: Fri, 6 Jun 2025 21:31:59 +0200 Subject: [PATCH] Updated email --- ui_ncurses.c | 2 +- ui_vt100.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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