diff options
author | Holden Rohrer <hr@hrhr.dev> | 2020-05-26 00:16:26 -0400 |
---|---|---|
committer | Holden Rohrer <hr@hrhr.dev> | 2020-05-26 00:16:55 -0400 |
commit | 2efe6f1d2a53e96e7ab4c26f544ea500e039ec6c (patch) | |
tree | e3a1600e829daa9cb88e0cd64a44094d88972ac4 /README | |
parent | 14da82a34fe2d4cc62e8a9980eacfbe2b4c4e82d (diff) |
added license section to readme
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -13,6 +13,11 @@ centering and leaders, so that I could create a specific document (it, Just run `make` (parallelism does work, so `make -j8` is recommended) to build the binary `badroff`. +# Licence + +The entirety of this project is licenced under the GNU GPLv3. +Check the licence for more details. + # Architecture `badroff.c` contains most of the ad-hoc logic, and `sb.c`, `buf.c`, and |