From e2e5240bae37dd91b5f8c99196fcc085d53464e4 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Wed, 8 Jan 2025 22:47:42 -0600 Subject: [PATCH] [jasper] Run liccor --- src/jasper/modules/core/include/jasper/core/animpage.hpp | 2 +- src/jasper/modules/core/include/jasper/core/bootfile.hpp | 2 +- src/jasper/modules/core/include/jasper/core/keelmodule.hpp | 2 +- src/jasper/modules/core/src/keel/keelmodule.cpp | 2 +- src/jasper/modules/keelmodules.cpp | 2 +- src/jasper/modules/studiomodules.cpp | 2 +- src/jasper/modules/world/include/jasper/world/consts.hpp | 2 +- src/jasper/modules/world/include/jasper/world/keelmodule.hpp | 2 +- src/jasper/modules/world/include/jasper/world/objectcache.hpp | 2 +- src/jasper/modules/world/include/jasper/world/studiomodule.hpp | 2 +- src/jasper/modules/world/include/jasper/world/world.hpp | 2 +- src/jasper/modules/world/include/jasper/world/worlddoc.hpp | 2 +- src/jasper/modules/world/include/jasper/world/worldobject.hpp | 2 +- src/jasper/modules/world/include/jasper/world/worldstatic.hpp | 2 +- src/jasper/modules/world/src/keel/keelmodule.cpp | 2 +- src/jasper/modules/world/src/keel/typeconv.cpp | 2 +- src/jasper/modules/world/src/keel/typeconv.hpp | 2 +- src/jasper/modules/world/src/objectcache.cpp | 2 +- src/jasper/modules/world/src/studio/maptilehighlighter.cpp | 2 +- src/jasper/modules/world/src/studio/maptilehighlighter.hpp | 2 +- src/jasper/modules/world/src/studio/studiomodule.cpp | 2 +- .../world/src/studio/worldeditor/commands/addrmobjectset.cpp | 2 +- .../world/src/studio/worldeditor/commands/addrmobjectset.hpp | 2 +- .../modules/world/src/studio/worldeditor/commands/commands.hpp | 2 +- .../modules/world/src/studio/worldeditor/commands/editsize.cpp | 2 +- .../modules/world/src/studio/worldeditor/commands/editsize.hpp | 2 +- .../world/src/studio/worldeditor/commands/modifytiles.cpp | 2 +- .../world/src/studio/worldeditor/commands/modifytiles.hpp | 2 +- .../world/src/studio/worldeditor/objectexplorer-imgui.cpp | 2 +- .../world/src/studio/worldeditor/objectexplorer-imgui.hpp | 2 +- .../modules/world/src/studio/worldeditor/tileclipboard.cpp | 2 +- .../modules/world/src/studio/worldeditor/tileclipboard.hpp | 2 +- .../modules/world/src/studio/worldeditor/worldeditor-imgui.cpp | 2 +- .../modules/world/src/studio/worldeditor/worldeditor-imgui.hpp | 2 +- src/jasper/modules/world/src/studio/worldeditor/worldeditor.cpp | 2 +- src/jasper/modules/world/src/studio/worldeditor/worldeditor.hpp | 2 +- .../modules/world/src/studio/worldeditor/worldeditorview.cpp | 2 +- .../modules/world/src/studio/worldeditor/worldeditorview.hpp | 2 +- .../world/src/studio/worldobjectseteditor/collisionmapview.cpp | 2 +- .../world/src/studio/worldobjectseteditor/collisionmapview.hpp | 2 +- .../src/studio/worldobjectseteditor/commands/addobject.cpp | 2 +- .../src/studio/worldobjectseteditor/commands/addobject.hpp | 2 +- .../src/studio/worldobjectseteditor/commands/addpalette.cpp | 2 +- .../src/studio/worldobjectseteditor/commands/addpalette.hpp | 2 +- .../studio/worldobjectseteditor/commands/changetilesheet.cpp | 2 +- .../studio/worldobjectseteditor/commands/changetilesheet.hpp | 2 +- .../world/src/studio/worldobjectseteditor/commands/commands.hpp | 2 +- .../src/studio/worldobjectseteditor/commands/editobject.cpp | 2 +- .../src/studio/worldobjectseteditor/commands/editobject.hpp | 2 +- .../world/src/studio/worldobjectseteditor/commands/rmobject.cpp | 2 +- .../world/src/studio/worldobjectseteditor/commands/rmobject.hpp | 2 +- .../src/studio/worldobjectseteditor/commands/rmpalette.cpp | 2 +- .../src/studio/worldobjectseteditor/commands/rmpalette.hpp | 2 +- .../studio/worldobjectseteditor/worldobjectseteditor-imgui.cpp | 2 +- .../studio/worldobjectseteditor/worldobjectseteditor-imgui.hpp | 2 +- src/jasper/modules/world/src/world.cpp | 2 +- src/jasper/modules/world/src/worlddoc.cpp | 2 +- src/jasper/modules/world/src/worldobject.cpp | 2 +- src/jasper/modules/world/src/worldstatic.cpp | 2 +- src/jasper/player/app.cpp | 2 +- 60 files changed, 60 insertions(+), 60 deletions(-) diff --git a/src/jasper/modules/core/include/jasper/core/animpage.hpp b/src/jasper/modules/core/include/jasper/core/animpage.hpp index 29a9c52..9016790 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 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2025 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 a1e6d9e..466f828 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 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2025 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 910495b..8aab4f4 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 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2025 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 0ddfc86..1f47a85 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 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/jasper/modules/keelmodules.cpp b/src/jasper/modules/keelmodules.cpp index 1804d9d..c4b181b 100644 --- a/src/jasper/modules/keelmodules.cpp +++ b/src/jasper/modules/keelmodules.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2023 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/jasper/modules/studiomodules.cpp b/src/jasper/modules/studiomodules.cpp index a1fa509..434b6e9 100644 --- a/src/jasper/modules/studiomodules.cpp +++ b/src/jasper/modules/studiomodules.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2023 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2025 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 795794c..6ce02ad 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 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2025 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 ff92064..fe12d92 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 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/jasper/modules/world/include/jasper/world/objectcache.hpp b/src/jasper/modules/world/include/jasper/world/objectcache.hpp index 5cd73ef..641bf4b 100644 --- a/src/jasper/modules/world/include/jasper/world/objectcache.hpp +++ b/src/jasper/modules/world/include/jasper/world/objectcache.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2023 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2025 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 f158543..82febf2 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 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2025 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 166314e..46181c1 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 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/jasper/modules/world/include/jasper/world/worlddoc.hpp b/src/jasper/modules/world/include/jasper/world/worlddoc.hpp index cde902e..f2c9826 100644 --- a/src/jasper/modules/world/include/jasper/world/worlddoc.hpp +++ b/src/jasper/modules/world/include/jasper/world/worlddoc.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2023 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/jasper/modules/world/include/jasper/world/worldobject.hpp b/src/jasper/modules/world/include/jasper/world/worldobject.hpp index d6ec4f7..a95aa48 100644 --- a/src/jasper/modules/world/include/jasper/world/worldobject.hpp +++ b/src/jasper/modules/world/include/jasper/world/worldobject.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2023 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2025 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 87e69d7..8b4f28f 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 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2025 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 eb9e1e8..2119179 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 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2025 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 d084db3..0dd5c57 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 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2025 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 de8be29..2db83a5 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 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/jasper/modules/world/src/objectcache.cpp b/src/jasper/modules/world/src/objectcache.cpp index 4d9279f..d7ebeb8 100644 --- a/src/jasper/modules/world/src/objectcache.cpp +++ b/src/jasper/modules/world/src/objectcache.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2023 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/jasper/modules/world/src/studio/maptilehighlighter.cpp b/src/jasper/modules/world/src/studio/maptilehighlighter.cpp index 5da1983..d4c2ceb 100644 --- a/src/jasper/modules/world/src/studio/maptilehighlighter.cpp +++ b/src/jasper/modules/world/src/studio/maptilehighlighter.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2023 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include "maptilehighlighter.hpp" diff --git a/src/jasper/modules/world/src/studio/maptilehighlighter.hpp b/src/jasper/modules/world/src/studio/maptilehighlighter.hpp index 4a334ec..56e6bf1 100644 --- a/src/jasper/modules/world/src/studio/maptilehighlighter.hpp +++ b/src/jasper/modules/world/src/studio/maptilehighlighter.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2023 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2025 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 5b195dd..18f1895 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 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/jasper/modules/world/src/studio/worldeditor/commands/addrmobjectset.cpp b/src/jasper/modules/world/src/studio/worldeditor/commands/addrmobjectset.cpp index 42a24cd..9652633 100644 --- a/src/jasper/modules/world/src/studio/worldeditor/commands/addrmobjectset.cpp +++ b/src/jasper/modules/world/src/studio/worldeditor/commands/addrmobjectset.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2023 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include "commands.hpp" diff --git a/src/jasper/modules/world/src/studio/worldeditor/commands/addrmobjectset.hpp b/src/jasper/modules/world/src/studio/worldeditor/commands/addrmobjectset.hpp index 7cf0312..ea58954 100644 --- a/src/jasper/modules/world/src/studio/worldeditor/commands/addrmobjectset.hpp +++ b/src/jasper/modules/world/src/studio/worldeditor/commands/addrmobjectset.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2023 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/jasper/modules/world/src/studio/worldeditor/commands/commands.hpp b/src/jasper/modules/world/src/studio/worldeditor/commands/commands.hpp index 80292e7..4eec9dc 100644 --- a/src/jasper/modules/world/src/studio/worldeditor/commands/commands.hpp +++ b/src/jasper/modules/world/src/studio/worldeditor/commands/commands.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2023 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/jasper/modules/world/src/studio/worldeditor/commands/editsize.cpp b/src/jasper/modules/world/src/studio/worldeditor/commands/editsize.cpp index 6b69f70..b41dedd 100644 --- a/src/jasper/modules/world/src/studio/worldeditor/commands/editsize.cpp +++ b/src/jasper/modules/world/src/studio/worldeditor/commands/editsize.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2023 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include "commands.hpp" diff --git a/src/jasper/modules/world/src/studio/worldeditor/commands/editsize.hpp b/src/jasper/modules/world/src/studio/worldeditor/commands/editsize.hpp index ca82ca2..951a6a2 100644 --- a/src/jasper/modules/world/src/studio/worldeditor/commands/editsize.hpp +++ b/src/jasper/modules/world/src/studio/worldeditor/commands/editsize.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2023 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/jasper/modules/world/src/studio/worldeditor/commands/modifytiles.cpp b/src/jasper/modules/world/src/studio/worldeditor/commands/modifytiles.cpp index 6beef5f..5b2c1ec 100644 --- a/src/jasper/modules/world/src/studio/worldeditor/commands/modifytiles.cpp +++ b/src/jasper/modules/world/src/studio/worldeditor/commands/modifytiles.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2023 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/jasper/modules/world/src/studio/worldeditor/commands/modifytiles.hpp b/src/jasper/modules/world/src/studio/worldeditor/commands/modifytiles.hpp index d48db8b..edf41bf 100644 --- a/src/jasper/modules/world/src/studio/worldeditor/commands/modifytiles.hpp +++ b/src/jasper/modules/world/src/studio/worldeditor/commands/modifytiles.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2023 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/jasper/modules/world/src/studio/worldeditor/objectexplorer-imgui.cpp b/src/jasper/modules/world/src/studio/worldeditor/objectexplorer-imgui.cpp index 58a551a..7f8822c 100644 --- a/src/jasper/modules/world/src/studio/worldeditor/objectexplorer-imgui.cpp +++ b/src/jasper/modules/world/src/studio/worldeditor/objectexplorer-imgui.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2023 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/jasper/modules/world/src/studio/worldeditor/objectexplorer-imgui.hpp b/src/jasper/modules/world/src/studio/worldeditor/objectexplorer-imgui.hpp index 549f73d..8e2ea26 100644 --- a/src/jasper/modules/world/src/studio/worldeditor/objectexplorer-imgui.hpp +++ b/src/jasper/modules/world/src/studio/worldeditor/objectexplorer-imgui.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2023 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/jasper/modules/world/src/studio/worldeditor/tileclipboard.cpp b/src/jasper/modules/world/src/studio/worldeditor/tileclipboard.cpp index 73f154d..2063cc8 100644 --- a/src/jasper/modules/world/src/studio/worldeditor/tileclipboard.cpp +++ b/src/jasper/modules/world/src/studio/worldeditor/tileclipboard.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2023 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include "tileclipboard.hpp" diff --git a/src/jasper/modules/world/src/studio/worldeditor/tileclipboard.hpp b/src/jasper/modules/world/src/studio/worldeditor/tileclipboard.hpp index 730f2b2..8da5ca6 100644 --- a/src/jasper/modules/world/src/studio/worldeditor/tileclipboard.hpp +++ b/src/jasper/modules/world/src/studio/worldeditor/tileclipboard.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2023 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once 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 a459309..f8b78e4 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 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2025 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 1e70a41..072ab73 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 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2025 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 ea80ffd..f3c799f 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 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2025 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 a5c195b..b64ca4d 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 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2025 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 6bd0412..240983a 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 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2025 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 dad40cb..a65e6f7 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 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/jasper/modules/world/src/studio/worldobjectseteditor/collisionmapview.cpp b/src/jasper/modules/world/src/studio/worldobjectseteditor/collisionmapview.cpp index d427f76..ad1a647 100644 --- a/src/jasper/modules/world/src/studio/worldobjectseteditor/collisionmapview.cpp +++ b/src/jasper/modules/world/src/studio/worldobjectseteditor/collisionmapview.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2023 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include "collisionmapview.hpp" diff --git a/src/jasper/modules/world/src/studio/worldobjectseteditor/collisionmapview.hpp b/src/jasper/modules/world/src/studio/worldobjectseteditor/collisionmapview.hpp index 29632de..42967a8 100644 --- a/src/jasper/modules/world/src/studio/worldobjectseteditor/collisionmapview.hpp +++ b/src/jasper/modules/world/src/studio/worldobjectseteditor/collisionmapview.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2023 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/jasper/modules/world/src/studio/worldobjectseteditor/commands/addobject.cpp b/src/jasper/modules/world/src/studio/worldobjectseteditor/commands/addobject.cpp index f3d82dd..724c264 100644 --- a/src/jasper/modules/world/src/studio/worldobjectseteditor/commands/addobject.cpp +++ b/src/jasper/modules/world/src/studio/worldobjectseteditor/commands/addobject.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2023 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include "commands.hpp" diff --git a/src/jasper/modules/world/src/studio/worldobjectseteditor/commands/addobject.hpp b/src/jasper/modules/world/src/studio/worldobjectseteditor/commands/addobject.hpp index 55e6f4f..f5d60a5 100644 --- a/src/jasper/modules/world/src/studio/worldobjectseteditor/commands/addobject.hpp +++ b/src/jasper/modules/world/src/studio/worldobjectseteditor/commands/addobject.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2023 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/jasper/modules/world/src/studio/worldobjectseteditor/commands/addpalette.cpp b/src/jasper/modules/world/src/studio/worldobjectseteditor/commands/addpalette.cpp index 7ce03a5..1fb8711 100644 --- a/src/jasper/modules/world/src/studio/worldobjectseteditor/commands/addpalette.cpp +++ b/src/jasper/modules/world/src/studio/worldobjectseteditor/commands/addpalette.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2023 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/jasper/modules/world/src/studio/worldobjectseteditor/commands/addpalette.hpp b/src/jasper/modules/world/src/studio/worldobjectseteditor/commands/addpalette.hpp index 579b994..22c1113 100644 --- a/src/jasper/modules/world/src/studio/worldobjectseteditor/commands/addpalette.hpp +++ b/src/jasper/modules/world/src/studio/worldobjectseteditor/commands/addpalette.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2023 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/jasper/modules/world/src/studio/worldobjectseteditor/commands/changetilesheet.cpp b/src/jasper/modules/world/src/studio/worldobjectseteditor/commands/changetilesheet.cpp index e09c393..7d6381f 100644 --- a/src/jasper/modules/world/src/studio/worldobjectseteditor/commands/changetilesheet.cpp +++ b/src/jasper/modules/world/src/studio/worldobjectseteditor/commands/changetilesheet.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2023 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include "commands.hpp" diff --git a/src/jasper/modules/world/src/studio/worldobjectseteditor/commands/changetilesheet.hpp b/src/jasper/modules/world/src/studio/worldobjectseteditor/commands/changetilesheet.hpp index 501e748..4e6c107 100644 --- a/src/jasper/modules/world/src/studio/worldobjectseteditor/commands/changetilesheet.hpp +++ b/src/jasper/modules/world/src/studio/worldobjectseteditor/commands/changetilesheet.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2023 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/jasper/modules/world/src/studio/worldobjectseteditor/commands/commands.hpp b/src/jasper/modules/world/src/studio/worldobjectseteditor/commands/commands.hpp index 34adab4..d212146 100644 --- a/src/jasper/modules/world/src/studio/worldobjectseteditor/commands/commands.hpp +++ b/src/jasper/modules/world/src/studio/worldobjectseteditor/commands/commands.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2023 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/jasper/modules/world/src/studio/worldobjectseteditor/commands/editobject.cpp b/src/jasper/modules/world/src/studio/worldobjectseteditor/commands/editobject.cpp index 673a6a0..41cf216 100644 --- a/src/jasper/modules/world/src/studio/worldobjectseteditor/commands/editobject.cpp +++ b/src/jasper/modules/world/src/studio/worldobjectseteditor/commands/editobject.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2023 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include "commands.hpp" diff --git a/src/jasper/modules/world/src/studio/worldobjectseteditor/commands/editobject.hpp b/src/jasper/modules/world/src/studio/worldobjectseteditor/commands/editobject.hpp index 2fbcf1f..5ce9b3f 100644 --- a/src/jasper/modules/world/src/studio/worldobjectseteditor/commands/editobject.hpp +++ b/src/jasper/modules/world/src/studio/worldobjectseteditor/commands/editobject.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2023 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/jasper/modules/world/src/studio/worldobjectseteditor/commands/rmobject.cpp b/src/jasper/modules/world/src/studio/worldobjectseteditor/commands/rmobject.cpp index 8cb3e3c..2167b3c 100644 --- a/src/jasper/modules/world/src/studio/worldobjectseteditor/commands/rmobject.cpp +++ b/src/jasper/modules/world/src/studio/worldobjectseteditor/commands/rmobject.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2023 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include "commands.hpp" diff --git a/src/jasper/modules/world/src/studio/worldobjectseteditor/commands/rmobject.hpp b/src/jasper/modules/world/src/studio/worldobjectseteditor/commands/rmobject.hpp index 316cc8a..cdc6a6e 100644 --- a/src/jasper/modules/world/src/studio/worldobjectseteditor/commands/rmobject.hpp +++ b/src/jasper/modules/world/src/studio/worldobjectseteditor/commands/rmobject.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2023 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/jasper/modules/world/src/studio/worldobjectseteditor/commands/rmpalette.cpp b/src/jasper/modules/world/src/studio/worldobjectseteditor/commands/rmpalette.cpp index f6f583e..812628d 100644 --- a/src/jasper/modules/world/src/studio/worldobjectseteditor/commands/rmpalette.cpp +++ b/src/jasper/modules/world/src/studio/worldobjectseteditor/commands/rmpalette.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2023 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/jasper/modules/world/src/studio/worldobjectseteditor/commands/rmpalette.hpp b/src/jasper/modules/world/src/studio/worldobjectseteditor/commands/rmpalette.hpp index b62a15a..2ef1c34 100644 --- a/src/jasper/modules/world/src/studio/worldobjectseteditor/commands/rmpalette.hpp +++ b/src/jasper/modules/world/src/studio/worldobjectseteditor/commands/rmpalette.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2023 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/jasper/modules/world/src/studio/worldobjectseteditor/worldobjectseteditor-imgui.cpp b/src/jasper/modules/world/src/studio/worldobjectseteditor/worldobjectseteditor-imgui.cpp index c4a5e2e..c5390f4 100644 --- a/src/jasper/modules/world/src/studio/worldobjectseteditor/worldobjectseteditor-imgui.cpp +++ b/src/jasper/modules/world/src/studio/worldobjectseteditor/worldobjectseteditor-imgui.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2023 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/jasper/modules/world/src/studio/worldobjectseteditor/worldobjectseteditor-imgui.hpp b/src/jasper/modules/world/src/studio/worldobjectseteditor/worldobjectseteditor-imgui.hpp index 79e7066..4a6b164 100644 --- a/src/jasper/modules/world/src/studio/worldobjectseteditor/worldobjectseteditor-imgui.hpp +++ b/src/jasper/modules/world/src/studio/worldobjectseteditor/worldobjectseteditor-imgui.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2023 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2025 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 c8ff88d..8886cc5 100644 --- a/src/jasper/modules/world/src/world.cpp +++ b/src/jasper/modules/world/src/world.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2023 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/jasper/modules/world/src/worlddoc.cpp b/src/jasper/modules/world/src/worlddoc.cpp index 7b4e88b..c48271e 100644 --- a/src/jasper/modules/world/src/worlddoc.cpp +++ b/src/jasper/modules/world/src/worlddoc.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2023 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/jasper/modules/world/src/worldobject.cpp b/src/jasper/modules/world/src/worldobject.cpp index d51049c..e1ada62 100644 --- a/src/jasper/modules/world/src/worldobject.cpp +++ b/src/jasper/modules/world/src/worldobject.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2023 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2025 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 6e486dd..2866668 100644 --- a/src/jasper/modules/world/src/worldstatic.cpp +++ b/src/jasper/modules/world/src/worldstatic.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2023 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/jasper/player/app.cpp b/src/jasper/player/app.cpp index 4e72aa5..a4a0786 100644 --- a/src/jasper/player/app.cpp +++ b/src/jasper/player/app.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2023 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2023 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include