Browse Source

Update year to 2022

main
raysan5 3 years ago
parent
commit
2402a96071
  1. 2
      LICENSE
  2. 2
      README.md
  3. 2
      src/Makefile
  4. 2
      src/Makefile.Android
  5. 2
      src/screen_ending.c
  6. 2
      src/screen_gameplay.c
  7. 2
      src/screen_logo.c
  8. 2
      src/screen_options.c
  9. 2
      src/screen_title.c
  10. 2
      src/screens.h

2
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 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. will the authors be held liable for any damages arising from the use of this software.

2
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. 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))_
----------------------------------- -----------------------------------

2
src/Makefile

@ -2,7 +2,7 @@
# #
# raylib makefile for Desktop platforms, Raspberry Pi, Android and HTML5 # 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 # 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. # will the authors be held liable for any damages arising from the use of this software.

2
src/Makefile.Android

@ -2,7 +2,7 @@
# #
# raylib makefile for Android project (APK building) # 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 # 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. # will the authors be held liable for any damages arising from the use of this software.

2
src/screen_ending.c

@ -4,7 +4,7 @@
* *
* Ending Screen Functions Definitions (Init, Update, Draw, Unload) * 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 * 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. * will the authors be held liable for any damages arising from the use of this software.

2
src/screen_gameplay.c

@ -4,7 +4,7 @@
* *
* Gameplay Screen Functions Definitions (Init, Update, Draw, Unload) * 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 * 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. * will the authors be held liable for any damages arising from the use of this software.

2
src/screen_logo.c

@ -4,7 +4,7 @@
* *
* Logo Screen Functions Definitions (Init, Update, Draw, Unload) * 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 * 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. * will the authors be held liable for any damages arising from the use of this software.

2
src/screen_options.c

@ -4,7 +4,7 @@
* *
* Options Screen Functions Definitions (Init, Update, Draw, Unload) * 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 * 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. * will the authors be held liable for any damages arising from the use of this software.

2
src/screen_title.c

@ -4,7 +4,7 @@
* *
* Title Screen Functions Definitions (Init, Update, Draw, Unload) * 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 * 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. * will the authors be held liable for any damages arising from the use of this software.

2
src/screens.h

@ -4,7 +4,7 @@
* *
* Screens Functions Declarations (Init, Update, Draw, Unload) * 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 * 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. * will the authors be held liable for any damages arising from the use of this software.

Loading…
Cancel
Save