From f0563d9aef55290c696e224c76224ef738f5fdbf Mon Sep 17 00:00:00 2001 From: Alasdair McLeay Date: Mon, 15 Nov 2021 16:46:37 +0000 Subject: [PATCH] Don't require license to be included by bundlers #96 updated the license to zero clause BSD so that bundlers didn't need to keep the license intact. However, the `/*!` still signifies to bundlers such as Webpack, Uglify that they should keep this license intact. https://stackoverflow.com/questions/11248363/the-purpose-of-starting-an-initial-comment-with-in-javascript-and-css-files > This is for legal reasons. By default comments with `@license`, `@preserve` or starting with `/*!` are preserved https://github.com/webpack/webpack/issues/324#issuecomment-157855568 --- CopyrightNotice.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CopyrightNotice.txt b/CopyrightNotice.txt index 3d4c823..0e42542 100644 --- a/CopyrightNotice.txt +++ b/CopyrightNotice.txt @@ -1,4 +1,4 @@ -/*! ***************************************************************************** +/****************************************************************************** Copyright (c) Microsoft Corporation. Permission to use, copy, modify, and/or distribute this software for any