diff --git a/.liccor.yml b/.liccor.yml index 44290f7..6a55c77 100644 --- a/.liccor.yml +++ b/.liccor.yml @@ -2,4 +2,4 @@ source: - src copyright_notice: |- - Copyright 2023 Gary Talent (gary@drinkingtea.net). All rights reserved. + Copyright 2023 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. diff --git a/src/jasper/modules/core/include/jasper/core/animpage.hpp b/src/jasper/modules/core/include/jasper/core/animpage.hpp index 7107c39..8384528 100644 --- a/src/jasper/modules/core/include/jasper/core/animpage.hpp +++ b/src/jasper/modules/core/include/jasper/core/animpage.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2023 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/jasper/modules/core/include/jasper/core/bootfile.hpp b/src/jasper/modules/core/include/jasper/core/bootfile.hpp index 8df285c..01bb003 100644 --- a/src/jasper/modules/core/include/jasper/core/bootfile.hpp +++ b/src/jasper/modules/core/include/jasper/core/bootfile.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2023 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/jasper/modules/core/include/jasper/core/keelmodule.hpp b/src/jasper/modules/core/include/jasper/core/keelmodule.hpp index d04c96e..910495b 100644 --- a/src/jasper/modules/core/include/jasper/core/keelmodule.hpp +++ b/src/jasper/modules/core/include/jasper/core/keelmodule.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2023 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/jasper/modules/core/src/keel/keelmodule.cpp b/src/jasper/modules/core/src/keel/keelmodule.cpp index 75a7dbd..0ddfc86 100644 --- a/src/jasper/modules/core/src/keel/keelmodule.cpp +++ b/src/jasper/modules/core/src/keel/keelmodule.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2023 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/jasper/modules/keelmodules.cpp b/src/jasper/modules/keelmodules.cpp index 8ac011e..1804d9d 100644 --- a/src/jasper/modules/keelmodules.cpp +++ b/src/jasper/modules/keelmodules.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2023 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/jasper/modules/studiomodules.cpp b/src/jasper/modules/studiomodules.cpp index e81edea..a1fa509 100644 --- a/src/jasper/modules/studiomodules.cpp +++ b/src/jasper/modules/studiomodules.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2023 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/jasper/modules/world/include/jasper/world/consts.hpp b/src/jasper/modules/world/include/jasper/world/consts.hpp index a3a4e7e..795794c 100644 --- a/src/jasper/modules/world/include/jasper/world/consts.hpp +++ b/src/jasper/modules/world/include/jasper/world/consts.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2023 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/jasper/modules/world/include/jasper/world/keelmodule.hpp b/src/jasper/modules/world/include/jasper/world/keelmodule.hpp index 9a0303c..ff92064 100644 --- a/src/jasper/modules/world/include/jasper/world/keelmodule.hpp +++ b/src/jasper/modules/world/include/jasper/world/keelmodule.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2023 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/jasper/modules/world/include/jasper/world/prefab.hpp b/src/jasper/modules/world/include/jasper/world/prefab.hpp index 2f57f1e..e2714bf 100644 --- a/src/jasper/modules/world/include/jasper/world/prefab.hpp +++ b/src/jasper/modules/world/include/jasper/world/prefab.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2023 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/jasper/modules/world/include/jasper/world/studiomodule.hpp b/src/jasper/modules/world/include/jasper/world/studiomodule.hpp index 525f80e..f158543 100644 --- a/src/jasper/modules/world/include/jasper/world/studiomodule.hpp +++ b/src/jasper/modules/world/include/jasper/world/studiomodule.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2023 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/jasper/modules/world/include/jasper/world/world.hpp b/src/jasper/modules/world/include/jasper/world/world.hpp index 2fd015d..4e5a9b1 100644 --- a/src/jasper/modules/world/include/jasper/world/world.hpp +++ b/src/jasper/modules/world/include/jasper/world/world.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2023 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/jasper/modules/world/include/jasper/world/worldobjectset.hpp b/src/jasper/modules/world/include/jasper/world/worldobjectset.hpp index c50343b..08927cf 100644 --- a/src/jasper/modules/world/include/jasper/world/worldobjectset.hpp +++ b/src/jasper/modules/world/include/jasper/world/worldobjectset.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2023 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/jasper/modules/world/include/jasper/world/worldstatic.hpp b/src/jasper/modules/world/include/jasper/world/worldstatic.hpp index b14b4b2..4eebc7b 100644 --- a/src/jasper/modules/world/include/jasper/world/worldstatic.hpp +++ b/src/jasper/modules/world/include/jasper/world/worldstatic.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2023 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/jasper/modules/world/src/keel/keelmodule.cpp b/src/jasper/modules/world/src/keel/keelmodule.cpp index 54626f3..17d58b9 100644 --- a/src/jasper/modules/world/src/keel/keelmodule.cpp +++ b/src/jasper/modules/world/src/keel/keelmodule.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2023 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/jasper/modules/world/src/keel/typeconv.cpp b/src/jasper/modules/world/src/keel/typeconv.cpp index b081e8d..69a63db 100644 --- a/src/jasper/modules/world/src/keel/typeconv.cpp +++ b/src/jasper/modules/world/src/keel/typeconv.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2023 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/jasper/modules/world/src/keel/typeconv.hpp b/src/jasper/modules/world/src/keel/typeconv.hpp index ae39e56..de8be29 100644 --- a/src/jasper/modules/world/src/keel/typeconv.hpp +++ b/src/jasper/modules/world/src/keel/typeconv.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2023 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/jasper/modules/world/src/studio/studiomodule.cpp b/src/jasper/modules/world/src/studio/studiomodule.cpp index 50aa158..9959b51 100644 --- a/src/jasper/modules/world/src/studio/studiomodule.cpp +++ b/src/jasper/modules/world/src/studio/studiomodule.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2023 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/jasper/modules/world/src/studio/worldeditor/worldeditor-imgui.cpp b/src/jasper/modules/world/src/studio/worldeditor/worldeditor-imgui.cpp index 8fb1db8..8dd9ead 100644 --- a/src/jasper/modules/world/src/studio/worldeditor/worldeditor-imgui.cpp +++ b/src/jasper/modules/world/src/studio/worldeditor/worldeditor-imgui.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2023 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/jasper/modules/world/src/studio/worldeditor/worldeditor-imgui.hpp b/src/jasper/modules/world/src/studio/worldeditor/worldeditor-imgui.hpp index ee1df2f..424e4c4 100644 --- a/src/jasper/modules/world/src/studio/worldeditor/worldeditor-imgui.hpp +++ b/src/jasper/modules/world/src/studio/worldeditor/worldeditor-imgui.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2023 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/jasper/modules/world/src/studio/worldeditor/worldeditor.cpp b/src/jasper/modules/world/src/studio/worldeditor/worldeditor.cpp index 73f19cf..c27f4bb 100644 --- a/src/jasper/modules/world/src/studio/worldeditor/worldeditor.cpp +++ b/src/jasper/modules/world/src/studio/worldeditor/worldeditor.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2023 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/jasper/modules/world/src/studio/worldeditor/worldeditor.hpp b/src/jasper/modules/world/src/studio/worldeditor/worldeditor.hpp index da3a2f2..e5e8554 100644 --- a/src/jasper/modules/world/src/studio/worldeditor/worldeditor.hpp +++ b/src/jasper/modules/world/src/studio/worldeditor/worldeditor.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2023 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/jasper/modules/world/src/studio/worldeditor/worldeditorview.cpp b/src/jasper/modules/world/src/studio/worldeditor/worldeditorview.cpp index 6b2181e..2f65780 100644 --- a/src/jasper/modules/world/src/studio/worldeditor/worldeditorview.cpp +++ b/src/jasper/modules/world/src/studio/worldeditor/worldeditorview.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2023 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/jasper/modules/world/src/studio/worldeditor/worldeditorview.hpp b/src/jasper/modules/world/src/studio/worldeditor/worldeditorview.hpp index 2e90bc1..cf8eecf 100644 --- a/src/jasper/modules/world/src/studio/worldeditor/worldeditorview.hpp +++ b/src/jasper/modules/world/src/studio/worldeditor/worldeditorview.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2023 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/jasper/modules/world/src/studio/worldobjecteditor/worldobjecteditor-imgui.cpp b/src/jasper/modules/world/src/studio/worldobjecteditor/worldobjecteditor-imgui.cpp index 26b4420..e6946e3 100644 --- a/src/jasper/modules/world/src/studio/worldobjecteditor/worldobjecteditor-imgui.cpp +++ b/src/jasper/modules/world/src/studio/worldobjecteditor/worldobjecteditor-imgui.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2023 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include "worldobjecteditor-imgui.hpp" diff --git a/src/jasper/modules/world/src/studio/worldobjecteditor/worldobjecteditor-imgui.hpp b/src/jasper/modules/world/src/studio/worldobjecteditor/worldobjecteditor-imgui.hpp index dca619b..7e160c0 100644 --- a/src/jasper/modules/world/src/studio/worldobjecteditor/worldobjecteditor-imgui.hpp +++ b/src/jasper/modules/world/src/studio/worldobjecteditor/worldobjecteditor-imgui.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2023 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/jasper/modules/world/src/studio/worldobjecteditor/worldobjecteditor.cpp b/src/jasper/modules/world/src/studio/worldobjecteditor/worldobjecteditor.cpp index adbc824..3328457 100644 --- a/src/jasper/modules/world/src/studio/worldobjecteditor/worldobjecteditor.cpp +++ b/src/jasper/modules/world/src/studio/worldobjecteditor/worldobjecteditor.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2023 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/jasper/modules/world/src/studio/worldobjecteditor/worldobjecteditor.hpp b/src/jasper/modules/world/src/studio/worldobjecteditor/worldobjecteditor.hpp index 83eb0e5..b9cf461 100644 --- a/src/jasper/modules/world/src/studio/worldobjecteditor/worldobjecteditor.hpp +++ b/src/jasper/modules/world/src/studio/worldobjecteditor/worldobjecteditor.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2023 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/jasper/modules/world/src/world.cpp b/src/jasper/modules/world/src/world.cpp index 33a22cd..246cba8 100644 --- a/src/jasper/modules/world/src/world.cpp +++ b/src/jasper/modules/world/src/world.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2023 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/jasper/modules/world/src/worldstatic.cpp b/src/jasper/modules/world/src/worldstatic.cpp index 397c646..ab74589 100644 --- a/src/jasper/modules/world/src/worldstatic.cpp +++ b/src/jasper/modules/world/src/worldstatic.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2023 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/jasper/player/app.cpp b/src/jasper/player/app.cpp index 7cfd058..8a5c402 100644 --- a/src/jasper/player/app.cpp +++ b/src/jasper/player/app.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2023 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include