From 2402a96071df117b7d778f5b156c076595ea76d0 Mon Sep 17 00:00:00 2001 From: raysan5 Date: Fri, 31 Dec 2021 20:06:00 +0100 Subject: [PATCH] Update year to 2022 --- LICENSE | 2 +- README.md | 2 +- src/Makefile | 2 +- src/Makefile.Android | 2 +- src/screen_ending.c | 2 +- src/screen_gameplay.c | 2 +- src/screen_logo.c | 2 +- src/screen_options.c | 2 +- src/screen_title.c | 2 +- src/screens.h | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/LICENSE b/LICENSE index 5e5b0ba..e6803d2 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2021 Ramon Santamaria (@raysan5) +Copyright (c) 2021-2022 Ramon Santamaria (@raysan5) This software is provided "as-is", without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/README.md b/README.md index 7f21022..b3d5779 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ All the sections defined by `$(Data to Fill)` are expected to be edited and fill This template has been created to be used with raylib (www.raylib.com) and it's licensed under an unmodified zlib/libpng license. -_Copyright (c) 2014-2021 Ramon Santamaria ([@raysan5](https://twitter.com/raysan5))_ +_Copyright (c) 2014-2022 Ramon Santamaria ([@raysan5](https://twitter.com/raysan5))_ ----------------------------------- diff --git a/src/Makefile b/src/Makefile index b005921..2cc3bbe 100644 --- a/src/Makefile +++ b/src/Makefile @@ -2,7 +2,7 @@ # # raylib makefile for Desktop platforms, Raspberry Pi, Android and HTML5 # -# Copyright (c) 2013-2021 Ramon Santamaria (@raysan5) +# Copyright (c) 2013-2022 Ramon Santamaria (@raysan5) # # This software is provided "as-is", without any express or implied warranty. In no event # will the authors be held liable for any damages arising from the use of this software. diff --git a/src/Makefile.Android b/src/Makefile.Android index d5bc2be..ffbd4bb 100644 --- a/src/Makefile.Android +++ b/src/Makefile.Android @@ -2,7 +2,7 @@ # # raylib makefile for Android project (APK building) # -# Copyright (c) 2017-2021 Ramon Santamaria (@raysan5) +# Copyright (c) 2017-2022 Ramon Santamaria (@raysan5) # # This software is provided "as-is", without any express or implied warranty. In no event # will the authors be held liable for any damages arising from the use of this software. diff --git a/src/screen_ending.c b/src/screen_ending.c index 725ce2b..4b76c0e 100644 --- a/src/screen_ending.c +++ b/src/screen_ending.c @@ -4,7 +4,7 @@ * * Ending Screen Functions Definitions (Init, Update, Draw, Unload) * -* Copyright (c) 2014-2021 Ramon Santamaria (@raysan5) +* Copyright (c) 2014-2022 Ramon Santamaria (@raysan5) * * This software is provided "as-is", without any express or implied warranty. In no event * will the authors be held liable for any damages arising from the use of this software. diff --git a/src/screen_gameplay.c b/src/screen_gameplay.c index a82629c..f67e3ef 100644 --- a/src/screen_gameplay.c +++ b/src/screen_gameplay.c @@ -4,7 +4,7 @@ * * Gameplay Screen Functions Definitions (Init, Update, Draw, Unload) * -* Copyright (c) 2014-2021 Ramon Santamaria (@raysan5) +* Copyright (c) 2014-2022 Ramon Santamaria (@raysan5) * * This software is provided "as-is", without any express or implied warranty. In no event * will the authors be held liable for any damages arising from the use of this software. diff --git a/src/screen_logo.c b/src/screen_logo.c index 848a7fe..645744b 100644 --- a/src/screen_logo.c +++ b/src/screen_logo.c @@ -4,7 +4,7 @@ * * Logo Screen Functions Definitions (Init, Update, Draw, Unload) * -* Copyright (c) 2014-2021 Ramon Santamaria (@raysan5) +* Copyright (c) 2014-2022 Ramon Santamaria (@raysan5) * * This software is provided "as-is", without any express or implied warranty. In no event * will the authors be held liable for any damages arising from the use of this software. diff --git a/src/screen_options.c b/src/screen_options.c index 791ed97..a89a377 100644 --- a/src/screen_options.c +++ b/src/screen_options.c @@ -4,7 +4,7 @@ * * Options Screen Functions Definitions (Init, Update, Draw, Unload) * -* Copyright (c) 2014-2021 Ramon Santamaria (@raysan5) +* Copyright (c) 2014-2022 Ramon Santamaria (@raysan5) * * This software is provided "as-is", without any express or implied warranty. In no event * will the authors be held liable for any damages arising from the use of this software. diff --git a/src/screen_title.c b/src/screen_title.c index 1b2ec3e..4bfc015 100644 --- a/src/screen_title.c +++ b/src/screen_title.c @@ -4,7 +4,7 @@ * * Title Screen Functions Definitions (Init, Update, Draw, Unload) * -* Copyright (c) 2014-2021 Ramon Santamaria (@raysan5) +* Copyright (c) 2014-2022 Ramon Santamaria (@raysan5) * * This software is provided "as-is", without any express or implied warranty. In no event * will the authors be held liable for any damages arising from the use of this software. diff --git a/src/screens.h b/src/screens.h index 01d38a0..0fa44e8 100644 --- a/src/screens.h +++ b/src/screens.h @@ -4,7 +4,7 @@ * * Screens Functions Declarations (Init, Update, Draw, Unload) * -* Copyright (c) 2014-2021 Ramon Santamaria (@raysan5) +* Copyright (c) 2014-2022 Ramon Santamaria (@raysan5) * * This software is provided "as-is", without any express or implied warranty. In no event * will the authors be held liable for any damages arising from the use of this software.