From 9ce48350008562a0490b84d48f54a2638b42e301 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Tue, 30 Jan 2018 00:00:39 -0600 Subject: [PATCH] Run liccor for 2018 --- .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.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/tilesetimport.cpp | 2 +- src/nostalgia/tools/lib/tilesetimport.hpp | 2 +- src/nostalgia/tools/pack.cpp | 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 +- 60 files changed, 60 insertions(+), 60 deletions(-) diff --git a/.liccor.yml b/.liccor.yml index 2b5b31c02..7e4e885da 100644 --- a/.liccor.yml +++ b/.liccor.yml @@ -2,7 +2,7 @@ source: - src copyright_notice: |- - Copyright 2016-2017 gtalent2@gmail.com + Copyright 2016 - 2018 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.cpp b/src/nostalgia/common/bounds.cpp index d1bff07e7..ba0aefc41 100644 --- a/src/nostalgia/common/bounds.cpp +++ b/src/nostalgia/common/bounds.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016-2017 gtalent2@gmail.com + * Copyright 2016 - 2018 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 a6ba38221..e9e33cc15 100644 --- a/src/nostalgia/common/bounds.hpp +++ b/src/nostalgia/common/bounds.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016-2017 gtalent2@gmail.com + * Copyright 2016 - 2018 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 64c796dd2..34959ca0b 100644 --- a/src/nostalgia/common/common.hpp +++ b/src/nostalgia/common/common.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016-2017 gtalent2@gmail.com + * Copyright 2016 - 2018 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 de46dd4bb..c0cdc5f2d 100644 --- a/src/nostalgia/common/point.cpp +++ b/src/nostalgia/common/point.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016-2017 gtalent2@gmail.com + * Copyright 2016 - 2018 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 08cf350a5..63e80b3ee 100644 --- a/src/nostalgia/common/point.hpp +++ b/src/nostalgia/common/point.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016-2017 gtalent2@gmail.com + * Copyright 2016 - 2018 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 27e5d9ff6..b73b83e8c 100644 --- a/src/nostalgia/core/context.hpp +++ b/src/nostalgia/core/context.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016-2017 gtalent2@gmail.com + * Copyright 2016 - 2018 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 3b203e4bc..03607f435 100644 --- a/src/nostalgia/core/core.cpp +++ b/src/nostalgia/core/core.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016-2017 gtalent2@gmail.com + * Copyright 2016 - 2018 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 04262a60b..e888ea9f4 100644 --- a/src/nostalgia/core/core.hpp +++ b/src/nostalgia/core/core.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016-2017 gtalent2@gmail.com + * Copyright 2016 - 2018 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 b0a2d205c..44d6ecee6 100644 --- a/src/nostalgia/core/gba/addresses.hpp +++ b/src/nostalgia/core/gba/addresses.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016-2017 gtalent2@gmail.com + * Copyright 2016 - 2018 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 bcf5eed64..644fea65c 100644 --- a/src/nostalgia/core/gba/gba.hpp +++ b/src/nostalgia/core/gba/gba.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016-2017 gtalent2@gmail.com + * Copyright 2016 - 2018 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 1bc27fc72..b447a47c0 100644 --- a/src/nostalgia/core/gba/gfx.cpp +++ b/src/nostalgia/core/gba/gfx.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016-2017 gtalent2@gmail.com + * Copyright 2016 - 2018 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 b0700f10a..e24671155 100644 --- a/src/nostalgia/core/gba/media.cpp +++ b/src/nostalgia/core/gba/media.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016-2017 gtalent2@gmail.com + * Copyright 2016 - 2018 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 4569dfe62..1fa418800 100644 --- a/src/nostalgia/core/gba/mem.cpp +++ b/src/nostalgia/core/gba/mem.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016-2017 gtalent2@gmail.com + * Copyright 2016 - 2018 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 85e66bfcd..9d68281a8 100644 --- a/src/nostalgia/core/gba/panic.cpp +++ b/src/nostalgia/core/gba/panic.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016-2017 gtalent2@gmail.com + * Copyright 2016 - 2018 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 fd97eba55..cc52fae7d 100644 --- a/src/nostalgia/core/gba/panic.hpp +++ b/src/nostalgia/core/gba/panic.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016-2017 gtalent2@gmail.com + * Copyright 2016 - 2018 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 b006bf6ee..518372765 100644 --- a/src/nostalgia/core/gfx.hpp +++ b/src/nostalgia/core/gfx.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016-2017 gtalent2@gmail.com + * Copyright 2016 - 2018 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 92864a714..557f52645 100644 --- a/src/nostalgia/core/media.hpp +++ b/src/nostalgia/core/media.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016-2017 gtalent2@gmail.com + * Copyright 2016 - 2018 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 51527998c..912326d55 100644 --- a/src/nostalgia/core/mem.hpp +++ b/src/nostalgia/core/mem.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016-2017 gtalent2@gmail.com + * Copyright 2016 - 2018 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 3553d231c..f13f470ed 100644 --- a/src/nostalgia/core/qt/gfx.cpp +++ b/src/nostalgia/core/qt/gfx.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016-2017 gtalent2@gmail.com + * Copyright 2016 - 2018 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 12842f54d..d1072b0c4 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-2017 gtalent2@gmail.com + * Copyright 2016 - 2018 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 1e03b4e78..0fb6b7420 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-2017 gtalent2@gmail.com + * Copyright 2016 - 2018 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 bd2491f34..fa79968f6 100644 --- a/src/nostalgia/core/studio/plugin.cpp +++ b/src/nostalgia/core/studio/plugin.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016-2017 gtalent2@gmail.com + * Copyright 2016 - 2018 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 51a8f4e9e..11a8724d5 100644 --- a/src/nostalgia/core/studio/plugin.hpp +++ b/src/nostalgia/core/studio/plugin.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016-2017 gtalent2@gmail.com + * Copyright 2016 - 2018 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 015e70911..78e607d00 100644 --- a/src/nostalgia/core/types.hpp +++ b/src/nostalgia/core/types.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016-2017 gtalent2@gmail.com + * Copyright 2016 - 2018 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 42b24ed43..a83c16cc0 100644 --- a/src/nostalgia/core/userland/media.cpp +++ b/src/nostalgia/core/userland/media.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016-2017 gtalent2@gmail.com + * Copyright 2016 - 2018 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 f7a66dcdb..9c2a5b69b 100644 --- a/src/nostalgia/core/userland/mem.cpp +++ b/src/nostalgia/core/userland/mem.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016-2017 gtalent2@gmail.com + * Copyright 2016 - 2018 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 ce00fdd1f..be86cb2ae 100644 --- a/src/nostalgia/player/main.cpp +++ b/src/nostalgia/player/main.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016-2017 gtalent2@gmail.com + * Copyright 2016 - 2018 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 d9c75f670..947586f92 100644 --- a/src/nostalgia/studio/lib/json.hpp +++ b/src/nostalgia/studio/lib/json.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016-2017 gtalent2@gmail.com + * Copyright 2016 - 2018 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 083a57598..067636fac 100644 --- a/src/nostalgia/studio/lib/json_err.hpp +++ b/src/nostalgia/studio/lib/json_err.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016-2017 gtalent2@gmail.com + * Copyright 2016 - 2018 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 13481afc1..d93beaa8d 100644 --- a/src/nostalgia/studio/lib/json_read.cpp +++ b/src/nostalgia/studio/lib/json_read.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016-2017 gtalent2@gmail.com + * Copyright 2016 - 2018 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 8b781707e..50238b3e0 100644 --- a/src/nostalgia/studio/lib/json_read.hpp +++ b/src/nostalgia/studio/lib/json_read.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016-2017 gtalent2@gmail.com + * Copyright 2016 - 2018 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 1fa3b56e8..ecbe10e18 100644 --- a/src/nostalgia/studio/lib/json_test.cpp +++ b/src/nostalgia/studio/lib/json_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016-2017 gtalent2@gmail.com + * Copyright 2016 - 2018 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 73117a5df..2f0a94d8e 100644 --- a/src/nostalgia/studio/lib/json_write.cpp +++ b/src/nostalgia/studio/lib/json_write.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016-2017 gtalent2@gmail.com + * Copyright 2016 - 2018 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 78390b71d..b0c9e906c 100644 --- a/src/nostalgia/studio/lib/json_write.hpp +++ b/src/nostalgia/studio/lib/json_write.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016-2017 gtalent2@gmail.com + * Copyright 2016 - 2018 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 150d2a459..027ceb00e 100644 --- a/src/nostalgia/studio/lib/oxfstreeview.cpp +++ b/src/nostalgia/studio/lib/oxfstreeview.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016-2017 gtalent2@gmail.com + * Copyright 2016 - 2018 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 91ccd2ebb..0e30c5243 100644 --- a/src/nostalgia/studio/lib/oxfstreeview.hpp +++ b/src/nostalgia/studio/lib/oxfstreeview.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016-2017 gtalent2@gmail.com + * Copyright 2016 - 2018 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 0822b69fb..f79f29083 100644 --- a/src/nostalgia/studio/lib/plugin.cpp +++ b/src/nostalgia/studio/lib/plugin.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016-2017 gtalent2@gmail.com + * Copyright 2016 - 2018 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 50d596639..9d8d9f222 100644 --- a/src/nostalgia/studio/lib/plugin.hpp +++ b/src/nostalgia/studio/lib/plugin.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016-2017 gtalent2@gmail.com + * Copyright 2016 - 2018 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 6b30ca364..8f095f7ce 100644 --- a/src/nostalgia/studio/lib/project.cpp +++ b/src/nostalgia/studio/lib/project.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016-2017 gtalent2@gmail.com + * Copyright 2016 - 2018 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 56c557458..b9d6ad83e 100644 --- a/src/nostalgia/studio/lib/project.hpp +++ b/src/nostalgia/studio/lib/project.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016-2017 gtalent2@gmail.com + * Copyright 2016 - 2018 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 6d39649a0..fb5e6ca63 100644 --- a/src/nostalgia/studio/lib/wizard.cpp +++ b/src/nostalgia/studio/lib/wizard.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016-2017 gtalent2@gmail.com + * Copyright 2016 - 2018 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 8f410fd05..ebf739a9d 100644 --- a/src/nostalgia/studio/lib/wizard.hpp +++ b/src/nostalgia/studio/lib/wizard.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016-2017 gtalent2@gmail.com + * Copyright 2016 - 2018 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 41ba126ee..3339352b7 100644 --- a/src/nostalgia/studio/main.cpp +++ b/src/nostalgia/studio/main.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016-2017 gtalent2@gmail.com + * Copyright 2016 - 2018 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 22bd6902a..72e9aac9d 100644 --- a/src/nostalgia/studio/mainwindow.cpp +++ b/src/nostalgia/studio/mainwindow.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016-2017 gtalent2@gmail.com + * Copyright 2016 - 2018 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 6b613fda5..7203de77c 100644 --- a/src/nostalgia/studio/mainwindow.hpp +++ b/src/nostalgia/studio/mainwindow.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016-2017 gtalent2@gmail.com + * Copyright 2016 - 2018 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 2385c1e68..09e368a1c 100644 --- a/src/nostalgia/studio/studio.hpp +++ b/src/nostalgia/studio/studio.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016-2017 gtalent2@gmail.com + * Copyright 2016 - 2018 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 7bdee5b20..291b05391 100644 --- a/src/nostalgia/tools/lib/tilesetimport.cpp +++ b/src/nostalgia/tools/lib/tilesetimport.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016-2017 gtalent2@gmail.com + * Copyright 2016 - 2018 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 382138c6f..ad4536802 100644 --- a/src/nostalgia/tools/lib/tilesetimport.hpp +++ b/src/nostalgia/tools/lib/tilesetimport.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016-2017 gtalent2@gmail.com + * Copyright 2016 - 2018 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 324eabaaa..efa46f26a 100644 --- a/src/nostalgia/tools/pack.cpp +++ b/src/nostalgia/tools/pack.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016-2017 gtalent2@gmail.com + * Copyright 2016 - 2018 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 7b549f593..2362f6b76 100644 --- a/src/nostalgia/world/studio/consts.cpp +++ b/src/nostalgia/world/studio/consts.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016-2017 gtalent2@gmail.com + * Copyright 2016 - 2018 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 c94d449f9..ed2b86370 100644 --- a/src/nostalgia/world/studio/consts.hpp +++ b/src/nostalgia/world/studio/consts.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016-2017 gtalent2@gmail.com + * Copyright 2016 - 2018 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 e62ed19cb..e35e014a4 100644 --- a/src/nostalgia/world/studio/newworldwizard.cpp +++ b/src/nostalgia/world/studio/newworldwizard.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016-2017 gtalent2@gmail.com + * Copyright 2016 - 2018 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 10de50350..a2286501e 100644 --- a/src/nostalgia/world/studio/newworldwizard.hpp +++ b/src/nostalgia/world/studio/newworldwizard.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016-2017 gtalent2@gmail.com + * Copyright 2016 - 2018 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 f4e950fca..af3ba8459 100644 --- a/src/nostalgia/world/studio/worldeditor.cpp +++ b/src/nostalgia/world/studio/worldeditor.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016-2017 gtalent2@gmail.com + * Copyright 2016 - 2018 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 ee3c3ab38..7de404470 100644 --- a/src/nostalgia/world/studio/worldeditor.hpp +++ b/src/nostalgia/world/studio/worldeditor.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016-2017 gtalent2@gmail.com + * Copyright 2016 - 2018 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 ec9ba34dd..4c0b14b96 100644 --- a/src/nostalgia/world/studio/worldstudioplugin.cpp +++ b/src/nostalgia/world/studio/worldstudioplugin.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016-2017 gtalent2@gmail.com + * Copyright 2016 - 2018 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 442fc80e2..26ce91544 100644 --- a/src/nostalgia/world/studio/worldstudioplugin.hpp +++ b/src/nostalgia/world/studio/worldstudioplugin.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016-2017 gtalent2@gmail.com + * Copyright 2016 - 2018 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 ac75bef5c..31a2935b2 100644 --- a/src/nostalgia/world/world.cpp +++ b/src/nostalgia/world/world.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016-2017 gtalent2@gmail.com + * Copyright 2016 - 2018 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 e68159f9c..031e4c1f2 100644 --- a/src/nostalgia/world/world.hpp +++ b/src/nostalgia/world/world.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016-2017 gtalent2@gmail.com + * Copyright 2016 - 2018 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