racket/collects/meta/web/www/web-copyright.rkt
Eli Barzilay 6091a5d972 Added explicit copyleft page to the website.
...to allow inclusion of text in wikipedia.
2011-08-18 18:11:09 -04:00

13 lines
391 B
Racket

#lang meta/web
(require "resources.rkt")
(provide web-copyright)
(define web-copyright
@page{
The text of this website is available for modification and reuse
under the terms of the Creative Commons Attribution-Sharealike 3.0
Unported License and the GNU Free Documentation
License (unversioned, with no invariant sections, front-cover texts,
or back-cover texts).})