From 645e48af7b46cb0afa0cfbcdb451595ee092c0fa Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Wed, 8 Jan 2025 23:02:08 -0600 Subject: [PATCH] [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 c6b73ad95..9eb9bdffa 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 288c76ad9..182fca530 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 e71b23d21..9fcffb258 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 3c9156342..e34c58a35 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 db6f013d9..c8c8ed770 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 701a19c3f..52b61cc01 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 ee5b34fd1..ace09a805 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 8da07c47c..61cec29b9 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 4b8eda4ba..ad608995f 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 3f182fab3..79e1db6a6 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 7561e1963..532de0d56 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 69f7c4035..d54262d7d 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 23329da48..99d2a229d 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 de6084b59..59e25287a 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 d4d8cf4cb..21aad7e58 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 b878cf861..a0093183f 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 94f8eb6d9..c5094ad44 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 d67b7836b..8f788d64c 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 e28d68462..04ffb4bb7 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 d25fc38a3..b35b2e30e 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 9d0cbc6aa..0644e9aa8 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 1424a795f..df8ad4f71 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 e8bbba21b..41a1413a8 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 81200d7ad..568138017 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 b92f37213..7e5d4b04f 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 73668b0a4..cf7ba653f 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 38d2e1197..902d339da 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 4582d8e9c..02725449c 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 dd258c22f..778e4507a 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 a6ea2b69e..6f52860b4 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 c827c3d21..6fba6ba4c 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 f8df2a202..cbb7e8aad 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 ed366cd4a..9397a65bf 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 d3c16053f..2472af6d1 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 76039cf45..64c70c05c 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 5a9fc377b..a63935bae 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 8137c731a..ef7f6d773 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 844e99788..b7042e9f9 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 c5046eb76..4e1733f4b 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 5e4191a3c..a384839fd 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 49f94ef64..387afbfec 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 a2d837407..e86797ae1 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 59e898d99..170514f9f 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 7dca2ee1a..ade37511f 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 1ea1a95ad..14eca234a 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 a880ee2f6..f789c2a63 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 1e1b024fe..e61a5f459 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 64863fc0d..65f79b5d9 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 77dbf35d0..27db437b1 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 0ab608f4d..60e19f504 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 d6f648d57..4d263e511 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 ab2bc2e28..9eff52590 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 d96be816e..792848b35 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 1353d5e38..6217f8fd9 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 3c0befeb9..593ade1d9 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 99d0d52df..3a9864394 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 4bbb32b3e..5761c9a33 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 6166ce8d4..741ad01ca 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 c4540b749..3be318e6f 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 5b8108f04..8246c9ffa 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 f65e963e3..0b0f9cec0 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 56a4e759c..f5e380671 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 fbfaebb47..7bdb617e7 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 4f781f99e..ad047abd0 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 7ad6f273a..40acda3b2 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 bfef4a276..b3acb13fc 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 fcceb58bd..6dd03b658 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 7b1c31889..0cf1d87d2 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 528973867..5c0d11f59 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 bd68bff17..e38cb40b2 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 1c7a8ed0b..f1690d88f 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 2fa55a3e8..b97e9685c 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 f8bc34fd8..f9fabea45 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 d82ac5f38..3856b9589 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 1d468125f..03c59fc66 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 15901fac9..00f4745bc 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 0247ed223..2226cd183 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 2404e9ee4..e972b8516 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 8555dda9a..7863d7918 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 3cc9825a8..19747c9c9 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 6eeed6ff8..82902e04e 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 534d58438..f99d28d81 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 ede206904..f9c51fcdc 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 b6fe8d840..0654d00ce 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 aa08f354b..558e76d11 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 fc298602b..18e3aaaf8 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 b7891a89a..8a7416ca4 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 24bc0b65c..26dc62acb 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 50788ab12..7c5c0177f 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 6891d230b..7d7962a77 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 fabba292d..6d0776f6e 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 276839f62..c1f299106 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 e622c5a88..564fd194f 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 c9c78dfc2..ead8a18b5 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 3f4bb729e..6c4dfc7a5 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 7a531f11b..a2d20ea8e 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 04e73a581..343571530 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 3bb02107d..ac1a7e8d2 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 a3d5da7a3..35d53e610 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 5c22a7028..4c8ae38df 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 a34d8a180..a64fd6101 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 203bb1573..f03b2bbb4 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 17646fd39..7accfae9c 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 6d17a1bf0..4dab0b28d 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 658bad6e2..417e51ad9 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 d4dde272a..7041e2500 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 619c050b8..106b91b0f 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 71f2a597a..2c9a16ad5 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 b24ab9755..d4d907ef4 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 dbaf50a8f..9f8577038 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 fdbb0111a..ff1b708f2 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 5fd00124d..7a0357ae5 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 b57b1195a..158321338 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 87144168a..301ffe490 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 cd6ff7fe7..aeb598b9d 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 f1714004b..fb7970a59 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 c3ee316bd..f4681d921 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 460c006a2..53ad49156 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 0a5ca956b..005b52f8a 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 39e8c407a..d8a2e8247 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 ad8466e06..65f895e52 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 3be1f96c9..50f7bd591 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 28187d742..bb4c9413f 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 42b0dd9ee..e712188a2 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 6b229ce85..440b070c9 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 e8e8c53be..806e3dcf8 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 658e72ebd..c8ac34edb 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 6957791ca..a3f009956 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 ce6914ba6..14e6e502f 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 76ed4dc57..0a0584228 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 1e3cc732d..8341670d0 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 5d0eb8748..40d98dc07 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 ce6be7949..6e2050516 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 204bfbf81..1fbea6ebc 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 b0534d778..92cefaa16 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 edf4dd8d1..dae06f904 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 16ca8d132..970d27e98 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 548d2add6..14a2440a8 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 f79b5683d..c1a491ff0 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 00f0ad9e8..2ef22c384 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 e1647bec8..ec2f79b6e 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 78fcd8205..8019be0a2 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 4f6fb313f..40ae00f3e 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 f2f88fbc9..dc13901c8 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 1859f942e..35173b04d 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 674186e15..b18e82636 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 2730b092f..5c69fb728 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 6f41d0dfc..c7271b24e 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 b6a5d5622..c8b0df1b9 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 0b08ddfd4..844e27ccb 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 c93792753..af3b59c06 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 de5e65275..049175301 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 38744ae7e..ac9707e68 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 b24fab7ef..be7d946d1 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 c26acbd56..b2fccce4c 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 65a3d097e..a31e859f9 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 15525c332..84acad604 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 9aa202a16..fe6a2cd8e 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 2f60ad16f..bb63d7cda 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 dc51354bc..f67250176 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 2b88d8670..ffd4122a1 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 2108f0826..c4f8416d1 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 a8f8c02d1..9f415e987 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 5ff11ba34..b61839079 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 d2ad2849c..20667cb92 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 aa6cfc62e..e5fa4b1d9 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 03a74ae98..46e29f073 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 5f6891b81..647eaa44f 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 37a4c7104..4cce844e2 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 36d0fc10c..664faefcb 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 74218f0af..52e792e6b 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 f9591c8a0..393cb745a 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 977d0715b..283176e7f 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 8d3148f83..9cb93c568 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 84f021354..128103986 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 068ae4eda..816723d81 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 29312bff8..284b23624 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 65a81aefe..88e5238a4 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 7f84f851c..66ac9580b 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 ed83f007c..09f906fdd 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 de760dad4..80d0f4088 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 74218f0af..52e792e6b 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 a5445a8e4..058cc4964 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 d814823ff..b6997c585 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 56b249918..2b5250716 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