From 22a1fd45694a17f735c3eab5a677ed80b824a5b4 Mon Sep 17 00:00:00 2001 From: yzrh Date: Fri, 1 Jan 2021 21:26:20 +0000 Subject: The year is 2021. --- src/Makefile | 4 +++- src/collision.c | 2 +- src/extern.h | 2 +- src/game.c | 2 +- src/game.h | 2 +- src/gpio.c | 2 +- src/gpio.h | 2 +- src/input.c | 2 +- src/input.h | 2 +- src/renderer.c | 2 +- src/renderer.h | 2 +- src/screen.h | 2 +- src/snake-sdl.c | 4 ++-- src/version.h | 2 +- 14 files changed, 17 insertions(+), 15 deletions(-) diff --git a/src/Makefile b/src/Makefile index f867d21..c176657 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,6 +1,8 @@ -# Copyright (c) 2019-2020, yzrh +# +# Copyright (c) 2019-2021, yzrh # # SPDX-License-Identifier: Apache-2.0 +# src = snake-sdl.c collision.c game.c input.c renderer.c inc = extern.h game.h input.h renderer.h screen.h version.h diff --git a/src/collision.c b/src/collision.c index 5810c84..66f710a 100644 --- a/src/collision.c +++ b/src/collision.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2020, yzrh + * Copyright (c) 2019-2021, yzrh * * SPDX-License-Identifier: Apache-2.0 */ diff --git a/src/extern.h b/src/extern.h index 482b9ed..4bdb1b9 100644 --- a/src/extern.h +++ b/src/extern.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2020, yzrh + * Copyright (c) 2019-2021, yzrh * * SPDX-License-Identifier: Apache-2.0 */ diff --git a/src/game.c b/src/game.c index 1a836d0..e6a5c33 100644 --- a/src/game.c +++ b/src/game.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2020, yzrh + * Copyright (c) 2019-2021, yzrh * * SPDX-License-Identifier: Apache-2.0 */ diff --git a/src/game.h b/src/game.h index a510c6c..b8439dc 100644 --- a/src/game.h +++ b/src/game.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2020, yzrh + * Copyright (c) 2019-2021, yzrh * * SPDX-License-Identifier: Apache-2.0 */ diff --git a/src/gpio.c b/src/gpio.c index 9d4cde1..2860f37 100644 --- a/src/gpio.c +++ b/src/gpio.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2020, yzrh + * Copyright (c) 2019-2021, yzrh * * SPDX-License-Identifier: Apache-2.0 */ diff --git a/src/gpio.h b/src/gpio.h index 0b6b75d..cf02859 100644 --- a/src/gpio.h +++ b/src/gpio.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2020, yzrh + * Copyright (c) 2019-2021, yzrh * * SPDX-License-Identifier: Apache-2.0 */ diff --git a/src/input.c b/src/input.c index 46ba24a..8bb4048 100644 --- a/src/input.c +++ b/src/input.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2020, yzrh + * Copyright (c) 2019-2021, yzrh * * SPDX-License-Identifier: Apache-2.0 */ diff --git a/src/input.h b/src/input.h index 0446474..c72532d 100644 --- a/src/input.h +++ b/src/input.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2020, yzrh + * Copyright (c) 2019-2021, yzrh * * SPDX-License-Identifier: Apache-2.0 */ diff --git a/src/renderer.c b/src/renderer.c index c742e18..16948cb 100644 --- a/src/renderer.c +++ b/src/renderer.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2020, yzrh + * Copyright (c) 2019-2021, yzrh * * SPDX-License-Identifier: Apache-2.0 */ diff --git a/src/renderer.h b/src/renderer.h index b6de4d8..7e75cff 100644 --- a/src/renderer.h +++ b/src/renderer.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2020, yzrh + * Copyright (c) 2019-2021, yzrh * * SPDX-License-Identifier: Apache-2.0 */ diff --git a/src/screen.h b/src/screen.h index 158cdaa..6783630 100644 --- a/src/screen.h +++ b/src/screen.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2020, yzrh + * Copyright (c) 2019-2021, yzrh * * SPDX-License-Identifier: Apache-2.0 */ diff --git a/src/snake-sdl.c b/src/snake-sdl.c index 48b8fc8..8ec1aa7 100644 --- a/src/snake-sdl.c +++ b/src/snake-sdl.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2020, yzrh + * Copyright (c) 2019-2021, yzrh * * SPDX-License-Identifier: Apache-2.0 */ @@ -941,7 +941,7 @@ int main(void) { printf("Snake " VERSION "." RELEASE "." PATCH EXTRA "\n" - "Copyright (c) 2019-2020, yzrh \n"); + "Copyright (c) 2019-2021, yzrh \n"); if (SDL_Init(SDL_INIT_VIDEO | SDL_INIT_AUDIO | diff --git a/src/version.h b/src/version.h index 874129a..78edaf2 100644 --- a/src/version.h +++ b/src/version.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2020, yzrh + * Copyright (c) 2019-2021, yzrh * * SPDX-License-Identifier: Apache-2.0 */ -- cgit v1.2.3