From aefd65b9e93572fee7add546549f3310fc4b778c Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Sat, 17 Aug 2019 18:33:31 -0500 Subject: [PATCH] [nostalgia] Run liccor --- src/nostalgia/common/bounds.cpp | 2 +- src/nostalgia/common/bounds.hpp | 2 +- src/nostalgia/common/common.hpp | 2 +- src/nostalgia/common/fileaddr.hpp | 2 +- src/nostalgia/common/point.cpp | 2 +- src/nostalgia/common/point.hpp | 2 +- src/nostalgia/core/context.hpp | 2 +- src/nostalgia/core/core.cpp | 2 +- src/nostalgia/core/core.hpp | 2 +- src/nostalgia/core/gba/addresses.hpp | 2 +- src/nostalgia/core/gba/gba.hpp | 2 +- src/nostalgia/core/gba/gfx.cpp | 2 +- src/nostalgia/core/gba/media.cpp | 2 +- src/nostalgia/core/gba/mem.cpp | 2 +- src/nostalgia/core/gba/panic.cpp | 2 +- src/nostalgia/core/gba/panic.hpp | 2 +- src/nostalgia/core/gfx.hpp | 2 +- src/nostalgia/core/media.hpp | 2 +- src/nostalgia/core/mem.hpp | 2 +- src/nostalgia/core/qt/gfx.cpp | 2 +- src/nostalgia/core/studio/import_tilesheet_wizard.cpp | 2 +- src/nostalgia/core/studio/import_tilesheet_wizard.hpp | 2 +- src/nostalgia/core/studio/plugin.cpp | 2 +- src/nostalgia/core/studio/plugin.hpp | 2 +- src/nostalgia/core/types.hpp | 2 +- src/nostalgia/core/userland/media.cpp | 2 +- src/nostalgia/core/userland/mem.cpp | 2 +- src/nostalgia/player/main.cpp | 2 +- src/nostalgia/studio/lib/json.hpp | 2 +- src/nostalgia/studio/lib/json_err.hpp | 2 +- src/nostalgia/studio/lib/json_read.cpp | 2 +- src/nostalgia/studio/lib/json_read.hpp | 2 +- src/nostalgia/studio/lib/json_test.cpp | 2 +- src/nostalgia/studio/lib/json_write.cpp | 2 +- src/nostalgia/studio/lib/json_write.hpp | 2 +- src/nostalgia/studio/lib/oxfstreeview.cpp | 2 +- src/nostalgia/studio/lib/oxfstreeview.hpp | 2 +- src/nostalgia/studio/lib/plugin.cpp | 2 +- src/nostalgia/studio/lib/plugin.hpp | 2 +- src/nostalgia/studio/lib/project.cpp | 2 +- src/nostalgia/studio/lib/project.hpp | 2 +- src/nostalgia/studio/lib/wizard.cpp | 2 +- src/nostalgia/studio/lib/wizard.hpp | 2 +- src/nostalgia/studio/main.cpp | 2 +- src/nostalgia/studio/mainwindow.cpp | 2 +- src/nostalgia/studio/mainwindow.hpp | 2 +- src/nostalgia/studio/studio.hpp | 2 +- src/nostalgia/tools/lib/pack.cpp | 2 +- src/nostalgia/tools/lib/pack.hpp | 2 +- src/nostalgia/tools/lib/tilesetimport.cpp | 2 +- src/nostalgia/tools/lib/tilesetimport.hpp | 2 +- src/nostalgia/tools/pack.cpp | 2 +- src/nostalgia/tools/pack/imgconv.cpp | 2 +- src/nostalgia/tools/pack/imgconv.hpp | 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 +- 66 files changed, 66 insertions(+), 66 deletions(-) diff --git a/src/nostalgia/common/bounds.cpp b/src/nostalgia/common/bounds.cpp index 2f9b61e4..bd2b0c7f 100644 --- a/src/nostalgia/common/bounds.cpp +++ b/src/nostalgia/common/bounds.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2018 gtalent2@gmail.com + * Copyright 2016 - 2019 gtalent2@gmail.com * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/nostalgia/common/bounds.hpp b/src/nostalgia/common/bounds.hpp index 62dce658..bd5327a2 100644 --- a/src/nostalgia/common/bounds.hpp +++ b/src/nostalgia/common/bounds.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2018 gtalent2@gmail.com + * Copyright 2016 - 2019 gtalent2@gmail.com * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/nostalgia/common/common.hpp b/src/nostalgia/common/common.hpp index 34959ca0..188dace7 100644 --- a/src/nostalgia/common/common.hpp +++ b/src/nostalgia/common/common.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2018 gtalent2@gmail.com + * Copyright 2016 - 2019 gtalent2@gmail.com * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/nostalgia/common/fileaddr.hpp b/src/nostalgia/common/fileaddr.hpp index a6379c15..c8b23ffa 100644 --- a/src/nostalgia/common/fileaddr.hpp +++ b/src/nostalgia/common/fileaddr.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2018 gtalent2@gmail.com + * Copyright 2016 - 2019 gtalent2@gmail.com * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/nostalgia/common/point.cpp b/src/nostalgia/common/point.cpp index a339b8a9..5f8de919 100644 --- a/src/nostalgia/common/point.cpp +++ b/src/nostalgia/common/point.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2018 gtalent2@gmail.com + * Copyright 2016 - 2019 gtalent2@gmail.com * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/nostalgia/common/point.hpp b/src/nostalgia/common/point.hpp index 3d968cdc..3ab0795a 100644 --- a/src/nostalgia/common/point.hpp +++ b/src/nostalgia/common/point.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2018 gtalent2@gmail.com + * Copyright 2016 - 2019 gtalent2@gmail.com * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/nostalgia/core/context.hpp b/src/nostalgia/core/context.hpp index 95672ea5..af1bc4a9 100644 --- a/src/nostalgia/core/context.hpp +++ b/src/nostalgia/core/context.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2018 gtalent2@gmail.com + * Copyright 2016 - 2019 gtalent2@gmail.com * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/nostalgia/core/core.cpp b/src/nostalgia/core/core.cpp index cdd057ef..131178ec 100644 --- a/src/nostalgia/core/core.cpp +++ b/src/nostalgia/core/core.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2018 gtalent2@gmail.com + * Copyright 2016 - 2019 gtalent2@gmail.com * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/nostalgia/core/core.hpp b/src/nostalgia/core/core.hpp index bbf1aac6..6caa797c 100644 --- a/src/nostalgia/core/core.hpp +++ b/src/nostalgia/core/core.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2018 gtalent2@gmail.com + * Copyright 2016 - 2019 gtalent2@gmail.com * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/nostalgia/core/gba/addresses.hpp b/src/nostalgia/core/gba/addresses.hpp index 44d6ecee..2b71a1a2 100644 --- a/src/nostalgia/core/gba/addresses.hpp +++ b/src/nostalgia/core/gba/addresses.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2018 gtalent2@gmail.com + * Copyright 2016 - 2019 gtalent2@gmail.com * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/nostalgia/core/gba/gba.hpp b/src/nostalgia/core/gba/gba.hpp index 3b9ec432..35390c1c 100644 --- a/src/nostalgia/core/gba/gba.hpp +++ b/src/nostalgia/core/gba/gba.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2018 gtalent2@gmail.com + * Copyright 2016 - 2019 gtalent2@gmail.com * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/nostalgia/core/gba/gfx.cpp b/src/nostalgia/core/gba/gfx.cpp index 89e9e4b7..104b1988 100644 --- a/src/nostalgia/core/gba/gfx.cpp +++ b/src/nostalgia/core/gba/gfx.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2018 gtalent2@gmail.com + * Copyright 2016 - 2019 gtalent2@gmail.com * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/nostalgia/core/gba/media.cpp b/src/nostalgia/core/gba/media.cpp index 0b60473f..238c5cb4 100644 --- a/src/nostalgia/core/gba/media.cpp +++ b/src/nostalgia/core/gba/media.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2018 gtalent2@gmail.com + * Copyright 2016 - 2019 gtalent2@gmail.com * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/nostalgia/core/gba/mem.cpp b/src/nostalgia/core/gba/mem.cpp index 133254f1..49ac6683 100644 --- a/src/nostalgia/core/gba/mem.cpp +++ b/src/nostalgia/core/gba/mem.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2018 gtalent2@gmail.com + * Copyright 2016 - 2019 gtalent2@gmail.com * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/nostalgia/core/gba/panic.cpp b/src/nostalgia/core/gba/panic.cpp index d1ada3a7..52549033 100644 --- a/src/nostalgia/core/gba/panic.cpp +++ b/src/nostalgia/core/gba/panic.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2018 gtalent2@gmail.com + * Copyright 2016 - 2019 gtalent2@gmail.com * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/nostalgia/core/gba/panic.hpp b/src/nostalgia/core/gba/panic.hpp index f2f728f6..8da50e9d 100644 --- a/src/nostalgia/core/gba/panic.hpp +++ b/src/nostalgia/core/gba/panic.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2018 gtalent2@gmail.com + * Copyright 2016 - 2019 gtalent2@gmail.com * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/nostalgia/core/gfx.hpp b/src/nostalgia/core/gfx.hpp index f144a068..bc5a5dcd 100644 --- a/src/nostalgia/core/gfx.hpp +++ b/src/nostalgia/core/gfx.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2018 gtalent2@gmail.com + * Copyright 2016 - 2019 gtalent2@gmail.com * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/nostalgia/core/media.hpp b/src/nostalgia/core/media.hpp index fcee137d..f2908bb5 100644 --- a/src/nostalgia/core/media.hpp +++ b/src/nostalgia/core/media.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2018 gtalent2@gmail.com + * Copyright 2016 - 2019 gtalent2@gmail.com * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/nostalgia/core/mem.hpp b/src/nostalgia/core/mem.hpp index 18043b71..d3c5b67b 100644 --- a/src/nostalgia/core/mem.hpp +++ b/src/nostalgia/core/mem.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2018 gtalent2@gmail.com + * Copyright 2016 - 2019 gtalent2@gmail.com * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/nostalgia/core/qt/gfx.cpp b/src/nostalgia/core/qt/gfx.cpp index 461c2ddd..7eaf932d 100644 --- a/src/nostalgia/core/qt/gfx.cpp +++ b/src/nostalgia/core/qt/gfx.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2018 gtalent2@gmail.com + * Copyright 2016 - 2019 gtalent2@gmail.com * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/nostalgia/core/studio/import_tilesheet_wizard.cpp b/src/nostalgia/core/studio/import_tilesheet_wizard.cpp index 5df5b4fe..e4ade551 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 - 2018 gtalent2@gmail.com + * Copyright 2016 - 2019 gtalent2@gmail.com * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/nostalgia/core/studio/import_tilesheet_wizard.hpp b/src/nostalgia/core/studio/import_tilesheet_wizard.hpp index b8ca7803..5048b157 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 - 2018 gtalent2@gmail.com + * Copyright 2016 - 2019 gtalent2@gmail.com * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/nostalgia/core/studio/plugin.cpp b/src/nostalgia/core/studio/plugin.cpp index 5104a21a..3593d775 100644 --- a/src/nostalgia/core/studio/plugin.cpp +++ b/src/nostalgia/core/studio/plugin.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2018 gtalent2@gmail.com + * Copyright 2016 - 2019 gtalent2@gmail.com * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/nostalgia/core/studio/plugin.hpp b/src/nostalgia/core/studio/plugin.hpp index 35aa6205..e04c8983 100644 --- a/src/nostalgia/core/studio/plugin.hpp +++ b/src/nostalgia/core/studio/plugin.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2018 gtalent2@gmail.com + * Copyright 2016 - 2019 gtalent2@gmail.com * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/nostalgia/core/types.hpp b/src/nostalgia/core/types.hpp index 6406f5de..d8336d12 100644 --- a/src/nostalgia/core/types.hpp +++ b/src/nostalgia/core/types.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2018 gtalent2@gmail.com + * Copyright 2016 - 2019 gtalent2@gmail.com * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/nostalgia/core/userland/media.cpp b/src/nostalgia/core/userland/media.cpp index 17a20d5f..819602db 100644 --- a/src/nostalgia/core/userland/media.cpp +++ b/src/nostalgia/core/userland/media.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2018 gtalent2@gmail.com + * Copyright 2016 - 2019 gtalent2@gmail.com * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/nostalgia/core/userland/mem.cpp b/src/nostalgia/core/userland/mem.cpp index e3e44b6c..262d2e70 100644 --- a/src/nostalgia/core/userland/mem.cpp +++ b/src/nostalgia/core/userland/mem.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2018 gtalent2@gmail.com + * Copyright 2016 - 2019 gtalent2@gmail.com * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/nostalgia/player/main.cpp b/src/nostalgia/player/main.cpp index 58bd50f3..e933200a 100644 --- a/src/nostalgia/player/main.cpp +++ b/src/nostalgia/player/main.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2018 gtalent2@gmail.com + * Copyright 2016 - 2019 gtalent2@gmail.com * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/nostalgia/studio/lib/json.hpp b/src/nostalgia/studio/lib/json.hpp index 9422545a..b74e8707 100644 --- a/src/nostalgia/studio/lib/json.hpp +++ b/src/nostalgia/studio/lib/json.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2018 gtalent2@gmail.com + * Copyright 2016 - 2019 gtalent2@gmail.com * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/nostalgia/studio/lib/json_err.hpp b/src/nostalgia/studio/lib/json_err.hpp index 21c5cea2..c859e0e7 100644 --- a/src/nostalgia/studio/lib/json_err.hpp +++ b/src/nostalgia/studio/lib/json_err.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2018 gtalent2@gmail.com + * Copyright 2016 - 2019 gtalent2@gmail.com * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/nostalgia/studio/lib/json_read.cpp b/src/nostalgia/studio/lib/json_read.cpp index 7b4dd776..5dddcc7c 100644 --- a/src/nostalgia/studio/lib/json_read.cpp +++ b/src/nostalgia/studio/lib/json_read.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2018 gtalent2@gmail.com + * Copyright 2016 - 2019 gtalent2@gmail.com * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/nostalgia/studio/lib/json_read.hpp b/src/nostalgia/studio/lib/json_read.hpp index f8321493..b25a9d42 100644 --- a/src/nostalgia/studio/lib/json_read.hpp +++ b/src/nostalgia/studio/lib/json_read.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2018 gtalent2@gmail.com + * Copyright 2016 - 2019 gtalent2@gmail.com * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/nostalgia/studio/lib/json_test.cpp b/src/nostalgia/studio/lib/json_test.cpp index d59c6214..a9e6b8d5 100644 --- a/src/nostalgia/studio/lib/json_test.cpp +++ b/src/nostalgia/studio/lib/json_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2018 gtalent2@gmail.com + * Copyright 2016 - 2019 gtalent2@gmail.com * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/nostalgia/studio/lib/json_write.cpp b/src/nostalgia/studio/lib/json_write.cpp index 57785efd..8cd0d9bc 100644 --- a/src/nostalgia/studio/lib/json_write.cpp +++ b/src/nostalgia/studio/lib/json_write.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2018 gtalent2@gmail.com + * Copyright 2016 - 2019 gtalent2@gmail.com * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/nostalgia/studio/lib/json_write.hpp b/src/nostalgia/studio/lib/json_write.hpp index 92cf7579..b72fa83c 100644 --- a/src/nostalgia/studio/lib/json_write.hpp +++ b/src/nostalgia/studio/lib/json_write.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2018 gtalent2@gmail.com + * Copyright 2016 - 2019 gtalent2@gmail.com * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/nostalgia/studio/lib/oxfstreeview.cpp b/src/nostalgia/studio/lib/oxfstreeview.cpp index a15ad287..9abf0869 100644 --- a/src/nostalgia/studio/lib/oxfstreeview.cpp +++ b/src/nostalgia/studio/lib/oxfstreeview.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2018 gtalent2@gmail.com + * Copyright 2016 - 2019 gtalent2@gmail.com * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/nostalgia/studio/lib/oxfstreeview.hpp b/src/nostalgia/studio/lib/oxfstreeview.hpp index 05da5c35..eba8a46c 100644 --- a/src/nostalgia/studio/lib/oxfstreeview.hpp +++ b/src/nostalgia/studio/lib/oxfstreeview.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2018 gtalent2@gmail.com + * Copyright 2016 - 2019 gtalent2@gmail.com * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/nostalgia/studio/lib/plugin.cpp b/src/nostalgia/studio/lib/plugin.cpp index 6fd75211..beae48cb 100644 --- a/src/nostalgia/studio/lib/plugin.cpp +++ b/src/nostalgia/studio/lib/plugin.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2018 gtalent2@gmail.com + * Copyright 2016 - 2019 gtalent2@gmail.com * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/nostalgia/studio/lib/plugin.hpp b/src/nostalgia/studio/lib/plugin.hpp index a8e19d67..00dc9a8b 100644 --- a/src/nostalgia/studio/lib/plugin.hpp +++ b/src/nostalgia/studio/lib/plugin.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2018 gtalent2@gmail.com + * Copyright 2016 - 2019 gtalent2@gmail.com * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/nostalgia/studio/lib/project.cpp b/src/nostalgia/studio/lib/project.cpp index 68ceb2c0..8b1b371b 100644 --- a/src/nostalgia/studio/lib/project.cpp +++ b/src/nostalgia/studio/lib/project.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2018 gtalent2@gmail.com + * Copyright 2016 - 2019 gtalent2@gmail.com * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/nostalgia/studio/lib/project.hpp b/src/nostalgia/studio/lib/project.hpp index bc658401..68ccdbca 100644 --- a/src/nostalgia/studio/lib/project.hpp +++ b/src/nostalgia/studio/lib/project.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2018 gtalent2@gmail.com + * Copyright 2016 - 2019 gtalent2@gmail.com * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/nostalgia/studio/lib/wizard.cpp b/src/nostalgia/studio/lib/wizard.cpp index b9779643..9f45c759 100644 --- a/src/nostalgia/studio/lib/wizard.cpp +++ b/src/nostalgia/studio/lib/wizard.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2018 gtalent2@gmail.com + * Copyright 2016 - 2019 gtalent2@gmail.com * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/nostalgia/studio/lib/wizard.hpp b/src/nostalgia/studio/lib/wizard.hpp index ae1f2b09..261be315 100644 --- a/src/nostalgia/studio/lib/wizard.hpp +++ b/src/nostalgia/studio/lib/wizard.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2018 gtalent2@gmail.com + * Copyright 2016 - 2019 gtalent2@gmail.com * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/nostalgia/studio/main.cpp b/src/nostalgia/studio/main.cpp index 2b0744b2..7c9ef2c1 100644 --- a/src/nostalgia/studio/main.cpp +++ b/src/nostalgia/studio/main.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2018 gtalent2@gmail.com + * Copyright 2016 - 2019 gtalent2@gmail.com * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/nostalgia/studio/mainwindow.cpp b/src/nostalgia/studio/mainwindow.cpp index 22f8e34c..71acddac 100644 --- a/src/nostalgia/studio/mainwindow.cpp +++ b/src/nostalgia/studio/mainwindow.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2018 gtalent2@gmail.com + * Copyright 2016 - 2019 gtalent2@gmail.com * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/nostalgia/studio/mainwindow.hpp b/src/nostalgia/studio/mainwindow.hpp index 08cb9f8b..d68e4ada 100644 --- a/src/nostalgia/studio/mainwindow.hpp +++ b/src/nostalgia/studio/mainwindow.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2018 gtalent2@gmail.com + * Copyright 2016 - 2019 gtalent2@gmail.com * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/nostalgia/studio/studio.hpp b/src/nostalgia/studio/studio.hpp index 09e368a1..cc347f9b 100644 --- a/src/nostalgia/studio/studio.hpp +++ b/src/nostalgia/studio/studio.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2018 gtalent2@gmail.com + * Copyright 2016 - 2019 gtalent2@gmail.com * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/nostalgia/tools/lib/pack.cpp b/src/nostalgia/tools/lib/pack.cpp index 8eaf2e34..1a9bade2 100644 --- a/src/nostalgia/tools/lib/pack.cpp +++ b/src/nostalgia/tools/lib/pack.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2018 gtalent2@gmail.com + * Copyright 2016 - 2019 gtalent2@gmail.com * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/nostalgia/tools/lib/pack.hpp b/src/nostalgia/tools/lib/pack.hpp index d2f0003c..e8b63ad7 100644 --- a/src/nostalgia/tools/lib/pack.hpp +++ b/src/nostalgia/tools/lib/pack.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2018 gtalent2@gmail.com + * Copyright 2016 - 2019 gtalent2@gmail.com * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/nostalgia/tools/lib/tilesetimport.cpp b/src/nostalgia/tools/lib/tilesetimport.cpp index c53c4004..cab682ba 100644 --- a/src/nostalgia/tools/lib/tilesetimport.cpp +++ b/src/nostalgia/tools/lib/tilesetimport.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2018 gtalent2@gmail.com + * Copyright 2016 - 2019 gtalent2@gmail.com * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/nostalgia/tools/lib/tilesetimport.hpp b/src/nostalgia/tools/lib/tilesetimport.hpp index 75cc6033..48d516a4 100644 --- a/src/nostalgia/tools/lib/tilesetimport.hpp +++ b/src/nostalgia/tools/lib/tilesetimport.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2018 gtalent2@gmail.com + * Copyright 2016 - 2019 gtalent2@gmail.com * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/nostalgia/tools/pack.cpp b/src/nostalgia/tools/pack.cpp index 0eeb443e..d5a614c6 100644 --- a/src/nostalgia/tools/pack.cpp +++ b/src/nostalgia/tools/pack.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2018 gtalent2@gmail.com + * Copyright 2016 - 2019 gtalent2@gmail.com * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/nostalgia/tools/pack/imgconv.cpp b/src/nostalgia/tools/pack/imgconv.cpp index c71ee3e4..12e5c1c0 100644 --- a/src/nostalgia/tools/pack/imgconv.cpp +++ b/src/nostalgia/tools/pack/imgconv.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2019 gtalent2@gmail.com + * Copyright 2016 - 2019 gtalent2@gmail.com * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/nostalgia/tools/pack/imgconv.hpp b/src/nostalgia/tools/pack/imgconv.hpp index 16af96aa..b84c227c 100644 --- a/src/nostalgia/tools/pack/imgconv.hpp +++ b/src/nostalgia/tools/pack/imgconv.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2018 gtalent2@gmail.com + * Copyright 2016 - 2019 gtalent2@gmail.com * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/nostalgia/tools/pack/pack.cpp b/src/nostalgia/tools/pack/pack.cpp index 90e65dde..4aa9bcf4 100644 --- a/src/nostalgia/tools/pack/pack.cpp +++ b/src/nostalgia/tools/pack/pack.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2019 gtalent2@gmail.com + * Copyright 2016 - 2019 gtalent2@gmail.com * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/nostalgia/tools/pack/pack.hpp b/src/nostalgia/tools/pack/pack.hpp index b82c2c91..d81cee6a 100644 --- a/src/nostalgia/tools/pack/pack.hpp +++ b/src/nostalgia/tools/pack/pack.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2018 gtalent2@gmail.com + * Copyright 2016 - 2019 gtalent2@gmail.com * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/nostalgia/world/studio/consts.cpp b/src/nostalgia/world/studio/consts.cpp index 24c60ab7..264186ba 100644 --- a/src/nostalgia/world/studio/consts.cpp +++ b/src/nostalgia/world/studio/consts.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2018 gtalent2@gmail.com + * Copyright 2016 - 2019 gtalent2@gmail.com * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/nostalgia/world/studio/consts.hpp b/src/nostalgia/world/studio/consts.hpp index 6ff5232a..9eb1890f 100644 --- a/src/nostalgia/world/studio/consts.hpp +++ b/src/nostalgia/world/studio/consts.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2018 gtalent2@gmail.com + * Copyright 2016 - 2019 gtalent2@gmail.com * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/nostalgia/world/studio/newworldwizard.cpp b/src/nostalgia/world/studio/newworldwizard.cpp index e6402001..cf2fdbbb 100644 --- a/src/nostalgia/world/studio/newworldwizard.cpp +++ b/src/nostalgia/world/studio/newworldwizard.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2018 gtalent2@gmail.com + * Copyright 2016 - 2019 gtalent2@gmail.com * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/nostalgia/world/studio/newworldwizard.hpp b/src/nostalgia/world/studio/newworldwizard.hpp index 07f9a1ce..f6c677a4 100644 --- a/src/nostalgia/world/studio/newworldwizard.hpp +++ b/src/nostalgia/world/studio/newworldwizard.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2018 gtalent2@gmail.com + * Copyright 2016 - 2019 gtalent2@gmail.com * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/nostalgia/world/studio/worldeditor.cpp b/src/nostalgia/world/studio/worldeditor.cpp index c6943a76..ee83cf07 100644 --- a/src/nostalgia/world/studio/worldeditor.cpp +++ b/src/nostalgia/world/studio/worldeditor.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2018 gtalent2@gmail.com + * Copyright 2016 - 2019 gtalent2@gmail.com * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/nostalgia/world/studio/worldeditor.hpp b/src/nostalgia/world/studio/worldeditor.hpp index 1871665c..5bbaa2cf 100644 --- a/src/nostalgia/world/studio/worldeditor.hpp +++ b/src/nostalgia/world/studio/worldeditor.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2018 gtalent2@gmail.com + * Copyright 2016 - 2019 gtalent2@gmail.com * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/nostalgia/world/studio/worldstudioplugin.cpp b/src/nostalgia/world/studio/worldstudioplugin.cpp index 7e2c9940..b1f40e17 100644 --- a/src/nostalgia/world/studio/worldstudioplugin.cpp +++ b/src/nostalgia/world/studio/worldstudioplugin.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2018 gtalent2@gmail.com + * Copyright 2016 - 2019 gtalent2@gmail.com * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/nostalgia/world/studio/worldstudioplugin.hpp b/src/nostalgia/world/studio/worldstudioplugin.hpp index 40cfd53f..b9e7678d 100644 --- a/src/nostalgia/world/studio/worldstudioplugin.hpp +++ b/src/nostalgia/world/studio/worldstudioplugin.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2018 gtalent2@gmail.com + * Copyright 2016 - 2019 gtalent2@gmail.com * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/nostalgia/world/world.cpp b/src/nostalgia/world/world.cpp index 7179cd60..04f12e15 100644 --- a/src/nostalgia/world/world.cpp +++ b/src/nostalgia/world/world.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2018 gtalent2@gmail.com + * Copyright 2016 - 2019 gtalent2@gmail.com * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/nostalgia/world/world.hpp b/src/nostalgia/world/world.hpp index ea51893b..598f91e2 100644 --- a/src/nostalgia/world/world.hpp +++ b/src/nostalgia/world/world.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 - 2018 gtalent2@gmail.com + * Copyright 2016 - 2019 gtalent2@gmail.com * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this