diff --git a/src/nostalgia/common/bounds.cpp b/src/nostalgia/common/bounds.cpp index 2f9b61e4c..bd2b0c7f7 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 62dce6588..bd5327a25 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 34959ca0b..188dace74 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 a6379c157..c8b23ffac 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 a339b8a93..5f8de9195 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 3d968cdc1..3ab0795ad 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 95672ea5e..af1bc4a9d 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 cdd057ef7..131178ecd 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 bbf1aac62..6caa797c6 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 44d6ecee6..2b71a1a20 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 3b9ec4327..35390c1c5 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 89e9e4b79..104b1988e 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 0b60473f3..238c5cb46 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 133254f1d..49ac6683b 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 d1ada3a7e..525490334 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 f2f728f63..8da50e9dd 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 f144a0686..bc5a5dcdf 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 fcee137d6..f2908bb59 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 18043b713..d3c5b67bd 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 461c2dddf..7eaf932d2 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 5df5b4fe7..e4ade5518 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 b8ca78031..5048b157e 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 5104a21a7..3593d7759 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 35aa62058..e04c8983e 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 6406f5def..d8336d129 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 17a20d5f5..819602dba 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 e3e44b6c4..262d2e706 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 58bd50f37..e933200a8 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 9422545ad..b74e87078 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 21c5cea23..c859e0e7e 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 7b4dd7768..5dddcc7c9 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 f83214932..b25a9d42d 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 d59c62141..a9e6b8d5e 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 57785efd9..8cd0d9bcc 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 92cf75793..b72fa83c7 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 a15ad2877..9abf08690 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 05da5c35b..eba8a46ca 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 6fd75211a..beae48cbd 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 a8e19d675..00dc9a8b0 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 68ceb2c01..8b1b371b4 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 bc6584017..68ccdbcad 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 b9779643e..9f45c7596 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 ae1f2b092..261be3151 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 2b0744b2a..7c9ef2c18 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 22f8e34c6..71acddacf 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 08cb9f8b0..d68e4adaa 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 09e368a1c..cc347f9b2 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 8eaf2e343..1a9bade2a 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 d2f0003c8..e8b63ad7c 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 c53c4004d..cab682baf 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 75cc60334..48d516a40 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 0eeb443ea..d5a614c69 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 c71ee3e41..12e5c1c09 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 16af96aaf..b84c227cb 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 90e65ddec..4aa9bcf41 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 b82c2c91f..d81cee6a6 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 24c60ab7a..264186ba4 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 6ff5232a8..9eb1890f6 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 e64020012..cf2fdbbb4 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 07f9a1ce7..f6c677a47 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 c6943a769..ee83cf078 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 1871665c9..5bbaa2cf1 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 7e2c9940e..b1f40e179 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 40cfd53fb..b9e7678de 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 7179cd602..04f12e152 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 ea51893bb..598f91e2f 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