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