[X2Go-Commits] [libx2goclient] 08/09: misc: copyright date update.
git-admin at x2go.org
git-admin at x2go.org
Wed May 13 16:41:35 CEST 2020
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository libx2goclient.
commit cd67ff2a0d392caec38a66723df1ee070861e220
Author: Mihai Moldovan <ionic at ionic.de>
Date: Wed May 13 16:29:42 2020 +0200
misc: copyright date update.
---
debian/copyright | 19 ++++++++++---------
src/test/sshtest.c | 4 ++--
src/x2goclient-agent-start-kdrive.c | 4 ++--
src/x2goclient-agent-start-kdrive.h | 4 ++--
src/x2goclient-agent-start-nx.c | 4 ++--
src/x2goclient-agent-start-nx.h | 4 ++--
src/x2goclient-network-ssh.c | 4 ++--
src/x2goclient-network-ssh.h | 4 ++--
src/x2goclient-network.c | 4 ++--
src/x2goclient-network.h | 4 ++--
src/x2goclient-object.c | 4 ++--
src/x2goclient-object.h | 4 ++--
src/x2goclient-openssh-version.c | 2 +-
src/x2goclient-openssh-version.h | 2 +-
src/x2goclient-proxy-start-nx.c | 4 ++--
src/x2goclient-proxy-start-nx.h | 4 ++--
src/x2goclient-renderer-start-kdrive.c | 4 ++--
src/x2goclient-renderer-start-kdrive.h | 4 ++--
src/x2goclient-session-resume.c | 4 ++--
src/x2goclient-session-resume.h | 4 ++--
src/x2goclient-session-runcommand.c | 4 ++--
src/x2goclient-session-runcommand.h | 4 ++--
src/x2goclient-session-suspend.c | 4 ++--
src/x2goclient-session-suspend.h | 4 ++--
src/x2goclient-session-terminate.c | 4 ++--
src/x2goclient-session-terminate.h | 4 ++--
src/x2goclient-utils.c | 4 ++--
src/x2goclient-utils.h | 4 ++--
src/x2goclient.h | 4 ++--
update-po.sh | 4 ++--
update-pot.sh | 4 ++--
31 files changed, 68 insertions(+), 67 deletions(-)
diff --git a/debian/copyright b/debian/copyright
index 65474d6..aedaa07 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -12,8 +12,8 @@ Files: ChangeLog
po/POTFILES.in
src/Makefile.am
src/x2goclient.pc.in
-Copyright: 2019, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
- 2019, Mihai Moldovan <ionic at ionic.de>
+Copyright: 2019-2020, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+ 2019-2020, Mihai Moldovan <ionic at ionic.de>
License: GPL-2+
Comment:
Assuming license as found in COPYING file.
@@ -39,13 +39,14 @@ Files: src/x2goclient-agent-start-kdrive.c
src/x2goclient-session-suspend.h
src/x2goclient-session-terminate.c
src/x2goclient-session-terminate.h
-Copyright: 2019, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
- 2019, Mihai Moldovan <ionic at ionic.de>
+Copyright: 2019-2020, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+ 2019-2020, Mihai Moldovan <ionic at ionic.de>
License: GPL-2+
Files: update-po.sh
update-pot.sh
-Copyright: 2017, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+Copyright: 2017-2020, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+ 2019-2020, Mihai Moldovan <ionic at ionic.de>
License: GPL-3
Files: po/libx2goclient.pot
@@ -166,16 +167,16 @@ Files: po/libx2goclient.pot
po/zh_CN.po
po/zh_HK.po
po/zh_TW.po
-Copyright: 2019, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
- 2019, Mihai Moldovan <ionic at ionic.de>
+Copyright: 2019-2020, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+ 2019-2020, Mihai Moldovan <ionic at ionic.de>
License: GPL-2+
Comment:
Using same license and copyright holdership as given for the
libx2goclient shared library.
Files: debian/*
-Copyright: 2019, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
- 2019, Mihai Moldovan <ionic at ionic.de>
+Copyright: 2019-2020, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+ 2019-2020, Mihai Moldovan <ionic at ionic.de>
License: GPL-2+ or GPL-3
License: GPL-2+
diff --git a/src/test/sshtest.c b/src/test/sshtest.c
index 1c9e6dd..67856ba 100644
--- a/src/test/sshtest.c
+++ b/src/test/sshtest.c
@@ -2,8 +2,8 @@
/* sshtest.c - Testing application for X2Go Client SSH network handling
- Copyright (C) 2019 Mike Gabriel
- Copyright (C) 2019 Mihai Moldovan
+ Copyright (C) 2019-2020 Mike Gabriel
+ Copyright (C) 2019-2020 Mihai Moldovan
All rights reserved.
The libx2goclient library is free software; you can redistribute it and/or
diff --git a/src/x2goclient-agent-start-kdrive.c b/src/x2goclient-agent-start-kdrive.c
index 96d34b4..034b021 100644
--- a/src/x2goclient-agent-start-kdrive.c
+++ b/src/x2goclient-agent-start-kdrive.c
@@ -2,8 +2,8 @@
/* x2goclient-agent-start-kdrive.c - Start server-side X2Go Session (kdrive Xserver agent backend)
- Copyright (C) 2019 Mike Gabriel
- Copyright (C) 2019 Mihai Moldovan
+ Copyright (C) 2019-2020 Mike Gabriel
+ Copyright (C) 2019-2020 Mihai Moldovan
All rights reserved.
The libx2goclient library is free software; you can redistribute it and/or
diff --git a/src/x2goclient-agent-start-kdrive.h b/src/x2goclient-agent-start-kdrive.h
index f1c6442..132dd88 100644
--- a/src/x2goclient-agent-start-kdrive.h
+++ b/src/x2goclient-agent-start-kdrive.h
@@ -2,8 +2,8 @@
/* x2goclient-agent-start-kdrive.h - Start server-side X2Go Session (kdrive Xserver agent backend)
- Copyright (C) 2019 Mike Gabriel
- Copyright (C) 2019 Mihai Moldovan
+ Copyright (C) 2019-2020 Mike Gabriel
+ Copyright (C) 2019-2020 Mihai Moldovan
All rights reserved.
The libx2goclient library is free software; you can redistribute it and/or
diff --git a/src/x2goclient-agent-start-nx.c b/src/x2goclient-agent-start-nx.c
index 9b37ae2..0daace2 100644
--- a/src/x2goclient-agent-start-nx.c
+++ b/src/x2goclient-agent-start-nx.c
@@ -2,8 +2,8 @@
/* x2goclient-agent-start-nx.c - Start server-side X2Go Session (NX Xserver agent backend aka x2goagent)
- Copyright (C) 2019 Mike Gabriel
- Copyright (C) 2019 Mihai Moldovan
+ Copyright (C) 2019-2020 Mike Gabriel
+ Copyright (C) 2019-2020 Mihai Moldovan
All rights reserved.
The libx2goclient library is free software; you can redistribute it and/or
diff --git a/src/x2goclient-agent-start-nx.h b/src/x2goclient-agent-start-nx.h
index 1f7b33f..463cd39 100644
--- a/src/x2goclient-agent-start-nx.h
+++ b/src/x2goclient-agent-start-nx.h
@@ -2,8 +2,8 @@
/* x2goclient-agent-start-nx.h - Start server-side X2Go Session (NX Xserver agent backend aka x2goagent)
- Copyright (C) 2019 Mike Gabriel
- Copyright (C) 2019 Mihai Moldovan
+ Copyright (C) 2019-2020 Mike Gabriel
+ Copyright (C) 2019-2020 Mihai Moldovan
All rights reserved.
The libx2goclient library is free software; you can redistribute it and/or
diff --git a/src/x2goclient-network-ssh.c b/src/x2goclient-network-ssh.c
index 9fc110a..c0ae124 100644
--- a/src/x2goclient-network-ssh.c
+++ b/src/x2goclient-network-ssh.c
@@ -2,8 +2,8 @@
/* x2goclient-network.c - X2Go Client SSH network handling
- Copyright (C) 2019 Mike Gabriel
- Copyright (C) 2019 Mihai Moldovan
+ Copyright (C) 2019-2020 Mike Gabriel
+ Copyright (C) 2019-2020 Mihai Moldovan
All rights reserved.
The libx2goclient library is free software; you can redistribute it and/or
diff --git a/src/x2goclient-network-ssh.h b/src/x2goclient-network-ssh.h
index bfa1fdf..ed5b097 100644
--- a/src/x2goclient-network-ssh.h
+++ b/src/x2goclient-network-ssh.h
@@ -2,8 +2,8 @@
/* x2goclient-network-ssh.h - X2Go Client SSH network handling
- Copyright (C) 2019 Mike Gabriel
- Copyright (C) 2019 Mihai Moldovan
+ Copyright (C) 2019-2020 Mike Gabriel
+ Copyright (C) 2019-2020 Mihai Moldovan
All rights reserved.
The libx2goclient library is free software; you can redistribute it and/or
diff --git a/src/x2goclient-network.c b/src/x2goclient-network.c
index 667e99a..ce68357 100644
--- a/src/x2goclient-network.c
+++ b/src/x2goclient-network.c
@@ -2,8 +2,8 @@
/* x2goclient-network.c - X2Go Client high-level network handling
- Copyright (C) 2019 Mike Gabriel
- Copyright (C) 2019 Mihai Moldovan
+ Copyright (C) 2019-2020 Mike Gabriel
+ Copyright (C) 2019-2020 Mihai Moldovan
All rights reserved.
The libx2goclient library is free software; you can redistribute it and/or
diff --git a/src/x2goclient-network.h b/src/x2goclient-network.h
index 9f2c0be..1d7c9e2 100644
--- a/src/x2goclient-network.h
+++ b/src/x2goclient-network.h
@@ -2,8 +2,8 @@
/* x2goclient-network.h - X2Go Client high-level network handling
- Copyright (C) 2019 Mike Gabriel
- Copyright (C) 2019 Mihai Moldovan
+ Copyright (C) 2019-2020 Mike Gabriel
+ Copyright (C) 2019-2020 Mihai Moldovan
All rights reserved.
The libx2goclient library is free software; you can redistribute it and/or
diff --git a/src/x2goclient-object.c b/src/x2goclient-object.c
index ce538b4..6cf0305 100644
--- a/src/x2goclient-object.c
+++ b/src/x2goclient-object.c
@@ -2,8 +2,8 @@
/* x2goclient-object.c - X2Go Client session object definition / initialization
- Copyright (C) 2019 Mike Gabriel
- Copyright (C) 2019 Mihai Moldovan
+ Copyright (C) 2019-2020 Mike Gabriel
+ Copyright (C) 2019-2020 Mihai Moldovan
All rights reserved.
The libx2goclient library is free software; you can redistribute it and/or
diff --git a/src/x2goclient-object.h b/src/x2goclient-object.h
index 2c3db7a..a0f6e6b 100644
--- a/src/x2goclient-object.h
+++ b/src/x2goclient-object.h
@@ -2,8 +2,8 @@
/* x2goclient-object.h - X2Go Client session object definition / initialization
- Copyright (C) 2019 Mike Gabriel
- Copyright (C) 2019 Mihai Moldovan
+ Copyright (C) 2019-2020 Mike Gabriel
+ Copyright (C) 2019-2020 Mihai Moldovan
All rights reserved.
The libx2goclient library is free software; you can redistribute it and/or
diff --git a/src/x2goclient-openssh-version.c b/src/x2goclient-openssh-version.c
index 5258fce..9b678ac 100644
--- a/src/x2goclient-openssh-version.c
+++ b/src/x2goclient-openssh-version.c
@@ -2,7 +2,7 @@
/* x2goclient-openssh-version.c - Simple OpenSSH Glib Boxed wrapper implementation
- Copyright (C) 2019 Mike Gabriel
+ Copyright (C) 2019-2020 Mike Gabriel
Copyright (C) 2019-2020 Mihai Moldovan
All rights reserved.
diff --git a/src/x2goclient-openssh-version.h b/src/x2goclient-openssh-version.h
index 0226ea2..69a45fd 100644
--- a/src/x2goclient-openssh-version.h
+++ b/src/x2goclient-openssh-version.h
@@ -2,7 +2,7 @@
/* x2goclient-openssh-version.h - Simple OpenSSH version struct and Glib Boxed wrapper
- Copyright (C) 2019 Mike Gabriel
+ Copyright (C) 2019-2020 Mike Gabriel
Copyright (C) 2019-2020 Mihai Moldovan
All rights reserved.
diff --git a/src/x2goclient-proxy-start-nx.c b/src/x2goclient-proxy-start-nx.c
index 0ede788..73a7610 100644
--- a/src/x2goclient-proxy-start-nx.c
+++ b/src/x2goclient-proxy-start-nx.c
@@ -2,8 +2,8 @@
/* x2goclient-proxy-start-nx.c - Start client-side X2Go Session (NX proxy backend)
- Copyright (C) 2019 Mike Gabriel
- Copyright (C) 2019 Mihai Moldovan
+ Copyright (C) 2019-2020 Mike Gabriel
+ Copyright (C) 2019-2020 Mihai Moldovan
All rights reserved.
The libx2goclient library is free software; you can redistribute it and/or
diff --git a/src/x2goclient-proxy-start-nx.h b/src/x2goclient-proxy-start-nx.h
index 08d05d0..553d1eb 100644
--- a/src/x2goclient-proxy-start-nx.h
+++ b/src/x2goclient-proxy-start-nx.h
@@ -2,8 +2,8 @@
/* x2goclient-proxy-start-nx.h - Start server-side X2Go Session (NX proxy backend)
- Copyright (C) 2019 Mike Gabriel
- Copyright (C) 2019 Mihai Moldovan
+ Copyright (C) 2019-2020 Mike Gabriel
+ Copyright (C) 2019-2020 Mihai Moldovan
All rights reserved.
The libx2goclient library is free software; you can redistribute it and/or
diff --git a/src/x2goclient-renderer-start-kdrive.c b/src/x2goclient-renderer-start-kdrive.c
index 0eedcab..1b19696 100644
--- a/src/x2goclient-renderer-start-kdrive.c
+++ b/src/x2goclient-renderer-start-kdrive.c
@@ -2,8 +2,8 @@
/* x2goclient-renderer-start-kdrive.c - Start client-side X2Go Session (kdrive Xserver rendering backend)
- Copyright (C) 2019 Mike Gabriel
- Copyright (C) 2019 Mihai Moldovan
+ Copyright (C) 2019-2020 Mike Gabriel
+ Copyright (C) 2019-2020 Mihai Moldovan
All rights reserved.
The libx2goclient library is free software; you can redistribute it and/or
diff --git a/src/x2goclient-renderer-start-kdrive.h b/src/x2goclient-renderer-start-kdrive.h
index 34db297..9639a39 100644
--- a/src/x2goclient-renderer-start-kdrive.h
+++ b/src/x2goclient-renderer-start-kdrive.h
@@ -2,8 +2,8 @@
/* x2goclient-renderer-start-kdrive.h - Start client-side X2Go Session (kdrive Xserver rendering backend)
- Copyright (C) 2019 Mike Gabriel
- Copyright (C) 2019 Mihai Moldovan
+ Copyright (C) 2019-2020 Mike Gabriel
+ Copyright (C) 2019-2020 Mihai Moldovan
All rights reserved.
The libx2goclient library is free software; you can redistribute it and/or
diff --git a/src/x2goclient-session-resume.c b/src/x2goclient-session-resume.c
index 7994a28..06cc4c8 100644
--- a/src/x2goclient-session-resume.c
+++ b/src/x2goclient-session-resume.c
@@ -2,8 +2,8 @@
/* x2goclient-session-resume.c - Resume a suspended X2Go Session
- Copyright (C) 2019 Mike Gabriel
- Copyright (C) 2019 Mihai Moldovan
+ Copyright (C) 2019-2020 Mike Gabriel
+ Copyright (C) 2019-2020 Mihai Moldovan
All rights reserved.
The libx2goclient library is free software; you can redistribute it and/or
diff --git a/src/x2goclient-session-resume.h b/src/x2goclient-session-resume.h
index 658acea..2da7a34 100644
--- a/src/x2goclient-session-resume.h
+++ b/src/x2goclient-session-resume.h
@@ -2,8 +2,8 @@
/* x2goclient-session-resume.h - Resume a suspended X2Go Session
- Copyright (C) 2019 Mike Gabriel
- Copyright (C) 2019 Mihai Moldovan
+ Copyright (C) 2019-2020 Mike Gabriel
+ Copyright (C) 2019-2020 Mihai Moldovan
All rights reserved.
The libx2goclient library is free software; you can redistribute it and/or
diff --git a/src/x2goclient-session-runcommand.c b/src/x2goclient-session-runcommand.c
index 2b233c3..3903634 100644
--- a/src/x2goclient-session-runcommand.c
+++ b/src/x2goclient-session-runcommand.c
@@ -2,8 +2,8 @@
/* x2goclient-session-runcommand.c - Launch server-side X(2Go)session or single command
- Copyright (C) 2019 Mike Gabriel
- Copyright (C) 2019 Mihai Moldovan
+ Copyright (C) 2019-2020 Mike Gabriel
+ Copyright (C) 2019-2020 Mihai Moldovan
All rights reserved.
The libx2goclient library is free software; you can redistribute it and/or
diff --git a/src/x2goclient-session-runcommand.h b/src/x2goclient-session-runcommand.h
index 4e04e39..4896ff2 100644
--- a/src/x2goclient-session-runcommand.h
+++ b/src/x2goclient-session-runcommand.h
@@ -2,8 +2,8 @@
/* x2goclient-session-runcommand.h - Launch server-side X(2Go)session or single command
- Copyright (C) 2019 Mike Gabriel
- Copyright (C) 2019 Mihai Moldovan
+ Copyright (C) 2019-2020 Mike Gabriel
+ Copyright (C) 2019-2020 Mihai Moldovan
All rights reserved.
The libx2goclient library is free software; you can redistribute it and/or
diff --git a/src/x2goclient-session-suspend.c b/src/x2goclient-session-suspend.c
index 86cc5d2..edb8b14 100644
--- a/src/x2goclient-session-suspend.c
+++ b/src/x2goclient-session-suspend.c
@@ -2,8 +2,8 @@
/* x2goclient-session-suspend.c - Suspend a running X2Go Sessions
- Copyright (C) 2019 Mike Gabriel
- Copyright (C) 2019 Mihai Moldovan
+ Copyright (C) 2019-2020 Mike Gabriel
+ Copyright (C) 2019-2020 Mihai Moldovan
All rights reserved.
The libx2goclient library is free software; you can redistribute it and/or
diff --git a/src/x2goclient-session-suspend.h b/src/x2goclient-session-suspend.h
index a66b5c2..d9ff1f4 100644
--- a/src/x2goclient-session-suspend.h
+++ b/src/x2goclient-session-suspend.h
@@ -2,8 +2,8 @@
/* x2goclient-session-suspend.h - Suspend a running X2Go Session
- Copyright (C) 2019 Mike Gabriel
- Copyright (C) 2019 Mihai Moldovan
+ Copyright (C) 2019-2020 Mike Gabriel
+ Copyright (C) 2019-2020 Mihai Moldovan
All rights reserved.
The libx2goclient library is free software; you can redistribute it and/or
diff --git a/src/x2goclient-session-terminate.c b/src/x2goclient-session-terminate.c
index 67c21d0..a9ee750 100644
--- a/src/x2goclient-session-terminate.c
+++ b/src/x2goclient-session-terminate.c
@@ -2,8 +2,8 @@
/* x2goclient-session-terminate.c - Terminate a running or suspended X2Go Session
- Copyright (C) 2019 Mike Gabriel
- Copyright (C) 2019 Mihai Moldovan
+ Copyright (C) 2019-2020 Mike Gabriel
+ Copyright (C) 2019-2020 Mihai Moldovan
All rights reserved.
The libx2goclient library is free software; you can redistribute it and/or
diff --git a/src/x2goclient-session-terminate.h b/src/x2goclient-session-terminate.h
index a3e7b54..49e15d9 100644
--- a/src/x2goclient-session-terminate.h
+++ b/src/x2goclient-session-terminate.h
@@ -2,8 +2,8 @@
/* x2goclient-session-terminate.h - Terminate a running or suspended X2Go Session
- Copyright (C) 2019 Mike Gabriel
- Copyright (C) 2019 Mihai Moldovan
+ Copyright (C) 2019-2020 Mike Gabriel
+ Copyright (C) 2019-2020 Mihai Moldovan
All rights reserved.
The libx2goclient library is free software; you can redistribute it and/or
diff --git a/src/x2goclient-utils.c b/src/x2goclient-utils.c
index 8370360..aaa4e3c 100644
--- a/src/x2goclient-utils.c
+++ b/src/x2goclient-utils.c
@@ -2,8 +2,8 @@
/* x2goclient-utils.c - Miscellaneous utilities for X2Go Client
- Copyright (C) 2019 Mike Gabriel
- Copyright (C) 2019 Mihai Moldovan
+ Copyright (C) 2019-2020 Mike Gabriel
+ Copyright (C) 2019-2020 Mihai Moldovan
All rights reserved.
The libx2goclient library is free software; you can redistribute it and/or
diff --git a/src/x2goclient-utils.h b/src/x2goclient-utils.h
index 5e90c6a..a556a66 100644
--- a/src/x2goclient-utils.h
+++ b/src/x2goclient-utils.h
@@ -2,8 +2,8 @@
/* x2goclient-utils.h - Miscellaneous utilities for X2Go Client
- Copyright (C) 2019 Mike Gabriel
- Copyright (C) 2019 Mihai Moldovan
+ Copyright (C) 2019-2020 Mike Gabriel
+ Copyright (C) 2019-2020 Mihai Moldovan
All rights reserved.
The libx2goclient library is free software; you can redistribute it and/or
diff --git a/src/x2goclient.h b/src/x2goclient.h
index 604f63f..00ca140 100644
--- a/src/x2goclient.h
+++ b/src/x2goclient.h
@@ -2,8 +2,8 @@
/* x2goclient.h - X2Go Client (C shared library implementation)
- Copyright (C) 2019 Mike Gabriel
- Copyright (C) 2019 Mike Mihai Moldovan
+ Copyright (C) 2019-2020 Mike Gabriel
+ Copyright (C) 2019-2020 Mike Mihai Moldovan
All rights reserved.
The libx2goclient library is free software; you can redistribute it and/or
diff --git a/update-po.sh b/update-po.sh
index 547eb86..7ec6359 100755
--- a/update-po.sh
+++ b/update-po.sh
@@ -1,7 +1,7 @@
#!/bin/bash
-# Copyright (C) 2017 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
-# Copyright (C) 2019 by Mihai Moldovan <ionic at ionic.de>
+# Copyright (C) 2017-2020 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2019-2020 by Mihai Moldovan <ionic at ionic.de>
#
# This package is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/update-pot.sh b/update-pot.sh
index acc3865..b363565 100755
--- a/update-pot.sh
+++ b/update-pot.sh
@@ -2,8 +2,8 @@
set -x
-# Copyright (C) 2017 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
-# Copyright (C) 2019 by Mihai Moldovan <ionic at ionic.de>
+# Copyright (C) 2017-2020 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2019-2020 by Mihai Moldovan <ionic at ionic.de>
#
# This package is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/libx2goclient.git
More information about the x2go-commits
mailing list