aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-07-01 23:45:58 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-07-01 23:45:58 +1200
commitac74c67ab8cdba5fe6873375bdac7bdd599787f4 (patch)
treeb0dc802de1d4b2225f4e85f4e03f4d7f53a22615
parentRemove trailing newline (diff)
downloadspsh-ac74c67ab8cdba5fe6873375bdac7bdd599787f4.tar.gz
spsh-ac74c67ab8cdba5fe6873375bdac7bdd599787f4.zip
Tidying up license files
-rw-r--r--README.markdown15
1 files changed, 8 insertions, 7 deletions
diff --git a/README.markdown b/README.markdown
index 2b7de2f..90cd78a 100644
--- a/README.markdown
+++ b/README.markdown
@@ -4,13 +4,6 @@ spsh: the shitposting shell
An experimental Bourne-style shell for me to learn moar C. Don't actually use
this for any serious reason.
-Author
-: Tom Ryder <tom@sanctum.geek.nz>
-Copyright
-: 2016
-License
-: GPLv3 (because Readline)
-
Installing
----------
@@ -34,3 +27,11 @@ In rough order of priority:
* Environment variables
* Quoting/escaping arguments (i.e. something better than just strtok())
* Command history
+
+License
+-------
+
+Copyright (c) [Tom Ryder][1]. Distributed under [GPLv3][2].
+
+[1]: https://sanctum.geek.nz/
+[2]: https://www.gnu.org/licenses/gpl-3.0.en.html