+(define license-page
+ (static-page
+ "Licensing Information"
+ "license.html"
+ `((h1 "License information for bandali.eu.org")
+ (p "I strongly believe in "
+ ,(aa "free culture"
+ "https://questioncopyright.org/what_is_free_culture")
+ " and that all creative works everywhere should be "
+ ,(aa "free" "https://freedomdefined.org/Definition") ".")
+ (p "Unless otherwise noted material on this site is licensed "
+ "under the GNU General Public License as published by the "
+ "Free Software Foundation, either version 3 of the License, "
+ "or (at your option) any later version. A copy of the "
+ "license is included at " ,(aa "gpl-3.0.html") ".")
+ (p "Some resources on free software and licenses:")
+ (ul
+ (li ,(aa "What is free software?"
+ "https://www.gnu.org/philosophy/free-sw.html"))
+ (li ,(aa "Various Licenses and Comments about Them"
+ "https://www.gnu.org/licenses/license-list.html"))
+ (li ,(aa "Proprietary Software Is Often Malware"
+ "https://www.gnu.org/proprietary/proprietary.html"))))))
+