aboutsummaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
authorhttp://www.cse.unsw.edu.au/~willu/ <http://www.cse.unsw.edu.au/~willu/@web>2009-08-01 20:27:49 -0400
committerJoey Hess <joey@kitenet.net>2009-08-01 20:27:49 -0400
commit359de26a947e1cfaeb1f0c6a6b101c83d890065f (patch)
tree32556250d2a1888311b3599d4760f1f6dd556220 /doc/todo
parent9e4fd9214e1b6b523449eefaa5ad7a0b638d59f8 (diff)
downloadikiwiki-359de26a947e1cfaeb1f0c6a6b101c83d890065f.tar
ikiwiki-359de26a947e1cfaeb1f0c6a6b101c83d890065f.tar.gz
Add license note.
Diffstat (limited to 'doc/todo')
-rw-r--r--doc/todo/source_link.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/todo/source_link.mdwn b/doc/todo/source_link.mdwn
index ce8c9d171..4a8285948 100644
--- a/doc/todo/source_link.mdwn
+++ b/doc/todo/source_link.mdwn
@@ -4,6 +4,8 @@ How about a direct link from the page header to the source of the latest version
I just implemented this. There is one [[patch]] to the default page template, and a new plugin. -- [[Will]]
+All of this code is licensed under the GPLv2+. -- [[Will]]
+
> The use of sessioncgi here seems undesirable: on wikis where anonymity is
> not allowed, you'll be asked to log in. Couldn't you achieve the same thing
> by loading the index with IkiWiki::loadindex, like [[plugins/goto]] does?