[X2Go-Commits] [live-build-x2go] 53/166: add GPL header
git-admin at x2go.org
git-admin at x2go.org
Mon Nov 20 02:16:47 CET 2017
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch feature/mate-minidesktop
in repository live-build-x2go.
commit 432e322bb2fcb4673a002345af00993bac52bed6
Author: Stefan Baur (BAUR-ITCS) <kontakt at baur-itcs.de>
Date: Thu Feb 16 16:56:23 2017 +0100
add GPL header
---
.../020_x2gothinclient-confine-to-tray | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/config/includes.chroot/etc/x2go/x2gothinclient_init.d/020_x2gothinclient-confine-to-tray b/config/includes.chroot/etc/x2go/x2gothinclient_init.d/020_x2gothinclient-confine-to-tray
index 8c2d046..b8d3210 100755
--- a/config/includes.chroot/etc/x2go/x2gothinclient_init.d/020_x2gothinclient-confine-to-tray
+++ b/config/includes.chroot/etc/x2go/x2gothinclient_init.d/020_x2gothinclient-confine-to-tray
@@ -1,5 +1,25 @@
#!/bin/bash
+# Copyright (C) 2010-2015 by X2Go project, http://wiki.x2go.org
+# Oleksandr Shneyder <oleksandr.shneyder at obviously-nice.de>
+# Moritz 'Morty' Struebe <Moritz.Struebe at informatik.uni-erlangen.de>
+# Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+
+# X2Go 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.
+#
+# X2Go 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.
+
if [ -z "$X2GO_HANDLE_DAEMON" ] ; then
mkdir -p ~x2gothinclient/.x2goclient
echo '[trayicon]' >>~x2gothinclient/.x2goclient/settings
--
Alioth's /srv/git/code.x2go.org/live-build-x2go.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git
More information about the x2go-commits
mailing list