diff options
Diffstat (limited to 'src/snake-sdl.c')
-rw-r--r-- | src/snake-sdl.c | 4 |
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 | |