terminal/src/cascadia/CascadiaPackage/NOTICE.html
Dustin L. Howett (MSFT) d57ef135cc
On second thought, embed the third-party notices in the package (#5673)
This commit introduces a NOTICE.html file that will be embedded into the
package. It will be stamped down with the real notices during a branded
release build (as part of the build pipeline.)

It, in part, reverts some of the really good work in determining the
commit hash at build time. That work will be preserved in history.

This is more compliant with our duties to the OSS we consume.
2020-04-30 15:06:13 -07:00

17 lines
554 B
HTML

<html>
<head><title>Placeholder 3rd-party Notices</title></head>
<body>
<h1>Windows Terminal (Dev)</h1>
<p>
This is a development build of Windows Terminal. The third-party notices
for this project can be found on
<a href="https://github.com/microsoft/terminal/blob/master/NOTICE.md">the
project's GitHub page</a>.
</p>
<p>
During a branded release build, this file is replaced with the content of
<code>NOTICES.md</code> from the root of the repository.
</p>
</body>
</html>