[X2Go-Commits] [x2goserver] 03/05: misc: copyright updates, but for contributors who haven't been active.
git-admin at x2go.org
git-admin at x2go.org
Tue May 23 22:06:44 CEST 2023
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository x2goserver.
commit cca67a51f72bb9549ef808d0e4eff32ff5b4d054
Author: Mihai Moldovan <ionic at ionic.de>
Date: Tue May 23 21:24:44 2023 +0200
misc: copyright updates, but for contributors who haven't been active.
---
Makefile.docupload | 2 +-
X2Go/Config.pm | 6 +-
X2Go/Log.pm | 6 +-
X2Go/Server.pm | 8 +--
X2Go/Server/Agent.pm | 6 +-
X2Go/Server/Agent/NX.pm | 6 +-
X2Go/Server/Agent/NX/Options.pm | 2 +-
X2Go/Server/DB.pm | 8 +--
X2Go/Server/DB/PostgreSQL.pm | 6 +-
X2Go/Server/DB/SQLite3.pm | 6 +-
X2Go/SupeReNicer.pm | 4 +-
X2Go/Utils.pm | 8 +--
X2Go_in_progress_do_not_use/Server/DB/MySQL.pm | 8 +--
debian/changelog | 1 +
debian/copyright | 68 +++++++++++-----------
debian/copyright.in | 66 ++++++++++-----------
debian/po/de.po | 4 +-
debian/po/es.po | 2 +-
debian/po/fr.po | 2 +-
debian/po/pt.po | 2 +-
debian/po/pt_BR.po | 2 +-
.../lib/libx2go-server-db-sqlite3-wrapper.pl | 6 +-
.../src/libx2go-server-db-sqlite3-wrapper.c | 2 +-
.../bin/x2goresume-desktopsharing | 8 +--
.../bin/x2gosuspend-desktopsharing | 8 +--
.../bin/x2goterminate-desktopsharing | 8 +--
.../x2goserver-desktopsharing.features | 6 +-
.../bin/x2goserver-run-extensions | 8 +--
.../x2gofeature.d/x2goserver-extensions.features | 6 +-
x2goserver-fmbindings/bin/x2gofm | 4 +-
.../x2gofeature.d/x2goserver-fmbindings.features | 6 +-
x2goserver-printing/bin/x2goprint | 6 +-
.../x2gofeature.d/x2goserver-printing.features | 6 +-
x2goserver-x2goagent/share/pixmaps/x2goagent.xpm | 30 +++++-----
.../x2gofeature.d/x2goserver-x2goagent.features | 2 +-
.../x2gofeature.d/x2goserver-x2gokdrive.features | 2 +-
.../x2gofeature.d/x2goserver-xsession.features | 6 +-
x2goserver/bin/x2gocmdexitmessage | 6 +-
x2goserver/bin/x2gofeature | 6 +-
x2goserver/bin/x2gofeaturelist | 4 +-
x2goserver/bin/x2gogetapps | 6 +-
x2goserver/bin/x2gogetservers | 6 +-
x2goserver/bin/x2golistdesktops | 6 +-
x2goserver/bin/x2golistmounts | 6 +-
x2goserver/bin/x2golistsessions | 6 +-
x2goserver/bin/x2golistshadowsessions | 6 +-
x2goserver/bin/x2gomountdirs | 6 +-
x2goserver/bin/x2gooptionsstring | 2 +-
x2goserver/bin/x2gopath.in | 10 ++--
x2goserver/bin/x2goresume-session | 6 +-
x2goserver/bin/x2goruncommand | 6 +-
x2goserver/bin/x2gosessionlimit | 6 +-
x2goserver/bin/x2gosetkeyboard | 8 +--
x2goserver/bin/x2gostartagent | 6 +-
x2goserver/bin/x2gosuspend-session | 6 +-
x2goserver/bin/x2goterminate-session | 6 +-
x2goserver/bin/x2goumount-session | 6 +-
x2goserver/bin/x2goversion | 6 +-
x2goserver/lib/x2gochangestatus | 6 +-
x2goserver/lib/x2gocheckport | 2 +-
x2goserver/lib/x2gocreatesession | 6 +-
x2goserver/lib/x2gocreateshadowsession | 6 +-
x2goserver/lib/x2gogetagent | 6 +-
x2goserver/lib/x2gogetagentstate | 6 +-
x2goserver/lib/x2gogetdisplays | 6 +-
x2goserver/lib/x2gogetfreeport | 2 +-
x2goserver/lib/x2gogetports | 6 +-
x2goserver/lib/x2gogetrandomport | 2 +-
x2goserver/lib/x2gogetstatus | 6 +-
x2goserver/lib/x2goinsertport | 6 +-
x2goserver/lib/x2goinsertsession | 6 +-
x2goserver/lib/x2goinsertshadowsession | 6 +-
x2goserver/lib/x2goisint | 2 +-
x2goserver/lib/x2goistrue | 2 +-
x2goserver/lib/x2golistsessions_sql | 6 +-
x2goserver/lib/x2gologlevel | 6 +-
x2goserver/lib/x2goqueryconfig | 2 +-
x2goserver/lib/x2goresume | 6 +-
x2goserver/lib/x2gormforward | 6 +-
x2goserver/lib/x2gormport | 6 +-
x2goserver/lib/x2gosuspend-agent | 6 +-
x2goserver/lib/x2gosyslog | 6 +-
x2goserver/sbin/x2gocleansessions | 6 +-
x2goserver/sbin/x2godbadmin | 8 +--
x2goserver/sbin/x2golistsessions_root | 6 +-
x2goserver/sbin/x2goshowblocks | 6 +-
x2goserver/share/x2gofeature.d/x2goserver.features | 6 +-
87 files changed, 308 insertions(+), 307 deletions(-)
diff --git a/Makefile.docupload b/Makefile.docupload
index 65e319f2..fed07eb0 100644
--- a/Makefile.docupload
+++ b/Makefile.docupload
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
# Makefile.docupload file - for x2goserver
-# Copyright (C) 2010-2015 Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2023 Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
#
# 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
diff --git a/X2Go/Config.pm b/X2Go/Config.pm
index c4c115a2..deb4297e 100644
--- a/X2Go/Config.pm
+++ b/X2Go/Config.pm
@@ -1,8 +1,8 @@
#!/usr/bin/perl
-# Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org
-# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
-# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
+# Copyright (C) 2007-2023 X2Go Project - https://wiki.x2go.org
+# Copyright (C) 2007-2023 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+# Copyright (C) 2007-2023 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
#
# 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
diff --git a/X2Go/Log.pm b/X2Go/Log.pm
index 11ce4591..8fab80b9 100644
--- a/X2Go/Log.pm
+++ b/X2Go/Log.pm
@@ -1,8 +1,8 @@
#!/usr/bin/perl
-# Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org
-# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
-# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
+# Copyright (C) 2007-2023 X2Go Project - https://wiki.x2go.org
+# Copyright (C) 2007-2023 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+# Copyright (C) 2007-2023 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
#
# 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
diff --git a/X2Go/Server.pm b/X2Go/Server.pm
index 95f312b6..16e727ad 100644
--- a/X2Go/Server.pm
+++ b/X2Go/Server.pm
@@ -1,9 +1,9 @@
#!/usr/bin/perl
-# Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org
-# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
-# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
-# Copyright (C) 2010-2015 Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2007-2023 X2Go Project - https://wiki.x2go.org
+# Copyright (C) 2007-2023 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+# Copyright (C) 2007-2023 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
+# Copyright (C) 2010-2023 Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
# Copyright (C) 2013-2015 Guangzhou Nianguan Electronics Technology Co.Ltd. <opensource at gznianguan.com>
#
# This program is free software; you can redistribute it and/or modify
diff --git a/X2Go/Server/Agent.pm b/X2Go/Server/Agent.pm
index feda710b..963212bf 100644
--- a/X2Go/Server/Agent.pm
+++ b/X2Go/Server/Agent.pm
@@ -1,6 +1,6 @@
-# Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org
-# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
-# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
+# Copyright (C) 2007-2023 X2Go Project - https://wiki.x2go.org
+# Copyright (C) 2007-2023 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+# Copyright (C) 2007-2023 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
#
# 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
diff --git a/X2Go/Server/Agent/NX.pm b/X2Go/Server/Agent/NX.pm
index 06fe610b..233fa8ef 100644
--- a/X2Go/Server/Agent/NX.pm
+++ b/X2Go/Server/Agent/NX.pm
@@ -1,6 +1,6 @@
-# Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org
-# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
-# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
+# Copyright (C) 2007-2023 X2Go Project - https://wiki.x2go.org
+# Copyright (C) 2007-2023 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+# Copyright (C) 2007-2023 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
#
# 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
diff --git a/X2Go/Server/Agent/NX/Options.pm b/X2Go/Server/Agent/NX/Options.pm
index 72c7429a..fb55238f 100644
--- a/X2Go/Server/Agent/NX/Options.pm
+++ b/X2Go/Server/Agent/NX/Options.pm
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 X2Go Project - https://wiki.x2go.org
+# Copyright (C) 2018-2023 X2Go Project - https://wiki.x2go.org
#
# 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
diff --git a/X2Go/Server/DB.pm b/X2Go/Server/DB.pm
index 0a6eccef..5e5a1344 100644
--- a/X2Go/Server/DB.pm
+++ b/X2Go/Server/DB.pm
@@ -1,8 +1,8 @@
-# Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org
-# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
-# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
+# Copyright (C) 2007-2023 X2Go Project - https://wiki.x2go.org
+# Copyright (C) 2007-2023 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+# Copyright (C) 2007-2023 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
# Copyright (C) 2017-2018 Walid Moghrabi <w.moghrabi at servicemagic.eu>
-# Copyright (C) 2018 Mihai Moldovan <ionic at ionic.de>
+# Copyright (C) 2018-2023 Mihai Moldovan <ionic at ionic.de>
#
# 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
diff --git a/X2Go/Server/DB/PostgreSQL.pm b/X2Go/Server/DB/PostgreSQL.pm
index b29a339a..77fd16f1 100644
--- a/X2Go/Server/DB/PostgreSQL.pm
+++ b/X2Go/Server/DB/PostgreSQL.pm
@@ -1,6 +1,6 @@
-# Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org
-# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
-# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
+# Copyright (C) 2007-2023 X2Go Project - https://wiki.x2go.org
+# Copyright (C) 2007-2023 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+# Copyright (C) 2007-2023 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
#
# 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
diff --git a/X2Go/Server/DB/SQLite3.pm b/X2Go/Server/DB/SQLite3.pm
index 2ef54a86..8071a12a 100644
--- a/X2Go/Server/DB/SQLite3.pm
+++ b/X2Go/Server/DB/SQLite3.pm
@@ -1,8 +1,8 @@
#!/usr/bin/perl
-# Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org
-# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
-# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
+# Copyright (C) 2007-2023 X2Go Project - https://wiki.x2go.org
+# Copyright (C) 2007-2023 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+# Copyright (C) 2007-2023 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
#
# 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
diff --git a/X2Go/SupeReNicer.pm b/X2Go/SupeReNicer.pm
index cca3b8bf..8d3b0bb4 100644
--- a/X2Go/SupeReNicer.pm
+++ b/X2Go/SupeReNicer.pm
@@ -1,8 +1,8 @@
#!/usr/bin/perl
-# Copyright (C) 2013-2018 X2Go Project - https://wiki.x2go.org
+# Copyright (C) 2013-2023 X2Go Project - https://wiki.x2go.org
# Copyright (C) 2013-2015 Guangzhou Nianguan Electronics Technology Co.Ltd. <opensource at gznianguan.com>
-# Copyright (C) 2013-2015 Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2013-2023 Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
#
# 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
diff --git a/X2Go/Utils.pm b/X2Go/Utils.pm
index cb4f3e79..39f536e2 100644
--- a/X2Go/Utils.pm
+++ b/X2Go/Utils.pm
@@ -1,10 +1,10 @@
#!/usr/bin/perl
-# Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org
-# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
-# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
+# Copyright (C) 2007-2023 X2Go Project - https://wiki.x2go.org
+# Copyright (C) 2007-2023 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+# Copyright (C) 2007-2023 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
# Copyright (C) 2013-2015 Guangzhou Nianguan Electronics Technology Co.Ltd. <opensource at gznianguan.com>
-# Copyright (C) 2013-2015 Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2013-2023 Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
#
# 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
diff --git a/X2Go_in_progress_do_not_use/Server/DB/MySQL.pm b/X2Go_in_progress_do_not_use/Server/DB/MySQL.pm
index 38701727..b7fb1be6 100644
--- a/X2Go_in_progress_do_not_use/Server/DB/MySQL.pm
+++ b/X2Go_in_progress_do_not_use/Server/DB/MySQL.pm
@@ -1,8 +1,8 @@
-# Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org
-# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
-# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
+# Copyright (C) 2007-2023 X2Go Project - https://wiki.x2go.org
+# Copyright (C) 2007-2023 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+# Copyright (C) 2007-2023 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
# Copyright (C) 2017-2018 Walid Moghrabi <w.moghrabi at servicemagic.eu>
-# Copyright (C) 2018 Mihai Moldovan <ionic at ionic.de>
+# Copyright (C) 2018-2023 Mihai Moldovan <ionic at ionic.de>
#
# 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
diff --git a/debian/changelog b/debian/changelog
index aad24e8e..69d29003 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -438,6 +438,7 @@ x2goserver (4.1.0.4-0x2go1.2) UNRELEASED; urgency=medium
- X2Go/Server/Agent/NX/Options.pm: fix typo in test comment.
- x2goserver/bin/x2goruncommand: add support for KDE Plasma 5
(startplasma-x11).
+ - misc: copyright updates, but for contributors who haven't been active.
* debian/control:
+ Build-depend upon lsb-release for distro version detection.
+ Pull in base64 as a run-time dependency. We'll need it in scripts.
diff --git a/debian/copyright b/debian/copyright
index dc725188..5c3592ed 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -58,9 +58,9 @@ Files: X2Go/Config.pm
x2goserver/sbin/x2golistsessions_root
x2goserver/sbin/x2goshowblocks
x2goserver/share/x2gofeature.d/x2goserver.features
-Copyright: 2007-2018, Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
- 2007-2018, Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
- 2007-2018, X2Go Project - https://wiki.x2go.org
+Copyright: 2007-2023, Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
+ 2007-2023, Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+ 2007-2023, X2Go Project - https://wiki.x2go.org
License: GPL-2+
Files: x2goserver/lib/x2gocheckport
@@ -68,13 +68,13 @@ Files: x2goserver/lib/x2gocheckport
x2goserver/lib/x2gogetrandomport
x2goserver/lib/x2goistrue
x2goserver/lib/x2goqueryconfig
-Copyright: 2017-2018, X2Go Project - https:wiki.x2go.org
+Copyright: 2017-2023, X2Go Project - https:wiki.x2go.org
License: GPL-2+
Files: Makefile.docupload
x2goserver-x2goagent/bin/.keep
x2goserver-x2goagent/share/x2go/x2gofeature.d/x2goserver-x2goagent.features
-Copyright: 2010-2015, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+Copyright: 2010-2023, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
License: GPL-2+
Comment:
File header of x2goserver-x2goagent/bin/x2goagent says GPL-3+, but...
@@ -84,63 +84,63 @@ Comment:
https://code.x2go.org/gitweb?p=x2goserver.git;a=commit;h=7e4503444438623d9a221968fcb841c4bf795c59
Files: x2goserver-x2goagent/share/x2go/x2gofeature.d/x2goserver-x2goagent.features
-Copyright: 2015, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+Copyright: 2015-2023, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
License: GPL-2+
Files: X2Go/Server.pm
X2Go/Utils.pm
-Copyright: 2007-2018, Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
- 2007-2018, Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
- 2007-2018, X2Go Project - https://wiki.x2go.org
- 2010-2015, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+Copyright: 2007-2023, Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
+ 2007-2023, Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+ 2007-2023, X2Go Project - https://wiki.x2go.org
+ 2010-2023, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
2013-2015, Guangzhou Nianguan Electronics Technology Co.Ltd. <opensource at gznianguan.com>
License: GPL-2+
Files: x2goserver-extensions/bin/x2goserver-run-extensions
x2goserver/bin/x2gosetkeyboard
-Copyright: 2007-2018, X2Go Project - https://wiki.x2go.org
- 2011-2018, Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
- 2011-2015, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
- 2011-2018, Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+Copyright: 2007-2023, X2Go Project - https://wiki.x2go.org
+ 2011-2023, Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
+ 2011-2023, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+ 2011-2023, Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
License: GPL-2+
Files: X2Go/SupeReNicer.pm
Copyright: 2013-2015, Guangzhou Nianguan Electronics Technology Co.Ltd. <opensource at gznianguan.com>
- 2013-2015, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
- 2013-2018, X2Go Project - https://wiki.x2go.org
+ 2013-2023, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+ 2013-2023, X2Go Project - https://wiki.x2go.org
License: GPL-2+
Files: x2goserver/bin/x2gopath
-Copyright: 2007-2018, X2Go Project - https://wiki.x2go.org
- 2012-2018, Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
- 2012-2015, Jan Engelhard <jengelh at inai.de>
- 2012-2015, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
- 2012-2018, Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+Copyright: 2007-2023, X2Go Project - https://wiki.x2go.org
+ 2012-2023, Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
+ 2012-2023, Jan Engelhard <jengelh at inai.de>
+ 2012-2023, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+ 2012-2023, Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
License: GPL-2+
Files: libx2go-server-db-perl/src/libx2go-server-db-sqlite3-wrapper.c
-Copyright: 2011-2015, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+Copyright: 2011-2023, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
2011-2015, Moritz 'Morty' Strübe <morty at gmx.net>
License: GPL-2+
Files: x2goserver/bin/x2gofeaturelist
-Copyright: 2007-2018 X2Go Project - https://wiki.x2go.org
- 2011-2015, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+Copyright: 2007-2023 X2Go Project - https://wiki.x2go.org
+ 2011-2023, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
License: GPL-2+
Files: x2goserver-fmbindings/bin/x2gofm
-Copyright: 2007-2018, X2Go Project - https://wiki.x2go.org
- 2012-2015, Milan Knížek <knizek.confy at gmail.com>
- 2012-2018, Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+Copyright: 2007-2023, X2Go Project - https://wiki.x2go.org
+ 2012-2023, Milan Knížek <knizek.confy at gmail.com>
+ 2012-2023, Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
License: GPL-2+
Files: x2goserver-desktopsharing/bin/x2goresume-desktopsharing
x2goserver-desktopsharing/bin/x2gosuspend-desktopsharing
x2goserver-desktopsharing/bin/x2goterminate-desktopsharing
-Copyright: 2007-2018, X2Go Project - https://wiki.x2go.org
- 2011-2018, Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
- 2011-2018, Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
- 2011-2015, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+Copyright: 2007-2023, X2Go Project - https://wiki.x2go.org
+ 2011-2023, Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+ 2011-2023, Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
+ 2011-2023, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
License: GPL-2+
Files:INSTALL
@@ -250,9 +250,9 @@ Comment:
Files: debian/*
Copyright:
- 2005-2018, Oleksandr Shneyder <o.schneyder at phoca-gmbh.de>
- 2010-2015, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
- 2010-2015, Reinhard Tartler <siretart at tauware.de>
+ 2005-2023, Oleksandr Shneyder <o.schneyder at phoca-gmbh.de>
+ 2010-2023, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+ 2010-2023, Reinhard Tartler <siretart at tauware.de>
License: GPL-2+
License: GPL-2+
diff --git a/debian/copyright.in b/debian/copyright.in
index 47745ce4..26358cd5 100644
--- a/debian/copyright.in
+++ b/debian/copyright.in
@@ -182,9 +182,9 @@ Files: X2Go/Config.pm
x2goserver/sbin/x2golistsessions_root
x2goserver/sbin/x2goshowblocks
x2goserver/share/x2gofeature.d/x2goserver.features
-Copyright: 2007-2018, Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
- 2007-2018, Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
- 2007-2018, X2Go Project - https://wiki.x2go.org
+Copyright: 2007-2023, Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
+ 2007-2023, Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+ 2007-2023, X2Go Project - https://wiki.x2go.org
License: GPL (v2 or later)
FIXME
@@ -207,43 +207,43 @@ Files: x2goserver/lib/x2gocheckport
x2goserver/lib/x2gogetrandomport
x2goserver/lib/x2goistrue
x2goserver/lib/x2goqueryconfig
-Copyright: 2017-2018, X2Go Project - https:wiki.x2go.org
+Copyright: 2017-2023, X2Go Project - https:wiki.x2go.org
License: GPL (v2 or later)
FIXME
Files: X2Go/Server/DB.pm
X2Go_in_progress_do_not_use/Server/DB/MySQL.pm
x2goserver/sbin/x2godbadmin
-Copyright: 2007-2018, Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
- 2007-2018, Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
- 2007-2018, X2Go Project - https://wiki.x2go.org
- 2017-2018, Walid Moghrabi <w.moghrabi at servicemagic.eu>
- 2018, Mihai Moldovan <ionic at ionic.de>
+Copyright: 2007-2023, Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
+ 2007-2023, Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+ 2007-2023, X2Go Project - https://wiki.x2go.org
+ 2017-2015, Walid Moghrabi <w.moghrabi at servicemagic.eu>
+ 2018-2023, Mihai Moldovan <ionic at ionic.de>
License: GPL (v2 or later)
FIXME
Files: X2Go/Server.pm
X2Go/Utils.pm
-Copyright: 2007-2018, Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
- 2007-2018, Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
- 2007-2018, X2Go Project - https://wiki.x2go.org
- 2010-2015, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+Copyright: 2007-2023, Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
+ 2007-2023, Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+ 2007-2023, X2Go Project - https://wiki.x2go.org
+ 2010-2023, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
2013-2015, Guangzhou Nianguan Electronics Technology Co.Ltd. <opensource at gznianguan.com>
License: GPL (v2 or later)
FIXME
Files: x2goserver-extensions/bin/x2goserver-run-extensions
x2goserver/bin/x2gosetkeyboard
-Copyright: 2007-2018, X2Go Project - https://wiki.x2go.org
- 2011-2018, Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
- 2011-2015, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
- 2011-2018, Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+Copyright: 2007-2023, X2Go Project - https://wiki.x2go.org
+ 2011-2023, Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
+ 2011-2023, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+ 2011-2023, Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
License: GPL (v2 or later)
FIXME
Files: Makefile.docupload
x2goserver-x2goagent/share/x2go/x2gofeature.d/x2goserver-x2goagent.features
-Copyright: 2010-2015, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+Copyright: 2010-2023, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
License: GPL (v2 or later)
FIXME
@@ -255,36 +255,36 @@ License: UNKNOWN
Files: X2Go/SupeReNicer.pm
Copyright: 2013-2015, Guangzhou Nianguan Electronics Technology Co.Ltd. <opensource at gznianguan.com>
- 2013-2015, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
- 2013-2018, X2Go Project - https://wiki.x2go.org
+ 2013-2023, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+ 2013-2023, X2Go Project - https://wiki.x2go.org
License: GPL (v2 or later)
FIXME
Files: x2goserver/bin/x2gopath
-Copyright: 2007-2018, X2Go Project - https://wiki.x2go.org
- 2012-2018, Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
- 2012-2015, Jan Engelhard <jengelh at inai.de>
- 2012-2015, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
- 2012-2018, Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+Copyright: 2007-2023, X2Go Project - https://wiki.x2go.org
+ 2012-2023, Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
+ 2012-2023, Jan Engelhard <jengelh at inai.de>
+ 2012-2023, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+ 2012-2023, Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
License: GPL (v2 or later)
FIXME
Files: libx2go-server-db-perl/src/libx2go-server-db-sqlite3-wrapper.c
-Copyright: 2011-2015, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+Copyright: 2011-2023, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
2011-2015, Moritz 'Morty' Strübe <morty at gmx.net>
License: GPL (v2 or later)
FIXME
Files: x2goserver/bin/x2gofeaturelist
-Copyright: 2007-2018, X2Go Project - https://wiki.x2go.org
- 2011-2015, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+Copyright: 2007-2023, X2Go Project - https://wiki.x2go.org
+ 2011-2023, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
License: GPL (v2 or later)
FIXME
Files: x2goserver-fmbindings/bin/x2gofm
-Copyright: 2007-2018, X2Go Project - https://wiki.x2go.org
- 2012-2015, Milan KnÞek <knizek.confy at gmail.com>
- 2012-2018, Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+Copyright: 2007-2023, X2Go Project - https://wiki.x2go.org
+ 2012-2023, Milan KnÞek <knizek.confy at gmail.com>
+ 2012-2023, Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
License: GPL (v2 or later)
FIXME
@@ -294,8 +294,8 @@ License: UNKNOWN
FIXME
Files: x2goserver-x2goagent/share/pixmaps/x2goagent.xpm
-Copyright: 2008, Heinz-M. Graesing <heinz-m.graesing at obviously-nice.de>
- 2018, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+Copyright: 2008-2023, Heinz-M. Graesing <heinz-m.graesing at obviously-nice.de>
+ 2018-2023, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
of the aforementioned persons and companies.
License: UNKNOWN
FIXME
diff --git a/debian/po/de.po b/debian/po/de.po
index 5b378da7..502f70dd 100644
--- a/debian/po/de.po
+++ b/debian/po/de.po
@@ -1,6 +1,6 @@
# Translation of the x2goserver debconf template to German.
-# Copyright (C) 2007-2018, Heinz-Markus Graesing, 2007-2018, Oleksandr
-# Shneyder <o.shneyder at phoca-gmbh.de>, 2007-2018, X2Go Project.
+# Copyright (C) 2007-2023, Heinz-Markus Graesing, 2007-2023, Oleksandr
+# Shneyder <o.shneyder at phoca-gmbh.de>, 2007-2023, X2Go Project.
# This file is distributed under the same license as the x2goserver package.
# Chris Leick <c.leick at vollbio.de>, 2018.
#
diff --git a/debian/po/es.po b/debian/po/es.po
index 1bb07a75..fc23d2a4 100644
--- a/debian/po/es.po
+++ b/debian/po/es.po
@@ -1,5 +1,5 @@
# x2goserver po-debconf translation to Spanish.
-# Copyright (C) 2021
+# Copyright (C) 2021-2023
# This file is distributed under the same license as the x2goserver package.
# Camaleón <noelamac at gmail.com>, 2021.
#
diff --git a/debian/po/fr.po b/debian/po/fr.po
index 017d3c1a..d492d6f7 100644
--- a/debian/po/fr.po
+++ b/debian/po/fr.po
@@ -1,5 +1,5 @@
# Translation of x2goserver debconf templates to French
-# Copyright (C) 2012 Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2012-2023 Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
# This file is distributed under the same license as the x2goserver package.
#
# Jean-Pierre Giraud <jean-pierregiraud at neuf.fr>, 2018.
diff --git a/debian/po/pt.po b/debian/po/pt.po
index dd708a0f..f465fc32 100644
--- a/debian/po/pt.po
+++ b/debian/po/pt.po
@@ -1,5 +1,5 @@
# Translation of x2goserver's debconf messages to European Portuguese.
-# Copyright (C) 2018 THE x2goserver'S COPYRIGHT HOLDER
+# Copyright (C) 2018-2023 The X2Go Project
# This file is distributed under the same license as the x2goserver package.
#
# Américo Monteiro <a_monteiro at gmx.com>, 2018, 2019.
diff --git a/debian/po/pt_BR.po b/debian/po/pt_BR.po
index 29a95c59..12fb974e 100644
--- a/debian/po/pt_BR.po
+++ b/debian/po/pt_BR.po
@@ -1,5 +1,5 @@
# Debconf translations for x2goserver.
-# Copyright (C) 2019 THE x2goserver'S COPYRIGHT HOLDER
+# Copyright (C) 2019-2023 The X2Go Project
# This file is distributed under the same license as the x2goserver package.
# Adriano Rafael Gomes <adrianorg at debian.org>, 2019-2020.
#
diff --git a/libx2go-server-db-perl/lib/libx2go-server-db-sqlite3-wrapper.pl b/libx2go-server-db-perl/lib/libx2go-server-db-sqlite3-wrapper.pl
index 7e5aeb00..a453acc9 100755
--- a/libx2go-server-db-perl/lib/libx2go-server-db-sqlite3-wrapper.pl
+++ b/libx2go-server-db-perl/lib/libx2go-server-db-sqlite3-wrapper.pl
@@ -1,8 +1,8 @@
#!/usr/bin/perl -XU
-# Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org
-# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
-# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
+# Copyright (C) 2007-2023 X2Go Project - https://wiki.x2go.org
+# Copyright (C) 2007-2023 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+# Copyright (C) 2007-2023 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
#
# 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
diff --git a/libx2go-server-db-perl/src/libx2go-server-db-sqlite3-wrapper.c b/libx2go-server-db-perl/src/libx2go-server-db-sqlite3-wrapper.c
index d7351a72..60b072d9 100644
--- a/libx2go-server-db-perl/src/libx2go-server-db-sqlite3-wrapper.c
+++ b/libx2go-server-db-perl/src/libx2go-server-db-sqlite3-wrapper.c
@@ -1,6 +1,6 @@
/*
* This file is part of the X2Go Project - https://www.x2go.org
- * Copyright (C) 2011-2015 Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+ * Copyright (C) 2011-2023 Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
* Copyright (C) 2011-2015 Moritz 'Morty' Strübe <morty at gmx.net>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/x2goserver-desktopsharing/bin/x2goresume-desktopsharing b/x2goserver-desktopsharing/bin/x2goresume-desktopsharing
index cdb8bf1f..bfdcf1ea 100755
--- a/x2goserver-desktopsharing/bin/x2goresume-desktopsharing
+++ b/x2goserver-desktopsharing/bin/x2goresume-desktopsharing
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org
+# Copyright (C) 2007-2023 X2Go Project - https://wiki.x2go.org
#
# 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
@@ -17,9 +17,9 @@
# Free Software Foundation, Inc.,
# 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
#
-# Copyright (C) 2011-2018 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
-# Copyright (C) 2011-2018 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
-# Copyright (C) 2011-2015 Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2011-2023 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+# Copyright (C) 2011-2023 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
+# Copyright (C) 2011-2023 Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
if [ $# -eq 1 ]; then
SESSION_NAME=$1
diff --git a/x2goserver-desktopsharing/bin/x2gosuspend-desktopsharing b/x2goserver-desktopsharing/bin/x2gosuspend-desktopsharing
index e04bc240..d744a251 100755
--- a/x2goserver-desktopsharing/bin/x2gosuspend-desktopsharing
+++ b/x2goserver-desktopsharing/bin/x2gosuspend-desktopsharing
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org
+# Copyright (C) 2007-2023 X2Go Project - https://wiki.x2go.org
#
# 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
@@ -17,9 +17,9 @@
# Free Software Foundation, Inc.,
# 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
#
-# Copyright (C) 2011-2018 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
-# Copyright (C) 2011-2018 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
-# Copyright (C) 2011-2015 Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2011-2023 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+# Copyright (C) 2011-2023 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
+# Copyright (C) 2011-2023 Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
if [ $# -eq 1 ]; then
SESSION_NAME=$1
diff --git a/x2goserver-desktopsharing/bin/x2goterminate-desktopsharing b/x2goserver-desktopsharing/bin/x2goterminate-desktopsharing
index 2a63b328..fde17225 100755
--- a/x2goserver-desktopsharing/bin/x2goterminate-desktopsharing
+++ b/x2goserver-desktopsharing/bin/x2goterminate-desktopsharing
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org
+# Copyright (C) 2007-2023 X2Go Project - https://wiki.x2go.org
#
# 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
@@ -17,9 +17,9 @@
# Free Software Foundation, Inc.,
# 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
#
-# Copyright (C) 2011-2018 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
-# Copyright (C) 2011-2018 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
-# Copyright (C) 2011-2015 Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2011-2023 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+# Copyright (C) 2011-2023 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
+# Copyright (C) 2011-2023 Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
if [ "${#}" -eq '1' ]; then
SESSION_NAME="${1}"
diff --git a/x2goserver-desktopsharing/share/x2gofeature.d/x2goserver-desktopsharing.features b/x2goserver-desktopsharing/share/x2gofeature.d/x2goserver-desktopsharing.features
index 3bcd5eb8..d7272360 100755
--- a/x2goserver-desktopsharing/share/x2gofeature.d/x2goserver-desktopsharing.features
+++ b/x2goserver-desktopsharing/share/x2gofeature.d/x2goserver-desktopsharing.features
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org
+# Copyright (C) 2007-2023 X2Go Project - https://wiki.x2go.org
#
# 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
@@ -17,8 +17,8 @@
# Free Software Foundation, Inc.,
# 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
#
-# Copyright (C) 2011-2018 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
-# Copyright (C) 2011-2018 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
+# Copyright (C) 2011-2023 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+# Copyright (C) 2011-2023 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
X2GO_LIB_PATH=`x2gopath libexec`
diff --git a/x2goserver-extensions/bin/x2goserver-run-extensions b/x2goserver-extensions/bin/x2goserver-run-extensions
index cf185c2c..86574d0f 100755
--- a/x2goserver-extensions/bin/x2goserver-run-extensions
+++ b/x2goserver-extensions/bin/x2goserver-run-extensions
@@ -1,9 +1,9 @@
#!/bin/bash
-# Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org
-# Copyright (C) 2011-2018 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
-# Copyright (C) 2011-2018 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
-# Copyright (C) 2011-2015 Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2007-2023 X2Go Project - https://wiki.x2go.org
+# Copyright (C) 2011-2023 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+# Copyright (C) 2011-2023 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
+# Copyright (C) 2011-2023 Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
#
# 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
diff --git a/x2goserver-extensions/share/x2gofeature.d/x2goserver-extensions.features b/x2goserver-extensions/share/x2gofeature.d/x2goserver-extensions.features
index 80f18f8f..67a38dc3 100755
--- a/x2goserver-extensions/share/x2gofeature.d/x2goserver-extensions.features
+++ b/x2goserver-extensions/share/x2gofeature.d/x2goserver-extensions.features
@@ -1,8 +1,8 @@
#!/bin/bash
-# Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org
-# Copyright (C) 2011-2018 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
-# Copyright (C) 2011-2018 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
+# Copyright (C) 2007-2023 X2Go Project - https://wiki.x2go.org
+# Copyright (C) 2011-2023 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+# Copyright (C) 2011-2023 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
#
# 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
diff --git a/x2goserver-fmbindings/bin/x2gofm b/x2goserver-fmbindings/bin/x2gofm
index 4dc0c063..7940e00e 100755
--- a/x2goserver-fmbindings/bin/x2gofm
+++ b/x2goserver-fmbindings/bin/x2gofm
@@ -1,8 +1,8 @@
#!/usr/bin/perl
-# Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org
+# Copyright (C) 2007-2023 X2Go Project - https://wiki.x2go.org
# Copyright (C) 2012-2015 Milan Knížek <knizek.confy at gmail.com>
-# Copyright (C) 2012-2018 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+# Copyright (C) 2012-2023 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
#
# 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
diff --git a/x2goserver-fmbindings/share/x2go/x2gofeature.d/x2goserver-fmbindings.features b/x2goserver-fmbindings/share/x2go/x2gofeature.d/x2goserver-fmbindings.features
index 9cad01ec..88cc11e0 100755
--- a/x2goserver-fmbindings/share/x2go/x2gofeature.d/x2goserver-fmbindings.features
+++ b/x2goserver-fmbindings/share/x2go/x2gofeature.d/x2goserver-fmbindings.features
@@ -1,8 +1,8 @@
#!/bin/bash
-# Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org
-# Copyright (C) 2011-2018 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
-# Copyright (C) 2011-2018 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
+# Copyright (C) 2007-2023 X2Go Project - https://wiki.x2go.org
+# Copyright (C) 2011-2023 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+# Copyright (C) 2011-2023 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
#
# 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
diff --git a/x2goserver-printing/bin/x2goprint b/x2goserver-printing/bin/x2goprint
index 9c0ce37a..662c20a2 100755
--- a/x2goserver-printing/bin/x2goprint
+++ b/x2goserver-printing/bin/x2goprint
@@ -1,8 +1,8 @@
#!/usr/bin/perl
-# Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org
-# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
-# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
+# Copyright (C) 2007-2023 X2Go Project - https://wiki.x2go.org
+# Copyright (C) 2007-2023 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+# Copyright (C) 2007-2023 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
#
# 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
diff --git a/x2goserver-printing/share/x2gofeature.d/x2goserver-printing.features b/x2goserver-printing/share/x2gofeature.d/x2goserver-printing.features
index 4d3bd890..2112e7ad 100755
--- a/x2goserver-printing/share/x2gofeature.d/x2goserver-printing.features
+++ b/x2goserver-printing/share/x2gofeature.d/x2goserver-printing.features
@@ -1,8 +1,8 @@
#!/bin/bash
-# Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org
-# Copyright (C) 2011-2018 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
-# Copyright (C) 2011-2018 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
+# Copyright (C) 2007-2023 X2Go Project - https://wiki.x2go.org
+# Copyright (C) 2011-2023 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+# Copyright (C) 2011-2023 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
#
# 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
diff --git a/x2goserver-x2goagent/share/pixmaps/x2goagent.xpm b/x2goserver-x2goagent/share/pixmaps/x2goagent.xpm
index dcfd8e15..b0415428 100644
--- a/x2goserver-x2goagent/share/pixmaps/x2goagent.xpm
+++ b/x2goserver-x2goagent/share/pixmaps/x2goagent.xpm
@@ -1,18 +1,18 @@
-/**************************************************************************/
-/* */
-/* Copyright 2008 Heinz-M. Graesing <heinz-m.graesing at obviously-nice.de> */
-/* Copyright 2018 Mike Gabriel <mike.gabriel at das-netzwerkteam.de> */
-/* */
-/* NXAGENT, NX protocol compression and NX extensions to this software */
-/* are copyright of the aforementioned persons and companies. */
-/* */
-/* Redistribution and use of the present software is allowed according */
-/* to terms specified in the file LICENSE which comes in the source */
-/* distribution. */
-/* */
-/* All rights reserved. */
-/* */
-/**************************************************************************/
+/******************************************************************************/
+/* */
+/* Copyright 2008-2023 Heinz-M. Graesing <heinz-m.graesing at obviously-nice.de> */
+/* Copyright 2018-2023 Mike Gabriel <mike.gabriel at das-netzwerkteam.de> */
+/* */
+/* NXAGENT, NX protocol compression and NX extensions to this software */
+/* are copyright of the aforementioned persons and companies. */
+/* */
+/* Redistribution and use of the present software is allowed according */
+/* to terms specified in the file LICENSE which comes in the source */
+/* distribution. */
+/* */
+/* All rights reserved. */
+/* */
+/******************************************************************************/
/* XPM */
static char *x2goagentIconData[]={
diff --git a/x2goserver-x2goagent/share/x2go/x2gofeature.d/x2goserver-x2goagent.features b/x2goserver-x2goagent/share/x2go/x2gofeature.d/x2goserver-x2goagent.features
index 12d62e01..9c968cc4 100755
--- a/x2goserver-x2goagent/share/x2go/x2gofeature.d/x2goserver-x2goagent.features
+++ b/x2goserver-x2goagent/share/x2go/x2gofeature.d/x2goserver-x2goagent.features
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright (C) 2015, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2015-2023, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
#
# 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
diff --git a/x2goserver-x2gokdrive/share/x2go/x2gofeature.d/x2goserver-x2gokdrive.features b/x2goserver-x2gokdrive/share/x2go/x2gofeature.d/x2goserver-x2gokdrive.features
index 572f4c53..c172812e 100755
--- a/x2goserver-x2gokdrive/share/x2go/x2gofeature.d/x2goserver-x2gokdrive.features
+++ b/x2goserver-x2gokdrive/share/x2go/x2gofeature.d/x2goserver-x2gokdrive.features
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright (C) 2019, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2019-2023, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
#
# 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
diff --git a/x2goserver-xsession/share/x2gofeature.d/x2goserver-xsession.features b/x2goserver-xsession/share/x2gofeature.d/x2goserver-xsession.features
index 0d269657..8a50cd4d 100755
--- a/x2goserver-xsession/share/x2gofeature.d/x2goserver-xsession.features
+++ b/x2goserver-xsession/share/x2gofeature.d/x2goserver-xsession.features
@@ -1,8 +1,8 @@
#!/bin/bash
-# Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org
-# Copyright (C) 2011-2018 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
-# Copyright (C) 2011-2018 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
+# Copyright (C) 2007-2023 X2Go Project - https://wiki.x2go.org
+# Copyright (C) 2011-2023 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+# Copyright (C) 2011-2023 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
#
# 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
diff --git a/x2goserver/bin/x2gocmdexitmessage b/x2goserver/bin/x2gocmdexitmessage
index f4fcdd34..07d78a11 100755
--- a/x2goserver/bin/x2gocmdexitmessage
+++ b/x2goserver/bin/x2gocmdexitmessage
@@ -1,8 +1,8 @@
#!/bin/bash
-# Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org
-# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
-# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
+# Copyright (C) 2007-2023 X2Go Project - https://wiki.x2go.org
+# Copyright (C) 2007-2023 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+# Copyright (C) 2007-2023 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
#
# 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
diff --git a/x2goserver/bin/x2gofeature b/x2goserver/bin/x2gofeature
index 6e72d74e..928d627c 100755
--- a/x2goserver/bin/x2gofeature
+++ b/x2goserver/bin/x2gofeature
@@ -1,8 +1,8 @@
#!/bin/bash
-# Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org
-# Copyright (C) 2011-2018 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
-# Copyright (C) 2011-2018 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
+# Copyright (C) 2007-2023 X2Go Project - https://wiki.x2go.org
+# Copyright (C) 2011-2023 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+# Copyright (C) 2011-2023 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
#
# 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
diff --git a/x2goserver/bin/x2gofeaturelist b/x2goserver/bin/x2gofeaturelist
index 1bba3105..1f93b8a7 100755
--- a/x2goserver/bin/x2gofeaturelist
+++ b/x2goserver/bin/x2gofeaturelist
@@ -1,7 +1,7 @@
#!/bin/bash
-# Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org
-# Copyright (C) 2011-2015 Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2007-2023 X2Go Project - https://wiki.x2go.org
+# Copyright (C) 2011-2023 Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
#
# 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
diff --git a/x2goserver/bin/x2gogetapps b/x2goserver/bin/x2gogetapps
index dee0a1e3..3bb37c43 100755
--- a/x2goserver/bin/x2gogetapps
+++ b/x2goserver/bin/x2gogetapps
@@ -1,8 +1,8 @@
#!/usr/bin/perl
-# Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org
-# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
-# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
+# Copyright (C) 2007-2023 X2Go Project - https://wiki.x2go.org
+# Copyright (C) 2007-2023 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+# Copyright (C) 2007-2023 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
#
# 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
diff --git a/x2goserver/bin/x2gogetservers b/x2goserver/bin/x2gogetservers
index 666cce3d..30d74b17 100755
--- a/x2goserver/bin/x2gogetservers
+++ b/x2goserver/bin/x2gogetservers
@@ -1,8 +1,8 @@
#!/usr/bin/perl
-# Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org
-# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
-# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
+# Copyright (C) 2007-2023 X2Go Project - https://wiki.x2go.org
+# Copyright (C) 2007-2023 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+# Copyright (C) 2007-2023 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
#
# 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
diff --git a/x2goserver/bin/x2golistdesktops b/x2goserver/bin/x2golistdesktops
index cda122a4..817bf8e2 100755
--- a/x2goserver/bin/x2golistdesktops
+++ b/x2goserver/bin/x2golistdesktops
@@ -1,8 +1,8 @@
#!/usr/bin/perl
-# Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org
-# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
-# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
+# Copyright (C) 2007-2023 X2Go Project - https://wiki.x2go.org
+# Copyright (C) 2007-2023 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+# Copyright (C) 2007-2023 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
#
# 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
diff --git a/x2goserver/bin/x2golistmounts b/x2goserver/bin/x2golistmounts
index 8271f468..b0077479 100755
--- a/x2goserver/bin/x2golistmounts
+++ b/x2goserver/bin/x2golistmounts
@@ -1,8 +1,8 @@
#!/usr/bin/perl
-# Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org
-# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
-# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
+# Copyright (C) 2007-2023 X2Go Project - https://wiki.x2go.org
+# Copyright (C) 2007-2023 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+# Copyright (C) 2007-2023 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
#
# 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
diff --git a/x2goserver/bin/x2golistsessions b/x2goserver/bin/x2golistsessions
index 89719a47..305ddf70 100755
--- a/x2goserver/bin/x2golistsessions
+++ b/x2goserver/bin/x2golistsessions
@@ -1,8 +1,8 @@
#!/usr/bin/perl
-# Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org
-# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
-# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
+# Copyright (C) 2007-2023 X2Go Project - https://wiki.x2go.org
+# Copyright (C) 2007-2023 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+# Copyright (C) 2007-2023 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
#
# 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
diff --git a/x2goserver/bin/x2golistshadowsessions b/x2goserver/bin/x2golistshadowsessions
index 08a6f864..a7ea404d 100755
--- a/x2goserver/bin/x2golistshadowsessions
+++ b/x2goserver/bin/x2golistshadowsessions
@@ -1,8 +1,8 @@
#!/usr/bin/perl
-# Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org
-# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
-# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
+# Copyright (C) 2007-2023 X2Go Project - https://wiki.x2go.org
+# Copyright (C) 2007-2023 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+# Copyright (C) 2007-2023 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
#
# 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
diff --git a/x2goserver/bin/x2gomountdirs b/x2goserver/bin/x2gomountdirs
index 4fca1001..f39e6e20 100755
--- a/x2goserver/bin/x2gomountdirs
+++ b/x2goserver/bin/x2gomountdirs
@@ -1,8 +1,8 @@
#!/usr/bin/perl
-# Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org
-# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
-# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
+# Copyright (C) 2007-2023 X2Go Project - https://wiki.x2go.org
+# Copyright (C) 2007-2023 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+# Copyright (C) 2007-2023 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
#
# 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
diff --git a/x2goserver/bin/x2gooptionsstring b/x2goserver/bin/x2gooptionsstring
index dd89c9bf..da6abdfb 100755
--- a/x2goserver/bin/x2gooptionsstring
+++ b/x2goserver/bin/x2gooptionsstring
@@ -1,6 +1,6 @@
#!/usr/bin/perl
-# Copyright (C) 2018-2020 X2Go Project - https://wiki.x2go.org
+# Copyright (C) 2018-2023 X2Go Project - https://wiki.x2go.org
#
# 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
diff --git a/x2goserver/bin/x2gopath.in b/x2goserver/bin/x2gopath.in
index ebc461a7..4912adbf 100755
--- a/x2goserver/bin/x2gopath.in
+++ b/x2goserver/bin/x2gopath.in
@@ -1,11 +1,11 @@
#!/bin/bash
-# Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org
-# Copyright (C) 2012-2018 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
-# Copyright (C) 2012-2018 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
-# Copyright (C) 2012-2015 Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2007-2023 X2Go Project - https://wiki.x2go.org
+# Copyright (C) 2012-2023 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+# Copyright (C) 2012-2023 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
+# Copyright (C) 2012-2023 Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
# Copyright (C) 2012-2015 Jan Engelhard <jengelh at inai.de>
-# Copyright (C) 2019 Mihai Moldovan <ionic at ionic.de>
+# Copyright (C) 2019-2023 Mihai Moldovan <ionic at ionic.de>
#
# 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
diff --git a/x2goserver/bin/x2goresume-session b/x2goserver/bin/x2goresume-session
index 1c8dc1e5..dd59019e 100755
--- a/x2goserver/bin/x2goresume-session
+++ b/x2goserver/bin/x2goresume-session
@@ -1,8 +1,8 @@
#!/bin/bash
-# Copyright (C) 2007-2021 X2Go Project - https://wiki.x2go.org
-# Copyright (C) 2007-2021 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
-# Copyright (C) 2007-2021 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
+# Copyright (C) 2007-2023 X2Go Project - https://wiki.x2go.org
+# Copyright (C) 2007-2023 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+# Copyright (C) 2007-2023 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
#
# 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
diff --git a/x2goserver/bin/x2goruncommand b/x2goserver/bin/x2goruncommand
index dc1298dd..b53a713b 100755
--- a/x2goserver/bin/x2goruncommand
+++ b/x2goserver/bin/x2goruncommand
@@ -1,8 +1,8 @@
#!/bin/bash
-# Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org
-# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
-# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
+# Copyright (C) 2007-2023 X2Go Project - https://wiki.x2go.org
+# Copyright (C) 2007-2023 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+# Copyright (C) 2007-2023 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
#
# 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
diff --git a/x2goserver/bin/x2gosessionlimit b/x2goserver/bin/x2gosessionlimit
index f5bf969b..d4323461 100755
--- a/x2goserver/bin/x2gosessionlimit
+++ b/x2goserver/bin/x2gosessionlimit
@@ -1,8 +1,8 @@
#!/usr/bin/perl
-# Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org
-# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
-# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
+# Copyright (C) 2007-2023 X2Go Project - https://wiki.x2go.org
+# Copyright (C) 2007-2023 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+# Copyright (C) 2007-2023 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
#
# 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
diff --git a/x2goserver/bin/x2gosetkeyboard b/x2goserver/bin/x2gosetkeyboard
index 3118cc5d..9fbc811c 100755
--- a/x2goserver/bin/x2gosetkeyboard
+++ b/x2goserver/bin/x2gosetkeyboard
@@ -1,9 +1,9 @@
#!/bin/bash
-# Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org
-# Copyright (C) 2011-2015 Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
-# Copyright (C) 2011-2018 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
-# Copyright (C) 2011-2018 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
+# Copyright (C) 2007-2023 X2Go Project - https://wiki.x2go.org
+# Copyright (C) 2011-2023 Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2011-2023 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+# Copyright (C) 2011-2023 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
#
# 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
diff --git a/x2goserver/bin/x2gostartagent b/x2goserver/bin/x2gostartagent
index ddf4c75b..cd9fc97b 100755
--- a/x2goserver/bin/x2gostartagent
+++ b/x2goserver/bin/x2gostartagent
@@ -1,8 +1,8 @@
#!/bin/bash
-# Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org
-# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
-# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
+# Copyright (C) 2007-2023 X2Go Project - https://wiki.x2go.org
+# Copyright (C) 2007-2023 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+# Copyright (C) 2007-2023 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
#
# 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
diff --git a/x2goserver/bin/x2gosuspend-session b/x2goserver/bin/x2gosuspend-session
index 18fb4c61..21f3e07e 100755
--- a/x2goserver/bin/x2gosuspend-session
+++ b/x2goserver/bin/x2gosuspend-session
@@ -1,8 +1,8 @@
#!/bin/bash
-# Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org
-# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
-# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
+# Copyright (C) 2007-2023 X2Go Project - https://wiki.x2go.org
+# Copyright (C) 2007-2023 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+# Copyright (C) 2007-2023 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
#
# 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
diff --git a/x2goserver/bin/x2goterminate-session b/x2goserver/bin/x2goterminate-session
index a349c7ac..e856a7b7 100755
--- a/x2goserver/bin/x2goterminate-session
+++ b/x2goserver/bin/x2goterminate-session
@@ -1,8 +1,8 @@
#!/bin/bash
-# Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org
-# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
-# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
+# Copyright (C) 2007-2023 X2Go Project - https://wiki.x2go.org
+# Copyright (C) 2007-2023 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+# Copyright (C) 2007-2023 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
#
# 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
diff --git a/x2goserver/bin/x2goumount-session b/x2goserver/bin/x2goumount-session
index e68bafb7..a983df2b 100755
--- a/x2goserver/bin/x2goumount-session
+++ b/x2goserver/bin/x2goumount-session
@@ -1,8 +1,8 @@
#!/usr/bin/perl
-# Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org
-# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
-# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
+# Copyright (C) 2007-2023 X2Go Project - https://wiki.x2go.org
+# Copyright (C) 2007-2023 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+# Copyright (C) 2007-2023 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
#
# 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
diff --git a/x2goserver/bin/x2goversion b/x2goserver/bin/x2goversion
index 50e45c09..e6c96864 100755
--- a/x2goserver/bin/x2goversion
+++ b/x2goserver/bin/x2goversion
@@ -1,8 +1,8 @@
#!/bin/bash
-# Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org
-# Copyright (C) 2011-2018 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
-# Copyright (C) 2011-2018 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
+# Copyright (C) 2007-2023 X2Go Project - https://wiki.x2go.org
+# Copyright (C) 2011-2023 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+# Copyright (C) 2011-2023 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
#
# 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
diff --git a/x2goserver/lib/x2gochangestatus b/x2goserver/lib/x2gochangestatus
index 915ab0d8..4a07964f 100755
--- a/x2goserver/lib/x2gochangestatus
+++ b/x2goserver/lib/x2gochangestatus
@@ -1,8 +1,8 @@
#!/usr/bin/perl
-# Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org
-# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
-# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
+# Copyright (C) 2007-2023 X2Go Project - https://wiki.x2go.org
+# Copyright (C) 2007-2023 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+# Copyright (C) 2007-2023 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
#
# 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
diff --git a/x2goserver/lib/x2gocheckport b/x2goserver/lib/x2gocheckport
index 775176a3..bc50e339 100644
--- a/x2goserver/lib/x2gocheckport
+++ b/x2goserver/lib/x2gocheckport
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright (C) 2017-2018 X2Go Project - https://wiki.x2go.org
+# Copyright (C) 2017-2023 X2Go Project - https://wiki.x2go.org
#
# 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
diff --git a/x2goserver/lib/x2gocreatesession b/x2goserver/lib/x2gocreatesession
index 551c63c2..d7dae9a9 100755
--- a/x2goserver/lib/x2gocreatesession
+++ b/x2goserver/lib/x2gocreatesession
@@ -1,8 +1,8 @@
#!/usr/bin/perl
-# Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org
-# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
-# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
+# Copyright (C) 2007-2023 X2Go Project - https://wiki.x2go.org
+# Copyright (C) 2007-2023 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+# Copyright (C) 2007-2023 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
#
# 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
diff --git a/x2goserver/lib/x2gocreateshadowsession b/x2goserver/lib/x2gocreateshadowsession
index b3c15bc3..c6dec6ab 100755
--- a/x2goserver/lib/x2gocreateshadowsession
+++ b/x2goserver/lib/x2gocreateshadowsession
@@ -1,8 +1,8 @@
#!/usr/bin/perl
-# Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org
-# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
-# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
+# Copyright (C) 2007-2023 X2Go Project - https://wiki.x2go.org
+# Copyright (C) 2007-2023 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+# Copyright (C) 2007-2023 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
#
# 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
diff --git a/x2goserver/lib/x2gogetagent b/x2goserver/lib/x2gogetagent
index 37854aed..1d744291 100755
--- a/x2goserver/lib/x2gogetagent
+++ b/x2goserver/lib/x2gogetagent
@@ -1,8 +1,8 @@
#!/usr/bin/perl
-# Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org
-# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
-# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
+# Copyright (C) 2007-2023 X2Go Project - https://wiki.x2go.org
+# Copyright (C) 2007-2023 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+# Copyright (C) 2007-2023 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
#
# 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
diff --git a/x2goserver/lib/x2gogetagentstate b/x2goserver/lib/x2gogetagentstate
index aed01453..e7d1cba2 100755
--- a/x2goserver/lib/x2gogetagentstate
+++ b/x2goserver/lib/x2gogetagentstate
@@ -1,8 +1,8 @@
#!/usr/bin/perl
-# Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org
-# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
-# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
+# Copyright (C) 2007-2023 X2Go Project - https://wiki.x2go.org
+# Copyright (C) 2007-2023 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+# Copyright (C) 2007-2023 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
#
# 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
diff --git a/x2goserver/lib/x2gogetdisplays b/x2goserver/lib/x2gogetdisplays
index bd1bd257..95ee9d02 100755
--- a/x2goserver/lib/x2gogetdisplays
+++ b/x2goserver/lib/x2gogetdisplays
@@ -1,8 +1,8 @@
#!/usr/bin/perl
-# Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org
-# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
-# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
+# Copyright (C) 2007-2023 X2Go Project - https://wiki.x2go.org
+# Copyright (C) 2007-2023 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+# Copyright (C) 2007-2023 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
#
# 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
diff --git a/x2goserver/lib/x2gogetfreeport b/x2goserver/lib/x2gogetfreeport
index 726ee6e2..bcf1aa6f 100755
--- a/x2goserver/lib/x2gogetfreeport
+++ b/x2goserver/lib/x2gogetfreeport
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright (C) 2017-2018 X2Go Project - https://wiki.x2go.org
+# Copyright (C) 2017-2023 X2Go Project - https://wiki.x2go.org
#
# 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
diff --git a/x2goserver/lib/x2gogetports b/x2goserver/lib/x2gogetports
index f0099986..a8a950fd 100755
--- a/x2goserver/lib/x2gogetports
+++ b/x2goserver/lib/x2gogetports
@@ -1,8 +1,8 @@
#!/usr/bin/perl
-# Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org
-# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
-# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
+# Copyright (C) 2007-2023 X2Go Project - https://wiki.x2go.org
+# Copyright (C) 2007-2023 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+# Copyright (C) 2007-2023 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
#
# 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
diff --git a/x2goserver/lib/x2gogetrandomport b/x2goserver/lib/x2gogetrandomport
index 6112fc0e..eb4c7d6b 100755
--- a/x2goserver/lib/x2gogetrandomport
+++ b/x2goserver/lib/x2gogetrandomport
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright (C) 2017-2018 X2Go Project - https://wiki.x2go.org
+# Copyright (C) 2017-2023 X2Go Project - https://wiki.x2go.org
#
# 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
diff --git a/x2goserver/lib/x2gogetstatus b/x2goserver/lib/x2gogetstatus
index 9cc10321..0f797530 100755
--- a/x2goserver/lib/x2gogetstatus
+++ b/x2goserver/lib/x2gogetstatus
@@ -1,8 +1,8 @@
#!/usr/bin/perl
-# Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org
-# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
-# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
+# Copyright (C) 2007-2023 X2Go Project - https://wiki.x2go.org
+# Copyright (C) 2007-2023 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+# Copyright (C) 2007-2023 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
#
# 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
diff --git a/x2goserver/lib/x2goinsertport b/x2goserver/lib/x2goinsertport
index 43bb0dce..63cee504 100755
--- a/x2goserver/lib/x2goinsertport
+++ b/x2goserver/lib/x2goinsertport
@@ -1,8 +1,8 @@
#!/usr/bin/perl
-# Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org
-# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
-# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
+# Copyright (C) 2007-2023 X2Go Project - https://wiki.x2go.org
+# Copyright (C) 2007-2023 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+# Copyright (C) 2007-2023 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
#
# 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
diff --git a/x2goserver/lib/x2goinsertsession b/x2goserver/lib/x2goinsertsession
index 9743a43b..cf3afbca 100755
--- a/x2goserver/lib/x2goinsertsession
+++ b/x2goserver/lib/x2goinsertsession
@@ -1,8 +1,8 @@
#!/usr/bin/perl
-# Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org
-# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
-# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
+# Copyright (C) 2007-2023 X2Go Project - https://wiki.x2go.org
+# Copyright (C) 2007-2023 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+# Copyright (C) 2007-2023 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
#
# 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
diff --git a/x2goserver/lib/x2goinsertshadowsession b/x2goserver/lib/x2goinsertshadowsession
index 8aad70f5..88f2fde5 100755
--- a/x2goserver/lib/x2goinsertshadowsession
+++ b/x2goserver/lib/x2goinsertshadowsession
@@ -1,8 +1,8 @@
#!/usr/bin/perl
-# Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org
-# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
-# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
+# Copyright (C) 2007-2023 X2Go Project - https://wiki.x2go.org
+# Copyright (C) 2007-2023 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+# Copyright (C) 2007-2023 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
#
# 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
diff --git a/x2goserver/lib/x2goisint b/x2goserver/lib/x2goisint
index add10088..c94655b2 100755
--- a/x2goserver/lib/x2goisint
+++ b/x2goserver/lib/x2goisint
@@ -1,6 +1,6 @@
#!/usr/bin/perl
-# Copyright (C) 2018 X2Go Project - https://wiki.x2go.org
+# Copyright (C) 2018-2023 X2Go Project - https://wiki.x2go.org
#
# 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
diff --git a/x2goserver/lib/x2goistrue b/x2goserver/lib/x2goistrue
index b231ae94..e954fb92 100755
--- a/x2goserver/lib/x2goistrue
+++ b/x2goserver/lib/x2goistrue
@@ -1,6 +1,6 @@
#!/usr/bin/perl
-# Copyright (C) 2017-2018 X2Go Project - https://wiki.x2go.org
+# Copyright (C) 2017-2023 X2Go Project - https://wiki.x2go.org
#
# 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
diff --git a/x2goserver/lib/x2golistsessions_sql b/x2goserver/lib/x2golistsessions_sql
index fab464c3..8e1125e2 100755
--- a/x2goserver/lib/x2golistsessions_sql
+++ b/x2goserver/lib/x2golistsessions_sql
@@ -1,8 +1,8 @@
#!/usr/bin/perl
-# Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org
-# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
-# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
+# Copyright (C) 2007-2023 X2Go Project - https://wiki.x2go.org
+# Copyright (C) 2007-2023 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+# Copyright (C) 2007-2023 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
#
# 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
diff --git a/x2goserver/lib/x2gologlevel b/x2goserver/lib/x2gologlevel
index e8fb18d8..7577aca9 100755
--- a/x2goserver/lib/x2gologlevel
+++ b/x2goserver/lib/x2gologlevel
@@ -1,8 +1,8 @@
#!/usr/bin/perl
-# Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org
-# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
-# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
+# Copyright (C) 2007-2023 X2Go Project - https://wiki.x2go.org
+# Copyright (C) 2007-2023 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+# Copyright (C) 2007-2023 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
#
# 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
diff --git a/x2goserver/lib/x2goqueryconfig b/x2goserver/lib/x2goqueryconfig
index 7d0fa9d6..7532da2c 100755
--- a/x2goserver/lib/x2goqueryconfig
+++ b/x2goserver/lib/x2goqueryconfig
@@ -1,6 +1,6 @@
#!/usr/bin/perl
-# Copyright (C) 2017-2018 X2Go Project - https://wiki.x2go.org
+# Copyright (C) 2017-2023 X2Go Project - https://wiki.x2go.org
#
# 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
diff --git a/x2goserver/lib/x2goresume b/x2goserver/lib/x2goresume
index 14ac2ae3..2f9eb477 100755
--- a/x2goserver/lib/x2goresume
+++ b/x2goserver/lib/x2goresume
@@ -1,8 +1,8 @@
#!/usr/bin/perl
-# Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org
-# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
-# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
+# Copyright (C) 2007-2023 X2Go Project - https://wiki.x2go.org
+# Copyright (C) 2007-2023 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+# Copyright (C) 2007-2023 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
#
# 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
diff --git a/x2goserver/lib/x2gormforward b/x2goserver/lib/x2gormforward
index 66f37e0a..1ec8e1d9 100755
--- a/x2goserver/lib/x2gormforward
+++ b/x2goserver/lib/x2gormforward
@@ -1,8 +1,8 @@
#!/usr/bin/perl
-# Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org
-# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
-# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
+# Copyright (C) 2007-2023 X2Go Project - https://wiki.x2go.org
+# Copyright (C) 2007-2023 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+# Copyright (C) 2007-2023 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
#
# 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
diff --git a/x2goserver/lib/x2gormport b/x2goserver/lib/x2gormport
index f382c311..ef45c9e7 100755
--- a/x2goserver/lib/x2gormport
+++ b/x2goserver/lib/x2gormport
@@ -1,8 +1,8 @@
#!/usr/bin/perl
-# Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org
-# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
-# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
+# Copyright (C) 2007-2023 X2Go Project - https://wiki.x2go.org
+# Copyright (C) 2007-2023 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+# Copyright (C) 2007-2023 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
#
# 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
diff --git a/x2goserver/lib/x2gosuspend-agent b/x2goserver/lib/x2gosuspend-agent
index e15baa10..2e249c70 100755
--- a/x2goserver/lib/x2gosuspend-agent
+++ b/x2goserver/lib/x2gosuspend-agent
@@ -1,8 +1,8 @@
#!/usr/bin/perl
-# Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org
-# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
-# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
+# Copyright (C) 2007-2023 X2Go Project - https://wiki.x2go.org
+# Copyright (C) 2007-2023 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+# Copyright (C) 2007-2023 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
#
# 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
diff --git a/x2goserver/lib/x2gosyslog b/x2goserver/lib/x2gosyslog
index 450480e6..4a0db188 100755
--- a/x2goserver/lib/x2gosyslog
+++ b/x2goserver/lib/x2gosyslog
@@ -1,8 +1,8 @@
#!/usr/bin/perl
-# Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org
-# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
-# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
+# Copyright (C) 2007-2023 X2Go Project - https://wiki.x2go.org
+# Copyright (C) 2007-2023 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+# Copyright (C) 2007-2023 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
#
# 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
diff --git a/x2goserver/sbin/x2gocleansessions b/x2goserver/sbin/x2gocleansessions
index 8bcb88b7..9f4d9596 100755
--- a/x2goserver/sbin/x2gocleansessions
+++ b/x2goserver/sbin/x2gocleansessions
@@ -1,8 +1,8 @@
#!/usr/bin/perl
-# Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org
-# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
-# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
+# Copyright (C) 2007-2023 X2Go Project - https://wiki.x2go.org
+# Copyright (C) 2007-2023 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+# Copyright (C) 2007-2023 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
#
# 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
diff --git a/x2goserver/sbin/x2godbadmin b/x2goserver/sbin/x2godbadmin
index 76043bb0..92c5c9af 100755
--- a/x2goserver/sbin/x2godbadmin
+++ b/x2goserver/sbin/x2godbadmin
@@ -1,10 +1,10 @@
#!/usr/bin/perl
-# Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org
-# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
-# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
+# Copyright (C) 2007-2023 X2Go Project - https://wiki.x2go.org
+# Copyright (C) 2007-2023 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+# Copyright (C) 2007-2023 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
# Copyright (C) 2017-2018 Walid Moghrabi <w.moghrabi at servicemagic.eu>
-# Copyright (C) 2018 Mihai Moldovan <ionic at ionic.de>
+# Copyright (C) 2018-2023 Mihai Moldovan <ionic at ionic.de>
#
# 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
diff --git a/x2goserver/sbin/x2golistsessions_root b/x2goserver/sbin/x2golistsessions_root
index d4b4b1ea..851b9c56 100755
--- a/x2goserver/sbin/x2golistsessions_root
+++ b/x2goserver/sbin/x2golistsessions_root
@@ -1,8 +1,8 @@
#!/usr/bin/perl
-# Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org
-# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
-# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
+# Copyright (C) 2007-2023 X2Go Project - https://wiki.x2go.org
+# Copyright (C) 2007-2023 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+# Copyright (C) 2007-2023 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
#
# 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
diff --git a/x2goserver/sbin/x2goshowblocks b/x2goserver/sbin/x2goshowblocks
index 2513972c..4d63fef7 100755
--- a/x2goserver/sbin/x2goshowblocks
+++ b/x2goserver/sbin/x2goshowblocks
@@ -1,8 +1,8 @@
#!/usr/bin/perl
-# Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org
-# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
-# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
+# Copyright (C) 2007-2023 X2Go Project - https://wiki.x2go.org
+# Copyright (C) 2007-2023 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+# Copyright (C) 2007-2023 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
#
# 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
diff --git a/x2goserver/share/x2gofeature.d/x2goserver.features b/x2goserver/share/x2gofeature.d/x2goserver.features
index 8995ac3f..2f83c605 100755
--- a/x2goserver/share/x2gofeature.d/x2goserver.features
+++ b/x2goserver/share/x2gofeature.d/x2goserver.features
@@ -1,8 +1,8 @@
#!/bin/bash
-# Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org
-# Copyright (C) 2011-2018 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
-# Copyright (C) 2011-2018 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
+# Copyright (C) 2007-2023 X2Go Project - https://wiki.x2go.org
+# Copyright (C) 2011-2023 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+# Copyright (C) 2011-2023 Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
#
# 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
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goserver.git
More information about the x2go-commits
mailing list