aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'README.markdown')
-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