From a139f19749f5a7c5938aa09d917620797f935005 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Thu, 13 Jan 2022 02:04:29 -0600 Subject: [PATCH] [nostalgia] Run liccor --- .liccor.yml | 2 +- src/nostalgia/common/bounds.cpp | 2 +- src/nostalgia/common/bounds.hpp | 2 +- src/nostalgia/common/common.hpp | 2 +- src/nostalgia/common/point.hpp | 2 +- src/nostalgia/common/size.hpp | 2 +- src/nostalgia/core/assetmanager.hpp | 2 +- src/nostalgia/core/clipboard.hpp | 2 +- src/nostalgia/core/color.hpp | 2 +- src/nostalgia/core/config.hpp | 2 +- src/nostalgia/core/consts.hpp | 2 +- src/nostalgia/core/context.hpp | 2 +- src/nostalgia/core/core.hpp | 2 +- src/nostalgia/core/gba/addresses.hpp | 2 +- src/nostalgia/core/gba/bios.hpp | 2 +- src/nostalgia/core/gba/core.arm.cpp | 2 +- src/nostalgia/core/gba/core.cpp | 2 +- src/nostalgia/core/gba/gfx.cpp | 2 +- src/nostalgia/core/gba/gfx.hpp | 2 +- src/nostalgia/core/gba/irq.arm.cpp | 2 +- src/nostalgia/core/gba/irq.hpp | 2 +- src/nostalgia/core/gba/media.cpp | 2 +- src/nostalgia/core/gba/panic.cpp | 2 +- src/nostalgia/core/gba/tests.cpp | 2 +- src/nostalgia/core/gfx.cpp | 2 +- src/nostalgia/core/gfx.hpp | 2 +- src/nostalgia/core/glfw/clipboard.cpp | 2 +- src/nostalgia/core/glfw/core.cpp | 2 +- src/nostalgia/core/glfw/core.hpp | 2 +- src/nostalgia/core/glfw/gfx.cpp | 2 +- src/nostalgia/core/input.hpp | 2 +- src/nostalgia/core/media.cpp | 2 +- src/nostalgia/core/media.hpp | 2 +- src/nostalgia/core/sdl/core.cpp | 2 +- src/nostalgia/core/sdl/core.hpp | 2 +- src/nostalgia/core/sdl/gfx.cpp | 2 +- src/nostalgia/core/studio/consts.hpp | 2 +- src/nostalgia/core/studio/imgconv.cpp | 2 +- src/nostalgia/core/studio/imgconv.hpp | 2 +- src/nostalgia/core/studio/import_tilesheet_wizard.cpp | 2 +- src/nostalgia/core/studio/import_tilesheet_wizard.hpp | 2 +- src/nostalgia/core/studio/module.cpp | 2 +- src/nostalgia/core/studio/module.hpp | 2 +- src/nostalgia/core/studio/new_tilesheet_wizard.cpp | 2 +- src/nostalgia/core/studio/new_tilesheet_wizard.hpp | 2 +- src/nostalgia/core/studio/newpalettewizard.cpp | 2 +- src/nostalgia/core/studio/newpalettewizard.hpp | 2 +- src/nostalgia/core/studio/paletteeditor.cpp | 2 +- src/nostalgia/core/studio/paletteeditor.hpp | 2 +- src/nostalgia/core/studio/ptidxconv.hpp | 2 +- src/nostalgia/core/studio/tilesheeteditor.cpp | 2 +- src/nostalgia/core/studio/tilesheeteditor.hpp | 2 +- src/nostalgia/core/studio/tilesheetpixelgrid.cpp | 2 +- src/nostalgia/core/studio/tilesheetpixelgrid.hpp | 2 +- src/nostalgia/core/studio/tilesheetpixels.cpp | 2 +- src/nostalgia/core/studio/tilesheetpixels.hpp | 2 +- src/nostalgia/core/studio/util.cpp | 2 +- src/nostalgia/core/studio/util.hpp | 2 +- src/nostalgia/core/userland/gfx.cpp | 2 +- src/nostalgia/core/userland/gfx.hpp | 2 +- src/nostalgia/core/userland/gfx_opengl.cpp | 2 +- src/nostalgia/core/userland/media.cpp | 2 +- src/nostalgia/glutils/glutils.cpp | 2 +- src/nostalgia/glutils/glutils.hpp | 2 +- src/nostalgia/player/app.cpp | 2 +- src/nostalgia/player/app.hpp | 2 +- src/nostalgia/player/main.cpp | 2 +- src/nostalgia/scene/scene.cpp | 2 +- src/nostalgia/scene/scene.hpp | 2 +- src/nostalgia/studio/builtinmodules.hpp | 2 +- src/nostalgia/studio/filedialogmanager.cpp | 2 +- src/nostalgia/studio/filedialogmanager.hpp | 2 +- src/nostalgia/studio/lib/configio.cpp | 2 +- src/nostalgia/studio/lib/configio.hpp | 2 +- src/nostalgia/studio/lib/editor.cpp | 2 +- src/nostalgia/studio/lib/editor.hpp | 2 +- src/nostalgia/studio/lib/filedialog.hpp | 2 +- src/nostalgia/studio/lib/filedialog_gtk.cpp | 2 +- src/nostalgia/studio/lib/module.cpp | 2 +- src/nostalgia/studio/lib/module.hpp | 2 +- src/nostalgia/studio/lib/project.cpp | 2 +- src/nostalgia/studio/lib/project.hpp | 2 +- src/nostalgia/studio/lib/task.cpp | 2 +- src/nostalgia/studio/lib/task.hpp | 2 +- src/nostalgia/studio/lib/undostack.cpp | 2 +- src/nostalgia/studio/lib/undostack.hpp | 2 +- src/nostalgia/studio/lib/widget.cpp | 2 +- src/nostalgia/studio/lib/widget.hpp | 2 +- src/nostalgia/studio/lib/window.cpp | 2 +- src/nostalgia/studio/lib/window.hpp | 2 +- src/nostalgia/studio/main.cpp | 2 +- src/nostalgia/studio/projectexplorer.cpp | 2 +- src/nostalgia/studio/projectexplorer.hpp | 2 +- src/nostalgia/studio/projecttreemodel.cpp | 2 +- src/nostalgia/studio/projecttreemodel.hpp | 2 +- src/nostalgia/studio/studio.hpp | 2 +- src/nostalgia/studio/studioapp.cpp | 2 +- src/nostalgia/studio/studioapp.hpp | 2 +- src/nostalgia/tools/pack.cpp | 2 +- src/nostalgia/tools/pack/pack.cpp | 2 +- src/nostalgia/tools/pack/pack.hpp | 2 +- src/nostalgia/world/studio/consts.cpp | 2 +- src/nostalgia/world/studio/consts.hpp | 2 +- src/nostalgia/world/studio/newworldwizard.cpp | 2 +- src/nostalgia/world/studio/newworldwizard.hpp | 2 +- src/nostalgia/world/studio/worldeditor.cpp | 2 +- src/nostalgia/world/studio/worldeditor.hpp | 2 +- src/nostalgia/world/studio/worldstudioplugin.cpp | 2 +- src/nostalgia/world/studio/worldstudioplugin.hpp | 2 +- src/nostalgia/world/world.cpp | 2 +- src/nostalgia/world/world.hpp | 2 +- 111 files changed, 111 insertions(+), 111 deletions(-) diff --git a/.liccor.yml b/.liccor.yml index 72dae978..58aeb945 100644 --- a/.liccor.yml +++ b/.liccor.yml @@ -2,4 +2,4 @@ source: - src copyright_notice: |- - Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. diff --git a/src/nostalgia/common/bounds.cpp b/src/nostalgia/common/bounds.cpp index 7c19bfe2..ea8d3358 100644 --- a/src/nostalgia/common/bounds.cpp +++ b/src/nostalgia/common/bounds.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include "bounds.hpp" diff --git a/src/nostalgia/common/bounds.hpp b/src/nostalgia/common/bounds.hpp index 9eedd383..caafd2c9 100644 --- a/src/nostalgia/common/bounds.hpp +++ b/src/nostalgia/common/bounds.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/common/common.hpp b/src/nostalgia/common/common.hpp index b570ec19..e9fbc198 100644 --- a/src/nostalgia/common/common.hpp +++ b/src/nostalgia/common/common.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/common/point.hpp b/src/nostalgia/common/point.hpp index cafceec7..2e8ba1d9 100644 --- a/src/nostalgia/common/point.hpp +++ b/src/nostalgia/common/point.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/common/size.hpp b/src/nostalgia/common/size.hpp index ae6be3db..ae6345f1 100644 --- a/src/nostalgia/common/size.hpp +++ b/src/nostalgia/common/size.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/core/assetmanager.hpp b/src/nostalgia/core/assetmanager.hpp index 0f3e2527..d56ef1f9 100644 --- a/src/nostalgia/core/assetmanager.hpp +++ b/src/nostalgia/core/assetmanager.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/core/clipboard.hpp b/src/nostalgia/core/clipboard.hpp index 70c86653..786bcfbb 100644 --- a/src/nostalgia/core/clipboard.hpp +++ b/src/nostalgia/core/clipboard.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/core/color.hpp b/src/nostalgia/core/color.hpp index 8238ee29..15d90f5d 100644 --- a/src/nostalgia/core/color.hpp +++ b/src/nostalgia/core/color.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/core/config.hpp b/src/nostalgia/core/config.hpp index e9c8676e..5fdc4fb8 100644 --- a/src/nostalgia/core/config.hpp +++ b/src/nostalgia/core/config.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/core/consts.hpp b/src/nostalgia/core/consts.hpp index df230c66..5143c80f 100644 --- a/src/nostalgia/core/consts.hpp +++ b/src/nostalgia/core/consts.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/core/context.hpp b/src/nostalgia/core/context.hpp index 138b3106..6f190d5e 100644 --- a/src/nostalgia/core/context.hpp +++ b/src/nostalgia/core/context.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/core/core.hpp b/src/nostalgia/core/core.hpp index b86da5d5..13337dc0 100644 --- a/src/nostalgia/core/core.hpp +++ b/src/nostalgia/core/core.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/core/gba/addresses.hpp b/src/nostalgia/core/gba/addresses.hpp index ffa46e46..3be1cad7 100644 --- a/src/nostalgia/core/gba/addresses.hpp +++ b/src/nostalgia/core/gba/addresses.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/core/gba/bios.hpp b/src/nostalgia/core/gba/bios.hpp index 1d48d3f8..4604b634 100644 --- a/src/nostalgia/core/gba/bios.hpp +++ b/src/nostalgia/core/gba/bios.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/core/gba/core.arm.cpp b/src/nostalgia/core/gba/core.arm.cpp index 925a5e78..ca646cd7 100644 --- a/src/nostalgia/core/gba/core.arm.cpp +++ b/src/nostalgia/core/gba/core.arm.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/nostalgia/core/gba/core.cpp b/src/nostalgia/core/gba/core.cpp index df3256ad..613d5cbd 100644 --- a/src/nostalgia/core/gba/core.cpp +++ b/src/nostalgia/core/gba/core.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/nostalgia/core/gba/gfx.cpp b/src/nostalgia/core/gba/gfx.cpp index cc50194d..3da0425f 100644 --- a/src/nostalgia/core/gba/gfx.cpp +++ b/src/nostalgia/core/gba/gfx.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/nostalgia/core/gba/gfx.hpp b/src/nostalgia/core/gba/gfx.hpp index 7f58e3b8..cae06621 100644 --- a/src/nostalgia/core/gba/gfx.hpp +++ b/src/nostalgia/core/gba/gfx.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/core/gba/irq.arm.cpp b/src/nostalgia/core/gba/irq.arm.cpp index 0b217975..32b07a7e 100644 --- a/src/nostalgia/core/gba/irq.arm.cpp +++ b/src/nostalgia/core/gba/irq.arm.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 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/nostalgia/core/gba/irq.hpp b/src/nostalgia/core/gba/irq.hpp index 40f3b9eb..acb47160 100644 --- a/src/nostalgia/core/gba/irq.hpp +++ b/src/nostalgia/core/gba/irq.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/nostalgia/core/gba/media.cpp b/src/nostalgia/core/gba/media.cpp index d022237e..b194dc54 100644 --- a/src/nostalgia/core/gba/media.cpp +++ b/src/nostalgia/core/gba/media.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/nostalgia/core/gba/panic.cpp b/src/nostalgia/core/gba/panic.cpp index 89f540d1..c21cf5d2 100644 --- a/src/nostalgia/core/gba/panic.cpp +++ b/src/nostalgia/core/gba/panic.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/nostalgia/core/gba/tests.cpp b/src/nostalgia/core/gba/tests.cpp index 5971aa49..f29ad9b4 100644 --- a/src/nostalgia/core/gba/tests.cpp +++ b/src/nostalgia/core/gba/tests.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/nostalgia/core/gfx.cpp b/src/nostalgia/core/gfx.cpp index eb5c087d..a3956344 100644 --- a/src/nostalgia/core/gfx.cpp +++ b/src/nostalgia/core/gfx.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include "gfx.hpp" diff --git a/src/nostalgia/core/gfx.hpp b/src/nostalgia/core/gfx.hpp index d23b94c7..2f86f0f5 100644 --- a/src/nostalgia/core/gfx.hpp +++ b/src/nostalgia/core/gfx.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/core/glfw/clipboard.cpp b/src/nostalgia/core/glfw/clipboard.cpp index 8697334b..ddde7792 100644 --- a/src/nostalgia/core/glfw/clipboard.cpp +++ b/src/nostalgia/core/glfw/clipboard.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/nostalgia/core/glfw/core.cpp b/src/nostalgia/core/glfw/core.cpp index 8d73ced2..cdfe9d1f 100644 --- a/src/nostalgia/core/glfw/core.cpp +++ b/src/nostalgia/core/glfw/core.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/nostalgia/core/glfw/core.hpp b/src/nostalgia/core/glfw/core.hpp index 029c926f..e76ea573 100644 --- a/src/nostalgia/core/glfw/core.hpp +++ b/src/nostalgia/core/glfw/core.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/core/glfw/gfx.cpp b/src/nostalgia/core/glfw/gfx.cpp index 1d86a700..ad2b1c3f 100644 --- a/src/nostalgia/core/glfw/gfx.cpp +++ b/src/nostalgia/core/glfw/gfx.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/nostalgia/core/input.hpp b/src/nostalgia/core/input.hpp index 1ff0b2c3..9a507004 100644 --- a/src/nostalgia/core/input.hpp +++ b/src/nostalgia/core/input.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/core/media.cpp b/src/nostalgia/core/media.cpp index e0732524..dfe6bd3f 100644 --- a/src/nostalgia/core/media.cpp +++ b/src/nostalgia/core/media.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include "media.hpp" diff --git a/src/nostalgia/core/media.hpp b/src/nostalgia/core/media.hpp index 365d5758..6bd0f047 100644 --- a/src/nostalgia/core/media.hpp +++ b/src/nostalgia/core/media.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/core/sdl/core.cpp b/src/nostalgia/core/sdl/core.cpp index b7ce2a6b..7e22c945 100644 --- a/src/nostalgia/core/sdl/core.cpp +++ b/src/nostalgia/core/sdl/core.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/nostalgia/core/sdl/core.hpp b/src/nostalgia/core/sdl/core.hpp index 24810702..f9b57c47 100644 --- a/src/nostalgia/core/sdl/core.hpp +++ b/src/nostalgia/core/sdl/core.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/core/sdl/gfx.cpp b/src/nostalgia/core/sdl/gfx.cpp index dbbac8b6..cc65089d 100644 --- a/src/nostalgia/core/sdl/gfx.cpp +++ b/src/nostalgia/core/sdl/gfx.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/nostalgia/core/studio/consts.hpp b/src/nostalgia/core/studio/consts.hpp index 8acb7909..a5c3f190 100644 --- a/src/nostalgia/core/studio/consts.hpp +++ b/src/nostalgia/core/studio/consts.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/core/studio/imgconv.cpp b/src/nostalgia/core/studio/imgconv.cpp index 46158d62..3cf53b3e 100644 --- a/src/nostalgia/core/studio/imgconv.cpp +++ b/src/nostalgia/core/studio/imgconv.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/nostalgia/core/studio/imgconv.hpp b/src/nostalgia/core/studio/imgconv.hpp index 01506eeb..a04e8366 100644 --- a/src/nostalgia/core/studio/imgconv.hpp +++ b/src/nostalgia/core/studio/imgconv.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/core/studio/import_tilesheet_wizard.cpp b/src/nostalgia/core/studio/import_tilesheet_wizard.cpp index b1154dbb..a044e62d 100644 --- a/src/nostalgia/core/studio/import_tilesheet_wizard.cpp +++ b/src/nostalgia/core/studio/import_tilesheet_wizard.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/nostalgia/core/studio/import_tilesheet_wizard.hpp b/src/nostalgia/core/studio/import_tilesheet_wizard.hpp index 5f7fa708..c2fdee4f 100644 --- a/src/nostalgia/core/studio/import_tilesheet_wizard.hpp +++ b/src/nostalgia/core/studio/import_tilesheet_wizard.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/core/studio/module.cpp b/src/nostalgia/core/studio/module.cpp index e7db2987..30e9de0b 100644 --- a/src/nostalgia/core/studio/module.cpp +++ b/src/nostalgia/core/studio/module.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include "tilesheeteditor.hpp" diff --git a/src/nostalgia/core/studio/module.hpp b/src/nostalgia/core/studio/module.hpp index f12ea410..16130a5d 100644 --- a/src/nostalgia/core/studio/module.hpp +++ b/src/nostalgia/core/studio/module.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/core/studio/new_tilesheet_wizard.cpp b/src/nostalgia/core/studio/new_tilesheet_wizard.cpp index 575023fc..9b3e474a 100644 --- a/src/nostalgia/core/studio/new_tilesheet_wizard.cpp +++ b/src/nostalgia/core/studio/new_tilesheet_wizard.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/nostalgia/core/studio/new_tilesheet_wizard.hpp b/src/nostalgia/core/studio/new_tilesheet_wizard.hpp index a0d12224..3b3fe6c9 100644 --- a/src/nostalgia/core/studio/new_tilesheet_wizard.hpp +++ b/src/nostalgia/core/studio/new_tilesheet_wizard.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/core/studio/newpalettewizard.cpp b/src/nostalgia/core/studio/newpalettewizard.cpp index 898822e2..71d8b0e3 100644 --- a/src/nostalgia/core/studio/newpalettewizard.cpp +++ b/src/nostalgia/core/studio/newpalettewizard.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/nostalgia/core/studio/newpalettewizard.hpp b/src/nostalgia/core/studio/newpalettewizard.hpp index 43764d93..e675d98a 100644 --- a/src/nostalgia/core/studio/newpalettewizard.hpp +++ b/src/nostalgia/core/studio/newpalettewizard.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/core/studio/paletteeditor.cpp b/src/nostalgia/core/studio/paletteeditor.cpp index 23e55407..94735427 100644 --- a/src/nostalgia/core/studio/paletteeditor.cpp +++ b/src/nostalgia/core/studio/paletteeditor.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/nostalgia/core/studio/paletteeditor.hpp b/src/nostalgia/core/studio/paletteeditor.hpp index 7dbf2346..0614553e 100644 --- a/src/nostalgia/core/studio/paletteeditor.hpp +++ b/src/nostalgia/core/studio/paletteeditor.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/core/studio/ptidxconv.hpp b/src/nostalgia/core/studio/ptidxconv.hpp index 1b4dca8f..f4c0491a 100644 --- a/src/nostalgia/core/studio/ptidxconv.hpp +++ b/src/nostalgia/core/studio/ptidxconv.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/core/studio/tilesheeteditor.cpp b/src/nostalgia/core/studio/tilesheeteditor.cpp index 1759115d..d0d8f046 100644 --- a/src/nostalgia/core/studio/tilesheeteditor.cpp +++ b/src/nostalgia/core/studio/tilesheeteditor.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/nostalgia/core/studio/tilesheeteditor.hpp b/src/nostalgia/core/studio/tilesheeteditor.hpp index b942fabd..73681153 100644 --- a/src/nostalgia/core/studio/tilesheeteditor.hpp +++ b/src/nostalgia/core/studio/tilesheeteditor.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/core/studio/tilesheetpixelgrid.cpp b/src/nostalgia/core/studio/tilesheetpixelgrid.cpp index 98ed5923..b87260cd 100644 --- a/src/nostalgia/core/studio/tilesheetpixelgrid.cpp +++ b/src/nostalgia/core/studio/tilesheetpixelgrid.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/nostalgia/core/studio/tilesheetpixelgrid.hpp b/src/nostalgia/core/studio/tilesheetpixelgrid.hpp index a9161e80..6a523f5e 100644 --- a/src/nostalgia/core/studio/tilesheetpixelgrid.hpp +++ b/src/nostalgia/core/studio/tilesheetpixelgrid.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/core/studio/tilesheetpixels.cpp b/src/nostalgia/core/studio/tilesheetpixels.cpp index d07d56d5..1745bd29 100644 --- a/src/nostalgia/core/studio/tilesheetpixels.cpp +++ b/src/nostalgia/core/studio/tilesheetpixels.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/nostalgia/core/studio/tilesheetpixels.hpp b/src/nostalgia/core/studio/tilesheetpixels.hpp index 4556bbfc..127ab5ba 100644 --- a/src/nostalgia/core/studio/tilesheetpixels.hpp +++ b/src/nostalgia/core/studio/tilesheetpixels.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/core/studio/util.cpp b/src/nostalgia/core/studio/util.cpp index 31168dad..17cbbb1a 100644 --- a/src/nostalgia/core/studio/util.cpp +++ b/src/nostalgia/core/studio/util.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include "util.hpp" diff --git a/src/nostalgia/core/studio/util.hpp b/src/nostalgia/core/studio/util.hpp index 1dbdac1f..ead7e0e8 100644 --- a/src/nostalgia/core/studio/util.hpp +++ b/src/nostalgia/core/studio/util.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/core/userland/gfx.cpp b/src/nostalgia/core/userland/gfx.cpp index af9c2057..3b0cd14c 100644 --- a/src/nostalgia/core/userland/gfx.cpp +++ b/src/nostalgia/core/userland/gfx.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/nostalgia/core/userland/gfx.hpp b/src/nostalgia/core/userland/gfx.hpp index 4ce2db37..3d1ceb4a 100644 --- a/src/nostalgia/core/userland/gfx.hpp +++ b/src/nostalgia/core/userland/gfx.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/core/userland/gfx_opengl.cpp b/src/nostalgia/core/userland/gfx_opengl.cpp index 5404fa6e..1f8b1d74 100644 --- a/src/nostalgia/core/userland/gfx_opengl.cpp +++ b/src/nostalgia/core/userland/gfx_opengl.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/nostalgia/core/userland/media.cpp b/src/nostalgia/core/userland/media.cpp index 79c118e4..6fba4663 100644 --- a/src/nostalgia/core/userland/media.cpp +++ b/src/nostalgia/core/userland/media.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/nostalgia/glutils/glutils.cpp b/src/nostalgia/glutils/glutils.cpp index 4eff34c0..77f73cec 100644 --- a/src/nostalgia/glutils/glutils.cpp +++ b/src/nostalgia/glutils/glutils.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/nostalgia/glutils/glutils.hpp b/src/nostalgia/glutils/glutils.hpp index ffd8b9c5..5ac8453e 100644 --- a/src/nostalgia/glutils/glutils.hpp +++ b/src/nostalgia/glutils/glutils.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 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 820145cb..fff3524b 100644 --- a/src/nostalgia/player/app.cpp +++ b/src/nostalgia/player/app.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/nostalgia/player/app.hpp b/src/nostalgia/player/app.hpp index 8722a4b9..be97b74a 100644 --- a/src/nostalgia/player/app.hpp +++ b/src/nostalgia/player/app.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/nostalgia/player/main.cpp b/src/nostalgia/player/main.cpp index 9ef65cda..2ad0d708 100644 --- a/src/nostalgia/player/main.cpp +++ b/src/nostalgia/player/main.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/nostalgia/scene/scene.cpp b/src/nostalgia/scene/scene.cpp index 58c04247..9e440fd6 100644 --- a/src/nostalgia/scene/scene.cpp +++ b/src/nostalgia/scene/scene.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include "scene.hpp" diff --git a/src/nostalgia/scene/scene.hpp b/src/nostalgia/scene/scene.hpp index bc3c789d..717d7d2b 100644 --- a/src/nostalgia/scene/scene.hpp +++ b/src/nostalgia/scene/scene.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/studio/builtinmodules.hpp b/src/nostalgia/studio/builtinmodules.hpp index 0e5e1f51..60526a6c 100644 --- a/src/nostalgia/studio/builtinmodules.hpp +++ b/src/nostalgia/studio/builtinmodules.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/studio/filedialogmanager.cpp b/src/nostalgia/studio/filedialogmanager.cpp index 2afd80f0..dc974c57 100644 --- a/src/nostalgia/studio/filedialogmanager.cpp +++ b/src/nostalgia/studio/filedialogmanager.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/nostalgia/studio/filedialogmanager.hpp b/src/nostalgia/studio/filedialogmanager.hpp index fe60ace0..fdc9405f 100644 --- a/src/nostalgia/studio/filedialogmanager.hpp +++ b/src/nostalgia/studio/filedialogmanager.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/studio/lib/configio.cpp b/src/nostalgia/studio/lib/configio.cpp index 80d86cb4..b91aab8a 100644 --- a/src/nostalgia/studio/lib/configio.cpp +++ b/src/nostalgia/studio/lib/configio.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include "configio.hpp" diff --git a/src/nostalgia/studio/lib/configio.hpp b/src/nostalgia/studio/lib/configio.hpp index b48b5982..5a3fcf22 100644 --- a/src/nostalgia/studio/lib/configio.hpp +++ b/src/nostalgia/studio/lib/configio.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/studio/lib/editor.cpp b/src/nostalgia/studio/lib/editor.cpp index aeaac3a7..8e964642 100644 --- a/src/nostalgia/studio/lib/editor.cpp +++ b/src/nostalgia/studio/lib/editor.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/nostalgia/studio/lib/editor.hpp b/src/nostalgia/studio/lib/editor.hpp index 2f226e90..2cc56425 100644 --- a/src/nostalgia/studio/lib/editor.hpp +++ b/src/nostalgia/studio/lib/editor.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/studio/lib/filedialog.hpp b/src/nostalgia/studio/lib/filedialog.hpp index 38df7924..f3a85669 100644 --- a/src/nostalgia/studio/lib/filedialog.hpp +++ b/src/nostalgia/studio/lib/filedialog.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/studio/lib/filedialog_gtk.cpp b/src/nostalgia/studio/lib/filedialog_gtk.cpp index 0bae219a..42e46e6a 100644 --- a/src/nostalgia/studio/lib/filedialog_gtk.cpp +++ b/src/nostalgia/studio/lib/filedialog_gtk.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/nostalgia/studio/lib/module.cpp b/src/nostalgia/studio/lib/module.cpp index 27fae5d4..4946735d 100644 --- a/src/nostalgia/studio/lib/module.cpp +++ b/src/nostalgia/studio/lib/module.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include "module.hpp" diff --git a/src/nostalgia/studio/lib/module.hpp b/src/nostalgia/studio/lib/module.hpp index 9a5006e4..54bcbed0 100644 --- a/src/nostalgia/studio/lib/module.hpp +++ b/src/nostalgia/studio/lib/module.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/studio/lib/project.cpp b/src/nostalgia/studio/lib/project.cpp index 97bded26..222e1c32 100644 --- a/src/nostalgia/studio/lib/project.cpp +++ b/src/nostalgia/studio/lib/project.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/nostalgia/studio/lib/project.hpp b/src/nostalgia/studio/lib/project.hpp index 068a5ec7..c4766931 100644 --- a/src/nostalgia/studio/lib/project.hpp +++ b/src/nostalgia/studio/lib/project.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/studio/lib/task.cpp b/src/nostalgia/studio/lib/task.cpp index d8d98503..c2239984 100644 --- a/src/nostalgia/studio/lib/task.cpp +++ b/src/nostalgia/studio/lib/task.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/nostalgia/studio/lib/task.hpp b/src/nostalgia/studio/lib/task.hpp index 313ad70f..ed1e1b18 100644 --- a/src/nostalgia/studio/lib/task.hpp +++ b/src/nostalgia/studio/lib/task.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/studio/lib/undostack.cpp b/src/nostalgia/studio/lib/undostack.cpp index 006508d6..cbe54356 100644 --- a/src/nostalgia/studio/lib/undostack.cpp +++ b/src/nostalgia/studio/lib/undostack.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include "undostack.hpp" diff --git a/src/nostalgia/studio/lib/undostack.hpp b/src/nostalgia/studio/lib/undostack.hpp index 27f8e9b6..be60f009 100644 --- a/src/nostalgia/studio/lib/undostack.hpp +++ b/src/nostalgia/studio/lib/undostack.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/studio/lib/widget.cpp b/src/nostalgia/studio/lib/widget.cpp index b732e8c6..893cedde 100644 --- a/src/nostalgia/studio/lib/widget.cpp +++ b/src/nostalgia/studio/lib/widget.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include "widget.hpp" diff --git a/src/nostalgia/studio/lib/widget.hpp b/src/nostalgia/studio/lib/widget.hpp index d0dcd504..0f3867ad 100644 --- a/src/nostalgia/studio/lib/widget.hpp +++ b/src/nostalgia/studio/lib/widget.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/studio/lib/window.cpp b/src/nostalgia/studio/lib/window.cpp index 772d8335..96f9d3aa 100644 --- a/src/nostalgia/studio/lib/window.cpp +++ b/src/nostalgia/studio/lib/window.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include "window.hpp" diff --git a/src/nostalgia/studio/lib/window.hpp b/src/nostalgia/studio/lib/window.hpp index e3bed379..c2d6f093 100644 --- a/src/nostalgia/studio/lib/window.hpp +++ b/src/nostalgia/studio/lib/window.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/studio/main.cpp b/src/nostalgia/studio/main.cpp index 33b43e4d..44684a1a 100644 --- a/src/nostalgia/studio/main.cpp +++ b/src/nostalgia/studio/main.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/nostalgia/studio/projectexplorer.cpp b/src/nostalgia/studio/projectexplorer.cpp index 8c1f0278..729035f9 100644 --- a/src/nostalgia/studio/projectexplorer.cpp +++ b/src/nostalgia/studio/projectexplorer.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/nostalgia/studio/projectexplorer.hpp b/src/nostalgia/studio/projectexplorer.hpp index b61815ef..3bdbf39f 100644 --- a/src/nostalgia/studio/projectexplorer.hpp +++ b/src/nostalgia/studio/projectexplorer.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/studio/projecttreemodel.cpp b/src/nostalgia/studio/projecttreemodel.cpp index 1c23638f..6a7bfa5d 100644 --- a/src/nostalgia/studio/projecttreemodel.cpp +++ b/src/nostalgia/studio/projecttreemodel.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/nostalgia/studio/projecttreemodel.hpp b/src/nostalgia/studio/projecttreemodel.hpp index b0f6607d..cc629282 100644 --- a/src/nostalgia/studio/projecttreemodel.hpp +++ b/src/nostalgia/studio/projecttreemodel.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/studio/studio.hpp b/src/nostalgia/studio/studio.hpp index 2a87a842..a75e041d 100644 --- a/src/nostalgia/studio/studio.hpp +++ b/src/nostalgia/studio/studio.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/studio/studioapp.cpp b/src/nostalgia/studio/studioapp.cpp index 04056394..ab9f3def 100644 --- a/src/nostalgia/studio/studioapp.cpp +++ b/src/nostalgia/studio/studioapp.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/nostalgia/studio/studioapp.hpp b/src/nostalgia/studio/studioapp.hpp index c22e43cf..d1ac9a64 100644 --- a/src/nostalgia/studio/studioapp.hpp +++ b/src/nostalgia/studio/studioapp.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/tools/pack.cpp b/src/nostalgia/tools/pack.cpp index 54ddb483..e0ef13ca 100644 --- a/src/nostalgia/tools/pack.cpp +++ b/src/nostalgia/tools/pack.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/nostalgia/tools/pack/pack.cpp b/src/nostalgia/tools/pack/pack.cpp index 55b9629c..38740970 100644 --- a/src/nostalgia/tools/pack/pack.cpp +++ b/src/nostalgia/tools/pack/pack.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/nostalgia/tools/pack/pack.hpp b/src/nostalgia/tools/pack/pack.hpp index 3d801bbf..8fece55b 100644 --- a/src/nostalgia/tools/pack/pack.hpp +++ b/src/nostalgia/tools/pack/pack.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ namespace nostalgia { diff --git a/src/nostalgia/world/studio/consts.cpp b/src/nostalgia/world/studio/consts.cpp index 92867487..28a62c88 100644 --- a/src/nostalgia/world/studio/consts.cpp +++ b/src/nostalgia/world/studio/consts.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include "consts.hpp" diff --git a/src/nostalgia/world/studio/consts.hpp b/src/nostalgia/world/studio/consts.hpp index 2132f953..8e130035 100644 --- a/src/nostalgia/world/studio/consts.hpp +++ b/src/nostalgia/world/studio/consts.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/world/studio/newworldwizard.cpp b/src/nostalgia/world/studio/newworldwizard.cpp index cc5c18c6..b263d8cd 100644 --- a/src/nostalgia/world/studio/newworldwizard.cpp +++ b/src/nostalgia/world/studio/newworldwizard.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/nostalgia/world/studio/newworldwizard.hpp b/src/nostalgia/world/studio/newworldwizard.hpp index 31fd8edd..ca725501 100644 --- a/src/nostalgia/world/studio/newworldwizard.hpp +++ b/src/nostalgia/world/studio/newworldwizard.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/world/studio/worldeditor.cpp b/src/nostalgia/world/studio/worldeditor.cpp index 66a4769c..9e01f669 100644 --- a/src/nostalgia/world/studio/worldeditor.cpp +++ b/src/nostalgia/world/studio/worldeditor.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include "worldeditor.hpp" diff --git a/src/nostalgia/world/studio/worldeditor.hpp b/src/nostalgia/world/studio/worldeditor.hpp index e437bc9a..79b7ecce 100644 --- a/src/nostalgia/world/studio/worldeditor.hpp +++ b/src/nostalgia/world/studio/worldeditor.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/world/studio/worldstudioplugin.cpp b/src/nostalgia/world/studio/worldstudioplugin.cpp index 462b4602..3e858216 100644 --- a/src/nostalgia/world/studio/worldstudioplugin.cpp +++ b/src/nostalgia/world/studio/worldstudioplugin.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include diff --git a/src/nostalgia/world/studio/worldstudioplugin.hpp b/src/nostalgia/world/studio/worldstudioplugin.hpp index 000ff894..30536638 100644 --- a/src/nostalgia/world/studio/worldstudioplugin.hpp +++ b/src/nostalgia/world/studio/worldstudioplugin.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once diff --git a/src/nostalgia/world/world.cpp b/src/nostalgia/world/world.cpp index a8cbfa7b..8ce2a0cc 100644 --- a/src/nostalgia/world/world.cpp +++ b/src/nostalgia/world/world.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include "world.hpp" diff --git a/src/nostalgia/world/world.hpp b/src/nostalgia/world/world.hpp index 6d168543..d535913f 100644 --- a/src/nostalgia/world/world.hpp +++ b/src/nostalgia/world/world.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2021 Gary Talent (gary@drinkingtea.net). All rights reserved. + * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #pragma once