From fbcf0a3eea316740eb0d934335b07f7b15ccb00a Mon Sep 17 00:00:00 2001
From: Sposito <sposito.thiago@gmail.com>
Date: Tue, 31 Dec 2019 10:07:29 +0000
Subject: [PATCH] Update copyright year for 2020

---
 LICENSE                                                | 2 +-
 src/client/animatedtext.cpp                            | 2 +-
 src/client/animatedtext.h                              | 2 +-
 src/client/animator.cpp                                | 2 +-
 src/client/animator.h                                  | 2 +-
 src/client/client.cpp                                  | 2 +-
 src/client/client.h                                    | 2 +-
 src/client/const.h                                     | 2 +-
 src/client/container.cpp                               | 2 +-
 src/client/container.h                                 | 2 +-
 src/client/creature.cpp                                | 2 +-
 src/client/creature.h                                  | 2 +-
 src/client/creatures.cpp                               | 2 +-
 src/client/creatures.h                                 | 2 +-
 src/client/declarations.h                              | 2 +-
 src/client/effect.cpp                                  | 2 +-
 src/client/effect.h                                    | 2 +-
 src/client/game.cpp                                    | 2 +-
 src/client/game.h                                      | 2 +-
 src/client/global.h                                    | 2 +-
 src/client/houses.cpp                                  | 2 +-
 src/client/houses.h                                    | 2 +-
 src/client/item.cpp                                    | 2 +-
 src/client/item.h                                      | 2 +-
 src/client/itemtype.cpp                                | 2 +-
 src/client/itemtype.h                                  | 2 +-
 src/client/lightview.cpp                               | 2 +-
 src/client/lightview.h                                 | 2 +-
 src/client/localplayer.cpp                             | 2 +-
 src/client/localplayer.h                               | 2 +-
 src/client/luafunctions.cpp                            | 2 +-
 src/client/luavaluecasts.cpp                           | 2 +-
 src/client/luavaluecasts.h                             | 2 +-
 src/client/map.cpp                                     | 2 +-
 src/client/map.h                                       | 2 +-
 src/client/mapio.cpp                                   | 2 +-
 src/client/mapview.cpp                                 | 2 +-
 src/client/mapview.h                                   | 2 +-
 src/client/minimap.cpp                                 | 2 +-
 src/client/minimap.h                                   | 2 +-
 src/client/missile.cpp                                 | 2 +-
 src/client/missile.h                                   | 2 +-
 src/client/outfit.cpp                                  | 2 +-
 src/client/outfit.h                                    | 2 +-
 src/client/player.cpp                                  | 2 +-
 src/client/player.h                                    | 2 +-
 src/client/position.h                                  | 2 +-
 src/client/protocolcodes.cpp                           | 2 +-
 src/client/protocolcodes.h                             | 2 +-
 src/client/protocolgame.cpp                            | 2 +-
 src/client/protocolgame.h                              | 2 +-
 src/client/protocolgameparse.cpp                       | 2 +-
 src/client/protocolgamesend.cpp                        | 2 +-
 src/client/shadermanager.cpp                           | 2 +-
 src/client/shadermanager.h                             | 2 +-
 src/client/spritemanager.cpp                           | 2 +-
 src/client/spritemanager.h                             | 2 +-
 src/client/statictext.cpp                              | 2 +-
 src/client/statictext.h                                | 2 +-
 src/client/thing.cpp                                   | 2 +-
 src/client/thing.h                                     | 2 +-
 src/client/thingstype.h                                | 2 +-
 src/client/thingtype.cpp                               | 2 +-
 src/client/thingtype.h                                 | 2 +-
 src/client/thingtypemanager.cpp                        | 2 +-
 src/client/thingtypemanager.h                          | 2 +-
 src/client/tile.cpp                                    | 2 +-
 src/client/tile.h                                      | 2 +-
 src/client/towns.cpp                                   | 2 +-
 src/client/towns.h                                     | 2 +-
 src/client/uicreature.cpp                              | 2 +-
 src/client/uicreature.h                                | 2 +-
 src/client/uiitem.cpp                                  | 2 +-
 src/client/uiitem.h                                    | 2 +-
 src/client/uimap.cpp                                   | 2 +-
 src/client/uimap.h                                     | 2 +-
 src/client/uimapanchorlayout.cpp                       | 2 +-
 src/client/uimapanchorlayout.h                         | 2 +-
 src/client/uiminimap.cpp                               | 2 +-
 src/client/uiminimap.h                                 | 2 +-
 src/client/uiprogressrect.cpp                          | 2 +-
 src/client/uiprogressrect.h                            | 2 +-
 src/client/uisprite.cpp                                | 2 +-
 src/client/uisprite.h                                  | 2 +-
 src/framework/const.h                                  | 2 +-
 src/framework/core/adaptativeframecounter.cpp          | 2 +-
 src/framework/core/adaptativeframecounter.h            | 2 +-
 src/framework/core/application.cpp                     | 2 +-
 src/framework/core/application.h                       | 2 +-
 src/framework/core/asyncdispatcher.cpp                 | 2 +-
 src/framework/core/asyncdispatcher.h                   | 2 +-
 src/framework/core/binarytree.cpp                      | 2 +-
 src/framework/core/binarytree.h                        | 2 +-
 src/framework/core/clock.cpp                           | 2 +-
 src/framework/core/clock.h                             | 2 +-
 src/framework/core/config.cpp                          | 2 +-
 src/framework/core/config.h                            | 2 +-
 src/framework/core/configmanager.cpp                   | 2 +-
 src/framework/core/configmanager.h                     | 2 +-
 src/framework/core/declarations.h                      | 2 +-
 src/framework/core/event.cpp                           | 2 +-
 src/framework/core/event.h                             | 2 +-
 src/framework/core/eventdispatcher.cpp                 | 2 +-
 src/framework/core/eventdispatcher.h                   | 2 +-
 src/framework/core/filestream.cpp                      | 2 +-
 src/framework/core/filestream.h                        | 2 +-
 src/framework/core/graphicalapplication.cpp            | 2 +-
 src/framework/core/graphicalapplication.h              | 2 +-
 src/framework/core/inputevent.h                        | 2 +-
 src/framework/core/logger.cpp                          | 2 +-
 src/framework/core/logger.h                            | 2 +-
 src/framework/core/module.cpp                          | 2 +-
 src/framework/core/module.h                            | 2 +-
 src/framework/core/modulemanager.cpp                   | 2 +-
 src/framework/core/modulemanager.h                     | 2 +-
 src/framework/core/resourcemanager.cpp                 | 2 +-
 src/framework/core/resourcemanager.h                   | 2 +-
 src/framework/core/scheduledevent.cpp                  | 2 +-
 src/framework/core/scheduledevent.h                    | 2 +-
 src/framework/core/timer.cpp                           | 2 +-
 src/framework/core/timer.h                             | 2 +-
 src/framework/global.h                                 | 2 +-
 src/framework/graphics/animatedtexture.cpp             | 2 +-
 src/framework/graphics/animatedtexture.h               | 2 +-
 src/framework/graphics/apngloader.h                    | 2 +-
 src/framework/graphics/bitmapfont.cpp                  | 2 +-
 src/framework/graphics/bitmapfont.h                    | 2 +-
 src/framework/graphics/cachedtext.cpp                  | 2 +-
 src/framework/graphics/cachedtext.h                    | 2 +-
 src/framework/graphics/coordsbuffer.cpp                | 2 +-
 src/framework/graphics/coordsbuffer.h                  | 2 +-
 src/framework/graphics/declarations.h                  | 2 +-
 src/framework/graphics/fontmanager.cpp                 | 2 +-
 src/framework/graphics/fontmanager.h                   | 2 +-
 src/framework/graphics/framebuffer.cpp                 | 2 +-
 src/framework/graphics/framebuffer.h                   | 2 +-
 src/framework/graphics/framebuffermanager.cpp          | 2 +-
 src/framework/graphics/framebuffermanager.h            | 2 +-
 src/framework/graphics/glutil.h                        | 2 +-
 src/framework/graphics/graphics.cpp                    | 2 +-
 src/framework/graphics/graphics.h                      | 2 +-
 src/framework/graphics/hardwarebuffer.cpp              | 2 +-
 src/framework/graphics/hardwarebuffer.h                | 2 +-
 src/framework/graphics/image.cpp                       | 2 +-
 src/framework/graphics/image.h                         | 2 +-
 src/framework/graphics/ogl/painterogl.cpp              | 2 +-
 src/framework/graphics/ogl/painterogl.h                | 2 +-
 src/framework/graphics/ogl/painterogl1.cpp             | 2 +-
 src/framework/graphics/ogl/painterogl1.h               | 2 +-
 src/framework/graphics/ogl/painterogl2.cpp             | 2 +-
 src/framework/graphics/ogl/painterogl2.h               | 2 +-
 src/framework/graphics/ogl/painterogl2_shadersources.h | 2 +-
 src/framework/graphics/painter.cpp                     | 2 +-
 src/framework/graphics/painter.h                       | 2 +-
 src/framework/graphics/paintershaderprogram.cpp        | 2 +-
 src/framework/graphics/paintershaderprogram.h          | 2 +-
 src/framework/graphics/particle.cpp                    | 2 +-
 src/framework/graphics/particle.h                      | 2 +-
 src/framework/graphics/particleaffector.cpp            | 2 +-
 src/framework/graphics/particleaffector.h              | 2 +-
 src/framework/graphics/particleeffect.cpp              | 2 +-
 src/framework/graphics/particleeffect.h                | 2 +-
 src/framework/graphics/particleemitter.cpp             | 2 +-
 src/framework/graphics/particleemitter.h               | 2 +-
 src/framework/graphics/particlemanager.cpp             | 2 +-
 src/framework/graphics/particlemanager.h               | 2 +-
 src/framework/graphics/particlesystem.cpp              | 2 +-
 src/framework/graphics/particlesystem.h                | 2 +-
 src/framework/graphics/particletype.cpp                | 2 +-
 src/framework/graphics/particletype.h                  | 2 +-
 src/framework/graphics/shader.cpp                      | 2 +-
 src/framework/graphics/shader.h                        | 2 +-
 src/framework/graphics/shaderprogram.cpp               | 2 +-
 src/framework/graphics/shaderprogram.h                 | 2 +-
 src/framework/graphics/texture.cpp                     | 2 +-
 src/framework/graphics/texture.h                       | 2 +-
 src/framework/graphics/texturemanager.cpp              | 2 +-
 src/framework/graphics/texturemanager.h                | 2 +-
 src/framework/graphics/vertexarray.h                   | 2 +-
 src/framework/input/mouse.cpp                          | 2 +-
 src/framework/input/mouse.h                            | 2 +-
 src/framework/luaengine/declarations.h                 | 2 +-
 src/framework/luaengine/lbitlib.h                      | 2 +-
 src/framework/luaengine/luabinder.h                    | 2 +-
 src/framework/luaengine/luaexception.cpp               | 2 +-
 src/framework/luaengine/luaexception.h                 | 2 +-
 src/framework/luaengine/luainterface.cpp               | 2 +-
 src/framework/luaengine/luainterface.h                 | 2 +-
 src/framework/luaengine/luaobject.cpp                  | 2 +-
 src/framework/luaengine/luaobject.h                    | 2 +-
 src/framework/luaengine/luavaluecasts.cpp              | 2 +-
 src/framework/luaengine/luavaluecasts.h                | 2 +-
 src/framework/luafunctions.cpp                         | 2 +-
 src/framework/net/connection.cpp                       | 2 +-
 src/framework/net/connection.h                         | 2 +-
 src/framework/net/declarations.h                       | 2 +-
 src/framework/net/inputmessage.cpp                     | 2 +-
 src/framework/net/inputmessage.h                       | 2 +-
 src/framework/net/outputmessage.cpp                    | 2 +-
 src/framework/net/outputmessage.h                      | 2 +-
 src/framework/net/protocol.cpp                         | 2 +-
 src/framework/net/protocol.h                           | 2 +-
 src/framework/net/protocolhttp.cpp                     | 2 +-
 src/framework/net/protocolhttp.h                       | 2 +-
 src/framework/net/server.cpp                           | 2 +-
 src/framework/net/server.h                             | 2 +-
 src/framework/otml/declarations.h                      | 2 +-
 src/framework/otml/otml.h                              | 2 +-
 src/framework/otml/otmldocument.cpp                    | 2 +-
 src/framework/otml/otmldocument.h                      | 2 +-
 src/framework/otml/otmlemitter.cpp                     | 2 +-
 src/framework/otml/otmlemitter.h                       | 2 +-
 src/framework/otml/otmlexception.cpp                   | 2 +-
 src/framework/otml/otmlexception.h                     | 2 +-
 src/framework/otml/otmlnode.cpp                        | 2 +-
 src/framework/otml/otmlnode.h                          | 2 +-
 src/framework/otml/otmlparser.cpp                      | 2 +-
 src/framework/otml/otmlparser.h                        | 2 +-
 src/framework/pch.h                                    | 2 +-
 src/framework/platform/crashhandler.h                  | 2 +-
 src/framework/platform/platform.cpp                    | 2 +-
 src/framework/platform/platform.h                      | 2 +-
 src/framework/platform/platformwindow.cpp              | 2 +-
 src/framework/platform/platformwindow.h                | 2 +-
 src/framework/platform/win32crashhandler.cpp           | 2 +-
 src/framework/platform/win32platform.cpp               | 2 +-
 src/framework/platform/win32window.cpp                 | 2 +-
 src/framework/platform/win32window.h                   | 2 +-
 src/framework/sound/combinedsoundsource.cpp            | 2 +-
 src/framework/sound/combinedsoundsource.h              | 2 +-
 src/framework/sound/declarations.h                     | 2 +-
 src/framework/sound/oggsoundfile.cpp                   | 2 +-
 src/framework/sound/oggsoundfile.h                     | 2 +-
 src/framework/sound/soundbuffer.cpp                    | 2 +-
 src/framework/sound/soundbuffer.h                      | 2 +-
 src/framework/sound/soundchannel.cpp                   | 2 +-
 src/framework/sound/soundchannel.h                     | 2 +-
 src/framework/sound/soundfile.cpp                      | 2 +-
 src/framework/sound/soundfile.h                        | 2 +-
 src/framework/sound/soundmanager.cpp                   | 2 +-
 src/framework/sound/soundmanager.h                     | 2 +-
 src/framework/sound/soundsource.cpp                    | 2 +-
 src/framework/sound/soundsource.h                      | 2 +-
 src/framework/sound/streamsoundsource.cpp              | 2 +-
 src/framework/sound/streamsoundsource.h                | 2 +-
 src/framework/stdext/any.h                             | 2 +-
 src/framework/stdext/boolean.h                         | 2 +-
 src/framework/stdext/cast.h                            | 2 +-
 src/framework/stdext/compiler.h                        | 2 +-
 src/framework/stdext/demangle.cpp                      | 2 +-
 src/framework/stdext/demangle.h                        | 2 +-
 src/framework/stdext/dumper.h                          | 2 +-
 src/framework/stdext/dynamic_storage.h                 | 2 +-
 src/framework/stdext/exception.h                       | 2 +-
 src/framework/stdext/format.h                          | 2 +-
 src/framework/stdext/math.cpp                          | 2 +-
 src/framework/stdext/math.h                            | 2 +-
 src/framework/stdext/net.cpp                           | 2 +-
 src/framework/stdext/net.h                             | 2 +-
 src/framework/stdext/packed_any.h                      | 2 +-
 src/framework/stdext/packed_storage.h                  | 2 +-
 src/framework/stdext/packed_vector.h                   | 2 +-
 src/framework/stdext/shared_object.h                   | 2 +-
 src/framework/stdext/shared_ptr.h                      | 2 +-
 src/framework/stdext/stdext.h                          | 2 +-
 src/framework/stdext/string.cpp                        | 2 +-
 src/framework/stdext/string.h                          | 2 +-
 src/framework/stdext/thread.h                          | 2 +-
 src/framework/stdext/time.cpp                          | 2 +-
 src/framework/stdext/time.h                            | 2 +-
 src/framework/stdext/traits.h                          | 2 +-
 src/framework/stdext/types.h                           | 2 +-
 src/framework/ui/declarations.h                        | 2 +-
 src/framework/ui/ui.h                                  | 2 +-
 src/framework/ui/uianchorlayout.cpp                    | 2 +-
 src/framework/ui/uianchorlayout.h                      | 2 +-
 src/framework/ui/uiboxlayout.cpp                       | 2 +-
 src/framework/ui/uiboxlayout.h                         | 2 +-
 src/framework/ui/uigridlayout.cpp                      | 2 +-
 src/framework/ui/uigridlayout.h                        | 2 +-
 src/framework/ui/uihorizontallayout.cpp                | 2 +-
 src/framework/ui/uihorizontallayout.h                  | 2 +-
 src/framework/ui/uilayout.cpp                          | 2 +-
 src/framework/ui/uilayout.h                            | 2 +-
 src/framework/ui/uimanager.cpp                         | 2 +-
 src/framework/ui/uimanager.h                           | 2 +-
 src/framework/ui/uiparticles.cpp                       | 2 +-
 src/framework/ui/uiparticles.h                         | 2 +-
 src/framework/ui/uitextedit.cpp                        | 2 +-
 src/framework/ui/uitextedit.h                          | 2 +-
 src/framework/ui/uitranslator.cpp                      | 2 +-
 src/framework/ui/uitranslator.h                        | 2 +-
 src/framework/ui/uiverticallayout.cpp                  | 2 +-
 src/framework/ui/uiverticallayout.h                    | 2 +-
 src/framework/ui/uiwidget.cpp                          | 2 +-
 src/framework/ui/uiwidget.h                            | 2 +-
 src/framework/ui/uiwidgetbasestyle.cpp                 | 2 +-
 src/framework/ui/uiwidgetimage.cpp                     | 2 +-
 src/framework/ui/uiwidgettext.cpp                      | 2 +-
 src/framework/util/color.cpp                           | 2 +-
 src/framework/util/color.h                             | 2 +-
 src/framework/util/crypt.cpp                           | 2 +-
 src/framework/util/crypt.h                             | 2 +-
 src/framework/util/databuffer.h                        | 2 +-
 src/framework/util/matrix.h                            | 2 +-
 src/framework/util/point.h                             | 2 +-
 src/framework/util/rect.h                              | 2 +-
 src/framework/util/size.h                              | 2 +-
 src/main.cpp                                           | 2 +-
 309 files changed, 309 insertions(+), 309 deletions(-)

