# HG changeset patch # User Sascha L. Teichmann # Date 1543335888 -3600 # Node ID 69e0b75c0cc860994f1d8d5409d36dce0cc92c14 # Parent d872b0a6567a4c29bb708e56a545d728bfe398cf Moved license and credits sections to end of the readme file. diff -r d872b0a6567a -r 69e0b75c0cc8 README.md --- a/README.md Tue Nov 27 16:58:15 2018 +0100 +++ b/README.md Tue Nov 27 17:24:48 2018 +0100 @@ -3,36 +3,6 @@ //"gemma" is just a temporary title and is likely to be changed.// -# License - -//gemma// source code itself licenses as Free Software -under GNU Affero GPL v>=3. See the particular source files -for details, the license itself can be found in the directory `LICENSES`. - -To build a complete product, a number of other Free Software components -are used, which have their own licenses. - -To get an overview about the components which are partly included -in the resulting production ready-product for the `client/` -use `yarn licenses`, e.g. like - -```sh -yarn licenses list | grep '^├─ ' -``` - -Additionally inspect `3rdpartylibs.sh` for go components used -for the middleware and their licenses. - - -# Credits - -Exclusive usage rights - (we are in Europe, so it is not Common-law's "copyright"): - via donau – Österreichische Wasserstraßen-Gesellschaft mbH, Austria - -Software-Engineering: Intevation GmbH, Germany - - # Quick Start ## Build @@ -118,3 +88,31 @@ In case your gemma is already running (see previous section), restart it. The services will be available at `/api/external/${local_name}`, thus in the example given above: `/api/external/d4d`. + +# License + +//gemma// source code itself licenses as Free Software +under GNU Affero GPL v>=3. See the particular source files +for details, the license itself can be found in the directory `LICENSES`. + +To build a complete product, a number of other Free Software components +are used, which have their own licenses. + +To get an overview about the components which are partly included +in the resulting production ready-product for the `client/` +use `yarn licenses`, e.g. like + +```sh +yarn licenses list | grep '^├─ ' +``` + +Additionally inspect `3rdpartylibs.sh` for Go components used +for the middleware and their licenses. + +# Credits + +Exclusive usage rights + (we are in Europe, so it is not Common-law's "copyright"): + via donau – Österreichische Wasserstraßen-Gesellschaft mbH, Austria + +Software-Engineering: Intevation GmbH, Germany