Bump copyright year

This commit is contained in:
André Apitzsch 2019-01-05 17:00:25 +01:00 committed by Philipp Hörist
parent c2d69774d5
commit af4e06ca29
5 changed files with 5 additions and 5 deletions

View File

@ -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)

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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/')