From b78984b2ac6950da675c04a7f40ab03e680d588f Mon Sep 17 00:00:00 2001 From: AnnaSnoeijs Date: Fri, 6 Jun 2025 21:31:59 +0200 Subject: [PATCH] Updated email --- connect4.c | 2 +- logic.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/connect4.c b/connect4.c index a43e347..86e89a7 100644 --- a/connect4.c +++ b/connect4.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/logic.c b/logic.c index 7c05cab..969e9c2 100644 --- a/logic.c +++ b/logic.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