This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
textmate
Watch
1
Star
1
Fork
0
You've already forked textmate
mirror of
https://github.com/textmate/textmate.git
synced
2026-04-28 03:00:34 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
bf4e1d8ceeb9eeaffd6d032b87010849c2477021
textmate
/
Applications
/
TextMate
/
about
/
Registration.md
Allan Odgaard
7060e4e358
Allow user to “add license” in About → Registration
2013-06-18 15:10:57 +07:00
315 B
Raw
Blame
History
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>
Reference in New Issue
View Git Blame
Copy Permalink