Files
textmate/Applications/TextMate/about/Registration.md
Allan Odgaard e1b3f71a69 Let about window show license (if any)
There is currently no way to add a TextMate (1.x) license to the key chain, but those who used TextMate r9147 or earlier should have one stored already.
2012-09-30 23:06:57 +02:00

242 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."); } </script>