Update copyright

This commit is contained in:
André Apitzsch 2018-01-21 23:34:19 +01:00
parent 71fb3d0b4f
commit e78b676784
5 changed files with 15 additions and 13 deletions

View File

@ -88,9 +88,11 @@ Execute gajim with --verbose
That is all, **enjoy**! That is all, **enjoy**!
(C) 2003-2017 (C) 2003-2018
The Gajim Team The Gajim Team
[https://gajim.org](https://gajim.org) [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. 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.

View File

@ -1,4 +1,4 @@
.Dd August 26, 2015 .Dd January 21, 2018
.Dt GAJIM-HISTORY-MANAGER 1 URM .Dt GAJIM-HISTORY-MANAGER 1 URM
.Os UNIX .Os UNIX
.Sh NAME .Sh NAME
@ -46,7 +46,7 @@ and
.Pa THANKS , .Pa THANKS ,
for a complete list. for a complete list.
.Sh COPYRIGHT .Sh COPYRIGHT
Copyright (C) 2003-2015 Gajim Team Copyright (C) 2003-2018 Gajim Team
.Pp .Pp
.Nm .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. 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/>. If not, see <https://www.gnu.org/licenses/>.
.Sh FEEDBACK .Sh FEEDBACK
You can report bugs or feature requests in our bug tracker at 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 or in the
.Em gajim-devel .Em gajim-devel
mailing list; if you want to send us a patch, please do so in our bug tracker. 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 https://lists.gajim.org/cgi-bin/listinfo
.Ed .Ed
.Sh BUGS .Sh BUGS
Please submit bugs at https://trac.gajim.org/ Please submit bugs at https://dev.gajim.org/gajim/gajim/issues
.Sh SEE ALSO .Sh SEE ALSO
.Xr gajim 1 .Xr gajim 1
.Xr gajim-remote 1 .Xr gajim-remote 1

View File

@ -1,4 +1,4 @@
.Dd August 26, 2015 .Dd January 21, 2018
.Dt GAJIM-REMOTE 1 URM .Dt GAJIM-REMOTE 1 URM
.Os UNIX .Os UNIX
.Sh NAME .Sh NAME
@ -89,7 +89,7 @@ and
.Pa THANKS , .Pa THANKS ,
for a complete list. for a complete list.
.Sh COPYRIGHT .Sh COPYRIGHT
Copyright (C) 2003-2015 Gajim Team Copyright (C) 2003-2018 Gajim Team
.Pp .Pp
.Nm .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. 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/>. If not, see <https://www.gnu.org/licenses/>.
.Sh FEEDBACK .Sh FEEDBACK
You can report bugs or feature requests in our bug tracker at 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 or in the
.Em gajim-devel .Em gajim-devel
mailing list; if you want to send us a patch, please do so in our bug tracker. 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 https://lists.gajim.org/cgi-bin/listinfo
.Ed .Ed
.Sh BUGS .Sh BUGS
Please submit bugs at https://trac.gajim.org/ Please submit bugs at https://dev.gajim.org/gajim/gajim/issues
.Sh SEE ALSO .Sh SEE ALSO
.Xr gajim 1 .Xr gajim 1
.Xr gajim-history-manager 1 .Xr gajim-history-manager 1

View File

@ -1,4 +1,4 @@
.Dd September 02, 2017 .Dd January 21, 2018
.Dt GAJIM 1 URM .Dt GAJIM 1 URM
.Os UNIX .Os UNIX
.Sh NAME .Sh NAME
@ -93,7 +93,7 @@ and
with contributions and patches merged from many individuals around the world. with contributions and patches merged from many individuals around the world.
See the About Dialog for a complete list. See the About Dialog for a complete list.
.Sh COPYRIGHT .Sh COPYRIGHT
Copyright (C) 2003-2017 Gajim Team Copyright (C) 2003-2018 Gajim Team
.Pp .Pp
.Nm .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. 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

@ -1296,7 +1296,7 @@ class AboutDialog(Gtk.AboutDialog):
self.set_transient_for(app.interface.roster.window) self.set_transient_for(app.interface.roster.window)
self.set_name('Gajim') self.set_name('Gajim')
self.set_version(app.version) 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_license_type(Gtk.License.GPL_3_0_ONLY)
self.set_website('https://gajim.org/') self.set_website('https://gajim.org/')