diff options
author | Alex Auvolat <alex@adnab.me> | 2020-01-26 20:22:36 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-01-26 20:22:36 +0100 |
commit | 0bd2aeef061618d933477c71b69d209d6599bda2 (patch) | |
tree | cb115a8791b409deef603fd1d5d8891f1eeaf6a5 /README.md | |
parent | 7b77bfc66c94e80e4c65e9d087e5a10ce849bd01 (diff) | |
download | bottin-0bd2aeef061618d933477c71b69d209d6599bda2.tar.gz bottin-0bd2aeef061618d933477c71b69d209d6599bda2.zip |
Add GPLv3 license
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -16,6 +16,8 @@ Building `gobottin` can be done simply by running `go build` in this folder. path to its config file (defaults to `./config.json`). The configuration file is a JSON file whose contents is described in the following section. +`gobottin` is licensed under the terms of the GPLv3. + # Server initialization |