This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goserver. from c79c894 X2Go: more license header hygene. new f4c510b libx2go-server-db-perl: more license header hygene. new b43de49 another copyright.in update The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 1 + debian/copyright.in | 44 +++++++++++++--------- .../lib/libx2go-server-db-sqlite3-wrapper.pl | 5 +-- 3 files changed, 30 insertions(+), 20 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goserver.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goserver. commit b43de496c18b91947e2544424034bb3ace3c79aa Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Feb 18 03:30:40 2018 +0100 another copyright.in update --- debian/copyright.in | 44 +++++++++++++++++++++++++++----------------- 1 file changed, 27 insertions(+), 17 deletions(-) diff --git a/debian/copyright.in b/debian/copyright.in index 89891b6..de0ab6f 100644 --- a/debian/copyright.in +++ b/debian/copyright.in @@ -135,7 +135,15 @@ Copyright: NONE License: UNKNOWN FIXME -Files: x2goserver-extensions/share/x2gofeature.d/x2goserver-extensions.features +Files: X2Go/Config.pm + X2Go/Log.pm + X2Go/Server/Agent.pm + X2Go/Server/Agent/NX.pm + X2Go/Server/DB.pm + X2Go/Server/DB/PostgreSQL.pm + X2Go/Server/DB/SQLite3.pm + libx2go-server-db-perl/lib/libx2go-server-db-sqlite3-wrapper.pl + x2goserver-extensions/share/x2gofeature.d/x2goserver-extensions.features x2goserver-fmbindings/share/x2go/x2gofeature.d/x2goserver-fmbindings.features x2goserver-printing/bin/x2goprint x2goserver-printing/share/x2gofeature.d/x2goserver-printing.features @@ -191,22 +199,6 @@ Copyright: 2007-2015, Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> License: GPL (v2 or later) FIXME -Files: X2Go/Config.pm - X2Go/Log.pm - X2Go/Server.pm - X2Go/Server/Agent.pm - X2Go/Server/Agent/NX.pm - X2Go/Server/DB.pm - X2Go/Server/DB/PostgreSQL.pm - X2Go/Server/DB/SQLite3.pm - X2Go/SupeReNicer.pm - X2Go/Utils.pm - libx2go-server-db-perl/lib/libx2go-server-db-sqlite3-wrapper.pl -Copyright: 2007-2015, X2Go Project - http:wiki.x2go.org - 2013-2015, X2Go Project - http:wiki.x2go.org -License: GPL (v2 or later) - FIXME - Files: debian/libx2go-server-db-perl.postrm debian/libx2go-server-db-perl.prerm debian/x2goserver-common.postrm @@ -239,6 +231,17 @@ Copyright: 2010-2015, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> License: GPL (v2 or later) FIXME +Files: X2Go/Server.pm + X2Go/Utils.pm +Copyright: 2007-2015, Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> + 2007-2015, Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> + 2007-2015, X2Go Project - http:wiki.x2go.org + 2010-2015, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> + 2013-2015, Guangzhou Nianguan Electronics Technology Co.Ltd. <opensource@gznianguan.com> + 2013-2015, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +License: GPL (v2 or later) + FIXME + Files: x2goserver-extensions/bin/x2goserver-run-extensions x2goserver/bin/x2gosetkeyboard Copyright: 2007-2015, X2Go Project - http:wiki.x2go.org @@ -254,6 +257,13 @@ Copyright: YEAR THE PACKAGE'S COPYRIGHT HOLDER License: UNKNOWN FIXME +Files: X2Go/SupeReNicer.pm +Copyright: 2013-2015, Guangzhou Nianguan Electronics Technology Co.Ltd. <opensource@gznianguan.com> + 2013-2015, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> + 2013-2015, X2Go Project - http:wiki.x2go.org +License: GPL (v2 or later) + FIXME + Files: x2goserver/bin/x2gopath Copyright: 2007-2015, X2Go Project - http:wiki.x2go.org 2012-2015, Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goserver.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goserver. commit f4c510b54846db2f89ce973bb00692c8d6ddc5c4 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Feb 18 03:32:47 2018 +0100 libx2go-server-db-perl: more license header hygene. --- debian/changelog | 1 + libx2go-server-db-perl/lib/libx2go-server-db-sqlite3-wrapper.pl | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index c9058d6..9e8b1d9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,7 @@ x2goserver (4.1.0.1-0x2go1) UNRELEASED; urgency=medium short form license. This prevents the licensecheck utility from being fooled. - X2Go: more license header hygene. + - libx2go-server-db-perl: more license header hygene. * debian/control: + Change D (x2goserver-xsession) on perl-modules to perl. The existence of the perl-modules package is an implementation detail of the Debian Perl 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 6920761..8f2a87b 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,6 +1,8 @@ #!/usr/bin/perl -XU # Copyright (C) 2007-2015 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2015 Heinz-Markus Graesing <heinz-m.graesing@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 @@ -16,9 +18,6 @@ # along with this program; if not, write to the # Free Software Foundation, Inc., # 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. -# -# Copyright (C) 2007-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2015 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> use strict; use Switch; -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goserver.git