innostudio / fileuploader

Beautiful and powerful HTML file uploading tool. A jQuery, PHP and Node.js plugin that transforms the standard input into a revolutionary and fancy field on your page.
141 stars 25 forks source link

Use exclamation-comments for license info #73

Open thedustin opened 3 years ago

thedustin commented 3 years ago

Hey,

while debugging I noticed that you don't use "exclamation-comments" for your license information at the start of the file. Exclamation comments are comments which start with an exclamation mark like this:

/*! jQuery v3.6.0 | (c) OpenJS Foundation and other contributors | jquery.org/license */

— from jQuery v3.6.0, https://code.jquery.com/jquery-3.6.0.min.js

This is more or less a convention to tell preprocessors/minifiers to NOT remove these comments, as these are copyright/license relevant.

Some compressors which support this syntax: