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 72dae9789..58aeb945c 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 7c19bfe2b..ea8d3358b 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 9eedd383d..caafd2c93 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 b570ec195..e9fbc1984 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 cafceec7e..2e8ba1d9b 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 ae6be3dba..ae6345f1e 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 0f3e25273..d56ef1f99 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 70c86653c..786bcfbb2 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 8238ee296..15d90f5da 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 e9c8676e8..5fdc4fb8a 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 df230c66c..5143c80fd 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 138b3106c..6f190d5e9 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 b86da5d57..13337dc0d 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 ffa46e468..3be1cad75 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 1d48d3f8e..4604b6348 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 925a5e784..ca646cd7a 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 df3256ad3..613d5cbdc 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 cc50194d1..3da0425f3 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 7f58e3b8f..cae066211 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 0b217975b..32b07a7ec 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 40f3b9eb2..acb47160b 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 d022237e8..b194dc544 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 89f540d17..c21cf5d27 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 5971aa495..f29ad9b40 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 eb5c087d5..a39563446 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 d23b94c71..2f86f0f59 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 8697334b7..ddde7792f 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 8d73ced2e..cdfe9d1f0 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 029c926fa..e76ea5734 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 1d86a700b..ad2b1c3fe 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 1ff0b2c3e..9a507004f 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 e07325240..dfe6bd3fe 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 365d5758c..6bd0f047d 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 b7ce2a6b3..7e22c9450 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 248107023..f9b57c47d 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 dbbac8b65..cc65089df 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 8acb7909a..a5c3f1906 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 46158d625..3cf53b3e9 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 01506eebe..a04e83660 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 b1154dbb9..a044e62dd 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 5f7fa7081..c2fdee4fb 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 e7db2987a..30e9de0bc 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 f12ea4102..16130a5d0 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 575023fc2..9b3e474a7 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 a0d122247..3b3fe6c91 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 898822e28..71d8b0e38 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 43764d93a..e675d98a7 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 23e554071..947354276 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 7dbf2346d..0614553e6 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 1b4dca8f5..f4c0491ae 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 1759115db..d0d8f0462 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 b942fabd5..73681153d 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 98ed5923e..b87260cd6 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 a9161e802..6a523f5ee 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 d07d56d5a..1745bd299 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 4556bbfc9..127ab5bab 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 31168dada..17cbbb1a8 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 1dbdac1ff..ead7e0e87 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 af9c20570..3b0cd14c7 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 4ce2db37e..3d1ceb4a5 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 5404fa6ef..1f8b1d747 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 79c118e46..6fba4663e 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 4eff34c0e..77f73cecf 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 ffd8b9c58..5ac8453e9 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 820145cbd..fff3524b5 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 8722a4b96..be97b74ac 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 9ef65cda8..2ad0d7084 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 58c04247e..9e440fd6a 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 bc3c789d1..717d7d2b0 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 0e5e1f511..60526a6cd 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 2afd80f06..dc974c578 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 fe60ace03..fdc9405f9 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 80d86cb42..b91aab8ab 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 b48b59827..5a3fcf223 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 aeaac3a77..8e964642f 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 2f226e90e..2cc564258 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 38df79241..f3a856690 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 0bae219ad..42e46e6a2 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 27fae5d48..4946735d1 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 9a5006e4d..54bcbed05 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 97bded26b..222e1c32b 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 068a5ec7c..c4766931c 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 d8d98503a..c22399843 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 313ad70fe..ed1e1b189 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 006508d60..cbe54356f 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 27f8e9b69..be60f0093 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 b732e8c64..893cedde7 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 d0dcd5043..0f3867ad4 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 772d83358..96f9d3aa5 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 e3bed379a..c2d6f0938 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 33b43e4db..44684a1a3 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 8c1f0278a..729035f98 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 b61815ef0..3bdbf39f7 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 1c23638f6..6a7bfa5d1 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 b0f6607d4..cc6292821 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 2a87a842a..a75e041d8 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 040563940..ab9f3defa 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 c22e43cfa..d1ac9a648 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 54ddb483e..e0ef13ca1 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 55b9629ce..387409707 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 3d801bbf6..8fece55bb 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 92867487e..28a62c880 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 2132f953f..8e130035d 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 cc5c18c6e..b263d8cd4 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 31fd8eddd..ca7255016 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 66a4769c6..9e01f6698 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 e437bc9ab..79b7ecce9 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 462b46029..3e8582160 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 000ff894e..30536638b 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 a8cbfa7b9..8ce2a0cc9 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 6d1685432..d535913f1 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