aboutsummaryrefslogtreecommitdiffstats
path: root/src/snake-sdl.c
diff options
context:
space:
mode:
authoryzrh <yzrh@noema.org>2022-12-19 23:18:43 +0000
committeryzrh <yzrh@noema.org>2022-12-19 23:18:43 +0000
commit471a8b42d262ec1cc1324e357af178ded2e04555 (patch)
treeecce7bac77700eb19ae20689c98f0f2f6787102c /src/snake-sdl.c
parent89cdfb6f237c2472999a3647dab3664c4e51472e (diff)
downloadsnake-sdl-471a8b42d262ec1cc1324e357af178ded2e04555.tar.gz
snake-sdl-471a8b42d262ec1cc1324e357af178ded2e04555.tar.zst
Update Makefile
Signed-off-by: yzrh <yzrh@noema.org>
Diffstat (limited to 'src/snake-sdl.c')
-rw-r--r--src/snake-sdl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/snake-sdl.c b/src/snake-sdl.c
index 28268e0..47cf07e 100644
--- a/src/snake-sdl.c
+++ b/src/snake-sdl.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2019-2021, yzrh <yzrh@noema.org>
+ * Copyright (c) 2019-2022, yzrh <yzrh@noema.org>
*
* SPDX-License-Identifier: Apache-2.0
*/
@@ -941,7 +941,7 @@ int
main(void)
{
printf("Snake " VERSION "." RELEASE "." PATCH EXTRA "\n"
- "Copyright (c) 2019-2021, yzrh <yzrh@noema.org>\n");
+ "Copyright (c) 2019-2022, yzrh <yzrh@noema.org>\n");
if (SDL_Init(SDL_INIT_VIDEO |
SDL_INIT_AUDIO |