This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2gokdrive.

commit d4afb75b9dbce308caac1eae95c07eb3b4afc1cd
Author: Mihai Moldovan <io...@ionic.de>
Date:   Wed May 24 22:55:57 2023 +0200

    misc: pre-release date update.
---
 debian/changelog                                            | 1 +
 debian/copyright                                            | 6 +++---
 testscripts/run-x2gokdriveclient-to-x2gokdrive-on-localhost | 2 +-
 testscripts/run-x2gokdriveclient-to-x2gokdrive-over-network | 2 +-
 x2gokdrive.h                                                | 2 +-
 x2gokdrivecursor.c                                          | 2 +-
 x2gokdriveinit.c                                            | 2 +-
 x2gokdriveremote.c                                          | 2 +-
 x2gokdriveremote.h                                          | 2 +-
 x2gokdriveselection.c                                       | 2 +-
 x2gokdriveselection.h                                       | 2 +-
 11 files changed, 13 insertions(+), 12 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 49f6b8a..04e4c41 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -117,6 +117,7 @@ x2gokdrive (0.0.0.1-0x2go1) UNRELEASED; urgency=medium
       applying patch.
     - patches.xorg/: add 21.1.7 subdirectory for Debian Bookworm (12) with
       rebased patch set.
+    - misc: pre-release date update.
   * debian/control:
     + Grammar fix.
     + Remove dependencies that refer to disabled features.
diff --git a/debian/copyright b/debian/copyright
index 11d7c32..88c3411 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,16 +4,16 @@ Upstream-Contact: Oleksandr Shneyder 
<o.schne...@phoca-gmbh.de>
 Source: https://code.x2go.org/releases/source/x2gokdrive/
 
 Files: *
-Copyright: 2018-2019, Oleksandr Shneyder <o.schne...@phoca-gmbh.de>
+Copyright: 2018-2023, Oleksandr Shneyder <o.schne...@phoca-gmbh.de>
 License: GPL-2+
 
 Files: debian/*
-Copyright: 2019, Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
+Copyright: 2019-2023, Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
 License: GPL-2+
 
 Files: testscripts/*
 Copyright:  2001, 2011 NoMachine (http://www.nomachine.com/)
-  2015-2019, Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
+  2015-2023, Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
 License: GPL-2
 
 License: GPL-2+
diff --git a/testscripts/run-x2gokdriveclient-to-x2gokdrive-on-localhost 
b/testscripts/run-x2gokdriveclient-to-x2gokdrive-on-localhost
index 119345c..5f3159b 100755
--- a/testscripts/run-x2gokdriveclient-to-x2gokdrive-on-localhost
+++ b/testscripts/run-x2gokdriveclient-to-x2gokdrive-on-localhost
@@ -3,7 +3,7 @@
 #/**************************************************************************/
 #/*                                                                        */
 #/* Copyright (c) 2001, 2011 NoMachine, http://www.nomachine.com/.         */
-#/* Copyright (c) 2015-2019 Mike Gabriel <mike.gabr...@das-netzwerkteam.de>*/
+#/* Copyright (c) 2015-2023 Mike Gabriel <mike.gabr...@das-netzwerkteam.de>*/
 #/*                                                                        */
 #/* The X2Go KDrive test scripts have been derived from test scripts       */
 #/* shipped with nx-libs (formerly known as nx-X11 / nxagent by NoMachine. */
diff --git a/testscripts/run-x2gokdriveclient-to-x2gokdrive-over-network 
b/testscripts/run-x2gokdriveclient-to-x2gokdrive-over-network
index 3ba18ba..1864dff 100755
--- a/testscripts/run-x2gokdriveclient-to-x2gokdrive-over-network
+++ b/testscripts/run-x2gokdriveclient-to-x2gokdrive-over-network
@@ -3,7 +3,7 @@
 #/**************************************************************************/
 #/*                                                                        */
 #/* Copyright (c) 2001, 2011 NoMachine, http://www.nomachine.com/.         */
-#/* Copyright (c) 2015-2019 Mike Gabriel <mike.gabr...@das-netzwerkteam.de>*/
+#/* Copyright (c) 2015-2023 Mike Gabriel <mike.gabr...@das-netzwerkteam.de>*/
 #/*                                                                        */
 #/* The X2Go KDrive test scripts have been derived from test scripts       */
 #/* shipped with nx-libs (formerly known as nx-X11 / nxagent by NoMachine. */
