From 20d2291a88e9e83739e7f0afaffa4ffbfe4523a8 Mon Sep 17 00:00:00 2001 From: Guido Diego Quispe Robles Date: Sun, 28 May 2023 16:46:32 -0300 Subject: [PATCH] Update Tyra copyright --- tutorials/10-sprite-sheet/inc/fontSprite.hpp | 3 ++- tutorials/10-sprite-sheet/inc/tutorial_10.hpp | 3 ++- tutorials/10-sprite-sheet/src/fontSprite.cpp | 11 +++++++++++ tutorials/10-sprite-sheet/src/main.cpp | 3 ++- tutorials/10-sprite-sheet/src/tutorial_10.cpp | 3 ++- 5 files changed, 19 insertions(+), 4 deletions(-) diff --git a/tutorials/10-sprite-sheet/inc/fontSprite.hpp b/tutorials/10-sprite-sheet/inc/fontSprite.hpp index 3d089e3..9ae1d3c 100644 --- a/tutorials/10-sprite-sheet/inc/fontSprite.hpp +++ b/tutorials/10-sprite-sheet/inc/fontSprite.hpp @@ -3,8 +3,9 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2022, tyra - https://github.com/h4570/tyra +# Copyright 2022-2023, tyra - https://github.com/h4570/tyra # Licensed under Apache License 2.0 +# Guido Diego Quispe Robles # Sandro Sobczyński */ diff --git a/tutorials/10-sprite-sheet/inc/tutorial_10.hpp b/tutorials/10-sprite-sheet/inc/tutorial_10.hpp index f0e0779..56f16c9 100644 --- a/tutorials/10-sprite-sheet/inc/tutorial_10.hpp +++ b/tutorials/10-sprite-sheet/inc/tutorial_10.hpp @@ -3,8 +3,9 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2022, tyra - https://github.com/h4570/tyra +# Copyright 2022-2023, tyra - https://github.com/h4570/tyra # Licensed under Apache License 2.0 +# Guido Diego Quispe Robles # Sandro Sobczyński */ diff --git a/tutorials/10-sprite-sheet/src/fontSprite.cpp b/tutorials/10-sprite-sheet/src/fontSprite.cpp index 38f842e..254d41d 100644 --- a/tutorials/10-sprite-sheet/src/fontSprite.cpp +++ b/tutorials/10-sprite-sheet/src/fontSprite.cpp @@ -1,3 +1,14 @@ +/* +# _____ ____ ___ +# | \/ ____| |___| +# | | | \ | | +#----------------------------------------------------------------------- +# Copyright 2022-2023, tyra - https://github.com/h4570/tyra +# Licensed under Apache License 2.0 +# Guido Diego Quispe Robles +# Sandro Sobczyński +*/ + #include "fontSprite.hpp" namespace Tyra{ diff --git a/tutorials/10-sprite-sheet/src/main.cpp b/tutorials/10-sprite-sheet/src/main.cpp index 21559e1..18d8d5c 100644 --- a/tutorials/10-sprite-sheet/src/main.cpp +++ b/tutorials/10-sprite-sheet/src/main.cpp @@ -3,8 +3,9 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2022, tyra - https://github.com/h4570/tyra +# Copyright 2022-2023, tyra - https://github.com/h4570/tyra # Licensed under Apache License 2.0 +# Guido Diego Quispe Robles # Sandro Sobczyński */ diff --git a/tutorials/10-sprite-sheet/src/tutorial_10.cpp b/tutorials/10-sprite-sheet/src/tutorial_10.cpp index 9733a34..7aa61aa 100644 --- a/tutorials/10-sprite-sheet/src/tutorial_10.cpp +++ b/tutorials/10-sprite-sheet/src/tutorial_10.cpp @@ -3,8 +3,9 @@ # | \/ ____| |___| # | | | \ | | #----------------------------------------------------------------------- -# Copyright 2022, tyra - https://github.com/h4570/tyra +# Copyright 2022-2023, tyra - https://github.com/h4570/tyra # Licensed under Apache License 2.0 +# Guido Diego Quispe Robles # Sandro Sobczyński */