diff README.md @ 1390:69e0b75c0cc8

Moved license and credits sections to end of the readme file.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 27 Nov 2018 17:24:48 +0100
parents 717c58fea5c1
children ab08a74ad2f4
line wrap: on
line diff
--- 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