diff options
author | David Thompson <dthompson2@worcester.edu> | 2015-08-10 09:05:20 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2015-08-10 09:06:04 -0400 |
commit | bb4626a77bbc89524cc6e55911b589b885c140d5 (patch) | |
tree | c18259edb2acaedc2c29d14b3f0ecdd1321a227f | |
parent | c3df5ff84831fa5e17c7bf2f900d0e6ae3834ff4 (diff) |
website: Add license information to home page.
* website/haunt.scm (haunt-theme): Add "License" section to index page.
-rw-r--r-- | website/haunt.scm | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/website/haunt.scm b/website/haunt.scm index c25fdc6..25af5e1 100644 --- a/website/haunt.scm +++ b/website/haunt.scm @@ -161,6 +161,15 @@ without needing to upload the generated files to a web server.") ,(date->string* (post-date post))))) (posts/reverse-chronological posts))) + (h2 "License") + (p "Haunt is " + (a (@ (href "https://www.gnu.org/philosophy/free-sw.html")) + "Free Software") + " available under the " + (a (@ (href "https://www.gnu.org/licenses/gpl.html")) + "GNU General Public License") + " version 3 or later.") + (h2 "Contributing") (p "Patches to fix bugs or add new functionality are highly encouraged. In lieu of a mailing list, please send patches |