showdownjs / showdown

A bidirectional Markdown to HTML to Markdown converter written in Javascript
http://www.showdownjs.com/
MIT License
14.3k stars 1.57k forks source link

Showdown does not include License in Script #800

Open ghost opened 4 years ago

ghost commented 4 years ago

Using GNU IceCat and LibreJS, I am unable to load Showdown because it does not have a stylized license comment in it. Please add a comment of the format

/*
 * LICENSE HERE
 *
 *
 */
SyntaxRules commented 3 years ago

Note to developer, add this to the Gruntfile.jsin the config.uglify.options.banner property.