<?php
header('HTTP/1.0 301 Moved Permanently');
header('Location: RootDistributionLicense.html');
exit();