Philipp Hörist pushed to branch master at gajim / gajim
Commits: b894e2ba by André Apitzsch at 2021-01-14T23:15:49+01:00 Update year - - - - - 6 changed files: - README.md - data/gajim-history-manager.1 - data/gajim-remote.1 - data/gajim.1 - data/org.gajim.Gajim.appdata.xml.in - gajim/gtk/about.py Changes: ===================================== README.md ===================================== @@ -88,7 +88,7 @@ #### Links That is all, **enjoy**! -(C) 2003-2020 +(C) 2003-2021 The Gajim Team [https://gajim.org](https://gajim.org) ===================================== data/gajim-history-manager.1 ===================================== @@ -46,7 +46,7 @@ and .Pa THANKS , for a complete list. .Sh COPYRIGHT -Copyright (C) 2003-2020 Gajim Team +Copyright (C) 2003-2021 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. ===================================== data/gajim-remote.1 ===================================== @@ -79,7 +79,7 @@ and .Pa THANKS , for a complete list. .Sh COPYRIGHT -Copyright (C) 2003-2020 Gajim Team +Copyright (C) 2003-2021 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. ===================================== 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-2020 Gajim Team +Copyright (C) 2003-2021 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. ===================================== data/org.gajim.Gajim.appdata.xml.in ===================================== @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Copyright 2017-2020 Gajim Team --> +<!-- Copyright 2017-2021 Gajim Team --> <component type="desktop-application"> <id>org.gajim.Gajim</id> <metadata_license>CC-BY-SA-3.0</metadata_license> ===================================== gajim/gtk/about.py ===================================== @@ -34,7 +34,7 @@ def __init__(self): self.set_transient_for(app.interface.roster.window) self.set_name('Gajim') self.set_version(app.version) - self.set_copyright('Copyright © 2003-2020 Gajim Team') + self.set_copyright('Copyright © 2003-2021 Gajim Team') self.set_license_type(Gtk.License.GPL_3_0_ONLY) self.set_website('https://gajim.org/') View it on GitLab: https://dev.gajim.org/gajim/gajim/-/commit/b894e2ba8c35a1c026e91498887fcc0ec1ec5be9 -- View it on GitLab: https://dev.gajim.org/gajim/gajim/-/commit/b894e2ba8c35a1c026e91498887fcc0ec1ec5be9 You're receiving this email because of your account on dev.gajim.org.
_______________________________________________ Commits mailing list [email protected] https://lists.gajim.org/cgi-bin/listinfo/commits