diff --git a/LICENSE b/LICENSE
index c3930f32..e258c5c7 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
 OTClient is made available under the MIT License
 
-Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/animatedtext.cpp b/src/client/animatedtext.cpp
index 755a3b88..f4e5070c 100644
--- a/src/client/animatedtext.cpp
+++ b/src/client/animatedtext.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/animatedtext.h b/src/client/animatedtext.h
index c3454fec..f8165b36 100644
--- a/src/client/animatedtext.h
+++ b/src/client/animatedtext.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/animator.cpp b/src/client/animator.cpp
index c73abc8f..98eea5d8 100644
--- a/src/client/animator.cpp
+++ b/src/client/animator.cpp
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+* Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/animator.h b/src/client/animator.h
index 2bf7f845..84463487 100644
--- a/src/client/animator.h
+++ b/src/client/animator.h
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+* Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/client.cpp b/src/client/client.cpp
index 79528759..1a0e68db 100644
--- a/src/client/client.cpp
+++ b/src/client/client.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/client.h b/src/client/client.h
index bba39d4a..c1adf88d 100644
--- a/src/client/client.h
+++ b/src/client/client.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/const.h b/src/client/const.h
index 5f5c6967..f95b028b 100644
--- a/src/client/const.h
+++ b/src/client/const.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/container.cpp b/src/client/container.cpp
index f6df471c..553de15e 100644
--- a/src/client/container.cpp
+++ b/src/client/container.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/container.h b/src/client/container.h
index 49d12ee9..94dc95d2 100644
--- a/src/client/container.h
+++ b/src/client/container.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/creature.cpp b/src/client/creature.cpp
index d29eac56..acd3f086 100644
--- a/src/client/creature.cpp
+++ b/src/client/creature.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/creature.h b/src/client/creature.h
index ba9895f5..b3fc0887 100644
--- a/src/client/creature.h
+++ b/src/client/creature.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/creatures.cpp b/src/client/creatures.cpp
index 3cf4cc6d..9e6ecee4 100644
--- a/src/client/creatures.cpp
+++ b/src/client/creatures.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/creatures.h b/src/client/creatures.h
index 1ec05864..c52b24de 100644
--- a/src/client/creatures.h
+++ b/src/client/creatures.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/declarations.h b/src/client/declarations.h
index ffd46cfa..e55db9f3 100644
--- a/src/client/declarations.h
+++ b/src/client/declarations.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/effect.cpp b/src/client/effect.cpp
index 60f254bd..9f6a8038 100644
--- a/src/client/effect.cpp
+++ b/src/client/effect.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/effect.h b/src/client/effect.h
index 00a9cdfb..c1320be1 100644
--- a/src/client/effect.h
+++ b/src/client/effect.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/game.cpp b/src/client/game.cpp
index e1accc75..833ac34f 100644
--- a/src/client/game.cpp
+++ b/src/client/game.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/game.h b/src/client/game.h
index 0c3bbb71..9a67fa33 100644
--- a/src/client/game.h
+++ b/src/client/game.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/global.h b/src/client/global.h
index fd1b413e..0cd751d0 100644
--- a/src/client/global.h
+++ b/src/client/global.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/houses.cpp b/src/client/houses.cpp
index 8a71cd97..a4d2052a 100644
--- a/src/client/houses.cpp
+++ b/src/client/houses.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/houses.h b/src/client/houses.h
index 2fa12c0d..e71152ca 100644
--- a/src/client/houses.h
+++ b/src/client/houses.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/item.cpp b/src/client/item.cpp
index b28af37e..3db73c78 100644
--- a/src/client/item.cpp
+++ b/src/client/item.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/item.h b/src/client/item.h
index 787fe9d2..a77a15c7 100644
--- a/src/client/item.h
+++ b/src/client/item.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/itemtype.cpp b/src/client/itemtype.cpp
index 3e617090..8f093aaf 100644
--- a/src/client/itemtype.cpp
+++ b/src/client/itemtype.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/itemtype.h b/src/client/itemtype.h
index 3aa62c69..009f932d 100644
--- a/src/client/itemtype.h
+++ b/src/client/itemtype.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/lightview.cpp b/src/client/lightview.cpp
index 510943c0..509c6284 100644
--- a/src/client/lightview.cpp
+++ b/src/client/lightview.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/lightview.h b/src/client/lightview.h
index 9471568f..2a48e8ae 100644
--- a/src/client/lightview.h
+++ b/src/client/lightview.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/localplayer.cpp b/src/client/localplayer.cpp
index 4930143b..04a83b9d 100644
--- a/src/client/localplayer.cpp
+++ b/src/client/localplayer.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/localplayer.h b/src/client/localplayer.h
index 38c6fab0..60b3dcf0 100644
--- a/src/client/localplayer.h
+++ b/src/client/localplayer.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/luafunctions.cpp b/src/client/luafunctions.cpp
index d068f8f1..26f4b0fd 100644
--- a/src/client/luafunctions.cpp
+++ b/src/client/luafunctions.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/luavaluecasts.cpp b/src/client/luavaluecasts.cpp
index 12638865..765adfad 100644
--- a/src/client/luavaluecasts.cpp
+++ b/src/client/luavaluecasts.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/luavaluecasts.h b/src/client/luavaluecasts.h
index 23d507e2..5e1d734c 100644
--- a/src/client/luavaluecasts.h
+++ b/src/client/luavaluecasts.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/map.cpp b/src/client/map.cpp
index b67ac1b7..ff2b797d 100644
--- a/src/client/map.cpp
+++ b/src/client/map.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/map.h b/src/client/map.h
index 0635fbe0..a7ce119b 100644
--- a/src/client/map.h
+++ b/src/client/map.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/mapio.cpp b/src/client/mapio.cpp
index 17a919eb..150e87fe 100644
--- a/src/client/mapio.cpp
+++ b/src/client/mapio.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/mapview.cpp b/src/client/mapview.cpp
index 2217f182..905fc797 100644
--- a/src/client/mapview.cpp
+++ b/src/client/mapview.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/mapview.h b/src/client/mapview.h
index a9482990..4f5721c5 100644
--- a/src/client/mapview.h
+++ b/src/client/mapview.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/minimap.cpp b/src/client/minimap.cpp
index cb109c29..bd49e7aa 100644
--- a/src/client/minimap.cpp
+++ b/src/client/minimap.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/minimap.h b/src/client/minimap.h
index 44256e10..84523e93 100644
--- a/src/client/minimap.h
+++ b/src/client/minimap.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/missile.cpp b/src/client/missile.cpp
index ec917c63..d3e40ec1 100644
--- a/src/client/missile.cpp
+++ b/src/client/missile.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/missile.h b/src/client/missile.h
index 1a2919e2..6f0c9bcf 100644
--- a/src/client/missile.h
+++ b/src/client/missile.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/outfit.cpp b/src/client/outfit.cpp
index a63fa572..5c7b7a84 100644
--- a/src/client/outfit.cpp
+++ b/src/client/outfit.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/outfit.h b/src/client/outfit.h
index de626d7a..847e015b 100644
--- a/src/client/outfit.h
+++ b/src/client/outfit.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/player.cpp b/src/client/player.cpp
index 9395bfc6..633326f1 100644
--- a/src/client/player.cpp
+++ b/src/client/player.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/player.h b/src/client/player.h
index a691cbbf..5832f608 100644
--- a/src/client/player.h
+++ b/src/client/player.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/position.h b/src/client/position.h
index 9dae7ed3..2d5005f1 100644
--- a/src/client/position.h
+++ b/src/client/position.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/protocolcodes.cpp b/src/client/protocolcodes.cpp
index b10ab871..d89367f2 100644
--- a/src/client/protocolcodes.cpp
+++ b/src/client/protocolcodes.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/protocolcodes.h b/src/client/protocolcodes.h
index 0d95444f..9f85847b 100644
--- a/src/client/protocolcodes.h
+++ b/src/client/protocolcodes.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/protocolgame.cpp b/src/client/protocolgame.cpp
index ce241662..99bcdfe1 100644
--- a/src/client/protocolgame.cpp
+++ b/src/client/protocolgame.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/protocolgame.h b/src/client/protocolgame.h
index e65b5103..4437ef7a 100644
--- a/src/client/protocolgame.h
+++ b/src/client/protocolgame.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/protocolgameparse.cpp b/src/client/protocolgameparse.cpp
index 50ee35ae..3e0ab451 100644
--- a/src/client/protocolgameparse.cpp
+++ b/src/client/protocolgameparse.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/protocolgamesend.cpp b/src/client/protocolgamesend.cpp
index 3644f43c..d397500b 100644
--- a/src/client/protocolgamesend.cpp
+++ b/src/client/protocolgamesend.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/shadermanager.cpp b/src/client/shadermanager.cpp
index afb7d4fe..33a89d41 100644
--- a/src/client/shadermanager.cpp
+++ b/src/client/shadermanager.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/shadermanager.h b/src/client/shadermanager.h
index 66407ea7..ac7b6ea2 100644
--- a/src/client/shadermanager.h
+++ b/src/client/shadermanager.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/spritemanager.cpp b/src/client/spritemanager.cpp
index 3691d224..38d9340a 100644
--- a/src/client/spritemanager.cpp
+++ b/src/client/spritemanager.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/spritemanager.h b/src/client/spritemanager.h
index 611d2d2e..a885277e 100644
--- a/src/client/spritemanager.h
+++ b/src/client/spritemanager.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/statictext.cpp b/src/client/statictext.cpp
index fea6b8c5..65ffd06b 100644
--- a/src/client/statictext.cpp
+++ b/src/client/statictext.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/statictext.h b/src/client/statictext.h
index c27aff73..31420d7e 100644
--- a/src/client/statictext.h
+++ b/src/client/statictext.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/thing.cpp b/src/client/thing.cpp
index 785bff0f..ed5d1a16 100644
--- a/src/client/thing.cpp
+++ b/src/client/thing.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/thing.h b/src/client/thing.h
index 0c228227..c0554800 100644
--- a/src/client/thing.h
+++ b/src/client/thing.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/thingstype.h b/src/client/thingstype.h
index 4aa9dc11..8d19ee61 100644
--- a/src/client/thingstype.h
+++ b/src/client/thingstype.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/thingtype.cpp b/src/client/thingtype.cpp
index 0a3782a4..bd51b6b6 100644
--- a/src/client/thingtype.cpp
+++ b/src/client/thingtype.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/thingtype.h b/src/client/thingtype.h
index ac95f101..626fa9ac 100644
--- a/src/client/thingtype.h
+++ b/src/client/thingtype.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/thingtypemanager.cpp b/src/client/thingtypemanager.cpp
index ce95f4e5..d175b5cb 100644
--- a/src/client/thingtypemanager.cpp
+++ b/src/client/thingtypemanager.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/thingtypemanager.h b/src/client/thingtypemanager.h
index b60efb8b..5bf06027 100644
--- a/src/client/thingtypemanager.h
+++ b/src/client/thingtypemanager.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/tile.cpp b/src/client/tile.cpp
index 09074850..6238550b 100644
--- a/src/client/tile.cpp
+++ b/src/client/tile.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/tile.h b/src/client/tile.h
index 4ee87467..ad1a695a 100644
--- a/src/client/tile.h
+++ b/src/client/tile.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/towns.cpp b/src/client/towns.cpp
index 4c129ee2..45d219ec 100644
--- a/src/client/towns.cpp
+++ b/src/client/towns.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/towns.h b/src/client/towns.h
index 34ccd4b9..152bda90 100644
--- a/src/client/towns.h
+++ b/src/client/towns.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/uicreature.cpp b/src/client/uicreature.cpp
index 36eda62c..7b06a9c1 100644
--- a/src/client/uicreature.cpp
+++ b/src/client/uicreature.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/uicreature.h b/src/client/uicreature.h
index a9970744..f6fa1a6a 100644
--- a/src/client/uicreature.h
+++ b/src/client/uicreature.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/uiitem.cpp b/src/client/uiitem.cpp
index a203d56b..d29ccea0 100644
--- a/src/client/uiitem.cpp
+++ b/src/client/uiitem.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/uiitem.h b/src/client/uiitem.h
index 6ef2a748..2a0bdf92 100644
--- a/src/client/uiitem.h
+++ b/src/client/uiitem.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/uimap.cpp b/src/client/uimap.cpp
index caf8625b..98b9e76d 100644
--- a/src/client/uimap.cpp
+++ b/src/client/uimap.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/uimap.h b/src/client/uimap.h
index da663dd7..bcf6c6b7 100644
--- a/src/client/uimap.h
+++ b/src/client/uimap.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/uimapanchorlayout.cpp b/src/client/uimapanchorlayout.cpp
index c70f7a58..1e3bd40a 100644
--- a/src/client/uimapanchorlayout.cpp
+++ b/src/client/uimapanchorlayout.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/uimapanchorlayout.h b/src/client/uimapanchorlayout.h
index 177ce750..ac04082b 100644
--- a/src/client/uimapanchorlayout.h
+++ b/src/client/uimapanchorlayout.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/uiminimap.cpp b/src/client/uiminimap.cpp
index 276f1fea..6aacd129 100644
--- a/src/client/uiminimap.cpp
+++ b/src/client/uiminimap.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/uiminimap.h b/src/client/uiminimap.h
index dfb1f8f7..c36e468d 100644
--- a/src/client/uiminimap.h
+++ b/src/client/uiminimap.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/uiprogressrect.cpp b/src/client/uiprogressrect.cpp
index ef80007e..7e15ccb2 100644
--- a/src/client/uiprogressrect.cpp
+++ b/src/client/uiprogressrect.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/uiprogressrect.h b/src/client/uiprogressrect.h
index 2382266c..18c21105 100644
--- a/src/client/uiprogressrect.h
+++ b/src/client/uiprogressrect.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/uisprite.cpp b/src/client/uisprite.cpp
index 6d82c922..f6636a12 100644
--- a/src/client/uisprite.cpp
+++ b/src/client/uisprite.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/client/uisprite.h b/src/client/uisprite.h
index 95857348..1d5f10d7 100644
--- a/src/client/uisprite.h
+++ b/src/client/uisprite.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/const.h b/src/framework/const.h
index 95c2d577..307306d6 100644
--- a/src/framework/const.h
+++ b/src/framework/const.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/core/adaptativeframecounter.cpp b/src/framework/core/adaptativeframecounter.cpp
index 00a5abca..e3e084f9 100644
--- a/src/framework/core/adaptativeframecounter.cpp
+++ b/src/framework/core/adaptativeframecounter.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/core/adaptativeframecounter.h b/src/framework/core/adaptativeframecounter.h
index 0e15f7e0..d1b153cd 100644
--- a/src/framework/core/adaptativeframecounter.h
+++ b/src/framework/core/adaptativeframecounter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/core/application.cpp b/src/framework/core/application.cpp
index 05d64da4..981ddefb 100644
--- a/src/framework/core/application.cpp
+++ b/src/framework/core/application.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/core/application.h b/src/framework/core/application.h
index 8f4d94f7..1c5c3e99 100644
--- a/src/framework/core/application.h
+++ b/src/framework/core/application.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/core/asyncdispatcher.cpp b/src/framework/core/asyncdispatcher.cpp
index d71aa16d..48d204a3 100644
--- a/src/framework/core/asyncdispatcher.cpp
+++ b/src/framework/core/asyncdispatcher.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/core/asyncdispatcher.h b/src/framework/core/asyncdispatcher.h
index abfd3ece..70ad3ecb 100644
--- a/src/framework/core/asyncdispatcher.h
+++ b/src/framework/core/asyncdispatcher.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/core/binarytree.cpp b/src/framework/core/binarytree.cpp
index dfae26dd..93cd10f9 100644
--- a/src/framework/core/binarytree.cpp
+++ b/src/framework/core/binarytree.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/core/binarytree.h b/src/framework/core/binarytree.h
index 2137fe87..0a71d1bb 100644
--- a/src/framework/core/binarytree.h
+++ b/src/framework/core/binarytree.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/core/clock.cpp b/src/framework/core/clock.cpp
index 47c6f44b..d5f96a18 100644
--- a/src/framework/core/clock.cpp
+++ b/src/framework/core/clock.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/core/clock.h b/src/framework/core/clock.h
index 03c7998f..b261a1c5 100644
--- a/src/framework/core/clock.h
+++ b/src/framework/core/clock.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/core/config.cpp b/src/framework/core/config.cpp
index e6217cc3..6ef48117 100644
--- a/src/framework/core/config.cpp
+++ b/src/framework/core/config.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/core/config.h b/src/framework/core/config.h
index b06f1cec..8d7155bf 100644
--- a/src/framework/core/config.h
+++ b/src/framework/core/config.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/core/configmanager.cpp b/src/framework/core/configmanager.cpp
index 4c2c31a3..aff8e0d7 100644
--- a/src/framework/core/configmanager.cpp
+++ b/src/framework/core/configmanager.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/core/configmanager.h b/src/framework/core/configmanager.h
index 371ed8df..bd3b38cf 100644
--- a/src/framework/core/configmanager.h
+++ b/src/framework/core/configmanager.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/core/declarations.h b/src/framework/core/declarations.h
index e2e4c506..045b5e0a 100644
--- a/src/framework/core/declarations.h
+++ b/src/framework/core/declarations.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/core/event.cpp b/src/framework/core/event.cpp
index db48ed95..7cdc5f36 100644
--- a/src/framework/core/event.cpp
+++ b/src/framework/core/event.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/core/event.h b/src/framework/core/event.h
index d30a79ab..7b262e24 100644
--- a/src/framework/core/event.h
+++ b/src/framework/core/event.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/core/eventdispatcher.cpp b/src/framework/core/eventdispatcher.cpp
index 48826124..11e8297d 100644
--- a/src/framework/core/eventdispatcher.cpp
+++ b/src/framework/core/eventdispatcher.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/core/eventdispatcher.h b/src/framework/core/eventdispatcher.h
index a8593bc8..a1435390 100644
--- a/src/framework/core/eventdispatcher.h
+++ b/src/framework/core/eventdispatcher.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/core/filestream.cpp b/src/framework/core/filestream.cpp
index 8af03184..41ad774b 100644
--- a/src/framework/core/filestream.cpp
+++ b/src/framework/core/filestream.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/core/filestream.h b/src/framework/core/filestream.h
index e9fead37..585e61f8 100644
--- a/src/framework/core/filestream.h
+++ b/src/framework/core/filestream.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/core/graphicalapplication.cpp b/src/framework/core/graphicalapplication.cpp
index 9f21aac3..4cc29a77 100644
--- a/src/framework/core/graphicalapplication.cpp
+++ b/src/framework/core/graphicalapplication.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/core/graphicalapplication.h b/src/framework/core/graphicalapplication.h
index 32927ea0..d21879d2 100644
--- a/src/framework/core/graphicalapplication.h
+++ b/src/framework/core/graphicalapplication.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/core/inputevent.h b/src/framework/core/inputevent.h
index 4cf461e9..0231a307 100644
--- a/src/framework/core/inputevent.h
+++ b/src/framework/core/inputevent.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/core/logger.cpp b/src/framework/core/logger.cpp
index 2258dcbb..c4bcbc9a 100644
--- a/src/framework/core/logger.cpp
+++ b/src/framework/core/logger.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/core/logger.h b/src/framework/core/logger.h
index df4592cf..bebd5e24 100644
--- a/src/framework/core/logger.h
+++ b/src/framework/core/logger.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/core/module.cpp b/src/framework/core/module.cpp
index 7dc35a53..0466aeb1 100644
--- a/src/framework/core/module.cpp
+++ b/src/framework/core/module.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/core/module.h b/src/framework/core/module.h
index da56be8e..9c1e16ac 100644
--- a/src/framework/core/module.h
+++ b/src/framework/core/module.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/core/modulemanager.cpp b/src/framework/core/modulemanager.cpp
index fccbcbf7..5df4bc45 100644
--- a/src/framework/core/modulemanager.cpp
+++ b/src/framework/core/modulemanager.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/core/modulemanager.h b/src/framework/core/modulemanager.h
index 3651c1d5..a9a9e0f0 100644
--- a/src/framework/core/modulemanager.h
+++ b/src/framework/core/modulemanager.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/core/resourcemanager.cpp b/src/framework/core/resourcemanager.cpp
index ec64ce4d..15e49d35 100644
--- a/src/framework/core/resourcemanager.cpp
+++ b/src/framework/core/resourcemanager.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/core/resourcemanager.h b/src/framework/core/resourcemanager.h
index 7ac0c7f6..251acb5c 100644
--- a/src/framework/core/resourcemanager.h
+++ b/src/framework/core/resourcemanager.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/core/scheduledevent.cpp b/src/framework/core/scheduledevent.cpp
index c91fc57d..ed41ec17 100644
--- a/src/framework/core/scheduledevent.cpp
+++ b/src/framework/core/scheduledevent.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/core/scheduledevent.h b/src/framework/core/scheduledevent.h
index 3b945fa2..d64a7864 100644
--- a/src/framework/core/scheduledevent.h
+++ b/src/framework/core/scheduledevent.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/core/timer.cpp b/src/framework/core/timer.cpp
index da7d5891..3041fff9 100644
--- a/src/framework/core/timer.cpp
+++ b/src/framework/core/timer.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/core/timer.h b/src/framework/core/timer.h
index 16bafdae..394b18b2 100644
--- a/src/framework/core/timer.h
+++ b/src/framework/core/timer.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/global.h b/src/framework/global.h
index 5d46a3f8..a943e919 100644
--- a/src/framework/global.h
+++ b/src/framework/global.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/graphics/animatedtexture.cpp b/src/framework/graphics/animatedtexture.cpp
index f3d3e47c..c849d812 100644
--- a/src/framework/graphics/animatedtexture.cpp
+++ b/src/framework/graphics/animatedtexture.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/graphics/animatedtexture.h b/src/framework/graphics/animatedtexture.h
index b6837fd5..c6a29277 100644
--- a/src/framework/graphics/animatedtexture.h
+++ b/src/framework/graphics/animatedtexture.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/graphics/apngloader.h b/src/framework/graphics/apngloader.h
index 8ce54251..db69e7a1 100644
--- a/src/framework/graphics/apngloader.h
+++ b/src/framework/graphics/apngloader.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/graphics/bitmapfont.cpp b/src/framework/graphics/bitmapfont.cpp
index 4685ff83..21bd582e 100644
--- a/src/framework/graphics/bitmapfont.cpp
+++ b/src/framework/graphics/bitmapfont.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/graphics/bitmapfont.h b/src/framework/graphics/bitmapfont.h
index 3b53c73e..1ac2c517 100644
--- a/src/framework/graphics/bitmapfont.h
+++ b/src/framework/graphics/bitmapfont.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/graphics/cachedtext.cpp b/src/framework/graphics/cachedtext.cpp
index 278287f0..396bf198 100644
--- a/src/framework/graphics/cachedtext.cpp
+++ b/src/framework/graphics/cachedtext.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/graphics/cachedtext.h b/src/framework/graphics/cachedtext.h
index 0912601d..306376eb 100644
--- a/src/framework/graphics/cachedtext.h
+++ b/src/framework/graphics/cachedtext.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/graphics/coordsbuffer.cpp b/src/framework/graphics/coordsbuffer.cpp
index caa69ffe..6021f447 100644
--- a/src/framework/graphics/coordsbuffer.cpp
+++ b/src/framework/graphics/coordsbuffer.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/graphics/coordsbuffer.h b/src/framework/graphics/coordsbuffer.h
index 43262a8b..c0f10dcc 100644
--- a/src/framework/graphics/coordsbuffer.h
+++ b/src/framework/graphics/coordsbuffer.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/graphics/declarations.h b/src/framework/graphics/declarations.h
index 9f177cf9..fb1a526c 100644
--- a/src/framework/graphics/declarations.h
+++ b/src/framework/graphics/declarations.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/graphics/fontmanager.cpp b/src/framework/graphics/fontmanager.cpp
index dd077179..d6a6a213 100644
--- a/src/framework/graphics/fontmanager.cpp
+++ b/src/framework/graphics/fontmanager.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/graphics/fontmanager.h b/src/framework/graphics/fontmanager.h
index 3f5c6f07..1c7f3ab5 100644
--- a/src/framework/graphics/fontmanager.h
+++ b/src/framework/graphics/fontmanager.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/graphics/framebuffer.cpp b/src/framework/graphics/framebuffer.cpp
index 16e5ae65..76e80c88 100644
--- a/src/framework/graphics/framebuffer.cpp
+++ b/src/framework/graphics/framebuffer.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/graphics/framebuffer.h b/src/framework/graphics/framebuffer.h
index a9aa3e61..3a21e684 100644
--- a/src/framework/graphics/framebuffer.h
+++ b/src/framework/graphics/framebuffer.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/graphics/framebuffermanager.cpp b/src/framework/graphics/framebuffermanager.cpp
index ae908579..1e64c354 100644
--- a/src/framework/graphics/framebuffermanager.cpp
+++ b/src/framework/graphics/framebuffermanager.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/graphics/framebuffermanager.h b/src/framework/graphics/framebuffermanager.h
index c2526469..29869167 100644
--- a/src/framework/graphics/framebuffermanager.h
+++ b/src/framework/graphics/framebuffermanager.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/graphics/glutil.h b/src/framework/graphics/glutil.h
index a9b6096c..fd58a9dc 100644
--- a/src/framework/graphics/glutil.h
+++ b/src/framework/graphics/glutil.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/graphics/graphics.cpp b/src/framework/graphics/graphics.cpp
index 998e4538..28c88d88 100644
--- a/src/framework/graphics/graphics.cpp
+++ b/src/framework/graphics/graphics.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/graphics/graphics.h b/src/framework/graphics/graphics.h
index 211d01af..a6bee63e 100644
--- a/src/framework/graphics/graphics.h
+++ b/src/framework/graphics/graphics.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/graphics/hardwarebuffer.cpp b/src/framework/graphics/hardwarebuffer.cpp
index fb0f9110..2e398eb8 100644
--- a/src/framework/graphics/hardwarebuffer.cpp
+++ b/src/framework/graphics/hardwarebuffer.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/graphics/hardwarebuffer.h b/src/framework/graphics/hardwarebuffer.h
index ae73204a..c3c38334 100644
--- a/src/framework/graphics/hardwarebuffer.h
+++ b/src/framework/graphics/hardwarebuffer.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/graphics/image.cpp b/src/framework/graphics/image.cpp
index 48caddd2..e6952ac9 100644
--- a/src/framework/graphics/image.cpp
+++ b/src/framework/graphics/image.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/graphics/image.h b/src/framework/graphics/image.h
index d19dcb62..1e40272d 100644
--- a/src/framework/graphics/image.h
+++ b/src/framework/graphics/image.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/graphics/ogl/painterogl.cpp b/src/framework/graphics/ogl/painterogl.cpp
index 86993cd8..97c2da8f 100644
--- a/src/framework/graphics/ogl/painterogl.cpp
+++ b/src/framework/graphics/ogl/painterogl.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/graphics/ogl/painterogl.h b/src/framework/graphics/ogl/painterogl.h
index ee8d7cab..2c7ccc8d 100644
--- a/src/framework/graphics/ogl/painterogl.h
+++ b/src/framework/graphics/ogl/painterogl.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/graphics/ogl/painterogl1.cpp b/src/framework/graphics/ogl/painterogl1.cpp
index 7c18abfb..22586d58 100644
--- a/src/framework/graphics/ogl/painterogl1.cpp
+++ b/src/framework/graphics/ogl/painterogl1.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/graphics/ogl/painterogl1.h b/src/framework/graphics/ogl/painterogl1.h
index abe6dfcc..d0132f85 100644
--- a/src/framework/graphics/ogl/painterogl1.h
+++ b/src/framework/graphics/ogl/painterogl1.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/graphics/ogl/painterogl2.cpp b/src/framework/graphics/ogl/painterogl2.cpp
index 25953c42..90f2e227 100644
--- a/src/framework/graphics/ogl/painterogl2.cpp
+++ b/src/framework/graphics/ogl/painterogl2.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/graphics/ogl/painterogl2.h b/src/framework/graphics/ogl/painterogl2.h
index 19820218..83027f85 100644
--- a/src/framework/graphics/ogl/painterogl2.h
+++ b/src/framework/graphics/ogl/painterogl2.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/graphics/ogl/painterogl2_shadersources.h b/src/framework/graphics/ogl/painterogl2_shadersources.h
index 7d09c00f..1ad97a09 100644
--- a/src/framework/graphics/ogl/painterogl2_shadersources.h
+++ b/src/framework/graphics/ogl/painterogl2_shadersources.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/graphics/painter.cpp b/src/framework/graphics/painter.cpp
index 48fe88e3..3dbebf46 100644
--- a/src/framework/graphics/painter.cpp
+++ b/src/framework/graphics/painter.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/graphics/painter.h b/src/framework/graphics/painter.h
index fbe6dc7f..7a611657 100644
--- a/src/framework/graphics/painter.h
+++ b/src/framework/graphics/painter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/graphics/paintershaderprogram.cpp b/src/framework/graphics/paintershaderprogram.cpp
index 5f5848d1..2780deb4 100644
--- a/src/framework/graphics/paintershaderprogram.cpp
+++ b/src/framework/graphics/paintershaderprogram.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/graphics/paintershaderprogram.h b/src/framework/graphics/paintershaderprogram.h
index ed1e0fdb..1969c29d 100644
--- a/src/framework/graphics/paintershaderprogram.h
+++ b/src/framework/graphics/paintershaderprogram.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/graphics/particle.cpp b/src/framework/graphics/particle.cpp
index 5d8ee919..dcaaed61 100644
--- a/src/framework/graphics/particle.cpp
+++ b/src/framework/graphics/particle.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/graphics/particle.h b/src/framework/graphics/particle.h
index eced08ee..d3f4cbd2 100644
--- a/src/framework/graphics/particle.h
+++ b/src/framework/graphics/particle.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/graphics/particleaffector.cpp b/src/framework/graphics/particleaffector.cpp
index 440c489b..bef4ac8a 100644
--- a/src/framework/graphics/particleaffector.cpp
+++ b/src/framework/graphics/particleaffector.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/graphics/particleaffector.h b/src/framework/graphics/particleaffector.h
index 649386c2..2bffec36 100644
--- a/src/framework/graphics/particleaffector.h
+++ b/src/framework/graphics/particleaffector.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/graphics/particleeffect.cpp b/src/framework/graphics/particleeffect.cpp
index 6868c481..3ef609e8 100644
--- a/src/framework/graphics/particleeffect.cpp
+++ b/src/framework/graphics/particleeffect.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/graphics/particleeffect.h b/src/framework/graphics/particleeffect.h
index f4e60573..c7758683 100644
--- a/src/framework/graphics/particleeffect.h
+++ b/src/framework/graphics/particleeffect.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/graphics/particleemitter.cpp b/src/framework/graphics/particleemitter.cpp
index ce39f760..dd39ae72 100644
--- a/src/framework/graphics/particleemitter.cpp
+++ b/src/framework/graphics/particleemitter.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/graphics/particleemitter.h b/src/framework/graphics/particleemitter.h
index 83c76501..fa30bcde 100644
--- a/src/framework/graphics/particleemitter.h
+++ b/src/framework/graphics/particleemitter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/graphics/particlemanager.cpp b/src/framework/graphics/particlemanager.cpp
index 9c28728f..c7633c4d 100644
--- a/src/framework/graphics/particlemanager.cpp
+++ b/src/framework/graphics/particlemanager.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/graphics/particlemanager.h b/src/framework/graphics/particlemanager.h
index 10bbefe5..b83523fe 100644
--- a/src/framework/graphics/particlemanager.h
+++ b/src/framework/graphics/particlemanager.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/graphics/particlesystem.cpp b/src/framework/graphics/particlesystem.cpp
index a4d53bfb..7647dc36 100644
--- a/src/framework/graphics/particlesystem.cpp
+++ b/src/framework/graphics/particlesystem.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/graphics/particlesystem.h b/src/framework/graphics/particlesystem.h
index 9e538f78..47416596 100644
--- a/src/framework/graphics/particlesystem.h
+++ b/src/framework/graphics/particlesystem.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/graphics/particletype.cpp b/src/framework/graphics/particletype.cpp
index d19e0b33..969e0833 100644
--- a/src/framework/graphics/particletype.cpp
+++ b/src/framework/graphics/particletype.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/graphics/particletype.h b/src/framework/graphics/particletype.h
index 123ef9db..ad914426 100644
--- a/src/framework/graphics/particletype.h
+++ b/src/framework/graphics/particletype.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/graphics/shader.cpp b/src/framework/graphics/shader.cpp
index 223bb65b..62a40fca 100644
--- a/src/framework/graphics/shader.cpp
+++ b/src/framework/graphics/shader.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/graphics/shader.h b/src/framework/graphics/shader.h
index b8c7e2bd..2b24d228 100644
--- a/src/framework/graphics/shader.h
+++ b/src/framework/graphics/shader.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/graphics/shaderprogram.cpp b/src/framework/graphics/shaderprogram.cpp
index 042124db..ef9eb10c 100644
--- a/src/framework/graphics/shaderprogram.cpp
+++ b/src/framework/graphics/shaderprogram.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/graphics/shaderprogram.h b/src/framework/graphics/shaderprogram.h
index 75abdde1..e1c7ebb3 100644
--- a/src/framework/graphics/shaderprogram.h
+++ b/src/framework/graphics/shaderprogram.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/graphics/texture.cpp b/src/framework/graphics/texture.cpp
index 6f94ebbf..6a122086 100644
--- a/src/framework/graphics/texture.cpp
+++ b/src/framework/graphics/texture.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/graphics/texture.h b/src/framework/graphics/texture.h
index 7cc38bb0..dd7f8b9e 100644
--- a/src/framework/graphics/texture.h
+++ b/src/framework/graphics/texture.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/graphics/texturemanager.cpp b/src/framework/graphics/texturemanager.cpp
index d05db405..b866bd6a 100644
--- a/src/framework/graphics/texturemanager.cpp
+++ b/src/framework/graphics/texturemanager.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/graphics/texturemanager.h b/src/framework/graphics/texturemanager.h
index 59837826..83a08a26 100644
--- a/src/framework/graphics/texturemanager.h
+++ b/src/framework/graphics/texturemanager.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/graphics/vertexarray.h b/src/framework/graphics/vertexarray.h
index c9074bca..b1643c00 100644
--- a/src/framework/graphics/vertexarray.h
+++ b/src/framework/graphics/vertexarray.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/input/mouse.cpp b/src/framework/input/mouse.cpp
index 3087e3ee..d1c381e6 100644
--- a/src/framework/input/mouse.cpp
+++ b/src/framework/input/mouse.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/input/mouse.h b/src/framework/input/mouse.h
index 578944f3..e8503979 100644
--- a/src/framework/input/mouse.h
+++ b/src/framework/input/mouse.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/luaengine/declarations.h b/src/framework/luaengine/declarations.h
index 38403d76..59ab7146 100644
--- a/src/framework/luaengine/declarations.h
+++ b/src/framework/luaengine/declarations.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/luaengine/lbitlib.h b/src/framework/luaengine/lbitlib.h
index bb8f1ba5..35a4b572 100644
--- a/src/framework/luaengine/lbitlib.h
+++ b/src/framework/luaengine/lbitlib.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/luaengine/luabinder.h b/src/framework/luaengine/luabinder.h
index 3de730c7..c41a605a 100644
--- a/src/framework/luaengine/luabinder.h
+++ b/src/framework/luaengine/luabinder.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/luaengine/luaexception.cpp b/src/framework/luaengine/luaexception.cpp
index 6381f404..e1ad05ec 100644
--- a/src/framework/luaengine/luaexception.cpp
+++ b/src/framework/luaengine/luaexception.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/luaengine/luaexception.h b/src/framework/luaengine/luaexception.h
index 2eedbdba..3eff1031 100644
--- a/src/framework/luaengine/luaexception.h
+++ b/src/framework/luaengine/luaexception.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/luaengine/luainterface.cpp b/src/framework/luaengine/luainterface.cpp
index 8184e7e0..0e06a2b0 100644
--- a/src/framework/luaengine/luainterface.cpp
+++ b/src/framework/luaengine/luainterface.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/luaengine/luainterface.h b/src/framework/luaengine/luainterface.h
index c2b39d48..e55e6f4c 100644
--- a/src/framework/luaengine/luainterface.h
+++ b/src/framework/luaengine/luainterface.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/luaengine/luaobject.cpp b/src/framework/luaengine/luaobject.cpp
index 8283bf92..5ba6ccc8 100644
--- a/src/framework/luaengine/luaobject.cpp
+++ b/src/framework/luaengine/luaobject.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/luaengine/luaobject.h b/src/framework/luaengine/luaobject.h
index 3170335d..a35849e7 100644
--- a/src/framework/luaengine/luaobject.h
+++ b/src/framework/luaengine/luaobject.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/luaengine/luavaluecasts.cpp b/src/framework/luaengine/luavaluecasts.cpp
index 0c78b538..4e9e6d9e 100644
--- a/src/framework/luaengine/luavaluecasts.cpp
+++ b/src/framework/luaengine/luavaluecasts.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/luaengine/luavaluecasts.h b/src/framework/luaengine/luavaluecasts.h
index ba8fa523..be234d09 100644
--- a/src/framework/luaengine/luavaluecasts.h
+++ b/src/framework/luaengine/luavaluecasts.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/luafunctions.cpp b/src/framework/luafunctions.cpp
index 0b542322..bd477b02 100644
--- a/src/framework/luafunctions.cpp
+++ b/src/framework/luafunctions.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/net/connection.cpp b/src/framework/net/connection.cpp
index ee37a3f7..0ecfbf5e 100644
--- a/src/framework/net/connection.cpp
+++ b/src/framework/net/connection.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/net/connection.h b/src/framework/net/connection.h
index b9e56181..cd591963 100644
--- a/src/framework/net/connection.h
+++ b/src/framework/net/connection.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/net/declarations.h b/src/framework/net/declarations.h
index e6982b1d..30a39409 100644
--- a/src/framework/net/declarations.h
+++ b/src/framework/net/declarations.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/net/inputmessage.cpp b/src/framework/net/inputmessage.cpp
index 247aacab..cdca7384 100644
--- a/src/framework/net/inputmessage.cpp
+++ b/src/framework/net/inputmessage.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/net/inputmessage.h b/src/framework/net/inputmessage.h
index 46ff41da..9801337b 100644
--- a/src/framework/net/inputmessage.h
+++ b/src/framework/net/inputmessage.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/net/outputmessage.cpp b/src/framework/net/outputmessage.cpp
index d8559d9c..c0e475e1 100644
--- a/src/framework/net/outputmessage.cpp
+++ b/src/framework/net/outputmessage.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/net/outputmessage.h b/src/framework/net/outputmessage.h
index da7afdff..3dcc5331 100644
--- a/src/framework/net/outputmessage.h
+++ b/src/framework/net/outputmessage.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/net/protocol.cpp b/src/framework/net/protocol.cpp
index ead4519c..25f77abd 100644
--- a/src/framework/net/protocol.cpp
+++ b/src/framework/net/protocol.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/net/protocol.h b/src/framework/net/protocol.h
index a3968401..33da40f1 100644
--- a/src/framework/net/protocol.h
+++ b/src/framework/net/protocol.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/net/protocolhttp.cpp b/src/framework/net/protocolhttp.cpp
index e08739cd..0d8f8e6d 100644
--- a/src/framework/net/protocolhttp.cpp
+++ b/src/framework/net/protocolhttp.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/net/protocolhttp.h b/src/framework/net/protocolhttp.h
index f4b80fec..5a3fc4f9 100644
--- a/src/framework/net/protocolhttp.h
+++ b/src/framework/net/protocolhttp.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/net/server.cpp b/src/framework/net/server.cpp
index 19c81e77..6216aa5e 100644
--- a/src/framework/net/server.cpp
+++ b/src/framework/net/server.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/net/server.h b/src/framework/net/server.h
index 75094063..3cc72870 100644
--- a/src/framework/net/server.h
+++ b/src/framework/net/server.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/otml/declarations.h b/src/framework/otml/declarations.h
index 64c01af9..66c11a74 100644
--- a/src/framework/otml/declarations.h
+++ b/src/framework/otml/declarations.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/otml/otml.h b/src/framework/otml/otml.h
index 0f40752d..df9fe152 100644
--- a/src/framework/otml/otml.h
+++ b/src/framework/otml/otml.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/otml/otmldocument.cpp b/src/framework/otml/otmldocument.cpp
index d4ae4f76..c7f1276b 100644
--- a/src/framework/otml/otmldocument.cpp
+++ b/src/framework/otml/otmldocument.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/otml/otmldocument.h b/src/framework/otml/otmldocument.h
index 8efcd5eb..28c39eb1 100644
--- a/src/framework/otml/otmldocument.h
+++ b/src/framework/otml/otmldocument.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/otml/otmlemitter.cpp b/src/framework/otml/otmlemitter.cpp
index 0adf7a1c..e56684b3 100644
--- a/src/framework/otml/otmlemitter.cpp
+++ b/src/framework/otml/otmlemitter.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/otml/otmlemitter.h b/src/framework/otml/otmlemitter.h
index c4298348..87417b9c 100644
--- a/src/framework/otml/otmlemitter.h
+++ b/src/framework/otml/otmlemitter.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/otml/otmlexception.cpp b/src/framework/otml/otmlexception.cpp
index e87e3ce8..bfd2720d 100644
--- a/src/framework/otml/otmlexception.cpp
+++ b/src/framework/otml/otmlexception.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/otml/otmlexception.h b/src/framework/otml/otmlexception.h
index 0b23e482..b20972c1 100644
--- a/src/framework/otml/otmlexception.h
+++ b/src/framework/otml/otmlexception.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/otml/otmlnode.cpp b/src/framework/otml/otmlnode.cpp
index b844014c..d2dfb0aa 100644
--- a/src/framework/otml/otmlnode.cpp
+++ b/src/framework/otml/otmlnode.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/otml/otmlnode.h b/src/framework/otml/otmlnode.h
index bf59a736..c910c615 100644
--- a/src/framework/otml/otmlnode.h
+++ b/src/framework/otml/otmlnode.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/otml/otmlparser.cpp b/src/framework/otml/otmlparser.cpp
index 1da0f9ad..44a0c509 100644
--- a/src/framework/otml/otmlparser.cpp
+++ b/src/framework/otml/otmlparser.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/otml/otmlparser.h b/src/framework/otml/otmlparser.h
index 364c3476..268c88ea 100644
--- a/src/framework/otml/otmlparser.h
+++ b/src/framework/otml/otmlparser.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/pch.h b/src/framework/pch.h
index ed663a0b..513837fc 100644
--- a/src/framework/pch.h
+++ b/src/framework/pch.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/platform/crashhandler.h b/src/framework/platform/crashhandler.h
index 591ec5d8..4c450f84 100644
--- a/src/framework/platform/crashhandler.h
+++ b/src/framework/platform/crashhandler.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/platform/platform.cpp b/src/framework/platform/platform.cpp
index a258813b..8af9359d 100644
--- a/src/framework/platform/platform.cpp
+++ b/src/framework/platform/platform.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/platform/platform.h b/src/framework/platform/platform.h
index 0141658e..574d4691 100644
--- a/src/framework/platform/platform.h
+++ b/src/framework/platform/platform.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/platform/platformwindow.cpp b/src/framework/platform/platformwindow.cpp
index ed8f36fd..cf5aa98c 100644
--- a/src/framework/platform/platformwindow.cpp
+++ b/src/framework/platform/platformwindow.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/platform/platformwindow.h b/src/framework/platform/platformwindow.h
index 78c08eff..ccd0d771 100644
--- a/src/framework/platform/platformwindow.h
+++ b/src/framework/platform/platformwindow.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/platform/win32crashhandler.cpp b/src/framework/platform/win32crashhandler.cpp
index 5721d717..3734d8d8 100644
--- a/src/framework/platform/win32crashhandler.cpp
+++ b/src/framework/platform/win32crashhandler.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/platform/win32platform.cpp b/src/framework/platform/win32platform.cpp
index 8c4ccede..60c4ad9c 100644
--- a/src/framework/platform/win32platform.cpp
+++ b/src/framework/platform/win32platform.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/platform/win32window.cpp b/src/framework/platform/win32window.cpp
index 38162bb2..9939f6f8 100644
--- a/src/framework/platform/win32window.cpp
+++ b/src/framework/platform/win32window.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/platform/win32window.h b/src/framework/platform/win32window.h
index 1b8cafab..1feefe91 100644
--- a/src/framework/platform/win32window.h
+++ b/src/framework/platform/win32window.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/sound/combinedsoundsource.cpp b/src/framework/sound/combinedsoundsource.cpp
index 4056c06c..f11fe68d 100644
--- a/src/framework/sound/combinedsoundsource.cpp
+++ b/src/framework/sound/combinedsoundsource.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/sound/combinedsoundsource.h b/src/framework/sound/combinedsoundsource.h
index ef7a4f2b..6bb167ae 100644
--- a/src/framework/sound/combinedsoundsource.h
+++ b/src/framework/sound/combinedsoundsource.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/sound/declarations.h b/src/framework/sound/declarations.h
index ea99c3c2..85612537 100644
--- a/src/framework/sound/declarations.h
+++ b/src/framework/sound/declarations.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/sound/oggsoundfile.cpp b/src/framework/sound/oggsoundfile.cpp
index cd7f6caa..4cfc613f 100644
--- a/src/framework/sound/oggsoundfile.cpp
+++ b/src/framework/sound/oggsoundfile.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/sound/oggsoundfile.h b/src/framework/sound/oggsoundfile.h
index bcd66626..f4b86893 100644
--- a/src/framework/sound/oggsoundfile.h
+++ b/src/framework/sound/oggsoundfile.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/sound/soundbuffer.cpp b/src/framework/sound/soundbuffer.cpp
index d1f0e6be..1f7538ce 100644
--- a/src/framework/sound/soundbuffer.cpp
+++ b/src/framework/sound/soundbuffer.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/sound/soundbuffer.h b/src/framework/sound/soundbuffer.h
index 6e68eebb..0e59a1fc 100644
--- a/src/framework/sound/soundbuffer.h
+++ b/src/framework/sound/soundbuffer.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/sound/soundchannel.cpp b/src/framework/sound/soundchannel.cpp
index e25ff9fe..96b659fb 100644
--- a/src/framework/sound/soundchannel.cpp
+++ b/src/framework/sound/soundchannel.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/sound/soundchannel.h b/src/framework/sound/soundchannel.h
index d8e680a5..d6a1f5ef 100644
--- a/src/framework/sound/soundchannel.h
+++ b/src/framework/sound/soundchannel.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/sound/soundfile.cpp b/src/framework/sound/soundfile.cpp
index 43814a73..4d56a5cf 100644
--- a/src/framework/sound/soundfile.cpp
+++ b/src/framework/sound/soundfile.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/sound/soundfile.h b/src/framework/sound/soundfile.h
index 78aa31b4..eeb645bf 100644
--- a/src/framework/sound/soundfile.h
+++ b/src/framework/sound/soundfile.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/sound/soundmanager.cpp b/src/framework/sound/soundmanager.cpp
index 1b982dc4..3f3baf91 100644
--- a/src/framework/sound/soundmanager.cpp
+++ b/src/framework/sound/soundmanager.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/sound/soundmanager.h b/src/framework/sound/soundmanager.h
index 46fcdb98..0a88f79f 100644
--- a/src/framework/sound/soundmanager.h
+++ b/src/framework/sound/soundmanager.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/sound/soundsource.cpp b/src/framework/sound/soundsource.cpp
index 3051048b..b6056ed7 100644
--- a/src/framework/sound/soundsource.cpp
+++ b/src/framework/sound/soundsource.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/sound/soundsource.h b/src/framework/sound/soundsource.h
index ffb757bf..27058b8c 100644
--- a/src/framework/sound/soundsource.h
+++ b/src/framework/sound/soundsource.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/sound/streamsoundsource.cpp b/src/framework/sound/streamsoundsource.cpp
index 47b1c5b7..a4107607 100644
--- a/src/framework/sound/streamsoundsource.cpp
+++ b/src/framework/sound/streamsoundsource.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/sound/streamsoundsource.h b/src/framework/sound/streamsoundsource.h
index b3d34527..0326b172 100644
--- a/src/framework/sound/streamsoundsource.h
+++ b/src/framework/sound/streamsoundsource.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/stdext/any.h b/src/framework/stdext/any.h
index cd7573f3..c888de28 100644
--- a/src/framework/stdext/any.h
+++ b/src/framework/stdext/any.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/stdext/boolean.h b/src/framework/stdext/boolean.h
index 5f0f9810..d362b339 100644
--- a/src/framework/stdext/boolean.h
+++ b/src/framework/stdext/boolean.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/stdext/cast.h b/src/framework/stdext/cast.h
index 918d0330..5bf7fdfd 100644
--- a/src/framework/stdext/cast.h
+++ b/src/framework/stdext/cast.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/stdext/compiler.h b/src/framework/stdext/compiler.h
index 3e27dc10..62bb0529 100644
--- a/src/framework/stdext/compiler.h
+++ b/src/framework/stdext/compiler.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/stdext/demangle.cpp b/src/framework/stdext/demangle.cpp
index ba576405..569c896c 100644
--- a/src/framework/stdext/demangle.cpp
+++ b/src/framework/stdext/demangle.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/stdext/demangle.h b/src/framework/stdext/demangle.h
index 3c4ed60d..32111eed 100644
--- a/src/framework/stdext/demangle.h
+++ b/src/framework/stdext/demangle.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/stdext/dumper.h b/src/framework/stdext/dumper.h
index 4dfc7a9c..6565c5b9 100644
--- a/src/framework/stdext/dumper.h
+++ b/src/framework/stdext/dumper.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/stdext/dynamic_storage.h b/src/framework/stdext/dynamic_storage.h
index 8e8bff1b..2cc9fa3e 100644
--- a/src/framework/stdext/dynamic_storage.h
+++ b/src/framework/stdext/dynamic_storage.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/stdext/exception.h b/src/framework/stdext/exception.h
index 3cbd0221..deed15c1 100644
--- a/src/framework/stdext/exception.h
+++ b/src/framework/stdext/exception.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/stdext/format.h b/src/framework/stdext/format.h
index 243d99a0..77485904 100644
--- a/src/framework/stdext/format.h
+++ b/src/framework/stdext/format.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/stdext/math.cpp b/src/framework/stdext/math.cpp
index 74bc0a24..b76e7065 100644
--- a/src/framework/stdext/math.cpp
+++ b/src/framework/stdext/math.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/stdext/math.h b/src/framework/stdext/math.h
index 7744eb8e..6f99d666 100644
--- a/src/framework/stdext/math.h
+++ b/src/framework/stdext/math.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/stdext/net.cpp b/src/framework/stdext/net.cpp
index 7cb7c5b8..816a7414 100644
--- a/src/framework/stdext/net.cpp
+++ b/src/framework/stdext/net.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/stdext/net.h b/src/framework/stdext/net.h
index 2993f2be..06f44015 100644
--- a/src/framework/stdext/net.h
+++ b/src/framework/stdext/net.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/stdext/packed_any.h b/src/framework/stdext/packed_any.h
index 47bf6a6a..f9466707 100644
--- a/src/framework/stdext/packed_any.h
+++ b/src/framework/stdext/packed_any.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/stdext/packed_storage.h b/src/framework/stdext/packed_storage.h
index 45fc0791..54ded541 100644
--- a/src/framework/stdext/packed_storage.h
+++ b/src/framework/stdext/packed_storage.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/stdext/packed_vector.h b/src/framework/stdext/packed_vector.h
index 3bb812cc..c5a183fb 100644
--- a/src/framework/stdext/packed_vector.h
+++ b/src/framework/stdext/packed_vector.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/stdext/shared_object.h b/src/framework/stdext/shared_object.h
index c7fe8b95..795fbafb 100644
--- a/src/framework/stdext/shared_object.h
+++ b/src/framework/stdext/shared_object.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/stdext/shared_ptr.h b/src/framework/stdext/shared_ptr.h
index 0f1061d1..26545fa7 100644
--- a/src/framework/stdext/shared_ptr.h
+++ b/src/framework/stdext/shared_ptr.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/stdext/stdext.h b/src/framework/stdext/stdext.h
index 6abe259c..845fa70e 100644
--- a/src/framework/stdext/stdext.h
+++ b/src/framework/stdext/stdext.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/stdext/string.cpp b/src/framework/stdext/string.cpp
index ff610959..634f7fc6 100644
--- a/src/framework/stdext/string.cpp
+++ b/src/framework/stdext/string.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/stdext/string.h b/src/framework/stdext/string.h
index 6c97dbfe..06125919 100644
--- a/src/framework/stdext/string.h
+++ b/src/framework/stdext/string.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/stdext/thread.h b/src/framework/stdext/thread.h
index 813d9120..cbb090f4 100644
--- a/src/framework/stdext/thread.h
+++ b/src/framework/stdext/thread.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/stdext/time.cpp b/src/framework/stdext/time.cpp
index 0f37637e..3e4cc537 100644
--- a/src/framework/stdext/time.cpp
+++ b/src/framework/stdext/time.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/stdext/time.h b/src/framework/stdext/time.h
index a9a85587..668c3aed 100644
--- a/src/framework/stdext/time.h
+++ b/src/framework/stdext/time.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/stdext/traits.h b/src/framework/stdext/traits.h
index 5e896b3d..fb329a42 100644
--- a/src/framework/stdext/traits.h
+++ b/src/framework/stdext/traits.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/stdext/types.h b/src/framework/stdext/types.h
index e2581706..56cbd4bd 100644
--- a/src/framework/stdext/types.h
+++ b/src/framework/stdext/types.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/ui/declarations.h b/src/framework/ui/declarations.h
index b7cff438..b4d9eeb5 100644
--- a/src/framework/ui/declarations.h
+++ b/src/framework/ui/declarations.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/ui/ui.h b/src/framework/ui/ui.h
index 602ef0bd..59cdc85c 100644
--- a/src/framework/ui/ui.h
+++ b/src/framework/ui/ui.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/ui/uianchorlayout.cpp b/src/framework/ui/uianchorlayout.cpp
index 8604d380..3a282a55 100644
--- a/src/framework/ui/uianchorlayout.cpp
+++ b/src/framework/ui/uianchorlayout.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/ui/uianchorlayout.h b/src/framework/ui/uianchorlayout.h
index b1292322..46615e99 100644
--- a/src/framework/ui/uianchorlayout.h
+++ b/src/framework/ui/uianchorlayout.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/ui/uiboxlayout.cpp b/src/framework/ui/uiboxlayout.cpp
index b64f7b87..7a611589 100644
--- a/src/framework/ui/uiboxlayout.cpp
+++ b/src/framework/ui/uiboxlayout.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/ui/uiboxlayout.h b/src/framework/ui/uiboxlayout.h
index 1fb93c67..6a14707e 100644
--- a/src/framework/ui/uiboxlayout.h
+++ b/src/framework/ui/uiboxlayout.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/ui/uigridlayout.cpp b/src/framework/ui/uigridlayout.cpp
index eed81c39..f6cc2e35 100644
--- a/src/framework/ui/uigridlayout.cpp
+++ b/src/framework/ui/uigridlayout.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/ui/uigridlayout.h b/src/framework/ui/uigridlayout.h
index 535f9c82..74484e78 100644
--- a/src/framework/ui/uigridlayout.h
+++ b/src/framework/ui/uigridlayout.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/ui/uihorizontallayout.cpp b/src/framework/ui/uihorizontallayout.cpp
index 078fc524..bdf97533 100644
--- a/src/framework/ui/uihorizontallayout.cpp
+++ b/src/framework/ui/uihorizontallayout.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/ui/uihorizontallayout.h b/src/framework/ui/uihorizontallayout.h
index 312955dd..e7b45dc3 100644
--- a/src/framework/ui/uihorizontallayout.h
+++ b/src/framework/ui/uihorizontallayout.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/ui/uilayout.cpp b/src/framework/ui/uilayout.cpp
index 63d7c950..7bcb34ea 100644
--- a/src/framework/ui/uilayout.cpp
+++ b/src/framework/ui/uilayout.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/ui/uilayout.h b/src/framework/ui/uilayout.h
index f1eea74d..a8eafeec 100644
--- a/src/framework/ui/uilayout.h
+++ b/src/framework/ui/uilayout.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/ui/uimanager.cpp b/src/framework/ui/uimanager.cpp
index 6b1d57eb..2c86ec55 100644
--- a/src/framework/ui/uimanager.cpp
+++ b/src/framework/ui/uimanager.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/ui/uimanager.h b/src/framework/ui/uimanager.h
index e2ba4803..76e74f9d 100644
--- a/src/framework/ui/uimanager.h
+++ b/src/framework/ui/uimanager.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/ui/uiparticles.cpp b/src/framework/ui/uiparticles.cpp
index 8d5035d0..09e3a228 100644
--- a/src/framework/ui/uiparticles.cpp
+++ b/src/framework/ui/uiparticles.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/ui/uiparticles.h b/src/framework/ui/uiparticles.h
index 92b294d8..7e23dbaf 100644
--- a/src/framework/ui/uiparticles.h
+++ b/src/framework/ui/uiparticles.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/ui/uitextedit.cpp b/src/framework/ui/uitextedit.cpp
index eb0efc04..d83e3f31 100644
--- a/src/framework/ui/uitextedit.cpp
+++ b/src/framework/ui/uitextedit.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/ui/uitextedit.h b/src/framework/ui/uitextedit.h
index 7982a9a7..d091731e 100644
--- a/src/framework/ui/uitextedit.h
+++ b/src/framework/ui/uitextedit.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/ui/uitranslator.cpp b/src/framework/ui/uitranslator.cpp
index 4ff9a893..fc239571 100644
--- a/src/framework/ui/uitranslator.cpp
+++ b/src/framework/ui/uitranslator.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/ui/uitranslator.h b/src/framework/ui/uitranslator.h
index 1c15836d..225b9b73 100644
--- a/src/framework/ui/uitranslator.h
+++ b/src/framework/ui/uitranslator.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/ui/uiverticallayout.cpp b/src/framework/ui/uiverticallayout.cpp
index 28e420ae..cf4386ef 100644
--- a/src/framework/ui/uiverticallayout.cpp
+++ b/src/framework/ui/uiverticallayout.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/ui/uiverticallayout.h b/src/framework/ui/uiverticallayout.h
index 64d2c310..c5d18fc4 100644
--- a/src/framework/ui/uiverticallayout.h
+++ b/src/framework/ui/uiverticallayout.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/ui/uiwidget.cpp b/src/framework/ui/uiwidget.cpp
index efdc627c..4dca830d 100644
--- a/src/framework/ui/uiwidget.cpp
+++ b/src/framework/ui/uiwidget.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/ui/uiwidget.h b/src/framework/ui/uiwidget.h
index 5e412a1e..b25f811e 100644
--- a/src/framework/ui/uiwidget.h
+++ b/src/framework/ui/uiwidget.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/ui/uiwidgetbasestyle.cpp b/src/framework/ui/uiwidgetbasestyle.cpp
index 17dc37cd..7fd3a1ae 100644
--- a/src/framework/ui/uiwidgetbasestyle.cpp
+++ b/src/framework/ui/uiwidgetbasestyle.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/ui/uiwidgetimage.cpp b/src/framework/ui/uiwidgetimage.cpp
index ba4506d8..eb97c54f 100644
--- a/src/framework/ui/uiwidgetimage.cpp
+++ b/src/framework/ui/uiwidgetimage.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/ui/uiwidgettext.cpp b/src/framework/ui/uiwidgettext.cpp
index e9f43098..f1007be8 100644
--- a/src/framework/ui/uiwidgettext.cpp
+++ b/src/framework/ui/uiwidgettext.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/util/color.cpp b/src/framework/util/color.cpp
index 3578e6b6..a6de5e68 100644
--- a/src/framework/util/color.cpp
+++ b/src/framework/util/color.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/util/color.h b/src/framework/util/color.h
index 882ad2c1..a727cab8 100644
--- a/src/framework/util/color.h
+++ b/src/framework/util/color.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/util/crypt.cpp b/src/framework/util/crypt.cpp
index 230165ff..1833a0a0 100644
--- a/src/framework/util/crypt.cpp
+++ b/src/framework/util/crypt.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/util/crypt.h b/src/framework/util/crypt.h
index 3edc4030..480fdebc 100644
--- a/src/framework/util/crypt.h
+++ b/src/framework/util/crypt.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/util/databuffer.h b/src/framework/util/databuffer.h
index 907f36f8..2ad42f81 100644
--- a/src/framework/util/databuffer.h
+++ b/src/framework/util/databuffer.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/util/matrix.h b/src/framework/util/matrix.h
index d9aaf762..3b5939af 100644
--- a/src/framework/util/matrix.h
+++ b/src/framework/util/matrix.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/util/point.h b/src/framework/util/point.h
index 01083111..e9fc6557 100644
--- a/src/framework/util/point.h
+++ b/src/framework/util/point.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/util/rect.h b/src/framework/util/rect.h
index 65404ac5..59da03a9 100644
--- a/src/framework/util/rect.h
+++ b/src/framework/util/rect.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/framework/util/size.h b/src/framework/util/size.h
index bb135d7f..aa7ef5cc 100644
--- a/src/framework/util/size.h
+++ b/src/framework/util/size.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main.cpp b/src/main.cpp
index 3e59f899..9b3c66a7 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010-2017 OTClient <https://github.com/edubart/otclient>
+ * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal