anko / eslisp

un-opinionated S-expression syntax and macro system for JavaScript
ISC License
528 stars 31 forks source link

add license title #47

Closed waldyrious closed 8 years ago

waldyrious commented 8 years ago

It's not strictly required, but it's useful metadata, and part of the recommended license template text (see http://choosealicense.com/licenses/isc/ and https://opensource.org/licenses/isc-license)

anko commented 8 years ago

Good idea. A header makes the license faster to identify.

Thanks!