Mercurial > dive4elements > river
changeset 8493:07a369e6e277
Correct header for release script.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Thu, 04 Dec 2014 11:38:18 +0100 |
parents | f7dfadd7bd7c |
children | 76994a0187fa |
files | contrib/make_flys_release/make_release.sh |
diffstat | 1 files changed, 6 insertions(+), 16 deletions(-) [+] |
line wrap: on
line diff
--- a/contrib/make_flys_release/make_release.sh Tue Dec 02 17:58:45 2014 +0100 +++ b/contrib/make_flys_release/make_release.sh Thu Dec 04 11:38:18 2014 +0100 @@ -1,25 +1,15 @@ #!/bin/bash -# Release script for Flys +# Release script for Dive4Elements River # # Authors: # Andre Heinecke <aheinecke@intevation.de> # -# Copyright: -# Copyright (C) 2013 Intevation GmbH -# -# 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. +# Copyright (C) 2011 - 2014 by Bundesanstalt für Gewässerkunde +# Software engineering by Intevation GmbH # -# 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 Street, Fifth Floor, Boston, MA 02110-1301, USA. +# This file is Free Software under the GNU AGPL (>=v3) +# and comes with ABSOLUTELY NO WARRANTY! Check out the +# documentation coming with Dive4Elements River for details. set -e LC_ALL=en_US.UTF-8