Files
textmate/Applications/TextMate/about/Registration.md

315 B

Registration

<script> var licensees = TextMate.licensees; if(licensees) { document.write("This copy of TextMate is registered to " + licensees + "."); } else { document.write("This copy of TextMate is unregistered. Add license."); } </script>