aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHolden Rohrer <hr@hrhr.dev>2020-05-26 00:16:26 -0400
committerHolden Rohrer <hr@hrhr.dev>2020-05-26 00:16:55 -0400
commit2efe6f1d2a53e96e7ab4c26f544ea500e039ec6c (patch)
treee3a1600e829daa9cb88e0cd64a44094d88972ac4
parent14da82a34fe2d4cc62e8a9980eacfbe2b4c4e82d (diff)
added license section to readme
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index bca1530..adaec8d 100644
--- a/README
+++ b/README
@@ -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