From d07e407d175eb805859be66eacd788cc7a8864f4 Mon Sep 17 00:00:00 2001 From: Garry Polley Date: Wed, 7 Jan 2015 16:16:57 -0600 Subject: [PATCH] Add bang so minification is easier Depending on the minification that's used having the `/*! ... comment ..*/` is helpful. I suggest adding the bang here so the custom builds do not have to modify the source that's generated and add a `!` to ensure they maintain the MIT copyright when minifying. I think it's the custom build that reads from this file to add the license. I could be wrong, in which case, I hope the thing that does the custom build adds the `!` to the start of the copyright/license comment. --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index ea74b700..8b71d1f8 100644 --- a/LICENSE +++ b/LICENSE @@ -1 +1 @@ -/* Modernizr 3.0.0pre (Custom Build) | MIT */ +/*! Modernizr 3.0.0pre (Custom Build) | MIT */