[X2Go-Commits] [x2gokdriveclient] 04/04: misc: pre-release date update.
git-admin at x2go.org
git-admin at x2go.org
Fri May 26 20:01:20 CEST 2023
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository x2gokdriveclient.
commit 7c17c50b56b2ee861723b058a34254808071772c
Author: Mihai Moldovan <ionic at ionic.de>
Date: Fri May 26 20:01:05 2023 +0200
misc: pre-release date update.
---
Makefile.docupload | 2 +-
debian/changelog | 1 +
debian/copyright | 4 ++--
man/man1/x2gokdriveclient.1 | 2 +-
src/client.cpp | 4 ++--
src/client.h | 4 ++--
src/displayarea.cpp | 4 ++--
src/displayarea.h | 4 ++--
src/extwin.cpp | 4 ++--
src/extwin.h | 4 ++--
src/main.cpp | 4 ++--
src/menuframe.cpp | 4 ++--
src/menuframe.h | 4 ++--
src/screenidentifier.cpp | 4 ++--
src/screenidentifier.h | 4 ++--
src/xcbclip.cpp | 4 ++--
src/xcbclip.h | 4 ++--
17 files changed, 31 insertions(+), 30 deletions(-)
diff --git a/Makefile.docupload b/Makefile.docupload
index b34de35..bd05489 100644
--- a/Makefile.docupload
+++ b/Makefile.docupload
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
# Makefile.docupload file - for x2goclient
-# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>, GPLv3 applies to this file
+# Copyright (C) 2010-2023 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>, GPLv3 applies to this file
VERSION=$(head -n1 debian/changelog | sed 's,.*(\(.*\)).*,\1,' | cut -d"-" -f1)
DOC_HOST="code.x2go.org"
diff --git a/debian/changelog b/debian/changelog
index 93be583..4d15548 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -97,6 +97,7 @@ x2gokdriveclient (0.0.0.1-0x2go1) UNRELEASED; urgency=medium
- res/resource.qrc: reference subdirectories.
- AUTHORS: actually add file, whoops.
- .gitignore: copy from X2Go Client, adapt to this project.
+ - misc: pre-release date update.
* debian/rules:
+ Let qmake add general Qt {C{,XX},L}FLAGS instead of overriding them.
Especially needed for C++11 support.
diff --git a/debian/copyright b/debian/copyright
index 437a25b..853cc11 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,11 +4,11 @@ Upstream-Contact: Oleksandr Shneyder <o.schneydr at phoca-gmbh.de>
Source: https://code.x2go.org/releases/source/x2gokdriveclient/
Files: *
-Copyright: 2018-2019, Oleksandr Shneyder <o.schneydr at phoca-gmbh.de>
+Copyright: 2018-2023, Oleksandr Shneyder <o.schneydr at phoca-gmbh.de>
License: GPL-3+
Files: debian/*
-Copyright: 2019, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+Copyright: 2019-2023, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
License: GPL-3+
License: GPL-3+
diff --git a/man/man1/x2gokdriveclient.1 b/man/man1/x2gokdriveclient.1
index 24cd2d9..8b01708 100644
--- a/man/man1/x2gokdriveclient.1
+++ b/man/man1/x2gokdriveclient.1
@@ -5,7 +5,7 @@
\\$2 \(la\\$1\(ra\\$3
..
.if \n(.g .mso www.tmac
-.TH x2gokdriveclient 1 "Jun 2019" "Version 0.0.0.1" "X2Go Application"
+.TH x2gokdriveclient 1 "May 2023" "Version 0.0.0.1" "X2Go Application"
.SH NAME
x2gokdriveclient \- Graphical client-side backend for X2Go Server's KDrive-based X-Server backend
.SH SYNOPSIS
diff --git a/src/client.cpp b/src/client.cpp
index b6cc534..79045bc 100644
--- a/src/client.cpp
+++ b/src/client.cpp
@@ -1,7 +1,7 @@
/*
* QT Client for X2GoKDrive
- * Copyright (C) 2018 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
- * Copyright (C) 2018 phoca-GmbH
+ * Copyright (C) 2018-2023 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+ * Copyright (C) 2018-2023 phoca-GmbH
*
* 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/src/client.h b/src/client.h
index fcaf5e3..926360e 100644
--- a/src/client.h
+++ b/src/client.h
@@ -1,7 +1,7 @@
/*
* QT Client for X2GoKDrive
- * Copyright (C) 2018 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
- * Copyright (C) 2018 phoca-GmbH
+ * Copyright (C) 2018-2023 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+ * Copyright (C) 2018-2023 phoca-GmbH
*
* 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/src/displayarea.cpp b/src/displayarea.cpp
index 24629fb..9808f58 100644
--- a/src/displayarea.cpp
+++ b/src/displayarea.cpp
@@ -1,7 +1,7 @@
/*
* QT Client for X2GoKDrive
- * Copyright (C) 2018 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
- * Copyright (C) 2018 phoca-GmbH
+ * Copyright (C) 2018-2023 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+ * Copyright (C) 2018-2023 phoca-GmbH
*
* 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/src/displayarea.h b/src/displayarea.h
index b573b03..d975bc9 100644
--- a/src/displayarea.h
+++ b/src/displayarea.h
@@ -1,7 +1,7 @@
/*
* QT Client for X2GoKDrive
- * Copyright (C) 2018 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
- * Copyright (C) 2018 phoca-GmbH
+ * Copyright (C) 2018-2023 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+ * Copyright (C) 2018-2023 phoca-GmbH
*
* 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/src/extwin.cpp b/src/extwin.cpp
index 4a3c302..8ad340d 100644
--- a/src/extwin.cpp
+++ b/src/extwin.cpp
@@ -1,7 +1,7 @@
/*
* QT Client for X2GoKDrive
- * Copyright (C) 2018 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
- * Copyright (C) 2018 phoca-GmbH
+ * Copyright (C) 2018-2023 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+ * Copyright (C) 2018-2023 phoca-GmbH
*
* 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/src/extwin.h b/src/extwin.h
index ab96a1b..b3649ff 100644
--- a/src/extwin.h
+++ b/src/extwin.h
@@ -1,7 +1,7 @@
/*
* QT Client for X2GoKDrive
- * Copyright (C) 2018 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
- * Copyright (C) 2018 phoca-GmbH
+ * Copyright (C) 2018-2023 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+ * Copyright (C) 2018-2023 phoca-GmbH
*
* 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/src/main.cpp b/src/main.cpp
index c1c8d70..40ff5af 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -1,7 +1,7 @@
/*
* QT Client for X2GoKDrive
- * Copyright (C) 2018 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
- * Copyright (C) 2018 phoca-GmbH
+ * Copyright (C) 2018-2023 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+ * Copyright (C) 2018-2023 phoca-GmbH
*
* 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/src/menuframe.cpp b/src/menuframe.cpp
index 615de04..9261eb2 100644
--- a/src/menuframe.cpp
+++ b/src/menuframe.cpp
@@ -1,7 +1,7 @@
/*
* QT Client for X2GoKDrive
- * Copyright (C) 2018 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
- * Copyright (C) 2018 phoca-GmbH
+ * Copyright (C) 2018-2023 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+ * Copyright (C) 2018-2023 phoca-GmbH
*
* 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/src/menuframe.h b/src/menuframe.h
index 8b7862a..6e05b1d 100644
--- a/src/menuframe.h
+++ b/src/menuframe.h
@@ -1,7 +1,7 @@
/*
* QT Client for X2GoKDrive
- * Copyright (C) 2018 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
- * Copyright (C) 2018 phoca-GmbH
+ * Copyright (C) 2018-2023 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+ * Copyright (C) 2018-2023 phoca-GmbH
*
* 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/src/screenidentifier.cpp b/src/screenidentifier.cpp
index 3a3ab13..5ade004 100644
--- a/src/screenidentifier.cpp
+++ b/src/screenidentifier.cpp
@@ -1,7 +1,7 @@
/*
* QT Client for X2GoKDrive
- * Copyright (C) 2018 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
- * Copyright (C) 2018 phoca-GmbH
+ * Copyright (C) 2018-2023 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+ * Copyright (C) 2018-2023 phoca-GmbH
*
* 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/src/screenidentifier.h b/src/screenidentifier.h
index fbb7f46..21ed1f2 100644
--- a/src/screenidentifier.h
+++ b/src/screenidentifier.h
@@ -1,7 +1,7 @@
/*
* QT Client for X2GoKDrive
- * Copyright (C) 2018 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
- * Copyright (C) 2018 phoca-GmbH
+ * Copyright (C) 2018-2023 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+ * Copyright (C) 2018-2023 phoca-GmbH
*
* 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/src/xcbclip.cpp b/src/xcbclip.cpp
index 6adf47c..49f58ab 100644
--- a/src/xcbclip.cpp
+++ b/src/xcbclip.cpp
@@ -1,7 +1,7 @@
/*
* QT Client for X2GoKDrive
- * Copyright (C) 2018 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
- * Copyright (C) 2018 phoca-GmbH
+ * Copyright (C) 2018-2023 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+ * Copyright (C) 2018-2023 phoca-GmbH
*
* 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/src/xcbclip.h b/src/xcbclip.h
index 7787e50..0317e4d 100644
--- a/src/xcbclip.h
+++ b/src/xcbclip.h
@@ -1,7 +1,7 @@
/*
* QT Client for X2GoKDrive
- * Copyright (C) 2018 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
- * Copyright (C) 2018 phoca-GmbH
+ * Copyright (C) 2018-2023 Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
+ * Copyright (C) 2018-2023 phoca-GmbH
*
* 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/x2gokdriveclient.git
More information about the x2go-commits
mailing list