This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-gui. commit 38d046c2257f911b89871e0caab32138a1f5be03 Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Aug 24 06:44:56 2023 +0200 misc: pre-release copyright update. --- Makefile.docupload | 2 +- README | 2 +- README.Unity | 2 +- TODO | 2 +- debian/changelog | 1 + debian/copyright | 6 +++--- debian/rules | 2 +- nsis_template.py | 2 +- po/af.po | 2 +- po/am.po | 2 +- po/ar.po | 2 +- po/ast.po | 2 +- po/az.po | 2 +- po/be.po | 2 +- po/bem.po | 2 +- po/bn.po | 2 +- po/bo.po | 2 +- po/br.po | 2 +- po/bs.po | 2 +- po/ca.po | 2 +- po/ca@valencia.po | 2 +- po/ce.po | 2 +- po/ckb.po | 2 +- po/co.po | 2 +- po/crh.po | 2 +- po/cs.po | 2 +- po/cv.po | 2 +- po/cy.po | 2 +- po/el.po | 2 +- po/en_AU.po | 2 +- po/en_CA.po | 2 +- po/en_GB.po | 2 +- po/eo.po | 2 +- po/eu.po | 2 +- po/fa.po | 2 +- po/fil.po | 2 +- po/fo.po | 2 +- po/fr_CA.po | 2 +- po/frp.po | 2 +- po/fy.po | 2 +- po/ga.po | 2 +- po/gd.po | 2 +- po/gl.po | 2 +- po/gu.po | 2 +- po/he.po | 2 +- po/hi.po | 2 +- po/hr.po | 2 +- po/ht.po | 2 +- po/hu.po | 2 +- po/hy.po | 2 +- po/ia.po | 2 +- po/id.po | 2 +- po/is.po | 2 +- po/it.po | 2 +- po/ja.po | 2 +- po/ka.po | 2 +- po/kk.po | 2 +- po/kl.po | 2 +- po/km.po | 2 +- po/kn.po | 2 +- po/ko.po | 2 +- po/ku.po | 2 +- po/kw.po | 2 +- po/ky.po | 2 +- po/la.po | 2 +- po/lb.po | 2 +- po/lo.po | 2 +- po/lt.po | 2 +- po/lv.po | 2 +- po/mg.po | 2 +- po/mhr.po | 2 +- po/mi.po | 2 +- po/ml.po | 2 +- po/mr.po | 2 +- po/ms.po | 2 +- po/my.po | 2 +- po/ne.po | 2 +- po/nn.po | 2 +- po/nn_NO.po | 2 +- po/oc.po | 2 +- po/os.po | 2 +- po/pa.po | 2 +- po/pl.po | 2 +- po/ps.po | 2 +- po/pt.po | 2 +- po/pt_BR.po | 2 +- po/ro.po | 2 +- po/sa.po | 2 +- po/sc.po | 2 +- po/sd.po | 2 +- po/se.po | 2 +- po/shn.po | 2 +- po/si.po | 2 +- po/sk.po | 2 +- po/sl.po | 2 +- po/sq.po | 2 +- po/sr.po | 2 +- po/sw.po | 2 +- po/szl.po | 2 +- po/ta.po | 2 +- po/te.po | 2 +- po/tg.po | 2 +- po/th.po | 2 +- po/ti.po | 2 +- po/ug.po | 2 +- po/uk.po | 2 +- po/ur.po | 2 +- po/uz.po | 2 +- po/vi.po | 2 +- po/wae.po | 2 +- po/zh_CN.po | 2 +- po/zh_HK.po | 2 +- po/zh_TW.po | 2 +- pyhoca-gui | 2 +- pyhoca/__init__.py | 2 +- pyhoca/wxgui/__init__.py | 2 +- pyhoca/wxgui/about.py | 2 +- pyhoca/wxgui/basepath.py | 2 +- pyhoca/wxgui/brokerlogon.py | 2 +- pyhoca/wxgui/defaults.py | 2 +- pyhoca/wxgui/frontend.py | 2 +- pyhoca/wxgui/launcher.py | 2 +- pyhoca/wxgui/listdesktops.py | 2 +- pyhoca/wxgui/logon.py | 2 +- pyhoca/wxgui/menus_taskbar.py | 2 +- pyhoca/wxgui/messages.py | 2 +- pyhoca/wxgui/mswin_logging.py | 2 +- pyhoca/wxgui/notify.py | 2 +- pyhoca/wxgui/printingprefs.py | 2 +- pyhoca/wxgui/profilemanager.py | 2 +- pyhoca/wxgui/serverinfo.py | 2 +- pyhoca/wxgui/sessiontitle.py | 2 +- pyhoca/wxgui/splash.py | 2 +- pyhoca/wxgui/taskbar.py | 2 +- setup.py | 2 +- update-po.sh | 2 +- 136 files changed, 138 insertions(+), 137 deletions(-) diff --git a/Makefile.docupload b/Makefile.docupload index 0f9600f..4025d79 100644 --- a/Makefile.docupload +++ b/Makefile.docupload @@ -1,6 +1,6 @@ #!/usr/bin/make -f # Makefile.docupload file - for pyhoca-gui -# Copyright 2010-2020 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de>, GPLv3 applies to this file +# Copyright 2010-2023 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de>, GPLv3 applies to this file VERSION=`head -n1 debian/changelog | sed 's,.*(\(.*\)).*,\1,' | cut -d"-" -f1` DOC_HOST=code.x2go.org diff --git a/README b/README index ab888de..dd94773 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -pyhoca-gui - Copyright (C) 2010-2020 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +pyhoca-gui - Copyright (C) 2010-2023 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Copyright (C) 2010-2016 by Dick Kniep <dick.kniep@lindix.nl> Published under the terms of the GNU Affero General Public License. diff --git a/README.Unity b/README.Unity index 3df1651..14fc13d 100644 --- a/README.Unity +++ b/README.Unity @@ -1,4 +1,4 @@ -pyhoca-gui - Copyright (C) 2010-2020 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +pyhoca-gui - Copyright (C) 2010-2023 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Copyright (C) 2010-2016 by Dick Kniep <dick.kniep@lindix.nl> Published under the terms of the GNU Affero General Public License. diff --git a/TODO b/TODO index d9be894..e22ff6a 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,4 @@ -pyhoca-gui - Copyright (C) 2010-2020 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +pyhoca-gui - Copyright (C) 2010-2023 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Copyright (C) 2010-2016 by Dick Kniep <dick.kniep@lindix.nl> Published under the terms of the GNU Affero General Public License. diff --git a/debian/changelog b/debian/changelog index e281d9e..72a80b1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ pyhoca-gui (0.6.1.2-0x2go1) UNRELEASED; urgency=medium - po/*.po{,t}: update translations. - /: add update-pot.sh for updating just the translation template. - po/*.po: update comment headers with actual values. + - misc: pre-release copyright update. -- X2Go Release Manager <git-admin@x2go.org> Thu, 02 Jan 2020 13:14:06 +0100 diff --git a/debian/copyright b/debian/copyright index 180b843..101f15b 100644 --- a/debian/copyright +++ b/debian/copyright @@ -4,12 +4,12 @@ Upstream-Contact: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Source: https://wiki.x2go.org Files: * -Copyright: 2010-2020, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +Copyright: 2010-2023, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> 2010-2016, Dick Kniep <dick.kniep@lindix.nl> License: AGPL-3+ Files: Makefile.docupload -Copyright: 2010-2020, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +Copyright: 2010-2023, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> License: GPL-3+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -54,7 +54,7 @@ License: GPL-2+ `/usr/share/common-licenses/GPL-2'. Files: debian/* -Copyright: 2010-2020, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +Copyright: 2010-2023, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> License: AGPL-3+ License: AGPL-3+ diff --git a/debian/rules b/debian/rules index 5a98ed1..cb82b72 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f # debian/rules file - for pyhoca-gui # Based on sample debian/rules file - for GNU Hello (1.3). -# Copyright 2010-2020 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright 2010-2023 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> export PYVER=$(shell py3versions -d) export PYBUILD_NAME=pyhoca-gui diff --git a/nsis_template.py b/nsis_template.py index e00084e..d50d8ed 100644 --- a/nsis_template.py +++ b/nsis_template.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # vim:fenc=utf-8 -# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2023 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # # PyHoca is free software; you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/po/af.po b/po/af.po index 6153083..0a87458 100644 --- a/po/af.po +++ b/po/af.po @@ -1,5 +1,5 @@ # Afrikaans translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/am.po b/po/am.po index 4c86768..86992a3 100644 --- a/po/am.po +++ b/po/am.po @@ -1,5 +1,5 @@ # Amharic translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/ar.po b/po/ar.po index ad22a68..14b3273 100644 --- a/po/ar.po +++ b/po/ar.po @@ -1,5 +1,5 @@ # Arabic translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/ast.po b/po/ast.po index 547fb99..ffbe7e1 100644 --- a/po/ast.po +++ b/po/ast.po @@ -1,5 +1,5 @@ # Asturian translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/az.po b/po/az.po index ba26cbc..ae275e4 100644 --- a/po/az.po +++ b/po/az.po @@ -1,5 +1,5 @@ # Azerbaijani translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/be.po b/po/be.po index 1b7c955..56a0f8d 100644 --- a/po/be.po +++ b/po/be.po @@ -1,5 +1,5 @@ # Belarusian translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/bem.po b/po/bem.po index f244ebc..bdbf74d 100644 --- a/po/bem.po +++ b/po/bem.po @@ -1,5 +1,5 @@ # Bemba translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/bn.po b/po/bn.po index 6c77bff..6be9994 100644 --- a/po/bn.po +++ b/po/bn.po @@ -1,5 +1,5 @@ # Bengali translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/bo.po b/po/bo.po index e4153ee..99e0a4e 100644 --- a/po/bo.po +++ b/po/bo.po @@ -1,5 +1,5 @@ # Tibetan translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/br.po b/po/br.po index 2b0138c..0ee0e40 100644 --- a/po/br.po +++ b/po/br.po @@ -1,5 +1,5 @@ # Breton translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/bs.po b/po/bs.po index da65426..902f38b 100644 --- a/po/bs.po +++ b/po/bs.po @@ -1,5 +1,5 @@ # Bosnian translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/ca.po b/po/ca.po index 22f394e..cc8922f 100644 --- a/po/ca.po +++ b/po/ca.po @@ -1,5 +1,5 @@ # Catalan translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/ca@valencia.po b/po/ca@valencia.po index 7dc6478..fa4df03 100644 --- a/po/ca@valencia.po +++ b/po/ca@valencia.po @@ -1,5 +1,5 @@ # Catalan translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/ce.po b/po/ce.po index 0ba1033..7b24518 100644 --- a/po/ce.po +++ b/po/ce.po @@ -1,5 +1,5 @@ # Chechen translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/ckb.po b/po/ckb.po index ece167c..13281d0 100644 --- a/po/ckb.po +++ b/po/ckb.po @@ -1,5 +1,5 @@ # Language ckb translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/co.po b/po/co.po index 2e966c7..20b8426 100644 --- a/po/co.po +++ b/po/co.po @@ -1,5 +1,5 @@ # Corsican translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/crh.po b/po/crh.po index 1143ac7..59bfed0 100644 --- a/po/crh.po +++ b/po/crh.po @@ -1,5 +1,5 @@ # Crimean Tatar translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/cs.po b/po/cs.po index 4a81613..2e6a0c3 100644 --- a/po/cs.po +++ b/po/cs.po @@ -1,5 +1,5 @@ # Czech translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/cv.po b/po/cv.po index f22d398..b891981 100644 --- a/po/cv.po +++ b/po/cv.po @@ -1,5 +1,5 @@ # Chuvash translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/cy.po b/po/cy.po index 7e44643..41d2cb8 100644 --- a/po/cy.po +++ b/po/cy.po @@ -1,5 +1,5 @@ # Welsh translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/el.po b/po/el.po index 4faca1d..a70c330 100644 --- a/po/el.po +++ b/po/el.po @@ -1,5 +1,5 @@ # Greek translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/en_AU.po b/po/en_AU.po index 3a7373e..53ee424 100644 --- a/po/en_AU.po +++ b/po/en_AU.po @@ -1,5 +1,5 @@ # English translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/en_CA.po b/po/en_CA.po index edaa4d0..2d54c01 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -1,5 +1,5 @@ # English translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/en_GB.po b/po/en_GB.po index 03cbfaa..97525cd 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -1,5 +1,5 @@ # English translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/eo.po b/po/eo.po index 0e35c13..2dd3582 100644 --- a/po/eo.po +++ b/po/eo.po @@ -1,5 +1,5 @@ # Esperanto translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/eu.po b/po/eu.po index d15aa0d..55a827f 100644 --- a/po/eu.po +++ b/po/eu.po @@ -1,5 +1,5 @@ # Basque translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/fa.po b/po/fa.po index b8709bd..1d70ab6 100644 --- a/po/fa.po +++ b/po/fa.po @@ -1,5 +1,5 @@ # Persian translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/fil.po b/po/fil.po index e6417d7..e2b5fb6 100644 --- a/po/fil.po +++ b/po/fil.po @@ -1,5 +1,5 @@ # Filipino translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/fo.po b/po/fo.po index ffd62c0..3f895da 100644 --- a/po/fo.po +++ b/po/fo.po @@ -1,5 +1,5 @@ # Faroese translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/fr_CA.po b/po/fr_CA.po index 6141ca4..6a8b9e0 100644 --- a/po/fr_CA.po +++ b/po/fr_CA.po @@ -1,5 +1,5 @@ # French translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/frp.po b/po/frp.po index d62d0ae..aab86dc 100644 --- a/po/frp.po +++ b/po/frp.po @@ -1,5 +1,5 @@ # Language frp translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/fy.po b/po/fy.po index 99085b8..5654add 100644 --- a/po/fy.po +++ b/po/fy.po @@ -1,5 +1,5 @@ # Western Frisian translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/ga.po b/po/ga.po index d827102..8ca3528 100644 --- a/po/ga.po +++ b/po/ga.po @@ -1,5 +1,5 @@ # Irish translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/gd.po b/po/gd.po index a301ae8..aaee2aa 100644 --- a/po/gd.po +++ b/po/gd.po @@ -1,5 +1,5 @@ # Scottish Gaelic translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/gl.po b/po/gl.po index c106a9e..0c0ffad 100644 --- a/po/gl.po +++ b/po/gl.po @@ -1,5 +1,5 @@ # Galician translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/gu.po b/po/gu.po index a57a2de..a849b9c 100644 --- a/po/gu.po +++ b/po/gu.po @@ -1,5 +1,5 @@ # Gujarati translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/he.po b/po/he.po index f0b44d1..833fe4a 100644 --- a/po/he.po +++ b/po/he.po @@ -1,5 +1,5 @@ # Hebrew translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/hi.po b/po/hi.po index 225a7eb..ac5d576 100644 --- a/po/hi.po +++ b/po/hi.po @@ -1,5 +1,5 @@ # Hindi translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/hr.po b/po/hr.po index 52faa55..076e890 100644 --- a/po/hr.po +++ b/po/hr.po @@ -1,5 +1,5 @@ # Croatian translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/ht.po b/po/ht.po index 3050e0c..5e5915e 100644 --- a/po/ht.po +++ b/po/ht.po @@ -1,5 +1,5 @@ # Haitian translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/hu.po b/po/hu.po index 189ab24..06620bb 100644 --- a/po/hu.po +++ b/po/hu.po @@ -1,5 +1,5 @@ # Hungarian translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/hy.po b/po/hy.po index 674ef32..a53b460 100644 --- a/po/hy.po +++ b/po/hy.po @@ -1,5 +1,5 @@ # Armenian translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/ia.po b/po/ia.po index 35629c7..a2d9497 100644 --- a/po/ia.po +++ b/po/ia.po @@ -1,5 +1,5 @@ # Interlingua translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/id.po b/po/id.po index ff6423e..df11786 100644 --- a/po/id.po +++ b/po/id.po @@ -1,5 +1,5 @@ # Indonesian translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/is.po b/po/is.po index 82ff132..fdd8d16 100644 --- a/po/is.po +++ b/po/is.po @@ -1,5 +1,5 @@ # Icelandic translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/it.po b/po/it.po index cf17da7..eed2e99 100644 --- a/po/it.po +++ b/po/it.po @@ -1,5 +1,5 @@ # Italian translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/ja.po b/po/ja.po index daf460c..9229441 100644 --- a/po/ja.po +++ b/po/ja.po @@ -1,5 +1,5 @@ # Japanese translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/ka.po b/po/ka.po index a520498..8b77f35 100644 --- a/po/ka.po +++ b/po/ka.po @@ -1,5 +1,5 @@ # Georgian translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/kk.po b/po/kk.po index fa0fa86..1188c58 100644 --- a/po/kk.po +++ b/po/kk.po @@ -1,5 +1,5 @@ # Kazakh translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/kl.po b/po/kl.po index 546a788..f003de1 100644 --- a/po/kl.po +++ b/po/kl.po @@ -1,5 +1,5 @@ # Kalaallisut translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/km.po b/po/km.po index 21f1d0a..1ce76f9 100644 --- a/po/km.po +++ b/po/km.po @@ -1,5 +1,5 @@ # Central Khmer translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/kn.po b/po/kn.po index d9e6682..dca0928 100644 --- a/po/kn.po +++ b/po/kn.po @@ -1,5 +1,5 @@ # Kannada translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/ko.po b/po/ko.po index 56c0116..f638094 100644 --- a/po/ko.po +++ b/po/ko.po @@ -1,5 +1,5 @@ # Korean translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/ku.po b/po/ku.po index 6f1e0c9..0353ca1 100644 --- a/po/ku.po +++ b/po/ku.po @@ -1,5 +1,5 @@ # Kurdish translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/kw.po b/po/kw.po index 968fa6a..2f6e134 100644 --- a/po/kw.po +++ b/po/kw.po @@ -1,5 +1,5 @@ # Cornish translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/ky.po b/po/ky.po index ccc5ea9..75b0724 100644 --- a/po/ky.po +++ b/po/ky.po @@ -1,5 +1,5 @@ # Kirghiz translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/la.po b/po/la.po index 80c3851..5304f66 100644 --- a/po/la.po +++ b/po/la.po @@ -1,5 +1,5 @@ # Latin translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/lb.po b/po/lb.po index c0014b7..fecd3de 100644 --- a/po/lb.po +++ b/po/lb.po @@ -1,5 +1,5 @@ # Letzeburgesch translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/lo.po b/po/lo.po index 86369ea..c2f8c98 100644 --- a/po/lo.po +++ b/po/lo.po @@ -1,5 +1,5 @@ # Laotian translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/lt.po b/po/lt.po index 7aaa3db..2c5a283 100644 --- a/po/lt.po +++ b/po/lt.po @@ -1,5 +1,5 @@ # Lithuanian translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/lv.po b/po/lv.po index 26ba9ca..5719ba4 100644 --- a/po/lv.po +++ b/po/lv.po @@ -1,5 +1,5 @@ # Latvian translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/mg.po b/po/mg.po index 89e494d..5ebe6d9 100644 --- a/po/mg.po +++ b/po/mg.po @@ -1,5 +1,5 @@ # Malagasy translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/mhr.po b/po/mhr.po index cc8d07b..f507c30 100644 --- a/po/mhr.po +++ b/po/mhr.po @@ -1,5 +1,5 @@ # Language mhr translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/mi.po b/po/mi.po index 57ce59f..aad0095 100644 --- a/po/mi.po +++ b/po/mi.po @@ -1,5 +1,5 @@ # Maori translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/ml.po b/po/ml.po index 4b5356b..17b91ef 100644 --- a/po/ml.po +++ b/po/ml.po @@ -1,5 +1,5 @@ # Malayalam translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/mr.po b/po/mr.po index b8105b6..4c456a1 100644 --- a/po/mr.po +++ b/po/mr.po @@ -1,5 +1,5 @@ # Marathi translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/ms.po b/po/ms.po index d083b13..b929421 100644 --- a/po/ms.po +++ b/po/ms.po @@ -1,5 +1,5 @@ # Malay translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/my.po b/po/my.po index 50a1c6d..1499748 100644 --- a/po/my.po +++ b/po/my.po @@ -1,5 +1,5 @@ # Burmese translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/ne.po b/po/ne.po index bd684a4..aadfcb2 100644 --- a/po/ne.po +++ b/po/ne.po @@ -1,5 +1,5 @@ # Nepali translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/nn.po b/po/nn.po index c9f282c..c11e107 100644 --- a/po/nn.po +++ b/po/nn.po @@ -1,5 +1,5 @@ # Norwegian Nynorsk translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/nn_NO.po b/po/nn_NO.po index c58512c..b85e3ef 100644 --- a/po/nn_NO.po +++ b/po/nn_NO.po @@ -1,5 +1,5 @@ # Nyanja translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/oc.po b/po/oc.po index b38b75c..48b68aa 100644 --- a/po/oc.po +++ b/po/oc.po @@ -1,5 +1,5 @@ # Occitan translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/os.po b/po/os.po index f004b58..e1b5686 100644 --- a/po/os.po +++ b/po/os.po @@ -1,5 +1,5 @@ # Ossetian translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/pa.po b/po/pa.po index 02a25f7..253cfc4 100644 --- a/po/pa.po +++ b/po/pa.po @@ -1,5 +1,5 @@ # Punjabi translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/pl.po b/po/pl.po index 3f364d9..da45a4d 100644 --- a/po/pl.po +++ b/po/pl.po @@ -1,5 +1,5 @@ # Polish translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/ps.po b/po/ps.po index 932a6da..344b75f 100644 --- a/po/ps.po +++ b/po/ps.po @@ -1,5 +1,5 @@ # Pashto translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/pt.po b/po/pt.po index 892e1ff..191fb4b 100644 --- a/po/pt.po +++ b/po/pt.po @@ -1,5 +1,5 @@ # Portuguese translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/pt_BR.po b/po/pt_BR.po index 3bd989c..674946f 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -1,5 +1,5 @@ # Portuguese translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/ro.po b/po/ro.po index a4c1210..be23627 100644 --- a/po/ro.po +++ b/po/ro.po @@ -1,5 +1,5 @@ # Romanian translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/sa.po b/po/sa.po index bc10d77..d8bbe75 100644 --- a/po/sa.po +++ b/po/sa.po @@ -1,5 +1,5 @@ # Sanskrit translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/sc.po b/po/sc.po index 135c6da..23c96e6 100644 --- a/po/sc.po +++ b/po/sc.po @@ -1,5 +1,5 @@ # Sardinian translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/sd.po b/po/sd.po index a58f9c5..68dd78d 100644 --- a/po/sd.po +++ b/po/sd.po @@ -1,5 +1,5 @@ # Sindhi translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/se.po b/po/se.po index 6a8db72..3e649bc 100644 --- a/po/se.po +++ b/po/se.po @@ -1,5 +1,5 @@ # Northern Sami translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/shn.po b/po/shn.po index e8cf5e7..54e8279 100644 --- a/po/shn.po +++ b/po/shn.po @@ -1,5 +1,5 @@ # Shan translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/si.po b/po/si.po index f7ea4de..da33c73 100644 --- a/po/si.po +++ b/po/si.po @@ -1,5 +1,5 @@ # Sinhala translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/sk.po b/po/sk.po index e0146c1..fda9d4a 100644 --- a/po/sk.po +++ b/po/sk.po @@ -1,5 +1,5 @@ # Slovak translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/sl.po b/po/sl.po index cf4c5d5..926470b 100644 --- a/po/sl.po +++ b/po/sl.po @@ -1,5 +1,5 @@ # Slovenian translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/sq.po b/po/sq.po index 4abb733..082a0c8 100644 --- a/po/sq.po +++ b/po/sq.po @@ -1,5 +1,5 @@ # Albanian translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/sr.po b/po/sr.po index 47f73d2..641ea66 100644 --- a/po/sr.po +++ b/po/sr.po @@ -1,5 +1,5 @@ # Serbian translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/sw.po b/po/sw.po index 26a2c8a..ae189e6 100644 --- a/po/sw.po +++ b/po/sw.po @@ -1,5 +1,5 @@ # Swahili translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/szl.po b/po/szl.po index 03c1b52..914de95 100644 --- a/po/szl.po +++ b/po/szl.po @@ -1,5 +1,5 @@ # Language szl translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/ta.po b/po/ta.po index 76bab67..ae7b328 100644 --- a/po/ta.po +++ b/po/ta.po @@ -1,5 +1,5 @@ # Tamil translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/te.po b/po/te.po index 77e4194..1b79098 100644 --- a/po/te.po +++ b/po/te.po @@ -1,5 +1,5 @@ # Telugu translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/tg.po b/po/tg.po index aaabc48..55f98de 100644 --- a/po/tg.po +++ b/po/tg.po @@ -1,5 +1,5 @@ # Tajik translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/th.po b/po/th.po index d6516a6..e805ae0 100644 --- a/po/th.po +++ b/po/th.po @@ -1,5 +1,5 @@ # Thai translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/ti.po b/po/ti.po index 79849ad..17c034f 100644 --- a/po/ti.po +++ b/po/ti.po @@ -1,5 +1,5 @@ # Tigrinya translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/ug.po b/po/ug.po index 35e69c2..48e8acf 100644 --- a/po/ug.po +++ b/po/ug.po @@ -1,5 +1,5 @@ # Uighur translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/uk.po b/po/uk.po index 97bcc01..910d9d8 100644 --- a/po/uk.po +++ b/po/uk.po @@ -1,5 +1,5 @@ # Ukrainian translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/ur.po b/po/ur.po index 54ff72d..816e543 100644 --- a/po/ur.po +++ b/po/ur.po @@ -1,5 +1,5 @@ # Urdu translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/uz.po b/po/uz.po index 1faa610..6a01be7 100644 --- a/po/uz.po +++ b/po/uz.po @@ -1,5 +1,5 @@ # Uzbek translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/vi.po b/po/vi.po index 48062e2..4812ae2 100644 --- a/po/vi.po +++ b/po/vi.po @@ -1,5 +1,5 @@ # Vietnamese translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/wae.po b/po/wae.po index 70166d6..64eba77 100644 --- a/po/wae.po +++ b/po/wae.po @@ -1,5 +1,5 @@ # Language wae translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/zh_CN.po b/po/zh_CN.po index a4eac31..b18d867 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -1,5 +1,5 @@ # Chinese translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/zh_HK.po b/po/zh_HK.po index 03afe2c..53b0c3d 100644 --- a/po/zh_HK.po +++ b/po/zh_HK.po @@ -1,5 +1,5 @@ # Chinese translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/po/zh_TW.po b/po/zh_TW.po index e1718ce..9f70c20 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -1,5 +1,5 @@ # Chinese translations for PyHoca-GUI. -# Copyright (C) 2019 PyHoca-GUI'S COPYRIGHT HOLDER +# Copyright (C) 2019-2023 PyHoca-GUI'S COPYRIGHT HOLDER # This file is distributed under the same license as PyHoca-GUI. # Automatically generated, 2019. # diff --git a/pyhoca-gui b/pyhoca-gui index e24ef4a..b44ba6d 100755 --- a/pyhoca-gui +++ b/pyhoca-gui @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # vim:fenc=utf-8 -# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2023 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # Copyright (C) 2010-2016 by Dick Kniep <dick.kniep@lindix.nl> # # PyHoca GUI is free software; you can redistribute it and/or modify diff --git a/pyhoca/__init__.py b/pyhoca/__init__.py index f210e33..74f6287 100644 --- a/pyhoca/__init__.py +++ b/pyhoca/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # vim:fenc=utf-8 -# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2023 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # Copyright (C) 2010-2016 by Dick Kniep <dick.kniep@lindix.nl> # # PyHoca GUI is free software; you can redistribute it and/or modify diff --git a/pyhoca/wxgui/__init__.py b/pyhoca/wxgui/__init__.py index 3a05f63..9918b20 100644 --- a/pyhoca/wxgui/__init__.py +++ b/pyhoca/wxgui/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2023 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # Copyright (C) 2010-2016 by Dick Kniep <dick.kniep@lindix.nl> # # PyHoca GUI is free software; you can redistribute it and/or modify diff --git a/pyhoca/wxgui/about.py b/pyhoca/wxgui/about.py index a2e1cbe..611cb85 100644 --- a/pyhoca/wxgui/about.py +++ b/pyhoca/wxgui/about.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # vim:fenc=utf-8 -# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2023 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # Copyright (C) 2010-2016 by Dick Kniep <dick.kniep@lindix.nl> # # PyHoca GUI is free software; you can redistribute it and/or modify diff --git a/pyhoca/wxgui/basepath.py b/pyhoca/wxgui/basepath.py index e34e711..ae65a3b 100644 --- a/pyhoca/wxgui/basepath.py +++ b/pyhoca/wxgui/basepath.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # vim:fenc=utf-8 -# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2023 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # Copyright (C) 2010-2016 by Dick Kniep <dick.kniep@lindix.nl> # # PyHoca GUI is free software; you can redistribute it and/or modify diff --git a/pyhoca/wxgui/brokerlogon.py b/pyhoca/wxgui/brokerlogon.py index 7bde408..804f8d3 100644 --- a/pyhoca/wxgui/brokerlogon.py +++ b/pyhoca/wxgui/brokerlogon.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # vim:fenc=utf-8 -# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2023 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # Copyright (C) 2010-2016 by Dick Kniep <dick.kniep@lindix.nl> # # PyHoca GUI is free software; you can redistribute it and/or modify diff --git a/pyhoca/wxgui/defaults.py b/pyhoca/wxgui/defaults.py index 8e5d398..578250f 100644 --- a/pyhoca/wxgui/defaults.py +++ b/pyhoca/wxgui/defaults.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # vim:fenc=utf-8 -# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2023 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # Copyright (C) 2010-2016 by Dick Kniep <dick.kniep@lindix.nl> # # PyHoca GUI is free software; you can redistribute it and/or modify diff --git a/pyhoca/wxgui/frontend.py b/pyhoca/wxgui/frontend.py index 8936633..c8dce2d 100644 --- a/pyhoca/wxgui/frontend.py +++ b/pyhoca/wxgui/frontend.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # vim:fenc=utf-8 -# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2023 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # Copyright (C) 2010-2016 by Dick Kniep <dick.kniep@lindix.nl> # # PyHoca GUI is free software; you can redistribute it and/or modify diff --git a/pyhoca/wxgui/launcher.py b/pyhoca/wxgui/launcher.py index 0e257e6..793ac9e 100644 --- a/pyhoca/wxgui/launcher.py +++ b/pyhoca/wxgui/launcher.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # vim:fenc=utf-8 -# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2023 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # Copyright (C) 2010-2016 by Dick Kniep <dick.kniep@lindix.nl> # # PyHoca GUI is free software; you can redistribute it and/or modify diff --git a/pyhoca/wxgui/listdesktops.py b/pyhoca/wxgui/listdesktops.py index a932827..524cdaa 100644 --- a/pyhoca/wxgui/listdesktops.py +++ b/pyhoca/wxgui/listdesktops.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # vim:fenc=utf-8 -# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2023 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # Copyright (C) 2010-2016 by Dick Kniep <dick.kniep@lindix.nl> # # PyHoca GUI is free software; you can redistribute it and/or modify diff --git a/pyhoca/wxgui/logon.py b/pyhoca/wxgui/logon.py index 167718f..0b63e62 100644 --- a/pyhoca/wxgui/logon.py +++ b/pyhoca/wxgui/logon.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # vim:fenc=utf-8 -# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2023 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # Copyright (C) 2010-2016 by Dick Kniep <dick.kniep@lindix.nl> # # PyHoca GUI is free software; you can redistribute it and/or modify diff --git a/pyhoca/wxgui/menus_taskbar.py b/pyhoca/wxgui/menus_taskbar.py index f9a4056..e9ffc2d 100644 --- a/pyhoca/wxgui/menus_taskbar.py +++ b/pyhoca/wxgui/menus_taskbar.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # vim:fenc=utf-8 -# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2023 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # Copyright (C) 2010-2016 by Dick Kniep <dick.kniep@lindix.nl> # # PyHoca GUI is free software; you can redistribute it and/or modify diff --git a/pyhoca/wxgui/messages.py b/pyhoca/wxgui/messages.py index 6617eaa..ac528b3 100644 --- a/pyhoca/wxgui/messages.py +++ b/pyhoca/wxgui/messages.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # vim:fenc=utf-8 -# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2023 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/pyhoca/wxgui/mswin_logging.py b/pyhoca/wxgui/mswin_logging.py index 832d177..759eba3 100644 --- a/pyhoca/wxgui/mswin_logging.py +++ b/pyhoca/wxgui/mswin_logging.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # vim:fenc=utf-8 -# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2023 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # Copyright (C) 2010-2016 by Dick Kniep <dick.kniep@lindix.nl> # # PyHoca GUI is free software; you can redistribute it and/or modify diff --git a/pyhoca/wxgui/notify.py b/pyhoca/wxgui/notify.py index 3d80e13..947625b 100644 --- a/pyhoca/wxgui/notify.py +++ b/pyhoca/wxgui/notify.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # vim:fenc=utf-8 -# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2023 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # Copyright (C) 2010-2016 by Dick Kniep <dick.kniep@lindix.nl> # # PyHoca GUI is free software; you can redistribute it and/or modify diff --git a/pyhoca/wxgui/printingprefs.py b/pyhoca/wxgui/printingprefs.py index 70ef46d..41ffbda 100644 --- a/pyhoca/wxgui/printingprefs.py +++ b/pyhoca/wxgui/printingprefs.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # vim:fenc=utf-8 -# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2023 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # Copyright (C) 2010-2016 by Dick Kniep <dick.kniep@lindix.nl> # # PyHoca GUI is free software; you can redistribute it and/or modify diff --git a/pyhoca/wxgui/profilemanager.py b/pyhoca/wxgui/profilemanager.py index 9c1d240..cdee4b9 100644 --- a/pyhoca/wxgui/profilemanager.py +++ b/pyhoca/wxgui/profilemanager.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # vim:fenc=utf-8 -# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2023 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # Copyright (C) 2010-2016 by Dick Kniep <dick.kniep@lindix.nl> # # PyHoca GUI is free software; you can redistribute it and/or modify diff --git a/pyhoca/wxgui/serverinfo.py b/pyhoca/wxgui/serverinfo.py index 9736bc6..f18bfc4 100644 --- a/pyhoca/wxgui/serverinfo.py +++ b/pyhoca/wxgui/serverinfo.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # vim:fenc=utf-8 -# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2023 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # Copyright (C) 2010-2016 by Dick Kniep <dick.kniep@lindix.nl> # # PyHoca GUI is free software; you can redistribute it and/or modify diff --git a/pyhoca/wxgui/sessiontitle.py b/pyhoca/wxgui/sessiontitle.py index cda86c6..ea84d4b 100644 --- a/pyhoca/wxgui/sessiontitle.py +++ b/pyhoca/wxgui/sessiontitle.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # vim:fenc=utf-8 -# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2023 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # Copyright (C) 2010-2016 by Dick Kniep <dick.kniep@lindix.nl> # # PyHoca GUI is free software; you can redistribute it and/or modify diff --git a/pyhoca/wxgui/splash.py b/pyhoca/wxgui/splash.py index 1709098..088c8bd 100644 --- a/pyhoca/wxgui/splash.py +++ b/pyhoca/wxgui/splash.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # vim:fenc=utf-8 -# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2023 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # Copyright (C) 2010-2016 by Dick Kniep <dick.kniep@lindix.nl> # # PyHoca GUI is free software; you can redistribute it and/or modify diff --git a/pyhoca/wxgui/taskbar.py b/pyhoca/wxgui/taskbar.py index 3cefad0..02584be 100644 --- a/pyhoca/wxgui/taskbar.py +++ b/pyhoca/wxgui/taskbar.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # vim:fenc=utf-8 -# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2023 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # Copyright (C) 2010-2016 by Dick Kniep <dick.kniep@lindix.nl> # # PyHoca GUI is free software; you can redistribute it and/or modify diff --git a/setup.py b/setup.py index 548fdde..43d8246 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ # vim:fenc=utf-8 -# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2023 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # # PyHoca is free software; you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/update-po.sh b/update-po.sh index 4d0d8d2..fe8fc83 100755 --- a/update-po.sh +++ b/update-po.sh @@ -2,7 +2,7 @@ set -x -# Copyright (C) 2017-2020 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2017-2023 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # # This package is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git