diff options
Diffstat (limited to 'bin/x2go-tarballrelease')
-rwxr-xr-x | bin/x2go-tarballrelease | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/bin/x2go-tarballrelease b/bin/x2go-tarballrelease index 1f64363..d3d3d7c 100755 --- a/bin/x2go-tarballrelease +++ b/bin/x2go-tarballrelease @@ -1,5 +1,24 @@ #!/bin/sh +# Copyright (C) 2011 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# +# Python X2go is free software; you can redistribute it and/or modify +# it under the tBerms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. +# +# Python 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. + +# Thanks to Jonas Smedegaard <dr@jones.dk> for inspiration... + set -e RELEASE="$1" |