diff --git a/x2gokdrive.h b/x2gokdrive.h
index 23e5914..5c26e65 100644
--- a/x2gokdrive.h
+++ b/x2gokdrive.h
@@ -2,7 +2,7 @@
  * X2GoKDrive - A kdrive X server for X2Go (based on Xephyr)
  *             Author Oleksandr Shneyder <o.shney...@phoca-gmbh.de>
  *
- * Copyright © 2018 phoca-GmbH
+ * Copyright © 2018-2023 phoca-GmbH
  *
  *
  *
diff --git a/x2gokdrivecursor.c b/x2gokdrivecursor.c
index 2ef9890..6f356fb 100644
--- a/x2gokdrivecursor.c
+++ b/x2gokdrivecursor.c
@@ -2,7 +2,7 @@
  * X2GoKDrive - A kdrive X server for X2Go (based on Xephyr)
  *             Author Oleksandr Shneyder <o.shney...@phoca-gmbh.de>
  *
- * Copyright © 2018 phoca-GmbH
+ * Copyright © 2018-2023 phoca-GmbH
  *
  *
  *
diff --git a/x2gokdriveinit.c b/x2gokdriveinit.c
index 50f6a69..dc43bb5 100644
--- a/x2gokdriveinit.c
+++ b/x2gokdriveinit.c
@@ -2,7 +2,7 @@
  * X2GoKDrive - A kdrive X server for X2Go (based on Xephyr)
  *             Author Oleksandr Shneyder <o.shney...@phoca-gmbh.de>
  *
- * Copyright © 2018 phoca-GmbH
+ * Copyright © 2018-2023 phoca-GmbH
  *
  *
  *
diff --git a/x2gokdriveremote.c b/x2gokdriveremote.c
index c8ff6c2..ca56cb3 100644
--- a/x2gokdriveremote.c
+++ b/x2gokdriveremote.c
@@ -2,7 +2,7 @@
  * X2GoKDrive - A kdrive X server for X2Go (based on Xephyr)
  *             Author Oleksandr Shneyder <o.shney...@phoca-gmbh.de>
  *
- * Copyright © 2018 phoca-GmbH
+ * Copyright © 2018-2023 phoca-GmbH
  *
  *
  *
diff --git a/x2gokdriveremote.h b/x2gokdriveremote.h
index 7100bf6..0b9c57c 100644
--- a/x2gokdriveremote.h
+++ b/x2gokdriveremote.h
@@ -2,7 +2,7 @@
  * X2GoKDrive - A kdrive X server for X2Go (based on Xephyr)
  *             Author Oleksandr Shneyder <o.shney...@phoca-gmbh.de>
  *
- * Copyright © 2018 phoca-GmbH
+ * Copyright © 2018-2023 phoca-GmbH
  *
  *
  *
diff --git a/x2gokdriveselection.c b/x2gokdriveselection.c
index 793ed3a..71cafcf 100644
--- a/x2gokdriveselection.c
+++ b/x2gokdriveselection.c
@@ -2,7 +2,7 @@
  * X2GoKDrive - A kdrive X server for X2Go (based on Xephyr)
  *             Author Oleksandr Shneyder <o.shney...@phoca-gmbh.de>
  *
- * Copyright © 2018 phoca-GmbH
+ * Copyright © 2018-2023 phoca-GmbH
  *
  *
  *
diff --git a/x2gokdriveselection.h b/x2gokdriveselection.h
index e144d20..d525acc 100644
--- a/x2gokdriveselection.h
+++ b/x2gokdriveselection.h
@@ -2,7 +2,7 @@
  * X2GoKDrive - A kdrive X server for X2Go (based on Xephyr)
  *             Author Oleksandr Shneyder <o.shney...@phoca-gmbh.de>
  *
- * Copyright © 2018 phoca-GmbH
+ * Copyright © 2018-2023 phoca-GmbH
  *
  *
  *

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on 
/srv/git/code.x2go.org/x2gokdrive.git
_______________________________________________
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

Reply via email to