[X2Go-Commits] [x2gokdrive] 01/01: misc: pre-release date update.

2024-03-11 Thread git-admin
This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2gokdrive.

commit 7046d140254be41a1af367fd2e65b08f165f2bb4
Author: Mihai Moldovan 
Date:   Mon Mar 11 14:53:29 2024 +0100

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 1b7272d..20b64c4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -27,6 +27,7 @@ x2gokdrive (0.0.0.3-0x2go1) UNRELEASED; urgency=medium
   tabs use WebSocket connections, this might not always work correctly.
   Since timers typically coalesce at one-minute intervals, a two-minutes
   timeout should be fine.
+- misc: pre-release date update.
   * debian/rules:
 + Fix typo: ibxcb-util0-dev => libxcb-util0-dev. Fixes builds on buster.
 
diff --git a/debian/copyright b/debian/copyright
index 88c3411..5f3335e 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,16 +4,16 @@ Upstream-Contact: Oleksandr Shneyder 

 Source: https://code.x2go.org/releases/source/x2gokdrive/
 
 Files: *
-Copyright: 2018-2023, Oleksandr Shneyder 
+Copyright: 2018-2024, Oleksandr Shneyder 
 License: GPL-2+
 
 Files: debian/*
-Copyright: 2019-2023, Mike Gabriel 
+Copyright: 2019-2024, Mike Gabriel 
 License: GPL-2+
 
 Files: testscripts/*
 Copyright:  2001, 2011 NoMachine (http://www.nomachine.com/)
-  2015-2023, Mike Gabriel 
+  2015-2024, Mike Gabriel 
 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 5f3159b..7d41643 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-2023 Mike Gabriel */
+#/* Copyright (c) 2015-2024 Mike Gabriel */
 #/**/
 #/* 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 1864dff..3c0fd3a 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-2023 Mike Gabriel */
+#/* Copyright (c) 2015-2024 Mike Gabriel */
 #/**/
 #/* 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 5c26e65..8ebdd45 100644
--- a/x2gokdrive.h
+++ b/x2gokdrive.h
@@ -2,7 +2,7 @@
  * X2GoKDrive - A kdrive X server for X2Go (based on Xephyr)
  * Author Oleksandr Shneyder 
  *
- * Copyright © 2018-2023 phoca-GmbH
+ * Copyright © 2018-2024 phoca-GmbH
  *
  *
  *
diff --git a/x2gokdrivecursor.c b/x2gokdrivecursor.c
index 6f356fb..cefcb96 100644
--- a/x2gokdrivecursor.c
+++ b/x2gokdrivecursor.c
@@ -2,7 +2,7 @@
  * X2GoKDrive - A kdrive X server for X2Go (based on Xephyr)
  * Author Oleksandr Shneyder 
  *
- * Copyright © 2018-2023 phoca-GmbH
+ * Copyright © 2018-2024 phoca-GmbH
  *
  *
  *
diff --git a/x2gokdriveinit.c b/x2gokdriveinit.c
index b6911c3..98f8675 100644
--- a/x2gokdriveinit.c
+++ b/x2gokdriveinit.c
@@ -2,7 +2,7 @@
  * X2GoKDrive - A kdrive X server for X2Go (based on Xephyr)
  * Author Oleksandr Shneyder 
  *
- * Copyright © 2018-2023 phoca-GmbH
+ * Copyright © 2018-2024 phoca-GmbH
  

[X2Go-Commits] [x2gokdrive] 01/01: misc: pre-release date update.

2023-05-24 Thread git-admin
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 
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 

 Source: https://code.x2go.org/releases/source/x2gokdrive/
 
 Files: *
-Copyright: 2018-2019, Oleksandr Shneyder 
+Copyright: 2018-2023, Oleksandr Shneyder 
 License: GPL-2+
 
 Files: debian/*
-Copyright: 2019, Mike Gabriel 
+Copyright: 2019-2023, Mike Gabriel 
 License: GPL-2+
 
 Files: testscripts/*
 Copyright:  2001, 2011 NoMachine (http://www.nomachine.com/)
-  2015-2019, Mike Gabriel 
+  2015-2023, Mike Gabriel 
 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 */
+#/* Copyright (c) 2015-2023 Mike Gabriel */
 #/**/
 #/* 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 */
+#/* Copyright (c) 2015-2023 Mike Gabriel */
 #/**/
 #/* 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 
  *
- * 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 
  *
- * 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 
  *
- * Copyright © 2018 phoca-GmbH
+ * Copyright © 2018-2023 phoca-GmbH
  *
  *
  *
diff --git a/x2gokdriveremote.c b/x2gokdriveremote.c
index