Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions THIRD-PARTY-NOTICES.TXT
Original file line number Diff line number Diff line change
Expand Up @@ -520,12 +520,9 @@ Greg Parker gparker@cs.stanford.edu December 2000
This code is in the public domain and may be copied or modified without
permission.

License notice for libunwind8 based code
License notice for libunwind based code
----------------------------------------

Copyright (c) 2003-2005 Hewlett-Packard Development Company, L.P.
Contributed by David Mosberger-Tang <davidm@hpl.hp.com>

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
Expand Down
7 changes: 7 additions & 0 deletions src/installer/pkg/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
THIRD-PARTY-NOTICES.TXT in this directory contains TPNs from all repos that contribute
to installer packages that install files under dotnet directory.

This file is included in .NET Host installer package and installed to dotnet directory.
It should be updated, manually or automatically to include new TPNs for each release.

THIRD-PARTY-NOTICES.TXT in the root of this repo contains TPNs for this repo only.
Loading