Index: www/licence.php
===================================================================
--- www/licence.php	(revision 843c58d4aac937f49b9312f045b6540f2c3734f9)
+++ www/licence.php	(revision 843c58d4aac937f49b9312f045b6540f2c3734f9)
@@ -0,0 +1,10 @@
+<?php
+require_once 'locale.php';
+require_once 'cmn_frame.php';
+
+$title = '<title>UAM Text Tools - '.LICENSE_PAGE_TITLE."</title>\n";
+$context = LICENSE_PAGE_CONTENT;
+
+getMainPage($title, $context);
+
+?>
