The branch, release/4.0.1.x has been updated via b1de1ed47501af09628afbdb15fff8130afdfe7a (commit) from 839ab4f783081aecf5667588c791f7ef5986568c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: debian/changelog | 1 + x2goserver-fmbindings/bin/x2gofm | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index bc47463..646c1f3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -40,6 +40,7 @@ x2goserver (3.1.0.0-0~x2go1) UNRELEASED; urgency=low - Tolerate user names containing "-" characters (SQLite DB backend). - Make sure x2gocleansessions close _all_ open file handles after forking as a daemon. + - Add copyright header for x2gofm script. * Let x2goserver package suggest x2goserver-fmbindings. * Add package upgrade warning for installation using PostgreSQL. The upgrade warning refers to README.upgrade-pgsql-database. diff --git a/x2goserver-fmbindings/bin/x2gofm b/x2goserver-fmbindings/bin/x2gofm index 280d990..9070055 100755 --- a/x2goserver-fmbindings/bin/x2gofm +++ b/x2goserver-fmbindings/bin/x2gofm @@ -1,4 +1,25 @@ #!/usr/bin/perl + +# Copyright (C) 2007-2012 X2Go Project - http://wiki.x2go.org +# +# 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 +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# 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) 2012 Milan Knížek <knizek.confy@gmail.com> +# Copyright (C) 2012 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> + use strict; my $fname=shift; hooks/post-receive -- x2goserver.git (X2Go Server) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "x2goserver.git" (X2Go Server).