From b8fb18f737db1f847c7f136e147eccbfe863bcf5 Mon Sep 17 00:00:00 2001 From: David Leal Date: Wed, 2 Aug 2023 00:29:56 +0000 Subject: [PATCH] Update copyright notices to 2023 --- README.md | 2 +- src/TicTacToe.cpp | 2 +- src/TicTacToe.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 462f298..56aac19 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Next, compile the source code and ensure everything runs and works fine. If you' ## License -Copyright (C) 2020-2022 David Leal (halfpacho@gmail.com)\ +Copyright (C) 2020-2023 David Leal (halfpacho@gmail.com)\ This program is licensed under the [GNU GPLv3.0](http://www.gnu.org/licenses/gpl-3.0.html) license. See [`LICENSE.md`](https://github.com/Panquesito7/tic-tac-toe/blob/main/LICENSE.md) for more information. diff --git a/src/TicTacToe.cpp b/src/TicTacToe.cpp index e08b309..84cbbe9 100644 --- a/src/TicTacToe.cpp +++ b/src/TicTacToe.cpp @@ -1,6 +1,6 @@ /** * Tic Tac Toe game, implemented in C++/CLI/CLR using Windows forms. - * Copyright (C) 2020-2021 David Leal (halfpacho@gmail.com) + * Copyright (C) 2020-2023 David Leal (halfpacho@gmail.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/src/TicTacToe.h b/src/TicTacToe.h index 37ab5d9..18ec7d8 100644 --- a/src/TicTacToe.h +++ b/src/TicTacToe.h @@ -1,6 +1,6 @@ /** * Tic Tac Toe game, implemented in C++/CLI/CLR using Windows forms. - * Copyright (C) 2020-2022 David Leal (halfpacho@gmail.com) + * Copyright (C) 2020-2023 David Leal (halfpacho@gmail.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