From 2efe6f1d2a53e96e7ab4c26f544ea500e039ec6c Mon Sep 17 00:00:00 2001
From: Holden Rohrer <hr@hrhr.dev>
Date: Tue, 26 May 2020 00:16:26 -0400
Subject: added license section to readme

---
 README | 5 +++++
 1 file changed, 5 insertions(+)

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
-- 
cgit