Mercurial > trustbridge
comparison packaging/getxt-gen-l10n-array.sh @ 1039:069f5e5344f6
packaging/getxt-gen-l10n-array.sh: Copyright header changes to standard.
author | Bernhard Reiter <bernhard@intevation.de> |
---|---|
date | Thu, 04 Sep 2014 15:27:02 +0200 |
parents | 6e300f749a6d |
children | 5cf648c233d2 |
comparison
equal
deleted
inserted
replaced
1038:f5306f8c02f3 | 1039:069f5e5344f6 |
---|---|
1 # ------------------------------------------------------------------- | 1 # Copyright (C) 2014 by Bundesamt für Sicherheit in der Informationstechnik |
2 # Copyright (C) 2014 by Intevation GmbH | 2 # Software engineering by Intevation GmbH |
3 # | |
4 # This file is Free Software under the GNU GPL (v>=2) | |
5 # and comes with ABSOLUTELY NO WARRANTY! | |
6 # See LICENSE.txt for details. | |
7 # | |
3 # Author(s): | 8 # Author(s): |
4 # Sascha Wilde <wilde@intevation.de> | 9 # Sascha Wilde <wilde@intevation.de> |
5 | |
6 # This program is free software under the GNU GPL (>=v2) | |
7 # Read the file COPYING coming with the software for details. | |
8 # ------------------------------------------------------------------- | |
9 | 10 |
10 # Extract getxt strings from source and generate an array for usage in | 11 # Extract getxt strings from source and generate an array for usage in |
11 # the script using our getxt function. | 12 # the script using our getxt function. |
12 | 13 |
13 # USAGE: getxt-gen-l10n-array.sh SRC ARRAYNAME ARRAYFILE | 14 # USAGE: getxt-gen-l10n-array.sh SRC ARRAYNAME ARRAYFILE |