diff --git a/README.md b/README.md index 2ef26adf4..b8eb19c74 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 70367f38c..f7c854679 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 3da4e952f..cf5c7d1d4 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 67ce380e7..f65d9e0d4 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 ea880c01a..0bc5c8105 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/')