From e5992364ccb4b975f6355f7efc36b0f4168a6ece Mon Sep 17 00:00:00 2001 From: Ulysse Cura Date: Sun, 12 Apr 2026 16:42:54 +0200 Subject: [PATCH] Updated copyrights --- README.md | 2 +- core/README.md | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) delete mode 100644 core/README.md diff --git a/README.md b/README.md index 2de9d8b..f22b014 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,4 @@ A multi-platform 2D_Engine made in C. ## Licences - This program is open-source : you can redistribute and/or modify it under the term of the **GNU GPLv3**. - Copyright (C) 2025 Ulysse Cura. See [LICENSE](LICENSE) or [gnu.org/licenses/gpl-3.0.html](https://www.gnu.org/licenses/gpl-3.0.html). + Copyright (C) 2025 - 2026 Ulysse Cura. See [LICENSE](LICENSE) or [gnu.org/licenses/gpl-3.0.html](https://www.gnu.org/licenses/gpl-3.0.html). diff --git a/core/README.md b/core/README.md deleted file mode 100644 index 376e1dd..0000000 --- a/core/README.md +++ /dev/null @@ -1,9 +0,0 @@ -[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) -# 2D_Engine_C SDL2 Core - -## Description -The core made on SDL2 for the multi-platform 2D_Engine_C. - -## Licences -- This program is open-source : you can redistribute and/or modify it under the term of the **GNU GPLv3**. - Copyright (C) 2025 Ulysse Cura. See [LICENSE](LICENSE) or [gnu.org/licenses/gpl-3.0.html](https://www.gnu.org/licenses/gpl-3.0.html).