diff options
| author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2011-04-25 23:06:22 +0200 |
|---|---|---|
| committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2011-04-25 23:06:22 +0200 |
| commit | 08a89983a95300f58d4476a035f1c8e20a3d64ac (patch) | |
| tree | 4c60040edc832911ef460aca30a77a810dd40377 /bin/x2go-buildallpackages | |
| parent | fd051b7250c309ea3573ef2f8ff0fe95ffff59ed (diff) | |
| download | buildscripts-08a89983a95300f58d4476a035f1c8e20a3d64ac.tar.gz buildscripts-08a89983a95300f58d4476a035f1c8e20a3d64ac.tar.bz2 buildscripts-08a89983a95300f58d4476a035f1c8e20a3d64ac.zip | |
adding license headers
Diffstat (limited to 'bin/x2go-buildallpackages')
| -rwxr-xr-x | bin/x2go-buildallpackages | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/bin/x2go-buildallpackages b/bin/x2go-buildallpackages index 28e98f6..72cb635 100755 --- a/bin/x2go-buildallpackages +++ b/bin/x2go-buildallpackages @@ -1,5 +1,22 @@ #!/bin/bash +# 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 terms 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. + LIB_PACKAGES_HEULER=" nxcomp heuler master nxcompext heuler master |
