Skip to content

Commit f0563d9

Browse files
authored
Don't require license to be included by bundlers
microsoft#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 webpack/webpack#324 (comment)
1 parent 481d352 commit f0563d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CopyrightNotice.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! *****************************************************************************
1+
/******************************************************************************
22
Copyright (c) Microsoft Corporation.
33

44
Permission to use, copy, modify, and/or distribute this software for any

0 commit comments

Comments
 (0)