From 645e48af7b46cb0afa0cfbcdb451595ee092c0fa Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Wed, 8 Jan 2025 23:02:08 -0600 Subject: [PATCH 1/5] [nostalgia,olympic] Run liccor --- src/nostalgia/modules/core/include/nostalgia/core/color.hpp | 2 +- src/nostalgia/modules/core/include/nostalgia/core/consts.hpp | 2 +- src/nostalgia/modules/core/include/nostalgia/core/context.hpp | 2 +- src/nostalgia/modules/core/include/nostalgia/core/core.hpp | 2 +- src/nostalgia/modules/core/include/nostalgia/core/gfx.hpp | 2 +- .../modules/core/include/nostalgia/core/initparams.hpp | 2 +- .../modules/core/include/nostalgia/core/keelmodule.hpp | 2 +- src/nostalgia/modules/core/include/nostalgia/core/palette.hpp | 2 +- src/nostalgia/modules/core/include/nostalgia/core/ptidxconv.hpp | 2 +- .../modules/core/include/nostalgia/core/studiomodule.hpp | 2 +- src/nostalgia/modules/core/include/nostalgia/core/tilesheet.hpp | 2 +- src/nostalgia/modules/core/src/gba/context.cpp | 2 +- src/nostalgia/modules/core/src/gba/context.hpp | 2 +- src/nostalgia/modules/core/src/gba/gfx.cpp | 2 +- src/nostalgia/modules/core/src/gba/gfx.hpp | 2 +- src/nostalgia/modules/core/src/gba/panic.cpp | 2 +- src/nostalgia/modules/core/src/gfx.cpp | 2 +- src/nostalgia/modules/core/src/keel/keelmodule.cpp | 2 +- src/nostalgia/modules/core/src/keel/typeconv.cpp | 2 +- src/nostalgia/modules/core/src/keel/typeconv.hpp | 2 +- src/nostalgia/modules/core/src/opengl/context.cpp | 2 +- src/nostalgia/modules/core/src/opengl/context.hpp | 2 +- src/nostalgia/modules/core/src/opengl/gfx.cpp | 2 +- src/nostalgia/modules/core/src/opengl/gfx.hpp | 2 +- .../core/src/studio/paletteeditor/commands/addcolorcommand.cpp | 2 +- .../core/src/studio/paletteeditor/commands/addcolorcommand.hpp | 2 +- .../studio/paletteeditor/commands/applycolorallpagescommand.cpp | 2 +- .../studio/paletteeditor/commands/applycolorallpagescommand.hpp | 2 +- .../modules/core/src/studio/paletteeditor/commands/commands.hpp | 2 +- .../src/studio/paletteeditor/commands/duplicatepagecommand.cpp | 2 +- .../src/studio/paletteeditor/commands/duplicatepagecommand.hpp | 2 +- .../core/src/studio/paletteeditor/commands/movecolorcommand.cpp | 2 +- .../core/src/studio/paletteeditor/commands/movecolorcommand.hpp | 2 +- .../src/studio/paletteeditor/commands/removecolorcommand.cpp | 2 +- .../src/studio/paletteeditor/commands/removecolorcommand.hpp | 2 +- .../src/studio/paletteeditor/commands/removepagecommand.cpp | 2 +- .../src/studio/paletteeditor/commands/removepagecommand.hpp | 2 +- .../src/studio/paletteeditor/commands/renamepagecommand.cpp | 2 +- .../src/studio/paletteeditor/commands/renamepagecommand.hpp | 2 +- .../src/studio/paletteeditor/commands/updatecolorcommand.cpp | 2 +- .../src/studio/paletteeditor/commands/updatecolorcommand.hpp | 2 +- .../studio/paletteeditor/commands/updatecolorinfocommand.cpp | 2 +- .../studio/paletteeditor/commands/updatecolorinfocommand.hpp | 2 +- .../core/src/studio/paletteeditor/paletteeditor-imgui.cpp | 2 +- .../core/src/studio/paletteeditor/paletteeditor-imgui.hpp | 2 +- src/nostalgia/modules/core/src/studio/studiomodule.cpp | 2 +- .../src/studio/tilesheeteditor/commands/addsubsheetcommand.cpp | 2 +- .../src/studio/tilesheeteditor/commands/addsubsheetcommand.hpp | 2 +- .../core/src/studio/tilesheeteditor/commands/commands.hpp | 2 +- .../src/studio/tilesheeteditor/commands/cutpastecommand.cpp | 2 +- .../src/studio/tilesheeteditor/commands/cutpastecommand.hpp | 2 +- .../src/studio/tilesheeteditor/commands/deletetilescommand.cpp | 2 +- .../src/studio/tilesheeteditor/commands/deletetilescommand.hpp | 2 +- .../core/src/studio/tilesheeteditor/commands/drawcommand.cpp | 2 +- .../core/src/studio/tilesheeteditor/commands/drawcommand.hpp | 2 +- .../src/studio/tilesheeteditor/commands/inserttilescommand.cpp | 2 +- .../src/studio/tilesheeteditor/commands/inserttilescommand.hpp | 2 +- .../studio/tilesheeteditor/commands/palettechangecommand.cpp | 2 +- .../studio/tilesheeteditor/commands/palettechangecommand.hpp | 2 +- .../src/studio/tilesheeteditor/commands/rmsubsheetcommand.cpp | 2 +- .../src/studio/tilesheeteditor/commands/rmsubsheetcommand.hpp | 2 +- .../studio/tilesheeteditor/commands/updatesubsheetcommand.cpp | 2 +- .../studio/tilesheeteditor/commands/updatesubsheetcommand.hpp | 2 +- .../core/src/studio/tilesheeteditor/tilesheeteditor-imgui.cpp | 2 +- .../core/src/studio/tilesheeteditor/tilesheeteditor-imgui.hpp | 2 +- .../core/src/studio/tilesheeteditor/tilesheeteditormodel.cpp | 2 +- .../core/src/studio/tilesheeteditor/tilesheeteditormodel.hpp | 2 +- .../core/src/studio/tilesheeteditor/tilesheeteditorview.cpp | 2 +- .../core/src/studio/tilesheeteditor/tilesheeteditorview.hpp | 2 +- .../core/src/studio/tilesheeteditor/tilesheetpixelgrid.cpp | 2 +- .../core/src/studio/tilesheeteditor/tilesheetpixelgrid.hpp | 2 +- .../modules/core/src/studio/tilesheeteditor/tilesheetpixels.cpp | 2 +- .../modules/core/src/studio/tilesheeteditor/tilesheetpixels.hpp | 2 +- src/nostalgia/modules/core/src/tilesheet.cpp | 2 +- src/nostalgia/modules/core/test/tests.cpp | 2 +- src/nostalgia/modules/keelmodules.cpp | 2 +- src/nostalgia/modules/keelmodules.hpp | 2 +- .../modules/scene/include/nostalgia/scene/keelmodule.hpp | 2 +- src/nostalgia/modules/scene/include/nostalgia/scene/scene.hpp | 2 +- .../modules/scene/include/nostalgia/scene/scenestatic.hpp | 2 +- .../modules/scene/include/nostalgia/scene/studiomodule.hpp | 2 +- src/nostalgia/modules/scene/src/keel/keelmodule.cpp | 2 +- src/nostalgia/modules/scene/src/keel/typeconv.cpp | 2 +- src/nostalgia/modules/scene/src/keel/typeconv.hpp | 2 +- src/nostalgia/modules/scene/src/scene.cpp | 2 +- src/nostalgia/modules/scene/src/scenestatic.cpp | 2 +- src/nostalgia/modules/scene/src/studio/sceneeditor-imgui.cpp | 2 +- src/nostalgia/modules/scene/src/studio/sceneeditor-imgui.hpp | 2 +- src/nostalgia/modules/scene/src/studio/sceneeditor.cpp | 2 +- src/nostalgia/modules/scene/src/studio/sceneeditor.hpp | 2 +- src/nostalgia/modules/scene/src/studio/sceneeditorview.cpp | 2 +- src/nostalgia/modules/scene/src/studio/sceneeditorview.hpp | 2 +- src/nostalgia/modules/scene/src/studio/studiomodule.cpp | 2 +- src/nostalgia/modules/studiomodules.cpp | 2 +- src/nostalgia/modules/studiomodules.hpp | 2 +- src/nostalgia/player/app.cpp | 2 +- src/nostalgia/player/app.hpp | 2 +- src/olympic/applib/applib.cpp | 2 +- src/olympic/keel/include/keel/asset.hpp | 2 +- src/olympic/keel/include/keel/assetmanager.hpp | 2 +- src/olympic/keel/include/keel/context.hpp | 2 +- src/olympic/keel/include/keel/keel.hpp | 2 +- src/olympic/keel/include/keel/media.hpp | 2 +- src/olympic/keel/include/keel/module.hpp | 2 +- src/olympic/keel/include/keel/pack.hpp | 2 +- src/olympic/keel/include/keel/typeconv.hpp | 2 +- src/olympic/keel/include/keel/typestore.hpp | 2 +- src/olympic/keel/include/keel/validation.hpp | 2 +- src/olympic/keel/src/asset.cpp | 2 +- src/olympic/keel/src/keel.cpp | 2 +- src/olympic/keel/src/media.cpp | 2 +- src/olympic/keel/src/module.cpp | 2 +- src/olympic/keel/src/pack-applib.cpp | 2 +- src/olympic/keel/src/pack.cpp | 2 +- src/olympic/keel/src/typeconv.cpp | 2 +- src/olympic/keel/src/typestore.cpp | 2 +- src/olympic/keel/test/tests.cpp | 2 +- src/olympic/studio/applib/include/studioapp/studioapp.hpp | 2 +- src/olympic/studio/applib/src/aboutpopup.cpp | 2 +- src/olympic/studio/applib/src/aboutpopup.hpp | 2 +- src/olympic/studio/applib/src/clawviewer.cpp | 2 +- src/olympic/studio/applib/src/clawviewer.hpp | 2 +- src/olympic/studio/applib/src/filedialogmanager.cpp | 2 +- src/olympic/studio/applib/src/filedialogmanager.hpp | 2 +- src/olympic/studio/applib/src/main.cpp | 2 +- src/olympic/studio/applib/src/newmenu.cpp | 2 +- src/olympic/studio/applib/src/newmenu.hpp | 2 +- src/olympic/studio/applib/src/newproject.cpp | 2 +- src/olympic/studio/applib/src/newproject.hpp | 2 +- src/olympic/studio/applib/src/projectexplorer.cpp | 2 +- src/olympic/studio/applib/src/projectexplorer.hpp | 2 +- src/olympic/studio/applib/src/projecttreemodel.cpp | 2 +- src/olympic/studio/applib/src/projecttreemodel.hpp | 2 +- src/olympic/studio/applib/src/studioapp.cpp | 2 +- src/olympic/studio/applib/src/studioapp.hpp | 2 +- src/olympic/studio/modlib/include/studio/configio.hpp | 2 +- src/olympic/studio/modlib/include/studio/context.hpp | 2 +- src/olympic/studio/modlib/include/studio/editor.hpp | 2 +- src/olympic/studio/modlib/include/studio/filedialog.hpp | 2 +- src/olympic/studio/modlib/include/studio/imguiutil.hpp | 2 +- src/olympic/studio/modlib/include/studio/itemmaker.hpp | 2 +- src/olympic/studio/modlib/include/studio/module.hpp | 2 +- src/olympic/studio/modlib/include/studio/popup.hpp | 2 +- src/olympic/studio/modlib/include/studio/project.hpp | 2 +- src/olympic/studio/modlib/include/studio/selectiontracker.hpp | 2 +- src/olympic/studio/modlib/include/studio/studio.hpp | 2 +- src/olympic/studio/modlib/include/studio/task.hpp | 2 +- src/olympic/studio/modlib/include/studio/undocommand.hpp | 2 +- src/olympic/studio/modlib/include/studio/undostack.hpp | 2 +- src/olympic/studio/modlib/include/studio/widget.hpp | 2 +- src/olympic/studio/modlib/src/configio.cpp | 2 +- src/olympic/studio/modlib/src/editor.cpp | 2 +- src/olympic/studio/modlib/src/filedialog_nfd.cpp | 2 +- src/olympic/studio/modlib/src/imguiutil.cpp | 2 +- src/olympic/studio/modlib/src/module.cpp | 2 +- src/olympic/studio/modlib/src/popup.cpp | 2 +- src/olympic/studio/modlib/src/project.cpp | 2 +- src/olympic/studio/modlib/src/task.cpp | 2 +- src/olympic/studio/modlib/src/undocommand.cpp | 2 +- src/olympic/studio/modlib/src/undostack.cpp | 2 +- src/olympic/turbine/include/turbine/clipboard.hpp | 2 +- src/olympic/turbine/include/turbine/context.hpp | 2 +- src/olympic/turbine/include/turbine/event.hpp | 2 +- src/olympic/turbine/include/turbine/gfx.hpp | 2 +- src/olympic/turbine/include/turbine/input.hpp | 2 +- src/olympic/turbine/include/turbine/turbine.hpp | 2 +- src/olympic/turbine/src/gba/clipboard.cpp | 2 +- src/olympic/turbine/src/gba/config.hpp | 2 +- src/olympic/turbine/src/gba/context.cpp | 2 +- src/olympic/turbine/src/gba/context.hpp | 2 +- src/olympic/turbine/src/gba/event.cpp | 2 +- src/olympic/turbine/src/gba/gfx.cpp | 2 +- src/olympic/turbine/src/gba/irq.arm.cpp | 2 +- src/olympic/turbine/src/gba/irqstub.cpp | 2 +- src/olympic/turbine/src/gba/turbine.arm.cpp | 2 +- src/olympic/turbine/src/gba/turbine.cpp | 2 +- src/olympic/turbine/src/gba/turbine.hpp | 2 +- src/olympic/turbine/src/glfw/clipboard.cpp | 2 +- src/olympic/turbine/src/glfw/config.hpp | 2 +- src/olympic/turbine/src/glfw/context.cpp | 2 +- src/olympic/turbine/src/glfw/context.hpp | 2 +- src/olympic/turbine/src/glfw/event.cpp | 2 +- src/olympic/turbine/src/glfw/gfx.cpp | 2 +- src/olympic/turbine/src/glfw/turbine.cpp | 2 +- src/olympic/turbine/src/turbine.cpp | 2 +- 185 files changed, 185 insertions(+), 185 deletions(-) diff --git a/src/nostalgia/modules/core/include/nostalgia/core/color.hpp b/src/nostalgia/modules/core/include/nostalgia/core/color.hpp index c6b73ad9..9eb9bdff 100644 --- a/src/nostalgia/modules/core/include/nostalgia/core/color.hpp +++ b/src/nostalgia/modules/core/include/nostalgia/core/color.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/modules/core/include/nostalgia/core/consts.hpp b/src/nostalgia/modules/core/include/nostalgia/core/consts.hpp index 288c76ad..182fca53 100644 --- a/src/nostalgia/modules/core/include/nostalgia/core/consts.hpp +++ b/src/nostalgia/modules/core/include/nostalgia/core/consts.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/modules/core/include/nostalgia/core/context.hpp b/src/nostalgia/modules/core/include/nostalgia/core/context.hpp index e71b23d2..9fcffb25 100644 --- a/src/nostalgia/modules/core/include/nostalgia/core/context.hpp +++ b/src/nostalgia/modules/core/include/nostalgia/core/context.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/modules/core/include/nostalgia/core/core.hpp b/src/nostalgia/modules/core/include/nostalgia/core/core.hpp index 3c915634..e34c58a3 100644 --- a/src/nostalgia/modules/core/include/nostalgia/core/core.hpp +++ b/src/nostalgia/modules/core/include/nostalgia/core/core.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/modules/core/include/nostalgia/core/gfx.hpp b/src/nostalgia/modules/core/include/nostalgia/core/gfx.hpp index db6f013d..c8c8ed77 100644 --- a/src/nostalgia/modules/core/include/nostalgia/core/gfx.hpp +++ b/src/nostalgia/modules/core/include/nostalgia/core/gfx.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/modules/core/include/nostalgia/core/initparams.hpp b/src/nostalgia/modules/core/include/nostalgia/core/initparams.hpp index 701a19c3..52b61cc0 100644 --- a/src/nostalgia/modules/core/include/nostalgia/core/initparams.hpp +++ b/src/nostalgia/modules/core/include/nostalgia/core/initparams.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/modules/core/include/nostalgia/core/keelmodule.hpp b/src/nostalgia/modules/core/include/nostalgia/core/keelmodule.hpp index ee5b34fd..ace09a80 100644 --- a/src/nostalgia/modules/core/include/nostalgia/core/keelmodule.hpp +++ b/src/nostalgia/modules/core/include/nostalgia/core/keelmodule.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/modules/core/include/nostalgia/core/palette.hpp b/src/nostalgia/modules/core/include/nostalgia/core/palette.hpp index 8da07c47..61cec29b 100644 --- a/src/nostalgia/modules/core/include/nostalgia/core/palette.hpp +++ b/src/nostalgia/modules/core/include/nostalgia/core/palette.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/modules/core/include/nostalgia/core/ptidxconv.hpp b/src/nostalgia/modules/core/include/nostalgia/core/ptidxconv.hpp index 4b8eda4b..ad608995 100644 --- a/src/nostalgia/modules/core/include/nostalgia/core/ptidxconv.hpp +++ b/src/nostalgia/modules/core/include/nostalgia/core/ptidxconv.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/modules/core/include/nostalgia/core/studiomodule.hpp b/src/nostalgia/modules/core/include/nostalgia/core/studiomodule.hpp index 3f182fab..79e1db6a 100644 --- a/src/nostalgia/modules/core/include/nostalgia/core/studiomodule.hpp +++ b/src/nostalgia/modules/core/include/nostalgia/core/studiomodule.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/modules/core/include/nostalgia/core/tilesheet.hpp b/src/nostalgia/modules/core/include/nostalgia/core/tilesheet.hpp index 7561e196..532de0d5 100644 --- a/src/nostalgia/modules/core/include/nostalgia/core/tilesheet.hpp +++ b/src/nostalgia/modules/core/include/nostalgia/core/tilesheet.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/modules/core/src/gba/context.cpp b/src/nostalgia/modules/core/src/gba/context.cpp index 69f7c403..d54262d7 100644 --- a/src/nostalgia/modules/core/src/gba/context.cpp +++ b/src/nostalgia/modules/core/src/gba/context.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/nostalgia/modules/core/src/gba/context.hpp b/src/nostalgia/modules/core/src/gba/context.hpp index 23329da4..99d2a229 100644 --- a/src/nostalgia/modules/core/src/gba/context.hpp +++ b/src/nostalgia/modules/core/src/gba/context.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/modules/core/src/gba/gfx.cpp b/src/nostalgia/modules/core/src/gba/gfx.cpp index de6084b5..59e25287 100644 --- a/src/nostalgia/modules/core/src/gba/gfx.cpp +++ b/src/nostalgia/modules/core/src/gba/gfx.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/nostalgia/modules/core/src/gba/gfx.hpp b/src/nostalgia/modules/core/src/gba/gfx.hpp index d4d8cf4c..21aad7e5 100644 --- a/src/nostalgia/modules/core/src/gba/gfx.hpp +++ b/src/nostalgia/modules/core/src/gba/gfx.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/modules/core/src/gba/panic.cpp b/src/nostalgia/modules/core/src/gba/panic.cpp index b878cf86..a0093183 100644 --- a/src/nostalgia/modules/core/src/gba/panic.cpp +++ b/src/nostalgia/modules/core/src/gba/panic.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ diff --git a/src/nostalgia/modules/core/src/gfx.cpp b/src/nostalgia/modules/core/src/gfx.cpp index 94f8eb6d..c5094ad4 100644 --- a/src/nostalgia/modules/core/src/gfx.cpp +++ b/src/nostalgia/modules/core/src/gfx.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/nostalgia/modules/core/src/keel/keelmodule.cpp b/src/nostalgia/modules/core/src/keel/keelmodule.cpp index d67b7836..8f788d64 100644 --- a/src/nostalgia/modules/core/src/keel/keelmodule.cpp +++ b/src/nostalgia/modules/core/src/keel/keelmodule.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/nostalgia/modules/core/src/keel/typeconv.cpp b/src/nostalgia/modules/core/src/keel/typeconv.cpp index e28d6846..04ffb4bb 100644 --- a/src/nostalgia/modules/core/src/keel/typeconv.cpp +++ b/src/nostalgia/modules/core/src/keel/typeconv.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include "typeconv.hpp" diff --git a/src/nostalgia/modules/core/src/keel/typeconv.hpp b/src/nostalgia/modules/core/src/keel/typeconv.hpp index d25fc38a..b35b2e30 100644 --- a/src/nostalgia/modules/core/src/keel/typeconv.hpp +++ b/src/nostalgia/modules/core/src/keel/typeconv.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/modules/core/src/opengl/context.cpp b/src/nostalgia/modules/core/src/opengl/context.cpp index 9d0cbc6a..0644e9aa 100644 --- a/src/nostalgia/modules/core/src/opengl/context.cpp +++ b/src/nostalgia/modules/core/src/opengl/context.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include "context.hpp" diff --git a/src/nostalgia/modules/core/src/opengl/context.hpp b/src/nostalgia/modules/core/src/opengl/context.hpp index 1424a795..df8ad4f7 100644 --- a/src/nostalgia/modules/core/src/opengl/context.hpp +++ b/src/nostalgia/modules/core/src/opengl/context.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/modules/core/src/opengl/gfx.cpp b/src/nostalgia/modules/core/src/opengl/gfx.cpp index e8bbba21..41a1413a 100644 --- a/src/nostalgia/modules/core/src/opengl/gfx.cpp +++ b/src/nostalgia/modules/core/src/opengl/gfx.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/nostalgia/modules/core/src/opengl/gfx.hpp b/src/nostalgia/modules/core/src/opengl/gfx.hpp index 81200d7a..56813801 100644 --- a/src/nostalgia/modules/core/src/opengl/gfx.hpp +++ b/src/nostalgia/modules/core/src/opengl/gfx.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/modules/core/src/studio/paletteeditor/commands/addcolorcommand.cpp b/src/nostalgia/modules/core/src/studio/paletteeditor/commands/addcolorcommand.cpp index b92f3721..7e5d4b04 100644 --- a/src/nostalgia/modules/core/src/studio/paletteeditor/commands/addcolorcommand.cpp +++ b/src/nostalgia/modules/core/src/studio/paletteeditor/commands/addcolorcommand.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include "commands.hpp" diff --git a/src/nostalgia/modules/core/src/studio/paletteeditor/commands/addcolorcommand.hpp b/src/nostalgia/modules/core/src/studio/paletteeditor/commands/addcolorcommand.hpp index 73668b0a..cf7ba653 100644 --- a/src/nostalgia/modules/core/src/studio/paletteeditor/commands/addcolorcommand.hpp +++ b/src/nostalgia/modules/core/src/studio/paletteeditor/commands/addcolorcommand.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/modules/core/src/studio/paletteeditor/commands/applycolorallpagescommand.cpp b/src/nostalgia/modules/core/src/studio/paletteeditor/commands/applycolorallpagescommand.cpp index 38d2e119..902d339d 100644 --- a/src/nostalgia/modules/core/src/studio/paletteeditor/commands/applycolorallpagescommand.cpp +++ b/src/nostalgia/modules/core/src/studio/paletteeditor/commands/applycolorallpagescommand.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include "commands.hpp" diff --git a/src/nostalgia/modules/core/src/studio/paletteeditor/commands/applycolorallpagescommand.hpp b/src/nostalgia/modules/core/src/studio/paletteeditor/commands/applycolorallpagescommand.hpp index 4582d8e9..02725449 100644 --- a/src/nostalgia/modules/core/src/studio/paletteeditor/commands/applycolorallpagescommand.hpp +++ b/src/nostalgia/modules/core/src/studio/paletteeditor/commands/applycolorallpagescommand.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/modules/core/src/studio/paletteeditor/commands/commands.hpp b/src/nostalgia/modules/core/src/studio/paletteeditor/commands/commands.hpp index dd258c22..778e4507 100644 --- a/src/nostalgia/modules/core/src/studio/paletteeditor/commands/commands.hpp +++ b/src/nostalgia/modules/core/src/studio/paletteeditor/commands/commands.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/modules/core/src/studio/paletteeditor/commands/duplicatepagecommand.cpp b/src/nostalgia/modules/core/src/studio/paletteeditor/commands/duplicatepagecommand.cpp index a6ea2b69..6f52860b 100644 --- a/src/nostalgia/modules/core/src/studio/paletteeditor/commands/duplicatepagecommand.cpp +++ b/src/nostalgia/modules/core/src/studio/paletteeditor/commands/duplicatepagecommand.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include "commands.hpp" diff --git a/src/nostalgia/modules/core/src/studio/paletteeditor/commands/duplicatepagecommand.hpp b/src/nostalgia/modules/core/src/studio/paletteeditor/commands/duplicatepagecommand.hpp index c827c3d2..6fba6ba4 100644 --- a/src/nostalgia/modules/core/src/studio/paletteeditor/commands/duplicatepagecommand.hpp +++ b/src/nostalgia/modules/core/src/studio/paletteeditor/commands/duplicatepagecommand.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/modules/core/src/studio/paletteeditor/commands/movecolorcommand.cpp b/src/nostalgia/modules/core/src/studio/paletteeditor/commands/movecolorcommand.cpp index f8df2a20..cbb7e8aa 100644 --- a/src/nostalgia/modules/core/src/studio/paletteeditor/commands/movecolorcommand.cpp +++ b/src/nostalgia/modules/core/src/studio/paletteeditor/commands/movecolorcommand.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include "commands.hpp" diff --git a/src/nostalgia/modules/core/src/studio/paletteeditor/commands/movecolorcommand.hpp b/src/nostalgia/modules/core/src/studio/paletteeditor/commands/movecolorcommand.hpp index ed366cd4..9397a65b 100644 --- a/src/nostalgia/modules/core/src/studio/paletteeditor/commands/movecolorcommand.hpp +++ b/src/nostalgia/modules/core/src/studio/paletteeditor/commands/movecolorcommand.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/modules/core/src/studio/paletteeditor/commands/removecolorcommand.cpp b/src/nostalgia/modules/core/src/studio/paletteeditor/commands/removecolorcommand.cpp index d3c16053..2472af6d 100644 --- a/src/nostalgia/modules/core/src/studio/paletteeditor/commands/removecolorcommand.cpp +++ b/src/nostalgia/modules/core/src/studio/paletteeditor/commands/removecolorcommand.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include "commands.hpp" diff --git a/src/nostalgia/modules/core/src/studio/paletteeditor/commands/removecolorcommand.hpp b/src/nostalgia/modules/core/src/studio/paletteeditor/commands/removecolorcommand.hpp index 76039cf4..64c70c05 100644 --- a/src/nostalgia/modules/core/src/studio/paletteeditor/commands/removecolorcommand.hpp +++ b/src/nostalgia/modules/core/src/studio/paletteeditor/commands/removecolorcommand.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/modules/core/src/studio/paletteeditor/commands/removepagecommand.cpp b/src/nostalgia/modules/core/src/studio/paletteeditor/commands/removepagecommand.cpp index 5a9fc377..a63935ba 100644 --- a/src/nostalgia/modules/core/src/studio/paletteeditor/commands/removepagecommand.cpp +++ b/src/nostalgia/modules/core/src/studio/paletteeditor/commands/removepagecommand.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include "commands.hpp" diff --git a/src/nostalgia/modules/core/src/studio/paletteeditor/commands/removepagecommand.hpp b/src/nostalgia/modules/core/src/studio/paletteeditor/commands/removepagecommand.hpp index 8137c731..ef7f6d77 100644 --- a/src/nostalgia/modules/core/src/studio/paletteeditor/commands/removepagecommand.hpp +++ b/src/nostalgia/modules/core/src/studio/paletteeditor/commands/removepagecommand.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/modules/core/src/studio/paletteeditor/commands/renamepagecommand.cpp b/src/nostalgia/modules/core/src/studio/paletteeditor/commands/renamepagecommand.cpp index 844e9978..b7042e9f 100644 --- a/src/nostalgia/modules/core/src/studio/paletteeditor/commands/renamepagecommand.cpp +++ b/src/nostalgia/modules/core/src/studio/paletteeditor/commands/renamepagecommand.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include "renamepagecommand.hpp" diff --git a/src/nostalgia/modules/core/src/studio/paletteeditor/commands/renamepagecommand.hpp b/src/nostalgia/modules/core/src/studio/paletteeditor/commands/renamepagecommand.hpp index c5046eb7..4e1733f4 100644 --- a/src/nostalgia/modules/core/src/studio/paletteeditor/commands/renamepagecommand.hpp +++ b/src/nostalgia/modules/core/src/studio/paletteeditor/commands/renamepagecommand.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/modules/core/src/studio/paletteeditor/commands/updatecolorcommand.cpp b/src/nostalgia/modules/core/src/studio/paletteeditor/commands/updatecolorcommand.cpp index 5e4191a3..a384839f 100644 --- a/src/nostalgia/modules/core/src/studio/paletteeditor/commands/updatecolorcommand.cpp +++ b/src/nostalgia/modules/core/src/studio/paletteeditor/commands/updatecolorcommand.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include "commands.hpp" diff --git a/src/nostalgia/modules/core/src/studio/paletteeditor/commands/updatecolorcommand.hpp b/src/nostalgia/modules/core/src/studio/paletteeditor/commands/updatecolorcommand.hpp index 49f94ef6..387afbfe 100644 --- a/src/nostalgia/modules/core/src/studio/paletteeditor/commands/updatecolorcommand.hpp +++ b/src/nostalgia/modules/core/src/studio/paletteeditor/commands/updatecolorcommand.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/modules/core/src/studio/paletteeditor/commands/updatecolorinfocommand.cpp b/src/nostalgia/modules/core/src/studio/paletteeditor/commands/updatecolorinfocommand.cpp index a2d83740..e86797ae 100644 --- a/src/nostalgia/modules/core/src/studio/paletteeditor/commands/updatecolorinfocommand.cpp +++ b/src/nostalgia/modules/core/src/studio/paletteeditor/commands/updatecolorinfocommand.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include "commands.hpp" diff --git a/src/nostalgia/modules/core/src/studio/paletteeditor/commands/updatecolorinfocommand.hpp b/src/nostalgia/modules/core/src/studio/paletteeditor/commands/updatecolorinfocommand.hpp index 59e898d9..170514f9 100644 --- a/src/nostalgia/modules/core/src/studio/paletteeditor/commands/updatecolorinfocommand.hpp +++ b/src/nostalgia/modules/core/src/studio/paletteeditor/commands/updatecolorinfocommand.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/modules/core/src/studio/paletteeditor/paletteeditor-imgui.cpp b/src/nostalgia/modules/core/src/studio/paletteeditor/paletteeditor-imgui.cpp index 7dca2ee1..ade37511 100644 --- a/src/nostalgia/modules/core/src/studio/paletteeditor/paletteeditor-imgui.cpp +++ b/src/nostalgia/modules/core/src/studio/paletteeditor/paletteeditor-imgui.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/nostalgia/modules/core/src/studio/paletteeditor/paletteeditor-imgui.hpp b/src/nostalgia/modules/core/src/studio/paletteeditor/paletteeditor-imgui.hpp index 1ea1a95a..14eca234 100644 --- a/src/nostalgia/modules/core/src/studio/paletteeditor/paletteeditor-imgui.hpp +++ b/src/nostalgia/modules/core/src/studio/paletteeditor/paletteeditor-imgui.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/modules/core/src/studio/studiomodule.cpp b/src/nostalgia/modules/core/src/studio/studiomodule.cpp index a880ee2f..f789c2a6 100644 --- a/src/nostalgia/modules/core/src/studio/studiomodule.cpp +++ b/src/nostalgia/modules/core/src/studio/studiomodule.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/addsubsheetcommand.cpp b/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/addsubsheetcommand.cpp index 1e1b024f..e61a5f45 100644 --- a/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/addsubsheetcommand.cpp +++ b/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/addsubsheetcommand.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include "addsubsheetcommand.hpp" diff --git a/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/addsubsheetcommand.hpp b/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/addsubsheetcommand.hpp index 64863fc0..65f79b5d 100644 --- a/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/addsubsheetcommand.hpp +++ b/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/addsubsheetcommand.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/commands.hpp b/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/commands.hpp index 77dbf35d..27db437b 100644 --- a/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/commands.hpp +++ b/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/commands.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/cutpastecommand.cpp b/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/cutpastecommand.cpp index 0ab608f4..60e19f50 100644 --- a/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/cutpastecommand.cpp +++ b/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/cutpastecommand.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include "cutpastecommand.hpp" diff --git a/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/cutpastecommand.hpp b/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/cutpastecommand.hpp index d6f648d5..4d263e51 100644 --- a/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/cutpastecommand.hpp +++ b/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/cutpastecommand.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/deletetilescommand.cpp b/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/deletetilescommand.cpp index ab2bc2e2..9eff5259 100644 --- a/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/deletetilescommand.cpp +++ b/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/deletetilescommand.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/deletetilescommand.hpp b/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/deletetilescommand.hpp index d96be816..792848b3 100644 --- a/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/deletetilescommand.hpp +++ b/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/deletetilescommand.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/drawcommand.cpp b/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/drawcommand.cpp index 1353d5e3..6217f8fd 100644 --- a/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/drawcommand.cpp +++ b/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/drawcommand.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include "drawcommand.hpp" diff --git a/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/drawcommand.hpp b/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/drawcommand.hpp index 3c0befeb..593ade1d 100644 --- a/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/drawcommand.hpp +++ b/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/drawcommand.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/inserttilescommand.cpp b/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/inserttilescommand.cpp index 99d0d52d..3a986439 100644 --- a/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/inserttilescommand.cpp +++ b/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/inserttilescommand.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include "inserttilescommand.hpp" diff --git a/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/inserttilescommand.hpp b/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/inserttilescommand.hpp index 4bbb32b3..5761c9a3 100644 --- a/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/inserttilescommand.hpp +++ b/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/inserttilescommand.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/palettechangecommand.cpp b/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/palettechangecommand.cpp index 6166ce8d..741ad01c 100644 --- a/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/palettechangecommand.cpp +++ b/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/palettechangecommand.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include "palettechangecommand.hpp" diff --git a/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/palettechangecommand.hpp b/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/palettechangecommand.hpp index c4540b74..3be318e6 100644 --- a/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/palettechangecommand.hpp +++ b/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/palettechangecommand.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/rmsubsheetcommand.cpp b/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/rmsubsheetcommand.cpp index 5b8108f0..8246c9ff 100644 --- a/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/rmsubsheetcommand.cpp +++ b/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/rmsubsheetcommand.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include "rmsubsheetcommand.hpp" diff --git a/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/rmsubsheetcommand.hpp b/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/rmsubsheetcommand.hpp index f65e963e..0b0f9cec 100644 --- a/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/rmsubsheetcommand.hpp +++ b/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/rmsubsheetcommand.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/updatesubsheetcommand.cpp b/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/updatesubsheetcommand.cpp index 56a4e759..f5e38067 100644 --- a/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/updatesubsheetcommand.cpp +++ b/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/updatesubsheetcommand.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include "updatesubsheetcommand.hpp" diff --git a/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/updatesubsheetcommand.hpp b/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/updatesubsheetcommand.hpp index fbfaebb4..7bdb617e 100644 --- a/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/updatesubsheetcommand.hpp +++ b/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/updatesubsheetcommand.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/modules/core/src/studio/tilesheeteditor/tilesheeteditor-imgui.cpp b/src/nostalgia/modules/core/src/studio/tilesheeteditor/tilesheeteditor-imgui.cpp index 4f781f99..ad047abd 100644 --- a/src/nostalgia/modules/core/src/studio/tilesheeteditor/tilesheeteditor-imgui.cpp +++ b/src/nostalgia/modules/core/src/studio/tilesheeteditor/tilesheeteditor-imgui.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/nostalgia/modules/core/src/studio/tilesheeteditor/tilesheeteditor-imgui.hpp b/src/nostalgia/modules/core/src/studio/tilesheeteditor/tilesheeteditor-imgui.hpp index 7ad6f273..40acda3b 100644 --- a/src/nostalgia/modules/core/src/studio/tilesheeteditor/tilesheeteditor-imgui.hpp +++ b/src/nostalgia/modules/core/src/studio/tilesheeteditor/tilesheeteditor-imgui.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/modules/core/src/studio/tilesheeteditor/tilesheeteditormodel.cpp b/src/nostalgia/modules/core/src/studio/tilesheeteditor/tilesheeteditormodel.cpp index bfef4a27..b3acb13f 100644 --- a/src/nostalgia/modules/core/src/studio/tilesheeteditor/tilesheeteditormodel.cpp +++ b/src/nostalgia/modules/core/src/studio/tilesheeteditor/tilesheeteditormodel.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ diff --git a/src/nostalgia/modules/core/src/studio/tilesheeteditor/tilesheeteditormodel.hpp b/src/nostalgia/modules/core/src/studio/tilesheeteditor/tilesheeteditormodel.hpp index fcceb58b..6dd03b65 100644 --- a/src/nostalgia/modules/core/src/studio/tilesheeteditor/tilesheeteditormodel.hpp +++ b/src/nostalgia/modules/core/src/studio/tilesheeteditor/tilesheeteditormodel.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/modules/core/src/studio/tilesheeteditor/tilesheeteditorview.cpp b/src/nostalgia/modules/core/src/studio/tilesheeteditor/tilesheeteditorview.cpp index 7b1c3188..0cf1d87d 100644 --- a/src/nostalgia/modules/core/src/studio/tilesheeteditor/tilesheeteditorview.cpp +++ b/src/nostalgia/modules/core/src/studio/tilesheeteditor/tilesheeteditorview.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/nostalgia/modules/core/src/studio/tilesheeteditor/tilesheeteditorview.hpp b/src/nostalgia/modules/core/src/studio/tilesheeteditor/tilesheeteditorview.hpp index 52897386..5c0d11f5 100644 --- a/src/nostalgia/modules/core/src/studio/tilesheeteditor/tilesheeteditorview.hpp +++ b/src/nostalgia/modules/core/src/studio/tilesheeteditor/tilesheeteditorview.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/modules/core/src/studio/tilesheeteditor/tilesheetpixelgrid.cpp b/src/nostalgia/modules/core/src/studio/tilesheeteditor/tilesheetpixelgrid.cpp index bd68bff1..e38cb40b 100644 --- a/src/nostalgia/modules/core/src/studio/tilesheeteditor/tilesheetpixelgrid.cpp +++ b/src/nostalgia/modules/core/src/studio/tilesheeteditor/tilesheetpixelgrid.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/nostalgia/modules/core/src/studio/tilesheeteditor/tilesheetpixelgrid.hpp b/src/nostalgia/modules/core/src/studio/tilesheeteditor/tilesheetpixelgrid.hpp index 1c7a8ed0..f1690d88 100644 --- a/src/nostalgia/modules/core/src/studio/tilesheeteditor/tilesheetpixelgrid.hpp +++ b/src/nostalgia/modules/core/src/studio/tilesheeteditor/tilesheetpixelgrid.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/modules/core/src/studio/tilesheeteditor/tilesheetpixels.cpp b/src/nostalgia/modules/core/src/studio/tilesheeteditor/tilesheetpixels.cpp index 2fa55a3e..b97e9685 100644 --- a/src/nostalgia/modules/core/src/studio/tilesheeteditor/tilesheetpixels.cpp +++ b/src/nostalgia/modules/core/src/studio/tilesheeteditor/tilesheetpixels.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/nostalgia/modules/core/src/studio/tilesheeteditor/tilesheetpixels.hpp b/src/nostalgia/modules/core/src/studio/tilesheeteditor/tilesheetpixels.hpp index f8bc34fd..f9fabea4 100644 --- a/src/nostalgia/modules/core/src/studio/tilesheeteditor/tilesheetpixels.hpp +++ b/src/nostalgia/modules/core/src/studio/tilesheeteditor/tilesheetpixels.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/modules/core/src/tilesheet.cpp b/src/nostalgia/modules/core/src/tilesheet.cpp index d82ac5f3..3856b958 100644 --- a/src/nostalgia/modules/core/src/tilesheet.cpp +++ b/src/nostalgia/modules/core/src/tilesheet.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/nostalgia/modules/core/test/tests.cpp b/src/nostalgia/modules/core/test/tests.cpp index 1d468125..03c59fc6 100644 --- a/src/nostalgia/modules/core/test/tests.cpp +++ b/src/nostalgia/modules/core/test/tests.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #undef NDEBUG diff --git a/src/nostalgia/modules/keelmodules.cpp b/src/nostalgia/modules/keelmodules.cpp index 15901fac..00f4745b 100644 --- a/src/nostalgia/modules/keelmodules.cpp +++ b/src/nostalgia/modules/keelmodules.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/nostalgia/modules/keelmodules.hpp b/src/nostalgia/modules/keelmodules.hpp index 0247ed22..2226cd18 100644 --- a/src/nostalgia/modules/keelmodules.hpp +++ b/src/nostalgia/modules/keelmodules.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/modules/scene/include/nostalgia/scene/keelmodule.hpp b/src/nostalgia/modules/scene/include/nostalgia/scene/keelmodule.hpp index 2404e9ee..e972b851 100644 --- a/src/nostalgia/modules/scene/include/nostalgia/scene/keelmodule.hpp +++ b/src/nostalgia/modules/scene/include/nostalgia/scene/keelmodule.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/modules/scene/include/nostalgia/scene/scene.hpp b/src/nostalgia/modules/scene/include/nostalgia/scene/scene.hpp index 8555dda9..7863d791 100644 --- a/src/nostalgia/modules/scene/include/nostalgia/scene/scene.hpp +++ b/src/nostalgia/modules/scene/include/nostalgia/scene/scene.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/modules/scene/include/nostalgia/scene/scenestatic.hpp b/src/nostalgia/modules/scene/include/nostalgia/scene/scenestatic.hpp index 3cc9825a..19747c9c 100644 --- a/src/nostalgia/modules/scene/include/nostalgia/scene/scenestatic.hpp +++ b/src/nostalgia/modules/scene/include/nostalgia/scene/scenestatic.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/modules/scene/include/nostalgia/scene/studiomodule.hpp b/src/nostalgia/modules/scene/include/nostalgia/scene/studiomodule.hpp index 6eeed6ff..82902e04 100644 --- a/src/nostalgia/modules/scene/include/nostalgia/scene/studiomodule.hpp +++ b/src/nostalgia/modules/scene/include/nostalgia/scene/studiomodule.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/modules/scene/src/keel/keelmodule.cpp b/src/nostalgia/modules/scene/src/keel/keelmodule.cpp index 534d5843..f99d28d8 100644 --- a/src/nostalgia/modules/scene/src/keel/keelmodule.cpp +++ b/src/nostalgia/modules/scene/src/keel/keelmodule.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/nostalgia/modules/scene/src/keel/typeconv.cpp b/src/nostalgia/modules/scene/src/keel/typeconv.cpp index ede20690..f9c51fcd 100644 --- a/src/nostalgia/modules/scene/src/keel/typeconv.cpp +++ b/src/nostalgia/modules/scene/src/keel/typeconv.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/nostalgia/modules/scene/src/keel/typeconv.hpp b/src/nostalgia/modules/scene/src/keel/typeconv.hpp index b6fe8d84..0654d00c 100644 --- a/src/nostalgia/modules/scene/src/keel/typeconv.hpp +++ b/src/nostalgia/modules/scene/src/keel/typeconv.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/modules/scene/src/scene.cpp b/src/nostalgia/modules/scene/src/scene.cpp index aa08f354..558e76d1 100644 --- a/src/nostalgia/modules/scene/src/scene.cpp +++ b/src/nostalgia/modules/scene/src/scene.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/nostalgia/modules/scene/src/scenestatic.cpp b/src/nostalgia/modules/scene/src/scenestatic.cpp index fc298602..18e3aaaf 100644 --- a/src/nostalgia/modules/scene/src/scenestatic.cpp +++ b/src/nostalgia/modules/scene/src/scenestatic.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/nostalgia/modules/scene/src/studio/sceneeditor-imgui.cpp b/src/nostalgia/modules/scene/src/studio/sceneeditor-imgui.cpp index b7891a89..8a7416ca 100644 --- a/src/nostalgia/modules/scene/src/studio/sceneeditor-imgui.cpp +++ b/src/nostalgia/modules/scene/src/studio/sceneeditor-imgui.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/nostalgia/modules/scene/src/studio/sceneeditor-imgui.hpp b/src/nostalgia/modules/scene/src/studio/sceneeditor-imgui.hpp index 24bc0b65..26dc62ac 100644 --- a/src/nostalgia/modules/scene/src/studio/sceneeditor-imgui.hpp +++ b/src/nostalgia/modules/scene/src/studio/sceneeditor-imgui.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/modules/scene/src/studio/sceneeditor.cpp b/src/nostalgia/modules/scene/src/studio/sceneeditor.cpp index 50788ab1..7c5c0177 100644 --- a/src/nostalgia/modules/scene/src/studio/sceneeditor.cpp +++ b/src/nostalgia/modules/scene/src/studio/sceneeditor.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/nostalgia/modules/scene/src/studio/sceneeditor.hpp b/src/nostalgia/modules/scene/src/studio/sceneeditor.hpp index 6891d230..7d7962a7 100644 --- a/src/nostalgia/modules/scene/src/studio/sceneeditor.hpp +++ b/src/nostalgia/modules/scene/src/studio/sceneeditor.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/modules/scene/src/studio/sceneeditorview.cpp b/src/nostalgia/modules/scene/src/studio/sceneeditorview.cpp index fabba292..6d0776f6 100644 --- a/src/nostalgia/modules/scene/src/studio/sceneeditorview.cpp +++ b/src/nostalgia/modules/scene/src/studio/sceneeditorview.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/nostalgia/modules/scene/src/studio/sceneeditorview.hpp b/src/nostalgia/modules/scene/src/studio/sceneeditorview.hpp index 276839f6..c1f29910 100644 --- a/src/nostalgia/modules/scene/src/studio/sceneeditorview.hpp +++ b/src/nostalgia/modules/scene/src/studio/sceneeditorview.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/modules/scene/src/studio/studiomodule.cpp b/src/nostalgia/modules/scene/src/studio/studiomodule.cpp index e622c5a8..564fd194 100644 --- a/src/nostalgia/modules/scene/src/studio/studiomodule.cpp +++ b/src/nostalgia/modules/scene/src/studio/studiomodule.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/nostalgia/modules/studiomodules.cpp b/src/nostalgia/modules/studiomodules.cpp index c9c78dfc..ead8a18b 100644 --- a/src/nostalgia/modules/studiomodules.cpp +++ b/src/nostalgia/modules/studiomodules.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/nostalgia/modules/studiomodules.hpp b/src/nostalgia/modules/studiomodules.hpp index 3f4bb729..6c4dfc7a 100644 --- a/src/nostalgia/modules/studiomodules.hpp +++ b/src/nostalgia/modules/studiomodules.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/player/app.cpp b/src/nostalgia/player/app.cpp index 7a531f11..a2d20ea8 100644 --- a/src/nostalgia/player/app.cpp +++ b/src/nostalgia/player/app.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/nostalgia/player/app.hpp b/src/nostalgia/player/app.hpp index 04e73a58..34357153 100644 --- a/src/nostalgia/player/app.hpp +++ b/src/nostalgia/player/app.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/olympic/applib/applib.cpp b/src/olympic/applib/applib.cpp index 3bb02107..ac1a7e8d 100644 --- a/src/olympic/applib/applib.cpp +++ b/src/olympic/applib/applib.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/olympic/keel/include/keel/asset.hpp b/src/olympic/keel/include/keel/asset.hpp index a3d5da7a..35d53e61 100644 --- a/src/olympic/keel/include/keel/asset.hpp +++ b/src/olympic/keel/include/keel/asset.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/olympic/keel/include/keel/assetmanager.hpp b/src/olympic/keel/include/keel/assetmanager.hpp index 5c22a702..4c8ae38d 100644 --- a/src/olympic/keel/include/keel/assetmanager.hpp +++ b/src/olympic/keel/include/keel/assetmanager.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/olympic/keel/include/keel/context.hpp b/src/olympic/keel/include/keel/context.hpp index a34d8a18..a64fd610 100644 --- a/src/olympic/keel/include/keel/context.hpp +++ b/src/olympic/keel/include/keel/context.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/olympic/keel/include/keel/keel.hpp b/src/olympic/keel/include/keel/keel.hpp index 203bb157..f03b2bbb 100644 --- a/src/olympic/keel/include/keel/keel.hpp +++ b/src/olympic/keel/include/keel/keel.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/olympic/keel/include/keel/media.hpp b/src/olympic/keel/include/keel/media.hpp index 17646fd3..7accfae9 100644 --- a/src/olympic/keel/include/keel/media.hpp +++ b/src/olympic/keel/include/keel/media.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/olympic/keel/include/keel/module.hpp b/src/olympic/keel/include/keel/module.hpp index 6d17a1bf..4dab0b28 100644 --- a/src/olympic/keel/include/keel/module.hpp +++ b/src/olympic/keel/include/keel/module.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/olympic/keel/include/keel/pack.hpp b/src/olympic/keel/include/keel/pack.hpp index 658bad6e..417e51ad 100644 --- a/src/olympic/keel/include/keel/pack.hpp +++ b/src/olympic/keel/include/keel/pack.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/olympic/keel/include/keel/typeconv.hpp b/src/olympic/keel/include/keel/typeconv.hpp index d4dde272..7041e250 100644 --- a/src/olympic/keel/include/keel/typeconv.hpp +++ b/src/olympic/keel/include/keel/typeconv.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/olympic/keel/include/keel/typestore.hpp b/src/olympic/keel/include/keel/typestore.hpp index 619c050b..106b91b0 100644 --- a/src/olympic/keel/include/keel/typestore.hpp +++ b/src/olympic/keel/include/keel/typestore.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/olympic/keel/include/keel/validation.hpp b/src/olympic/keel/include/keel/validation.hpp index 71f2a597..2c9a16ad 100644 --- a/src/olympic/keel/include/keel/validation.hpp +++ b/src/olympic/keel/include/keel/validation.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/olympic/keel/src/asset.cpp b/src/olympic/keel/src/asset.cpp index b24ab975..d4d907ef 100644 --- a/src/olympic/keel/src/asset.cpp +++ b/src/olympic/keel/src/asset.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/olympic/keel/src/keel.cpp b/src/olympic/keel/src/keel.cpp index dbaf50a8..9f857703 100644 --- a/src/olympic/keel/src/keel.cpp +++ b/src/olympic/keel/src/keel.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/olympic/keel/src/media.cpp b/src/olympic/keel/src/media.cpp index fdbb0111..ff1b708f 100644 --- a/src/olympic/keel/src/media.cpp +++ b/src/olympic/keel/src/media.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/olympic/keel/src/module.cpp b/src/olympic/keel/src/module.cpp index 5fd00124..7a0357ae 100644 --- a/src/olympic/keel/src/module.cpp +++ b/src/olympic/keel/src/module.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/olympic/keel/src/pack-applib.cpp b/src/olympic/keel/src/pack-applib.cpp index b57b1195..15832133 100644 --- a/src/olympic/keel/src/pack-applib.cpp +++ b/src/olympic/keel/src/pack-applib.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/olympic/keel/src/pack.cpp b/src/olympic/keel/src/pack.cpp index 87144168..301ffe49 100644 --- a/src/olympic/keel/src/pack.cpp +++ b/src/olympic/keel/src/pack.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/olympic/keel/src/typeconv.cpp b/src/olympic/keel/src/typeconv.cpp index cd6ff7fe..aeb598b9 100644 --- a/src/olympic/keel/src/typeconv.cpp +++ b/src/olympic/keel/src/typeconv.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/olympic/keel/src/typestore.cpp b/src/olympic/keel/src/typestore.cpp index f1714004..fb7970a5 100644 --- a/src/olympic/keel/src/typestore.cpp +++ b/src/olympic/keel/src/typestore.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/olympic/keel/test/tests.cpp b/src/olympic/keel/test/tests.cpp index c3ee316b..f4681d92 100644 --- a/src/olympic/keel/test/tests.cpp +++ b/src/olympic/keel/test/tests.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #undef NDEBUG diff --git a/src/olympic/studio/applib/include/studioapp/studioapp.hpp b/src/olympic/studio/applib/include/studioapp/studioapp.hpp index 460c006a..53ad4915 100644 --- a/src/olympic/studio/applib/include/studioapp/studioapp.hpp +++ b/src/olympic/studio/applib/include/studioapp/studioapp.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/olympic/studio/applib/src/aboutpopup.cpp b/src/olympic/studio/applib/src/aboutpopup.cpp index 0a5ca956..005b52f8 100644 --- a/src/olympic/studio/applib/src/aboutpopup.cpp +++ b/src/olympic/studio/applib/src/aboutpopup.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/olympic/studio/applib/src/aboutpopup.hpp b/src/olympic/studio/applib/src/aboutpopup.hpp index 39e8c407..d8a2e824 100644 --- a/src/olympic/studio/applib/src/aboutpopup.hpp +++ b/src/olympic/studio/applib/src/aboutpopup.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/olympic/studio/applib/src/clawviewer.cpp b/src/olympic/studio/applib/src/clawviewer.cpp index ad8466e0..65f895e5 100644 --- a/src/olympic/studio/applib/src/clawviewer.cpp +++ b/src/olympic/studio/applib/src/clawviewer.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/olympic/studio/applib/src/clawviewer.hpp b/src/olympic/studio/applib/src/clawviewer.hpp index 3be1f96c..50f7bd59 100644 --- a/src/olympic/studio/applib/src/clawviewer.hpp +++ b/src/olympic/studio/applib/src/clawviewer.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/olympic/studio/applib/src/filedialogmanager.cpp b/src/olympic/studio/applib/src/filedialogmanager.cpp index 28187d74..bb4c9413 100644 --- a/src/olympic/studio/applib/src/filedialogmanager.cpp +++ b/src/olympic/studio/applib/src/filedialogmanager.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/olympic/studio/applib/src/filedialogmanager.hpp b/src/olympic/studio/applib/src/filedialogmanager.hpp index 42b0dd9e..e712188a 100644 --- a/src/olympic/studio/applib/src/filedialogmanager.hpp +++ b/src/olympic/studio/applib/src/filedialogmanager.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/olympic/studio/applib/src/main.cpp b/src/olympic/studio/applib/src/main.cpp index 6b229ce8..440b070c 100644 --- a/src/olympic/studio/applib/src/main.cpp +++ b/src/olympic/studio/applib/src/main.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/olympic/studio/applib/src/newmenu.cpp b/src/olympic/studio/applib/src/newmenu.cpp index e8e8c53b..806e3dcf 100644 --- a/src/olympic/studio/applib/src/newmenu.cpp +++ b/src/olympic/studio/applib/src/newmenu.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/olympic/studio/applib/src/newmenu.hpp b/src/olympic/studio/applib/src/newmenu.hpp index 658e72eb..c8ac34ed 100644 --- a/src/olympic/studio/applib/src/newmenu.hpp +++ b/src/olympic/studio/applib/src/newmenu.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/olympic/studio/applib/src/newproject.cpp b/src/olympic/studio/applib/src/newproject.cpp index 6957791c..a3f00995 100644 --- a/src/olympic/studio/applib/src/newproject.cpp +++ b/src/olympic/studio/applib/src/newproject.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/olympic/studio/applib/src/newproject.hpp b/src/olympic/studio/applib/src/newproject.hpp index ce6914ba..14e6e502 100644 --- a/src/olympic/studio/applib/src/newproject.hpp +++ b/src/olympic/studio/applib/src/newproject.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/olympic/studio/applib/src/projectexplorer.cpp b/src/olympic/studio/applib/src/projectexplorer.cpp index 76ed4dc5..0a058422 100644 --- a/src/olympic/studio/applib/src/projectexplorer.cpp +++ b/src/olympic/studio/applib/src/projectexplorer.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/olympic/studio/applib/src/projectexplorer.hpp b/src/olympic/studio/applib/src/projectexplorer.hpp index 1e3cc732..8341670d 100644 --- a/src/olympic/studio/applib/src/projectexplorer.hpp +++ b/src/olympic/studio/applib/src/projectexplorer.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/olympic/studio/applib/src/projecttreemodel.cpp b/src/olympic/studio/applib/src/projecttreemodel.cpp index 5d0eb874..40d98dc0 100644 --- a/src/olympic/studio/applib/src/projecttreemodel.cpp +++ b/src/olympic/studio/applib/src/projecttreemodel.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/olympic/studio/applib/src/projecttreemodel.hpp b/src/olympic/studio/applib/src/projecttreemodel.hpp index ce6be794..6e205051 100644 --- a/src/olympic/studio/applib/src/projecttreemodel.hpp +++ b/src/olympic/studio/applib/src/projecttreemodel.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/olympic/studio/applib/src/studioapp.cpp b/src/olympic/studio/applib/src/studioapp.cpp index 204bfbf8..1fbea6eb 100644 --- a/src/olympic/studio/applib/src/studioapp.cpp +++ b/src/olympic/studio/applib/src/studioapp.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/olympic/studio/applib/src/studioapp.hpp b/src/olympic/studio/applib/src/studioapp.hpp index b0534d77..92cefaa1 100644 --- a/src/olympic/studio/applib/src/studioapp.hpp +++ b/src/olympic/studio/applib/src/studioapp.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/olympic/studio/modlib/include/studio/configio.hpp b/src/olympic/studio/modlib/include/studio/configio.hpp index edf4dd8d..dae06f90 100644 --- a/src/olympic/studio/modlib/include/studio/configio.hpp +++ b/src/olympic/studio/modlib/include/studio/configio.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/olympic/studio/modlib/include/studio/context.hpp b/src/olympic/studio/modlib/include/studio/context.hpp index 16ca8d13..970d27e9 100644 --- a/src/olympic/studio/modlib/include/studio/context.hpp +++ b/src/olympic/studio/modlib/include/studio/context.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/olympic/studio/modlib/include/studio/editor.hpp b/src/olympic/studio/modlib/include/studio/editor.hpp index 548d2add..14a2440a 100644 --- a/src/olympic/studio/modlib/include/studio/editor.hpp +++ b/src/olympic/studio/modlib/include/studio/editor.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/olympic/studio/modlib/include/studio/filedialog.hpp b/src/olympic/studio/modlib/include/studio/filedialog.hpp index f79b5683..c1a491ff 100644 --- a/src/olympic/studio/modlib/include/studio/filedialog.hpp +++ b/src/olympic/studio/modlib/include/studio/filedialog.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/olympic/studio/modlib/include/studio/imguiutil.hpp b/src/olympic/studio/modlib/include/studio/imguiutil.hpp index 00f0ad9e..2ef22c38 100644 --- a/src/olympic/studio/modlib/include/studio/imguiutil.hpp +++ b/src/olympic/studio/modlib/include/studio/imguiutil.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/olympic/studio/modlib/include/studio/itemmaker.hpp b/src/olympic/studio/modlib/include/studio/itemmaker.hpp index e1647bec..ec2f79b6 100644 --- a/src/olympic/studio/modlib/include/studio/itemmaker.hpp +++ b/src/olympic/studio/modlib/include/studio/itemmaker.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/olympic/studio/modlib/include/studio/module.hpp b/src/olympic/studio/modlib/include/studio/module.hpp index 78fcd820..8019be0a 100644 --- a/src/olympic/studio/modlib/include/studio/module.hpp +++ b/src/olympic/studio/modlib/include/studio/module.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/olympic/studio/modlib/include/studio/popup.hpp b/src/olympic/studio/modlib/include/studio/popup.hpp index 4f6fb313..40ae00f3 100644 --- a/src/olympic/studio/modlib/include/studio/popup.hpp +++ b/src/olympic/studio/modlib/include/studio/popup.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/olympic/studio/modlib/include/studio/project.hpp b/src/olympic/studio/modlib/include/studio/project.hpp index f2f88fbc..dc13901c 100644 --- a/src/olympic/studio/modlib/include/studio/project.hpp +++ b/src/olympic/studio/modlib/include/studio/project.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/olympic/studio/modlib/include/studio/selectiontracker.hpp b/src/olympic/studio/modlib/include/studio/selectiontracker.hpp index 1859f942..35173b04 100644 --- a/src/olympic/studio/modlib/include/studio/selectiontracker.hpp +++ b/src/olympic/studio/modlib/include/studio/selectiontracker.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/olympic/studio/modlib/include/studio/studio.hpp b/src/olympic/studio/modlib/include/studio/studio.hpp index 674186e1..b18e8263 100644 --- a/src/olympic/studio/modlib/include/studio/studio.hpp +++ b/src/olympic/studio/modlib/include/studio/studio.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/olympic/studio/modlib/include/studio/task.hpp b/src/olympic/studio/modlib/include/studio/task.hpp index 2730b092..5c69fb72 100644 --- a/src/olympic/studio/modlib/include/studio/task.hpp +++ b/src/olympic/studio/modlib/include/studio/task.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/olympic/studio/modlib/include/studio/undocommand.hpp b/src/olympic/studio/modlib/include/studio/undocommand.hpp index 6f41d0df..c7271b24 100644 --- a/src/olympic/studio/modlib/include/studio/undocommand.hpp +++ b/src/olympic/studio/modlib/include/studio/undocommand.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/olympic/studio/modlib/include/studio/undostack.hpp b/src/olympic/studio/modlib/include/studio/undostack.hpp index b6a5d562..c8b0df1b 100644 --- a/src/olympic/studio/modlib/include/studio/undostack.hpp +++ b/src/olympic/studio/modlib/include/studio/undostack.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/olympic/studio/modlib/include/studio/widget.hpp b/src/olympic/studio/modlib/include/studio/widget.hpp index 0b08ddfd..844e27cc 100644 --- a/src/olympic/studio/modlib/include/studio/widget.hpp +++ b/src/olympic/studio/modlib/include/studio/widget.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/olympic/studio/modlib/src/configio.cpp b/src/olympic/studio/modlib/src/configio.cpp index c9379275..af3b59c0 100644 --- a/src/olympic/studio/modlib/src/configio.cpp +++ b/src/olympic/studio/modlib/src/configio.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/olympic/studio/modlib/src/editor.cpp b/src/olympic/studio/modlib/src/editor.cpp index de5e6527..04917530 100644 --- a/src/olympic/studio/modlib/src/editor.cpp +++ b/src/olympic/studio/modlib/src/editor.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/olympic/studio/modlib/src/filedialog_nfd.cpp b/src/olympic/studio/modlib/src/filedialog_nfd.cpp index 38744ae7..ac9707e6 100644 --- a/src/olympic/studio/modlib/src/filedialog_nfd.cpp +++ b/src/olympic/studio/modlib/src/filedialog_nfd.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/olympic/studio/modlib/src/imguiutil.cpp b/src/olympic/studio/modlib/src/imguiutil.cpp index b24fab7e..be7d946d 100644 --- a/src/olympic/studio/modlib/src/imguiutil.cpp +++ b/src/olympic/studio/modlib/src/imguiutil.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/olympic/studio/modlib/src/module.cpp b/src/olympic/studio/modlib/src/module.cpp index c26acbd5..b2fccce4 100644 --- a/src/olympic/studio/modlib/src/module.cpp +++ b/src/olympic/studio/modlib/src/module.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/olympic/studio/modlib/src/popup.cpp b/src/olympic/studio/modlib/src/popup.cpp index 65a3d097..a31e859f 100644 --- a/src/olympic/studio/modlib/src/popup.cpp +++ b/src/olympic/studio/modlib/src/popup.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/olympic/studio/modlib/src/project.cpp b/src/olympic/studio/modlib/src/project.cpp index 15525c33..84acad60 100644 --- a/src/olympic/studio/modlib/src/project.cpp +++ b/src/olympic/studio/modlib/src/project.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/olympic/studio/modlib/src/task.cpp b/src/olympic/studio/modlib/src/task.cpp index 9aa202a1..fe6a2cd8 100644 --- a/src/olympic/studio/modlib/src/task.cpp +++ b/src/olympic/studio/modlib/src/task.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/olympic/studio/modlib/src/undocommand.cpp b/src/olympic/studio/modlib/src/undocommand.cpp index 2f60ad16..bb63d7cd 100644 --- a/src/olympic/studio/modlib/src/undocommand.cpp +++ b/src/olympic/studio/modlib/src/undocommand.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/olympic/studio/modlib/src/undostack.cpp b/src/olympic/studio/modlib/src/undostack.cpp index dc51354b..f6725017 100644 --- a/src/olympic/studio/modlib/src/undostack.cpp +++ b/src/olympic/studio/modlib/src/undostack.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/olympic/turbine/include/turbine/clipboard.hpp b/src/olympic/turbine/include/turbine/clipboard.hpp index 2b88d867..ffd4122a 100644 --- a/src/olympic/turbine/include/turbine/clipboard.hpp +++ b/src/olympic/turbine/include/turbine/clipboard.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/olympic/turbine/include/turbine/context.hpp b/src/olympic/turbine/include/turbine/context.hpp index 2108f082..c4f8416d 100644 --- a/src/olympic/turbine/include/turbine/context.hpp +++ b/src/olympic/turbine/include/turbine/context.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/olympic/turbine/include/turbine/event.hpp b/src/olympic/turbine/include/turbine/event.hpp index a8f8c02d..9f415e98 100644 --- a/src/olympic/turbine/include/turbine/event.hpp +++ b/src/olympic/turbine/include/turbine/event.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/olympic/turbine/include/turbine/gfx.hpp b/src/olympic/turbine/include/turbine/gfx.hpp index 5ff11ba3..b6183907 100644 --- a/src/olympic/turbine/include/turbine/gfx.hpp +++ b/src/olympic/turbine/include/turbine/gfx.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/olympic/turbine/include/turbine/input.hpp b/src/olympic/turbine/include/turbine/input.hpp index d2ad2849..20667cb9 100644 --- a/src/olympic/turbine/include/turbine/input.hpp +++ b/src/olympic/turbine/include/turbine/input.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/olympic/turbine/include/turbine/turbine.hpp b/src/olympic/turbine/include/turbine/turbine.hpp index aa6cfc62..e5fa4b1d 100644 --- a/src/olympic/turbine/include/turbine/turbine.hpp +++ b/src/olympic/turbine/include/turbine/turbine.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/olympic/turbine/src/gba/clipboard.cpp b/src/olympic/turbine/src/gba/clipboard.cpp index 03a74ae9..46e29f07 100644 --- a/src/olympic/turbine/src/gba/clipboard.cpp +++ b/src/olympic/turbine/src/gba/clipboard.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/olympic/turbine/src/gba/config.hpp b/src/olympic/turbine/src/gba/config.hpp index 5f6891b8..647eaa44 100644 --- a/src/olympic/turbine/src/gba/config.hpp +++ b/src/olympic/turbine/src/gba/config.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/olympic/turbine/src/gba/context.cpp b/src/olympic/turbine/src/gba/context.cpp index 37a4c710..4cce844e 100644 --- a/src/olympic/turbine/src/gba/context.cpp +++ b/src/olympic/turbine/src/gba/context.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include "context.hpp" diff --git a/src/olympic/turbine/src/gba/context.hpp b/src/olympic/turbine/src/gba/context.hpp index 36d0fc10..664faefc 100644 --- a/src/olympic/turbine/src/gba/context.hpp +++ b/src/olympic/turbine/src/gba/context.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/olympic/turbine/src/gba/event.cpp b/src/olympic/turbine/src/gba/event.cpp index 74218f0a..52e792e6 100644 --- a/src/olympic/turbine/src/gba/event.cpp +++ b/src/olympic/turbine/src/gba/event.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/olympic/turbine/src/gba/gfx.cpp b/src/olympic/turbine/src/gba/gfx.cpp index f9591c8a..393cb745 100644 --- a/src/olympic/turbine/src/gba/gfx.cpp +++ b/src/olympic/turbine/src/gba/gfx.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/olympic/turbine/src/gba/irq.arm.cpp b/src/olympic/turbine/src/gba/irq.arm.cpp index 977d0715..283176e7 100644 --- a/src/olympic/turbine/src/gba/irq.arm.cpp +++ b/src/olympic/turbine/src/gba/irq.arm.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ // NOTE: this file is compiled as ARM and not THUMB, so don't but too much in diff --git a/src/olympic/turbine/src/gba/irqstub.cpp b/src/olympic/turbine/src/gba/irqstub.cpp index 8d3148f8..9cb93c56 100644 --- a/src/olympic/turbine/src/gba/irqstub.cpp +++ b/src/olympic/turbine/src/gba/irqstub.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ // stub for building TeaGBA for PC targets, for purposes of not having to diff --git a/src/olympic/turbine/src/gba/turbine.arm.cpp b/src/olympic/turbine/src/gba/turbine.arm.cpp index 84f02135..12810398 100644 --- a/src/olympic/turbine/src/gba/turbine.arm.cpp +++ b/src/olympic/turbine/src/gba/turbine.arm.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/olympic/turbine/src/gba/turbine.cpp b/src/olympic/turbine/src/gba/turbine.cpp index 068ae4ed..816723d8 100644 --- a/src/olympic/turbine/src/gba/turbine.cpp +++ b/src/olympic/turbine/src/gba/turbine.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/olympic/turbine/src/gba/turbine.hpp b/src/olympic/turbine/src/gba/turbine.hpp index 29312bff..284b2362 100644 --- a/src/olympic/turbine/src/gba/turbine.hpp +++ b/src/olympic/turbine/src/gba/turbine.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/olympic/turbine/src/glfw/clipboard.cpp b/src/olympic/turbine/src/glfw/clipboard.cpp index 65a81aef..88e5238a 100644 --- a/src/olympic/turbine/src/glfw/clipboard.cpp +++ b/src/olympic/turbine/src/glfw/clipboard.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/olympic/turbine/src/glfw/config.hpp b/src/olympic/turbine/src/glfw/config.hpp index 7f84f851..66ac9580 100644 --- a/src/olympic/turbine/src/glfw/config.hpp +++ b/src/olympic/turbine/src/glfw/config.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/olympic/turbine/src/glfw/context.cpp b/src/olympic/turbine/src/glfw/context.cpp index ed83f007..09f906fd 100644 --- a/src/olympic/turbine/src/glfw/context.cpp +++ b/src/olympic/turbine/src/glfw/context.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/olympic/turbine/src/glfw/context.hpp b/src/olympic/turbine/src/glfw/context.hpp index de760dad..80d0f408 100644 --- a/src/olympic/turbine/src/glfw/context.hpp +++ b/src/olympic/turbine/src/glfw/context.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/olympic/turbine/src/glfw/event.cpp b/src/olympic/turbine/src/glfw/event.cpp index 74218f0a..52e792e6 100644 --- a/src/olympic/turbine/src/glfw/event.cpp +++ b/src/olympic/turbine/src/glfw/event.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/olympic/turbine/src/glfw/gfx.cpp b/src/olympic/turbine/src/glfw/gfx.cpp index a5445a8e..058cc496 100644 --- a/src/olympic/turbine/src/glfw/gfx.cpp +++ b/src/olympic/turbine/src/glfw/gfx.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/olympic/turbine/src/glfw/turbine.cpp b/src/olympic/turbine/src/glfw/turbine.cpp index d814823f..b6997c58 100644 --- a/src/olympic/turbine/src/glfw/turbine.cpp +++ b/src/olympic/turbine/src/glfw/turbine.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/olympic/turbine/src/turbine.cpp b/src/olympic/turbine/src/turbine.cpp index 56b24991..2b525071 100644 --- a/src/olympic/turbine/src/turbine.cpp +++ b/src/olympic/turbine/src/turbine.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include From 9f338a7429e4367306ea4cafc86d5e558188b835 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Wed, 8 Jan 2025 23:03:05 -0600 Subject: [PATCH 2/5] [ox] Run liccor --- deps/ox/src/ox/clargs/clargs.cpp | 2 +- deps/ox/src/ox/clargs/clargs.hpp | 2 +- deps/ox/src/ox/claw/claw.hpp | 2 +- deps/ox/src/ox/claw/format.hpp | 2 +- deps/ox/src/ox/claw/read.cpp | 2 +- deps/ox/src/ox/claw/read.hpp | 2 +- deps/ox/src/ox/claw/readclaw.cpp | 2 +- deps/ox/src/ox/claw/test/tests.cpp | 2 +- deps/ox/src/ox/claw/write.cpp | 2 +- deps/ox/src/ox/claw/write.hpp | 2 +- deps/ox/src/ox/event/event.hpp | 2 +- deps/ox/src/ox/event/signal.cpp | 2 +- deps/ox/src/ox/event/signal.hpp | 2 +- deps/ox/src/ox/event/test/tests.cpp | 2 +- deps/ox/src/ox/fs/filestore/filestoretemplate.cpp | 2 +- deps/ox/src/ox/fs/filestore/filestoretemplate.hpp | 2 +- deps/ox/src/ox/fs/filesystem/directory.cpp | 2 +- deps/ox/src/ox/fs/filesystem/directory.hpp | 2 +- deps/ox/src/ox/fs/filesystem/filelocation.cpp | 2 +- deps/ox/src/ox/fs/filesystem/filelocation.hpp | 2 +- deps/ox/src/ox/fs/filesystem/filesystem.cpp | 2 +- deps/ox/src/ox/fs/filesystem/filesystem.hpp | 2 +- deps/ox/src/ox/fs/filesystem/passthroughfs.cpp | 2 +- deps/ox/src/ox/fs/filesystem/passthroughfs.hpp | 2 +- deps/ox/src/ox/fs/filesystem/pathiterator.cpp | 2 +- deps/ox/src/ox/fs/filesystem/pathiterator.hpp | 2 +- deps/ox/src/ox/fs/filesystem/types.hpp | 2 +- deps/ox/src/ox/fs/fs.hpp | 2 +- deps/ox/src/ox/fs/ptrarith/nodebuffer.hpp | 2 +- deps/ox/src/ox/fs/ptrarith/ptr.hpp | 2 +- deps/ox/src/ox/fs/test/tests.cpp | 2 +- deps/ox/src/ox/fs/tool.cpp | 2 +- deps/ox/src/ox/logconn/circularbuff.hpp | 2 +- deps/ox/src/ox/logconn/def.hpp | 2 +- deps/ox/src/ox/logconn/logconn.cpp | 2 +- deps/ox/src/ox/logconn/logconn.hpp | 2 +- deps/ox/src/ox/mc/err.hpp | 2 +- deps/ox/src/ox/mc/intops.hpp | 2 +- deps/ox/src/ox/mc/mc.hpp | 2 +- deps/ox/src/ox/mc/presenceindicator.cpp | 2 +- deps/ox/src/ox/mc/presenceindicator.hpp | 2 +- deps/ox/src/ox/mc/read.cpp | 2 +- deps/ox/src/ox/mc/read.hpp | 2 +- deps/ox/src/ox/mc/test/tests.cpp | 2 +- deps/ox/src/ox/mc/types.hpp | 2 +- deps/ox/src/ox/mc/write.cpp | 2 +- deps/ox/src/ox/mc/write.hpp | 2 +- deps/ox/src/ox/model/def.hpp | 2 +- deps/ox/src/ox/model/descread.hpp | 2 +- deps/ox/src/ox/model/desctypes.cpp | 2 +- deps/ox/src/ox/model/desctypes.hpp | 2 +- deps/ox/src/ox/model/descwrite.cpp | 2 +- deps/ox/src/ox/model/descwrite.hpp | 2 +- deps/ox/src/ox/model/fieldcounter.hpp | 2 +- deps/ox/src/ox/model/metadata.hpp | 2 +- deps/ox/src/ox/model/model.hpp | 2 +- deps/ox/src/ox/model/modelhandleradaptor.hpp | 2 +- deps/ox/src/ox/model/modelops.hpp | 2 +- deps/ox/src/ox/model/modelvalue.cpp | 2 +- deps/ox/src/ox/model/modelvalue.hpp | 2 +- deps/ox/src/ox/model/optype.hpp | 2 +- deps/ox/src/ox/model/test/tests.cpp | 2 +- deps/ox/src/ox/model/typenamecatcher.hpp | 2 +- deps/ox/src/ox/model/types.hpp | 2 +- deps/ox/src/ox/model/typestore.hpp | 2 +- deps/ox/src/ox/model/walk.hpp | 2 +- deps/ox/src/ox/oc/oc.hpp | 2 +- deps/ox/src/ox/oc/read.cpp | 2 +- deps/ox/src/ox/oc/read.hpp | 2 +- deps/ox/src/ox/oc/test/tests.cpp | 2 +- deps/ox/src/ox/oc/write.cpp | 2 +- deps/ox/src/ox/oc/write.hpp | 2 +- deps/ox/src/ox/preloader/alignmentcatcher.hpp | 2 +- deps/ox/src/ox/preloader/platspecs.hpp | 2 +- deps/ox/src/ox/preloader/preloader.cpp | 2 +- deps/ox/src/ox/preloader/preloader.hpp | 2 +- deps/ox/src/ox/preloader/sizecatcher.hpp | 2 +- deps/ox/src/ox/preloader/unionsizecatcher.hpp | 2 +- deps/ox/src/ox/std/algorithm.hpp | 2 +- deps/ox/src/ox/std/anyptr.hpp | 2 +- deps/ox/src/ox/std/array.hpp | 2 +- deps/ox/src/ox/std/assert.cpp | 2 +- deps/ox/src/ox/std/assert.hpp | 2 +- deps/ox/src/ox/std/basestringview.hpp | 2 +- deps/ox/src/ox/std/bit.cpp | 2 +- deps/ox/src/ox/std/bit.hpp | 2 +- deps/ox/src/ox/std/bounds.hpp | 2 +- deps/ox/src/ox/std/buffer.cpp | 2 +- deps/ox/src/ox/std/buffer.hpp | 2 +- deps/ox/src/ox/std/buildinfo.cpp | 2 +- deps/ox/src/ox/std/buildinfo.hpp | 2 +- deps/ox/src/ox/std/byteswap.cpp | 2 +- deps/ox/src/ox/std/byteswap.hpp | 2 +- deps/ox/src/ox/std/concepts.cpp | 2 +- deps/ox/src/ox/std/concepts.hpp | 2 +- deps/ox/src/ox/std/conv.hpp | 2 +- deps/ox/src/ox/std/cstringview.hpp | 2 +- deps/ox/src/ox/std/cstrops.hpp | 2 +- deps/ox/src/ox/std/def.hpp | 2 +- deps/ox/src/ox/std/defer.hpp | 2 +- deps/ox/src/ox/std/defines.hpp | 2 +- deps/ox/src/ox/std/error.hpp | 2 +- deps/ox/src/ox/std/fmt.cpp | 2 +- deps/ox/src/ox/std/fmt.hpp | 2 +- deps/ox/src/ox/std/hardware.hpp | 2 +- deps/ox/src/ox/std/hash.hpp | 2 +- deps/ox/src/ox/std/hashmap.hpp | 2 +- deps/ox/src/ox/std/heapmgr.cpp | 2 +- deps/ox/src/ox/std/heapmgr.hpp | 2 +- deps/ox/src/ox/std/ignore.hpp | 2 +- deps/ox/src/ox/std/initializerlist.hpp | 2 +- deps/ox/src/ox/std/istring.hpp | 2 +- deps/ox/src/ox/std/iterator.hpp | 2 +- deps/ox/src/ox/std/math.cpp | 2 +- deps/ox/src/ox/std/math.hpp | 2 +- deps/ox/src/ox/std/maybeview.hpp | 2 +- deps/ox/src/ox/std/memops.cpp | 2 +- deps/ox/src/ox/std/memops.hpp | 2 +- deps/ox/src/ox/std/memory.hpp | 2 +- deps/ox/src/ox/std/new.hpp | 2 +- deps/ox/src/ox/std/optional.hpp | 2 +- deps/ox/src/ox/std/pair.hpp | 2 +- deps/ox/src/ox/std/point.hpp | 2 +- deps/ox/src/ox/std/random.cpp | 2 +- deps/ox/src/ox/std/random.hpp | 2 +- deps/ox/src/ox/std/range.hpp | 2 +- deps/ox/src/ox/std/ranges.hpp | 2 +- deps/ox/src/ox/std/reader.cpp | 2 +- deps/ox/src/ox/std/reader.hpp | 2 +- deps/ox/src/ox/std/realstd.hpp | 2 +- deps/ox/src/ox/std/serialize.hpp | 2 +- deps/ox/src/ox/std/size.hpp | 2 +- deps/ox/src/ox/std/smallmap.hpp | 2 +- deps/ox/src/ox/std/source_location.hpp | 2 +- deps/ox/src/ox/std/span.hpp | 2 +- deps/ox/src/ox/std/stacktrace.cpp | 2 +- deps/ox/src/ox/std/stacktrace.hpp | 2 +- deps/ox/src/ox/std/std.hpp | 2 +- deps/ox/src/ox/std/stddef.hpp | 2 +- deps/ox/src/ox/std/strconv.hpp | 2 +- deps/ox/src/ox/std/string.cpp | 2 +- deps/ox/src/ox/std/string.hpp | 2 +- deps/ox/src/ox/std/stringliteral.hpp | 2 +- deps/ox/src/ox/std/stringparam.hpp | 2 +- deps/ox/src/ox/std/stringview.cpp | 2 +- deps/ox/src/ox/std/stringview.hpp | 2 +- deps/ox/src/ox/std/strongint.hpp | 2 +- deps/ox/src/ox/std/strops.cpp | 2 +- deps/ox/src/ox/std/strops.hpp | 2 +- deps/ox/src/ox/std/substitutes.cpp | 2 +- deps/ox/src/ox/std/test/tests.cpp | 2 +- deps/ox/src/ox/std/trace.cpp | 2 +- deps/ox/src/ox/std/trace.hpp | 2 +- deps/ox/src/ox/std/tracehook.cpp | 2 +- deps/ox/src/ox/std/typeinfo.hpp | 2 +- deps/ox/src/ox/std/types.hpp | 2 +- deps/ox/src/ox/std/typetraits.cpp | 2 +- deps/ox/src/ox/std/typetraits.hpp | 2 +- deps/ox/src/ox/std/units.hpp | 2 +- deps/ox/src/ox/std/utility.hpp | 2 +- deps/ox/src/ox/std/uuid.cpp | 2 +- deps/ox/src/ox/std/uuid.hpp | 2 +- deps/ox/src/ox/std/vec.cpp | 2 +- deps/ox/src/ox/std/vec.hpp | 2 +- deps/ox/src/ox/std/vector.hpp | 2 +- deps/ox/src/ox/std/writer.hpp | 2 +- 166 files changed, 166 insertions(+), 166 deletions(-) diff --git a/deps/ox/src/ox/clargs/clargs.cpp b/deps/ox/src/ox/clargs/clargs.cpp index 475ab2fc..e72f364b 100644 --- a/deps/ox/src/ox/clargs/clargs.cpp +++ b/deps/ox/src/ox/clargs/clargs.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/clargs/clargs.hpp b/deps/ox/src/ox/clargs/clargs.hpp index ee54b4a3..4f53b908 100644 --- a/deps/ox/src/ox/clargs/clargs.hpp +++ b/deps/ox/src/ox/clargs/clargs.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/claw/claw.hpp b/deps/ox/src/ox/claw/claw.hpp index bb4f47c5..d4272e3d 100644 --- a/deps/ox/src/ox/claw/claw.hpp +++ b/deps/ox/src/ox/claw/claw.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/claw/format.hpp b/deps/ox/src/ox/claw/format.hpp index 55dbb637..b64456d4 100644 --- a/deps/ox/src/ox/claw/format.hpp +++ b/deps/ox/src/ox/claw/format.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/claw/read.cpp b/deps/ox/src/ox/claw/read.cpp index 1b0ef86f..91870b54 100644 --- a/deps/ox/src/ox/claw/read.cpp +++ b/deps/ox/src/ox/claw/read.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/claw/read.hpp b/deps/ox/src/ox/claw/read.hpp index bbffa434..b6d69d60 100644 --- a/deps/ox/src/ox/claw/read.hpp +++ b/deps/ox/src/ox/claw/read.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/claw/readclaw.cpp b/deps/ox/src/ox/claw/readclaw.cpp index 607dc5a8..b1915d06 100644 --- a/deps/ox/src/ox/claw/readclaw.cpp +++ b/deps/ox/src/ox/claw/readclaw.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/claw/test/tests.cpp b/deps/ox/src/ox/claw/test/tests.cpp index dfbacb45..a6ef919e 100644 --- a/deps/ox/src/ox/claw/test/tests.cpp +++ b/deps/ox/src/ox/claw/test/tests.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/claw/write.cpp b/deps/ox/src/ox/claw/write.cpp index ec8f7c53..c184be23 100644 --- a/deps/ox/src/ox/claw/write.cpp +++ b/deps/ox/src/ox/claw/write.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/claw/write.hpp b/deps/ox/src/ox/claw/write.hpp index 0d7183aa..d80c7067 100644 --- a/deps/ox/src/ox/claw/write.hpp +++ b/deps/ox/src/ox/claw/write.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/event/event.hpp b/deps/ox/src/ox/event/event.hpp index abf3f3ff..e3d2cc5f 100644 --- a/deps/ox/src/ox/event/event.hpp +++ b/deps/ox/src/ox/event/event.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/event/signal.cpp b/deps/ox/src/ox/event/signal.cpp index e086cb77..a0928f6a 100644 --- a/deps/ox/src/ox/event/signal.cpp +++ b/deps/ox/src/ox/event/signal.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/event/signal.hpp b/deps/ox/src/ox/event/signal.hpp index bb58e7be..f3aacd0b 100644 --- a/deps/ox/src/ox/event/signal.hpp +++ b/deps/ox/src/ox/event/signal.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/event/test/tests.cpp b/deps/ox/src/ox/event/test/tests.cpp index e421c5e2..07b61bc0 100644 --- a/deps/ox/src/ox/event/test/tests.cpp +++ b/deps/ox/src/ox/event/test/tests.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/fs/filestore/filestoretemplate.cpp b/deps/ox/src/ox/fs/filestore/filestoretemplate.cpp index 04274cda..3e3a638c 100644 --- a/deps/ox/src/ox/fs/filestore/filestoretemplate.cpp +++ b/deps/ox/src/ox/fs/filestore/filestoretemplate.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/fs/filestore/filestoretemplate.hpp b/deps/ox/src/ox/fs/filestore/filestoretemplate.hpp index a11da156..392b249a 100644 --- a/deps/ox/src/ox/fs/filestore/filestoretemplate.hpp +++ b/deps/ox/src/ox/fs/filestore/filestoretemplate.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/fs/filesystem/directory.cpp b/deps/ox/src/ox/fs/filesystem/directory.cpp index f87f22a6..648a3f1a 100644 --- a/deps/ox/src/ox/fs/filesystem/directory.cpp +++ b/deps/ox/src/ox/fs/filesystem/directory.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/fs/filesystem/directory.hpp b/deps/ox/src/ox/fs/filesystem/directory.hpp index 616116ab..540ba7ac 100644 --- a/deps/ox/src/ox/fs/filesystem/directory.hpp +++ b/deps/ox/src/ox/fs/filesystem/directory.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/fs/filesystem/filelocation.cpp b/deps/ox/src/ox/fs/filesystem/filelocation.cpp index a8088928..b7c3b181 100644 --- a/deps/ox/src/ox/fs/filesystem/filelocation.cpp +++ b/deps/ox/src/ox/fs/filesystem/filelocation.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/fs/filesystem/filelocation.hpp b/deps/ox/src/ox/fs/filesystem/filelocation.hpp index e106a1e2..796b7e17 100644 --- a/deps/ox/src/ox/fs/filesystem/filelocation.hpp +++ b/deps/ox/src/ox/fs/filesystem/filelocation.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/fs/filesystem/filesystem.cpp b/deps/ox/src/ox/fs/filesystem/filesystem.cpp index 9e097d38..750e4172 100644 --- a/deps/ox/src/ox/fs/filesystem/filesystem.cpp +++ b/deps/ox/src/ox/fs/filesystem/filesystem.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/fs/filesystem/filesystem.hpp b/deps/ox/src/ox/fs/filesystem/filesystem.hpp index 0028e540..e785e4b1 100644 --- a/deps/ox/src/ox/fs/filesystem/filesystem.hpp +++ b/deps/ox/src/ox/fs/filesystem/filesystem.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/fs/filesystem/passthroughfs.cpp b/deps/ox/src/ox/fs/filesystem/passthroughfs.cpp index 5217069d..dc56b9c4 100644 --- a/deps/ox/src/ox/fs/filesystem/passthroughfs.cpp +++ b/deps/ox/src/ox/fs/filesystem/passthroughfs.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/fs/filesystem/passthroughfs.hpp b/deps/ox/src/ox/fs/filesystem/passthroughfs.hpp index 19eeadb9..0a42d829 100644 --- a/deps/ox/src/ox/fs/filesystem/passthroughfs.hpp +++ b/deps/ox/src/ox/fs/filesystem/passthroughfs.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/fs/filesystem/pathiterator.cpp b/deps/ox/src/ox/fs/filesystem/pathiterator.cpp index cf6f237e..07c5dec1 100644 --- a/deps/ox/src/ox/fs/filesystem/pathiterator.cpp +++ b/deps/ox/src/ox/fs/filesystem/pathiterator.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/fs/filesystem/pathiterator.hpp b/deps/ox/src/ox/fs/filesystem/pathiterator.hpp index 33659abe..78819f0d 100644 --- a/deps/ox/src/ox/fs/filesystem/pathiterator.hpp +++ b/deps/ox/src/ox/fs/filesystem/pathiterator.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/fs/filesystem/types.hpp b/deps/ox/src/ox/fs/filesystem/types.hpp index 84ab1618..62de0295 100644 --- a/deps/ox/src/ox/fs/filesystem/types.hpp +++ b/deps/ox/src/ox/fs/filesystem/types.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/fs/fs.hpp b/deps/ox/src/ox/fs/fs.hpp index 6773dbcf..646a5e12 100644 --- a/deps/ox/src/ox/fs/fs.hpp +++ b/deps/ox/src/ox/fs/fs.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/fs/ptrarith/nodebuffer.hpp b/deps/ox/src/ox/fs/ptrarith/nodebuffer.hpp index 4f7b44e7..7171a8a7 100644 --- a/deps/ox/src/ox/fs/ptrarith/nodebuffer.hpp +++ b/deps/ox/src/ox/fs/ptrarith/nodebuffer.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/fs/ptrarith/ptr.hpp b/deps/ox/src/ox/fs/ptrarith/ptr.hpp index c12bb500..a8fea679 100644 --- a/deps/ox/src/ox/fs/ptrarith/ptr.hpp +++ b/deps/ox/src/ox/fs/ptrarith/ptr.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/fs/test/tests.cpp b/deps/ox/src/ox/fs/test/tests.cpp index ec66ee32..bb706b9f 100644 --- a/deps/ox/src/ox/fs/test/tests.cpp +++ b/deps/ox/src/ox/fs/test/tests.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/fs/tool.cpp b/deps/ox/src/ox/fs/tool.cpp index 82e4b4c6..da18878b 100644 --- a/deps/ox/src/ox/fs/tool.cpp +++ b/deps/ox/src/ox/fs/tool.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/logconn/circularbuff.hpp b/deps/ox/src/ox/logconn/circularbuff.hpp index 802ab3a7..d536a04c 100644 --- a/deps/ox/src/ox/logconn/circularbuff.hpp +++ b/deps/ox/src/ox/logconn/circularbuff.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/logconn/def.hpp b/deps/ox/src/ox/logconn/def.hpp index 71b4e72d..260fa0e8 100644 --- a/deps/ox/src/ox/logconn/def.hpp +++ b/deps/ox/src/ox/logconn/def.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/logconn/logconn.cpp b/deps/ox/src/ox/logconn/logconn.cpp index 6bec2997..f027dabd 100644 --- a/deps/ox/src/ox/logconn/logconn.cpp +++ b/deps/ox/src/ox/logconn/logconn.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/logconn/logconn.hpp b/deps/ox/src/ox/logconn/logconn.hpp index fc143698..eb2ced93 100644 --- a/deps/ox/src/ox/logconn/logconn.hpp +++ b/deps/ox/src/ox/logconn/logconn.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/mc/err.hpp b/deps/ox/src/ox/mc/err.hpp index a27be391..bbcf370e 100644 --- a/deps/ox/src/ox/mc/err.hpp +++ b/deps/ox/src/ox/mc/err.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/mc/intops.hpp b/deps/ox/src/ox/mc/intops.hpp index 6e8f6858..fb087a98 100644 --- a/deps/ox/src/ox/mc/intops.hpp +++ b/deps/ox/src/ox/mc/intops.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/mc/mc.hpp b/deps/ox/src/ox/mc/mc.hpp index 234ec94e..2d4949d8 100644 --- a/deps/ox/src/ox/mc/mc.hpp +++ b/deps/ox/src/ox/mc/mc.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/mc/presenceindicator.cpp b/deps/ox/src/ox/mc/presenceindicator.cpp index a7ef0fde..c5055f4a 100644 --- a/deps/ox/src/ox/mc/presenceindicator.cpp +++ b/deps/ox/src/ox/mc/presenceindicator.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/mc/presenceindicator.hpp b/deps/ox/src/ox/mc/presenceindicator.hpp index 6f68e5b1..bc6ed045 100644 --- a/deps/ox/src/ox/mc/presenceindicator.hpp +++ b/deps/ox/src/ox/mc/presenceindicator.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/mc/read.cpp b/deps/ox/src/ox/mc/read.cpp index 88829783..de3e6038 100644 --- a/deps/ox/src/ox/mc/read.cpp +++ b/deps/ox/src/ox/mc/read.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/mc/read.hpp b/deps/ox/src/ox/mc/read.hpp index abb6c39e..282ce445 100644 --- a/deps/ox/src/ox/mc/read.hpp +++ b/deps/ox/src/ox/mc/read.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/mc/test/tests.cpp b/deps/ox/src/ox/mc/test/tests.cpp index e795ba37..180d8ef6 100644 --- a/deps/ox/src/ox/mc/test/tests.cpp +++ b/deps/ox/src/ox/mc/test/tests.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/mc/types.hpp b/deps/ox/src/ox/mc/types.hpp index 1413e51c..df7d8909 100644 --- a/deps/ox/src/ox/mc/types.hpp +++ b/deps/ox/src/ox/mc/types.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/mc/write.cpp b/deps/ox/src/ox/mc/write.cpp index 70d9bcdc..80dea56f 100644 --- a/deps/ox/src/ox/mc/write.cpp +++ b/deps/ox/src/ox/mc/write.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/mc/write.hpp b/deps/ox/src/ox/mc/write.hpp index cfc1a587..ba19e3f3 100644 --- a/deps/ox/src/ox/mc/write.hpp +++ b/deps/ox/src/ox/mc/write.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/model/def.hpp b/deps/ox/src/ox/model/def.hpp index 0599ebdb..4546f3c1 100644 --- a/deps/ox/src/ox/model/def.hpp +++ b/deps/ox/src/ox/model/def.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/model/descread.hpp b/deps/ox/src/ox/model/descread.hpp index 05b8fc17..8699610a 100644 --- a/deps/ox/src/ox/model/descread.hpp +++ b/deps/ox/src/ox/model/descread.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/model/desctypes.cpp b/deps/ox/src/ox/model/desctypes.cpp index 380f245b..f04b9061 100644 --- a/deps/ox/src/ox/model/desctypes.cpp +++ b/deps/ox/src/ox/model/desctypes.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/model/desctypes.hpp b/deps/ox/src/ox/model/desctypes.hpp index f22d2a23..843c22f1 100644 --- a/deps/ox/src/ox/model/desctypes.hpp +++ b/deps/ox/src/ox/model/desctypes.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/model/descwrite.cpp b/deps/ox/src/ox/model/descwrite.cpp index cebd0269..9421d513 100644 --- a/deps/ox/src/ox/model/descwrite.cpp +++ b/deps/ox/src/ox/model/descwrite.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/model/descwrite.hpp b/deps/ox/src/ox/model/descwrite.hpp index 290d5863..4270871c 100644 --- a/deps/ox/src/ox/model/descwrite.hpp +++ b/deps/ox/src/ox/model/descwrite.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/model/fieldcounter.hpp b/deps/ox/src/ox/model/fieldcounter.hpp index b39397d2..206b6fcd 100644 --- a/deps/ox/src/ox/model/fieldcounter.hpp +++ b/deps/ox/src/ox/model/fieldcounter.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/model/metadata.hpp b/deps/ox/src/ox/model/metadata.hpp index c11ebc53..be9c3d94 100644 --- a/deps/ox/src/ox/model/metadata.hpp +++ b/deps/ox/src/ox/model/metadata.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/model/model.hpp b/deps/ox/src/ox/model/model.hpp index 07f6fb06..824fd8fc 100644 --- a/deps/ox/src/ox/model/model.hpp +++ b/deps/ox/src/ox/model/model.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/model/modelhandleradaptor.hpp b/deps/ox/src/ox/model/modelhandleradaptor.hpp index 2853b758..28b6785a 100644 --- a/deps/ox/src/ox/model/modelhandleradaptor.hpp +++ b/deps/ox/src/ox/model/modelhandleradaptor.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/model/modelops.hpp b/deps/ox/src/ox/model/modelops.hpp index f40f678e..4f983561 100644 --- a/deps/ox/src/ox/model/modelops.hpp +++ b/deps/ox/src/ox/model/modelops.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/model/modelvalue.cpp b/deps/ox/src/ox/model/modelvalue.cpp index 839ac717..93744fb8 100644 --- a/deps/ox/src/ox/model/modelvalue.cpp +++ b/deps/ox/src/ox/model/modelvalue.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/model/modelvalue.hpp b/deps/ox/src/ox/model/modelvalue.hpp index 7b178626..3031509c 100644 --- a/deps/ox/src/ox/model/modelvalue.hpp +++ b/deps/ox/src/ox/model/modelvalue.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/model/optype.hpp b/deps/ox/src/ox/model/optype.hpp index f0e473b7..19593cd6 100644 --- a/deps/ox/src/ox/model/optype.hpp +++ b/deps/ox/src/ox/model/optype.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/model/test/tests.cpp b/deps/ox/src/ox/model/test/tests.cpp index 9aea6bff..2c7d46a6 100644 --- a/deps/ox/src/ox/model/test/tests.cpp +++ b/deps/ox/src/ox/model/test/tests.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/model/typenamecatcher.hpp b/deps/ox/src/ox/model/typenamecatcher.hpp index 870ae6e5..ec650096 100644 --- a/deps/ox/src/ox/model/typenamecatcher.hpp +++ b/deps/ox/src/ox/model/typenamecatcher.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/model/types.hpp b/deps/ox/src/ox/model/types.hpp index 5d54bfe8..fd8927c6 100644 --- a/deps/ox/src/ox/model/types.hpp +++ b/deps/ox/src/ox/model/types.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/model/typestore.hpp b/deps/ox/src/ox/model/typestore.hpp index d79902cb..e27f0e37 100644 --- a/deps/ox/src/ox/model/typestore.hpp +++ b/deps/ox/src/ox/model/typestore.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/model/walk.hpp b/deps/ox/src/ox/model/walk.hpp index 0d452bb7..e92fdab2 100644 --- a/deps/ox/src/ox/model/walk.hpp +++ b/deps/ox/src/ox/model/walk.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/oc/oc.hpp b/deps/ox/src/ox/oc/oc.hpp index bb4f47c5..d4272e3d 100644 --- a/deps/ox/src/ox/oc/oc.hpp +++ b/deps/ox/src/ox/oc/oc.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/oc/read.cpp b/deps/ox/src/ox/oc/read.cpp index d27b5abf..2862e17e 100644 --- a/deps/ox/src/ox/oc/read.cpp +++ b/deps/ox/src/ox/oc/read.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/oc/read.hpp b/deps/ox/src/ox/oc/read.hpp index 9306d65a..30638c80 100644 --- a/deps/ox/src/ox/oc/read.hpp +++ b/deps/ox/src/ox/oc/read.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/oc/test/tests.cpp b/deps/ox/src/ox/oc/test/tests.cpp index 3532f90f..1d8127ad 100644 --- a/deps/ox/src/ox/oc/test/tests.cpp +++ b/deps/ox/src/ox/oc/test/tests.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/oc/write.cpp b/deps/ox/src/ox/oc/write.cpp index 88e44176..31770ac9 100644 --- a/deps/ox/src/ox/oc/write.cpp +++ b/deps/ox/src/ox/oc/write.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/oc/write.hpp b/deps/ox/src/ox/oc/write.hpp index a1a3388b..2f956f44 100644 --- a/deps/ox/src/ox/oc/write.hpp +++ b/deps/ox/src/ox/oc/write.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/preloader/alignmentcatcher.hpp b/deps/ox/src/ox/preloader/alignmentcatcher.hpp index 31751908..69533976 100644 --- a/deps/ox/src/ox/preloader/alignmentcatcher.hpp +++ b/deps/ox/src/ox/preloader/alignmentcatcher.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/preloader/platspecs.hpp b/deps/ox/src/ox/preloader/platspecs.hpp index 5145fb57..0d8ebe84 100644 --- a/deps/ox/src/ox/preloader/platspecs.hpp +++ b/deps/ox/src/ox/preloader/platspecs.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/preloader/preloader.cpp b/deps/ox/src/ox/preloader/preloader.cpp index 9540395b..732df292 100644 --- a/deps/ox/src/ox/preloader/preloader.cpp +++ b/deps/ox/src/ox/preloader/preloader.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/preloader/preloader.hpp b/deps/ox/src/ox/preloader/preloader.hpp index e836b7cb..29e80930 100644 --- a/deps/ox/src/ox/preloader/preloader.hpp +++ b/deps/ox/src/ox/preloader/preloader.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/preloader/sizecatcher.hpp b/deps/ox/src/ox/preloader/sizecatcher.hpp index fb1eba6b..2883106d 100644 --- a/deps/ox/src/ox/preloader/sizecatcher.hpp +++ b/deps/ox/src/ox/preloader/sizecatcher.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/preloader/unionsizecatcher.hpp b/deps/ox/src/ox/preloader/unionsizecatcher.hpp index e6a59be5..042aded5 100644 --- a/deps/ox/src/ox/preloader/unionsizecatcher.hpp +++ b/deps/ox/src/ox/preloader/unionsizecatcher.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/algorithm.hpp b/deps/ox/src/ox/std/algorithm.hpp index 72ff5532..f3e93b3b 100644 --- a/deps/ox/src/ox/std/algorithm.hpp +++ b/deps/ox/src/ox/std/algorithm.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/anyptr.hpp b/deps/ox/src/ox/std/anyptr.hpp index 2eba9747..2e3ad1c8 100644 --- a/deps/ox/src/ox/std/anyptr.hpp +++ b/deps/ox/src/ox/std/anyptr.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/array.hpp b/deps/ox/src/ox/std/array.hpp index 996fe5a4..32281dec 100644 --- a/deps/ox/src/ox/std/array.hpp +++ b/deps/ox/src/ox/std/array.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/assert.cpp b/deps/ox/src/ox/std/assert.cpp index 94ad5f63..bda12628 100644 --- a/deps/ox/src/ox/std/assert.cpp +++ b/deps/ox/src/ox/std/assert.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/assert.hpp b/deps/ox/src/ox/std/assert.hpp index dd95982b..7bce3739 100644 --- a/deps/ox/src/ox/std/assert.hpp +++ b/deps/ox/src/ox/std/assert.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/basestringview.hpp b/deps/ox/src/ox/std/basestringview.hpp index 5532a53c..3d50cc91 100644 --- a/deps/ox/src/ox/std/basestringview.hpp +++ b/deps/ox/src/ox/std/basestringview.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/bit.cpp b/deps/ox/src/ox/std/bit.cpp index a9d10785..24600afe 100644 --- a/deps/ox/src/ox/std/bit.cpp +++ b/deps/ox/src/ox/std/bit.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/bit.hpp b/deps/ox/src/ox/std/bit.hpp index 250d0876..9a2ef8be 100644 --- a/deps/ox/src/ox/std/bit.hpp +++ b/deps/ox/src/ox/std/bit.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/bounds.hpp b/deps/ox/src/ox/std/bounds.hpp index e49fa511..b176d4a3 100644 --- a/deps/ox/src/ox/std/bounds.hpp +++ b/deps/ox/src/ox/std/bounds.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/buffer.cpp b/deps/ox/src/ox/std/buffer.cpp index e961c4fe..b15548c3 100644 --- a/deps/ox/src/ox/std/buffer.cpp +++ b/deps/ox/src/ox/std/buffer.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/buffer.hpp b/deps/ox/src/ox/std/buffer.hpp index d6b9a3d2..c9fed980 100644 --- a/deps/ox/src/ox/std/buffer.hpp +++ b/deps/ox/src/ox/std/buffer.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/buildinfo.cpp b/deps/ox/src/ox/std/buildinfo.cpp index e3ea8745..62bfc5a0 100644 --- a/deps/ox/src/ox/std/buildinfo.cpp +++ b/deps/ox/src/ox/std/buildinfo.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/buildinfo.hpp b/deps/ox/src/ox/std/buildinfo.hpp index 1d960dae..34d9e47e 100644 --- a/deps/ox/src/ox/std/buildinfo.hpp +++ b/deps/ox/src/ox/std/buildinfo.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/byteswap.cpp b/deps/ox/src/ox/std/byteswap.cpp index a7dd59f0..85963cb4 100644 --- a/deps/ox/src/ox/std/byteswap.cpp +++ b/deps/ox/src/ox/std/byteswap.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/byteswap.hpp b/deps/ox/src/ox/std/byteswap.hpp index e29c49d2..b35b91f1 100644 --- a/deps/ox/src/ox/std/byteswap.hpp +++ b/deps/ox/src/ox/std/byteswap.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/concepts.cpp b/deps/ox/src/ox/std/concepts.cpp index 043aa384..e6314cf8 100644 --- a/deps/ox/src/ox/std/concepts.cpp +++ b/deps/ox/src/ox/std/concepts.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/concepts.hpp b/deps/ox/src/ox/std/concepts.hpp index 74687685..1cf0138b 100644 --- a/deps/ox/src/ox/std/concepts.hpp +++ b/deps/ox/src/ox/std/concepts.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/conv.hpp b/deps/ox/src/ox/std/conv.hpp index f17e69f2..f5a99651 100644 --- a/deps/ox/src/ox/std/conv.hpp +++ b/deps/ox/src/ox/std/conv.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/cstringview.hpp b/deps/ox/src/ox/std/cstringview.hpp index 2b61dbc0..d356f2b1 100644 --- a/deps/ox/src/ox/std/cstringview.hpp +++ b/deps/ox/src/ox/std/cstringview.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/cstrops.hpp b/deps/ox/src/ox/std/cstrops.hpp index 6b7820dc..140a7956 100644 --- a/deps/ox/src/ox/std/cstrops.hpp +++ b/deps/ox/src/ox/std/cstrops.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/def.hpp b/deps/ox/src/ox/std/def.hpp index eb7ee0e7..44eca5e7 100644 --- a/deps/ox/src/ox/std/def.hpp +++ b/deps/ox/src/ox/std/def.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/defer.hpp b/deps/ox/src/ox/std/defer.hpp index b1f0ea47..63666084 100644 --- a/deps/ox/src/ox/std/defer.hpp +++ b/deps/ox/src/ox/std/defer.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/defines.hpp b/deps/ox/src/ox/std/defines.hpp index a655a4d3..0c274a76 100644 --- a/deps/ox/src/ox/std/defines.hpp +++ b/deps/ox/src/ox/std/defines.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/error.hpp b/deps/ox/src/ox/std/error.hpp index 2e8e65cf..5e6885ce 100644 --- a/deps/ox/src/ox/std/error.hpp +++ b/deps/ox/src/ox/std/error.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/fmt.cpp b/deps/ox/src/ox/std/fmt.cpp index 32b1ea79..7abf8c8a 100644 --- a/deps/ox/src/ox/std/fmt.cpp +++ b/deps/ox/src/ox/std/fmt.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/fmt.hpp b/deps/ox/src/ox/std/fmt.hpp index 4694d026..1cde475d 100644 --- a/deps/ox/src/ox/std/fmt.hpp +++ b/deps/ox/src/ox/std/fmt.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/hardware.hpp b/deps/ox/src/ox/std/hardware.hpp index 83eba78f..7bba8646 100644 --- a/deps/ox/src/ox/std/hardware.hpp +++ b/deps/ox/src/ox/std/hardware.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/hash.hpp b/deps/ox/src/ox/std/hash.hpp index 8f7e9233..11e56584 100644 --- a/deps/ox/src/ox/std/hash.hpp +++ b/deps/ox/src/ox/std/hash.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/hashmap.hpp b/deps/ox/src/ox/std/hashmap.hpp index 938add92..f2fbb599 100644 --- a/deps/ox/src/ox/std/hashmap.hpp +++ b/deps/ox/src/ox/std/hashmap.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/heapmgr.cpp b/deps/ox/src/ox/std/heapmgr.cpp index b73b5f81..0ab856e5 100644 --- a/deps/ox/src/ox/std/heapmgr.cpp +++ b/deps/ox/src/ox/std/heapmgr.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/heapmgr.hpp b/deps/ox/src/ox/std/heapmgr.hpp index f97deed6..230b8597 100644 --- a/deps/ox/src/ox/std/heapmgr.hpp +++ b/deps/ox/src/ox/std/heapmgr.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/ignore.hpp b/deps/ox/src/ox/std/ignore.hpp index f806ebbd..5dcaa5c9 100644 --- a/deps/ox/src/ox/std/ignore.hpp +++ b/deps/ox/src/ox/std/ignore.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/initializerlist.hpp b/deps/ox/src/ox/std/initializerlist.hpp index bdddcab1..d6bd1170 100644 --- a/deps/ox/src/ox/std/initializerlist.hpp +++ b/deps/ox/src/ox/std/initializerlist.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/istring.hpp b/deps/ox/src/ox/std/istring.hpp index 3108341e..83d21e47 100644 --- a/deps/ox/src/ox/std/istring.hpp +++ b/deps/ox/src/ox/std/istring.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/iterator.hpp b/deps/ox/src/ox/std/iterator.hpp index d82e13ff..1f062979 100644 --- a/deps/ox/src/ox/std/iterator.hpp +++ b/deps/ox/src/ox/std/iterator.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/math.cpp b/deps/ox/src/ox/std/math.cpp index d1872dd5..962bbed3 100644 --- a/deps/ox/src/ox/std/math.cpp +++ b/deps/ox/src/ox/std/math.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/math.hpp b/deps/ox/src/ox/std/math.hpp index 18319a4f..7882f688 100644 --- a/deps/ox/src/ox/std/math.hpp +++ b/deps/ox/src/ox/std/math.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/maybeview.hpp b/deps/ox/src/ox/std/maybeview.hpp index 9860e4d6..f57275e2 100644 --- a/deps/ox/src/ox/std/maybeview.hpp +++ b/deps/ox/src/ox/std/maybeview.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/memops.cpp b/deps/ox/src/ox/std/memops.cpp index 312b5711..06b9ad5c 100644 --- a/deps/ox/src/ox/std/memops.cpp +++ b/deps/ox/src/ox/std/memops.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/memops.hpp b/deps/ox/src/ox/std/memops.hpp index 6aa4b589..2ade763f 100644 --- a/deps/ox/src/ox/std/memops.hpp +++ b/deps/ox/src/ox/std/memops.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/memory.hpp b/deps/ox/src/ox/std/memory.hpp index 9d08eb3f..1686c526 100644 --- a/deps/ox/src/ox/std/memory.hpp +++ b/deps/ox/src/ox/std/memory.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/new.hpp b/deps/ox/src/ox/std/new.hpp index 980d0a49..450a999b 100644 --- a/deps/ox/src/ox/std/new.hpp +++ b/deps/ox/src/ox/std/new.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/optional.hpp b/deps/ox/src/ox/std/optional.hpp index db8d2d0b..4bcce2ef 100644 --- a/deps/ox/src/ox/std/optional.hpp +++ b/deps/ox/src/ox/std/optional.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/pair.hpp b/deps/ox/src/ox/std/pair.hpp index d7424de6..08a5f305 100644 --- a/deps/ox/src/ox/std/pair.hpp +++ b/deps/ox/src/ox/std/pair.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/point.hpp b/deps/ox/src/ox/std/point.hpp index c2738551..0d99d054 100644 --- a/deps/ox/src/ox/std/point.hpp +++ b/deps/ox/src/ox/std/point.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/random.cpp b/deps/ox/src/ox/std/random.cpp index cd7c035d..53c27d34 100644 --- a/deps/ox/src/ox/std/random.cpp +++ b/deps/ox/src/ox/std/random.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/random.hpp b/deps/ox/src/ox/std/random.hpp index 5f4ae4de..ec4cb31a 100644 --- a/deps/ox/src/ox/std/random.hpp +++ b/deps/ox/src/ox/std/random.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/range.hpp b/deps/ox/src/ox/std/range.hpp index 4804b1e1..937f429d 100644 --- a/deps/ox/src/ox/std/range.hpp +++ b/deps/ox/src/ox/std/range.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/ranges.hpp b/deps/ox/src/ox/std/ranges.hpp index b945b74b..fe426566 100644 --- a/deps/ox/src/ox/std/ranges.hpp +++ b/deps/ox/src/ox/std/ranges.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/reader.cpp b/deps/ox/src/ox/std/reader.cpp index 01596006..b29c4b5e 100644 --- a/deps/ox/src/ox/std/reader.cpp +++ b/deps/ox/src/ox/std/reader.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/reader.hpp b/deps/ox/src/ox/std/reader.hpp index b8be88c7..5a6a1cd8 100644 --- a/deps/ox/src/ox/std/reader.hpp +++ b/deps/ox/src/ox/std/reader.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/realstd.hpp b/deps/ox/src/ox/std/realstd.hpp index 4d703180..8ce8691f 100644 --- a/deps/ox/src/ox/std/realstd.hpp +++ b/deps/ox/src/ox/std/realstd.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/serialize.hpp b/deps/ox/src/ox/std/serialize.hpp index 2ff5c625..0690171a 100644 --- a/deps/ox/src/ox/std/serialize.hpp +++ b/deps/ox/src/ox/std/serialize.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/size.hpp b/deps/ox/src/ox/std/size.hpp index b43d1f02..604dc389 100644 --- a/deps/ox/src/ox/std/size.hpp +++ b/deps/ox/src/ox/std/size.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/smallmap.hpp b/deps/ox/src/ox/std/smallmap.hpp index 00f8659a..881730f7 100644 --- a/deps/ox/src/ox/std/smallmap.hpp +++ b/deps/ox/src/ox/std/smallmap.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/source_location.hpp b/deps/ox/src/ox/std/source_location.hpp index 54bff14e..96c091e3 100644 --- a/deps/ox/src/ox/std/source_location.hpp +++ b/deps/ox/src/ox/std/source_location.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/span.hpp b/deps/ox/src/ox/std/span.hpp index c4ad680f..ddd978a9 100644 --- a/deps/ox/src/ox/std/span.hpp +++ b/deps/ox/src/ox/std/span.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/stacktrace.cpp b/deps/ox/src/ox/std/stacktrace.cpp index 5d3271a7..ae4d3d1c 100644 --- a/deps/ox/src/ox/std/stacktrace.cpp +++ b/deps/ox/src/ox/std/stacktrace.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/stacktrace.hpp b/deps/ox/src/ox/std/stacktrace.hpp index 0c462d06..814756d9 100644 --- a/deps/ox/src/ox/std/stacktrace.hpp +++ b/deps/ox/src/ox/std/stacktrace.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/std.hpp b/deps/ox/src/ox/std/std.hpp index 8029f56c..1e507e93 100644 --- a/deps/ox/src/ox/std/std.hpp +++ b/deps/ox/src/ox/std/std.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/stddef.hpp b/deps/ox/src/ox/std/stddef.hpp index 4f998812..930edfbf 100644 --- a/deps/ox/src/ox/std/stddef.hpp +++ b/deps/ox/src/ox/std/stddef.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/strconv.hpp b/deps/ox/src/ox/std/strconv.hpp index 5ef1bfc8..b7f33dea 100644 --- a/deps/ox/src/ox/std/strconv.hpp +++ b/deps/ox/src/ox/std/strconv.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/string.cpp b/deps/ox/src/ox/std/string.cpp index a5c63ede..ff43e3ca 100644 --- a/deps/ox/src/ox/std/string.cpp +++ b/deps/ox/src/ox/std/string.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/string.hpp b/deps/ox/src/ox/std/string.hpp index 88e23be3..caaf105f 100644 --- a/deps/ox/src/ox/std/string.hpp +++ b/deps/ox/src/ox/std/string.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/stringliteral.hpp b/deps/ox/src/ox/std/stringliteral.hpp index 0eafc76d..7dbff8e4 100644 --- a/deps/ox/src/ox/std/stringliteral.hpp +++ b/deps/ox/src/ox/std/stringliteral.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/stringparam.hpp b/deps/ox/src/ox/std/stringparam.hpp index a8505db7..b875ac37 100644 --- a/deps/ox/src/ox/std/stringparam.hpp +++ b/deps/ox/src/ox/std/stringparam.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/stringview.cpp b/deps/ox/src/ox/std/stringview.cpp index b8a449b1..b71f116f 100644 --- a/deps/ox/src/ox/std/stringview.cpp +++ b/deps/ox/src/ox/std/stringview.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/stringview.hpp b/deps/ox/src/ox/std/stringview.hpp index 03b7a3b3..ced0c905 100644 --- a/deps/ox/src/ox/std/stringview.hpp +++ b/deps/ox/src/ox/std/stringview.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/strongint.hpp b/deps/ox/src/ox/std/strongint.hpp index a624f7aa..0ac6b984 100644 --- a/deps/ox/src/ox/std/strongint.hpp +++ b/deps/ox/src/ox/std/strongint.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/strops.cpp b/deps/ox/src/ox/std/strops.cpp index add17428..c138b5e1 100644 --- a/deps/ox/src/ox/std/strops.cpp +++ b/deps/ox/src/ox/std/strops.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/strops.hpp b/deps/ox/src/ox/std/strops.hpp index 0f341032..db85d4c8 100644 --- a/deps/ox/src/ox/std/strops.hpp +++ b/deps/ox/src/ox/std/strops.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/substitutes.cpp b/deps/ox/src/ox/std/substitutes.cpp index 2adb2b37..0c4c41be 100644 --- a/deps/ox/src/ox/std/substitutes.cpp +++ b/deps/ox/src/ox/std/substitutes.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/test/tests.cpp b/deps/ox/src/ox/std/test/tests.cpp index ffef8b13..68f5252f 100644 --- a/deps/ox/src/ox/std/test/tests.cpp +++ b/deps/ox/src/ox/std/test/tests.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/trace.cpp b/deps/ox/src/ox/std/trace.cpp index 0267c5df..bb43e4bc 100644 --- a/deps/ox/src/ox/std/trace.cpp +++ b/deps/ox/src/ox/std/trace.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/trace.hpp b/deps/ox/src/ox/std/trace.hpp index ca201e9c..c33cf821 100644 --- a/deps/ox/src/ox/std/trace.hpp +++ b/deps/ox/src/ox/std/trace.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/tracehook.cpp b/deps/ox/src/ox/std/tracehook.cpp index fd194b44..13b26db6 100644 --- a/deps/ox/src/ox/std/tracehook.cpp +++ b/deps/ox/src/ox/std/tracehook.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/typeinfo.hpp b/deps/ox/src/ox/std/typeinfo.hpp index b7d6df49..d47db39b 100644 --- a/deps/ox/src/ox/std/typeinfo.hpp +++ b/deps/ox/src/ox/std/typeinfo.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/types.hpp b/deps/ox/src/ox/std/types.hpp index 2e2f3c82..a441f089 100644 --- a/deps/ox/src/ox/std/types.hpp +++ b/deps/ox/src/ox/std/types.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/typetraits.cpp b/deps/ox/src/ox/std/typetraits.cpp index cfa0ba9a..2db46399 100644 --- a/deps/ox/src/ox/std/typetraits.cpp +++ b/deps/ox/src/ox/std/typetraits.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/typetraits.hpp b/deps/ox/src/ox/std/typetraits.hpp index 6202efb5..720ac05a 100644 --- a/deps/ox/src/ox/std/typetraits.hpp +++ b/deps/ox/src/ox/std/typetraits.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/units.hpp b/deps/ox/src/ox/std/units.hpp index 6dc9b6bc..51073ff3 100644 --- a/deps/ox/src/ox/std/units.hpp +++ b/deps/ox/src/ox/std/units.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/utility.hpp b/deps/ox/src/ox/std/utility.hpp index 70e60d97..1c628e17 100644 --- a/deps/ox/src/ox/std/utility.hpp +++ b/deps/ox/src/ox/std/utility.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/uuid.cpp b/deps/ox/src/ox/std/uuid.cpp index 4c6a47f9..595a80cd 100644 --- a/deps/ox/src/ox/std/uuid.cpp +++ b/deps/ox/src/ox/std/uuid.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/uuid.hpp b/deps/ox/src/ox/std/uuid.hpp index 81a7a307..60cd20a6 100644 --- a/deps/ox/src/ox/std/uuid.hpp +++ b/deps/ox/src/ox/std/uuid.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/vec.cpp b/deps/ox/src/ox/std/vec.cpp index deac106b..e4825858 100644 --- a/deps/ox/src/ox/std/vec.cpp +++ b/deps/ox/src/ox/std/vec.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/vec.hpp b/deps/ox/src/ox/std/vec.hpp index 7124cfb5..09e1a22e 100644 --- a/deps/ox/src/ox/std/vec.hpp +++ b/deps/ox/src/ox/std/vec.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/vector.hpp b/deps/ox/src/ox/std/vector.hpp index 2b0bf699..b5b4f446 100644 --- a/deps/ox/src/ox/std/vector.hpp +++ b/deps/ox/src/ox/std/vector.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/deps/ox/src/ox/std/writer.hpp b/deps/ox/src/ox/std/writer.hpp index 9ac3393d..920ec068 100644 --- a/deps/ox/src/ox/std/writer.hpp +++ b/deps/ox/src/ox/std/writer.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2024 gary@drinkingtea.net + * Copyright 2015 - 2025 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this From 318e79004b64261394c61b347075b5935da75dd0 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Wed, 8 Jan 2025 23:12:28 -0600 Subject: [PATCH 3/5] [ox] Update liccor file --- deps/ox/.liccor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/ox/.liccor.yml b/deps/ox/.liccor.yml index b68fc72a..df8bcd07 100644 --- a/deps/ox/.liccor.yml +++ b/deps/ox/.liccor.yml @@ -2,7 +2,7 @@ source: - src copyright_notice: |- - Copyright 2015 - 2024 gary@drinkingtea.net + Copyright 2015 - 2025 gary@drinkingtea.net This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this From 842e3587fd65787a171921403fb57d614a323fe3 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Wed, 8 Jan 2025 23:13:02 -0600 Subject: [PATCH 4/5] [nostalgia] Update .gitignore for new location of scripts dir --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3186e147..de4312c6 100644 --- a/.gitignore +++ b/.gitignore @@ -6,7 +6,7 @@ .mypy_cache .stfolder .stignore -scripts/__pycache__ +util/scripts/__pycache__ pyenv CMakeLists.txt.user ROM.oxfs From 791b7746f331a3ad02cfdcdbc7c3ecde0cab7779 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Wed, 8 Jan 2025 23:13:14 -0600 Subject: [PATCH 5/5] [nostalgia] Update liccor file --- .liccor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.liccor.yml b/.liccor.yml index 13068332..040afaf2 100644 --- a/.liccor.yml +++ b/.liccor.yml @@ -2,4 +2,4 @@ source: - src copyright_notice: |- - Copyright 2016 - 2024 Gary Talent (gary@drinkingtea.net). All rights reserved. + Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved.