Skip to content

Commit

Permalink
Don't require license to be included by bundlers
Browse files Browse the repository at this point in the history
#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)
  • Loading branch information
penx authored Nov 15, 2021
1 parent 481d352 commit f0563d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CopyrightNotice.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! *****************************************************************************
/******************************************************************************
Copyright (c) Microsoft Corporation.

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

0 comments on commit f0563d9

Please sign in to comment.