diff --git a/README.md b/README.md index 747a3d756..d804654a6 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 e9f3e6505..70367f38c 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 . .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 af5631723..d97564937 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 . .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 c5d4c5990..67ce380e7 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 f3cccfd5e..56b6f4bfd 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/')