diff --git a/README.md b/README.md
index 747a3d756b503512c298096222504dfa31b6c027..d804654a6b9801302fbca5de906b431ae9ff87e9 100644
--- a/README.md
+++ b/README.md
@@ -88,9 +88,11 @@ Execute gajim with --verbose
 
 That is all, **enjoy**!
 
-(C) 2003-2017
+(C) 2003-2018
 The Gajim Team
 [https://gajim.org](https://gajim.org)
 
 
-We use original art and parts of sounds and other art from Psi, Gossip, Gnomebaker, Gaim and some icons from various gnome-icons (mostly Dropline Etiquette) we found at art.gnome.org If you think we're violating a license please inform us. Thank you.
\ No newline at end of file
+We use original art and parts of sounds and other art from Psi, Gossip, Gnomebaker, Gaim
+and some icons from various gnome-icons (mostly Dropline Etiquette) we found at art.gnome.org.
+If you think we're violating a license please inform us. Thank you.
diff --git a/data/gajim-history-manager.1 b/data/gajim-history-manager.1
index e9f3e65056093f5e9a78c7f67cf92b130b7b6114..70367f38c7f5ed65542a6f0d341915885b448f63 100644
--- a/data/gajim-history-manager.1
+++ b/data/gajim-history-manager.1
@@ -1,4 +1,4 @@
-.Dd August 26, 2015
+.Dd January 21, 2018
 .Dt GAJIM-HISTORY-MANAGER 1 URM
 .Os UNIX
 .Sh NAME
@@ -46,7 +46,7 @@ and
 .Pa THANKS ,
 for a complete list.
 .Sh COPYRIGHT
-Copyright (C) 2003-2015 Gajim Team
+Copyright (C) 2003-2018 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.
@@ -59,7 +59,7 @@ You should have received a copy of the GNU General Public License along with
 If not, see <https://www.gnu.org/licenses/>.
 .Sh FEEDBACK
 You can report bugs or feature requests in our bug tracker at
-.Em trac.gajim.org
+.Em https://dev.gajim.org/gajim/gajim/issues
 or in the
 .Em gajim-devel
 mailing list; if you want to send us a patch, please do so in our bug tracker.
@@ -80,7 +80,7 @@ More mailing lists at
 https://lists.gajim.org/cgi-bin/listinfo
 .Ed
 .Sh BUGS
-Please submit bugs at https://trac.gajim.org/
+Please submit bugs at https://dev.gajim.org/gajim/gajim/issues
 .Sh SEE ALSO
 .Xr gajim 1
 .Xr gajim-remote 1
diff --git a/data/gajim-remote.1 b/data/gajim-remote.1
index af5631723aed6951781f12f39a9e27969a2ffa9c..d97564937add8a19d555696768601145fccdbdac 100644
--- a/data/gajim-remote.1
+++ b/data/gajim-remote.1
@@ -1,4 +1,4 @@
-.Dd August 26, 2015
+.Dd January 21, 2018
 .Dt GAJIM-REMOTE 1 URM
 .Os UNIX
 .Sh NAME
@@ -89,7 +89,7 @@ and
 .Pa THANKS ,
 for a complete list.
 .Sh COPYRIGHT
-Copyright (C) 2003-2015 Gajim Team
+Copyright (C) 2003-2018 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.
@@ -102,7 +102,7 @@ You should have received a copy of the GNU General Public License along with
 If not, see <https://www.gnu.org/licenses/>.
 .Sh FEEDBACK
 You can report bugs or feature requests in our bug tracker at
-.Em trac.gajim.org
+.Em https://dev.gajim.org/gajim/gajim/issues
 or in the
 .Em gajim-devel
 mailing list; if you want to send us a patch, please do so in our bug tracker.
@@ -123,7 +123,7 @@ More mailing lists at
 https://lists.gajim.org/cgi-bin/listinfo
 .Ed
 .Sh BUGS
-Please submit bugs at https://trac.gajim.org/
+Please submit bugs at https://dev.gajim.org/gajim/gajim/issues
 .Sh SEE ALSO
 .Xr gajim 1
 .Xr gajim-history-manager 1
diff --git a/data/gajim.1 b/data/gajim.1
index c5d4c599052d6c5beb2366c7dba3052f2bf09333..67ce380e7721ab4156fbcde65bca8660093b62dc 100644
--- a/data/gajim.1
+++ b/data/gajim.1
@@ -1,4 +1,4 @@
-.Dd September 02, 2017
+.Dd January 21, 2018
 .Dt GAJIM 1 URM
 .Os UNIX
 .Sh NAME
@@ -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-2017 Gajim Team
+Copyright (C) 2003-2018 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/dialogs.py b/gajim/dialogs.py
index f3cccfd5eb7e68d5586a710004189103d7475191..56b6f4bfdb10629b503f1d3bded7769c471c48db 100644
--- a/gajim/dialogs.py
+++ b/gajim/dialogs.py
@@ -1296,7 +1296,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-2017 Gajim Team')
+        self.set_copyright('Copyright © 2003-2018 Gajim Team')
         self.set_license_type(Gtk.License.GPL_3_0_ONLY)
         self.set_website('https://gajim.org/')