VividCortex / angular-recaptcha

AngularJS directive to add a reCaptcha widget to your form
http://vividcortex.github.io/angular-recaptcha/
MIT License
496 stars 257 forks source link

Make it easier to preserve license after minification #155

Closed bluetech closed 8 years ago

bluetech commented 8 years ago

Minifiers like uglifyjs and closure compiler interpret the @license tag and preserve the license in the minified output. This makes it easier to comply with the MIT license (and most others) which requires:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

mtrias commented 8 years ago

Thanks @bluetech !