diff --git a/README.md b/README.md
index 2ef26adf46d5b6c462d58853307d070e47497017..b8eb19c744d660d84780a9d1d3a30fe4c303ca81 100644
--- a/README.md
+++ b/README.md
@@ -86,7 +86,7 @@ Execute gajim with --verbose
 
 That is all, **enjoy**!
 
-(C) 2003-2018
+(C) 2003-2019
 The Gajim Team
 [https://gajim.org](https://gajim.org)
 
diff --git a/data/gajim-history-manager.1 b/data/gajim-history-manager.1
index 70367f38c7f5ed65542a6f0d341915885b448f63..f7c854679c06b990bc98d901d68a0a33a427502f 100644
--- a/data/gajim-history-manager.1
+++ b/data/gajim-history-manager.1
@@ -46,7 +46,7 @@ and
 .Pa THANKS ,
 for a complete list.
 .Sh COPYRIGHT
-Copyright (C) 2003-2018 Gajim Team
+Copyright (C) 2003-2019 Gajim Team
 .Pp
 .Nm
 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 3 only.
diff --git a/data/gajim-remote.1 b/data/gajim-remote.1
index 3da4e952fbd31866c8eeb7f6a4ca02a534ad9c90..cf5c7d1d4a56fc6e65f8b5197a8fbad443054f5d 100644
--- a/data/gajim-remote.1
+++ b/data/gajim-remote.1
@@ -89,7 +89,7 @@ and
 .Pa THANKS ,
 for a complete list.
 .Sh COPYRIGHT
-Copyright (C) 2003-2018 Gajim Team
+Copyright (C) 2003-2019 Gajim Team
 .Pp
 .Nm
 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 3 only.
diff --git a/data/gajim.1 b/data/gajim.1
index 67ce380e7721ab4156fbcde65bca8660093b62dc..f65d9e0d42652eb240b9339cfd37f4f05fbf6df8 100644
--- a/data/gajim.1
+++ b/data/gajim.1
@@ -93,7 +93,7 @@ and
 with contributions and patches merged from many individuals around the world.
 See the About Dialog for a complete list.
 .Sh COPYRIGHT
-Copyright (C) 2003-2018 Gajim Team
+Copyright (C) 2003-2019 Gajim Team
 .Pp
 .Nm
 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 3 only.
diff --git a/gajim/gtk/about.py b/gajim/gtk/about.py
index ea880c01aa6689d154db304187965468e0bdcfac..0bc5c810536351da1dade3e8251a0061733bac60 100644
--- a/gajim/gtk/about.py
+++ b/gajim/gtk/about.py
@@ -33,7 +33,7 @@ class AboutDialog(Gtk.AboutDialog):
         self.set_transient_for(app.interface.roster.window)
         self.set_name('Gajim')
         self.set_version(app.version)
-        self.set_copyright('Copyright © 2003-2018 Gajim Team')
+        self.set_copyright('Copyright © 2003-2019 Gajim Team')
         self.set_license_type(Gtk.License.GPL_3_0_ONLY)
         self.set_website('https://gajim.org/')