Index: _old/www/licence.php
===================================================================
--- _old/www/licence.php	(revision 57728c1d40118b66361f4d949f1ad6409070f9c6)
+++ _old/www/licence.php	(revision 57728c1d40118b66361f4d949f1ad6409070f9c6)
@@ -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);
+
+?>
