+(define license-page
+ (static-page
+ "Licensing Information"
+ "license.html"
+ `((h1 "License information for bandali.eu.org")
+ (p "I strongly believe in "
+ (a (@ (href "https://questioncopyright.org/what_is_free_culture"))
+ "free culture")
+ " and that all creative works everywhere should be "
+ (a (@ (href "https://freedomdefined.org/Definition")) "free"
+ "."))
+ (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 "
+ (a (@ (href "gpl-3.0.html")) "gpl-3.0.html") ".")
+ (p "Some resources on free software and licenses:")
+ (ul
+ (li (a (@ (href "https://www.gnu.org/philosophy/free-sw.html"))
+ "What is free software?"))
+ (li (a (@ (href "https://www.gnu.org/licenses/license-list.html"))
+ "Various Licenses and Comments about Them"))
+ (li (a (@ (href "https://www.gnu.org/proprietary/proprietary.html"))
+ "Proprietary Software Is Often Malware"))))))
+