Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Robinson <arobins@microsoft.com>2022-06-13 01:27:29 +0300
committerGitHub <noreply@github.com>2022-06-13 01:27:29 +0300
commitf1f940f68cb10858776dd3fe3a827a7723a57dba (patch)
treeed32b6ebc33f1c791cd1f5421ca8d4447b3eca78 /THIRD-PARTY-NOTICES.TXT
parentffff070b2ab06ff49a1100b04e6c5d1aa66f8c16 (diff)
Remove unused code (#70624)
* Remove unused AllowZeroAllocator and DefaultAllocator. * Remove static_assert_n. * Remove the native Regex implementation and replace with a minimal version from TPOP. Add attribution in third party notices.
Diffstat (limited to 'THIRD-PARTY-NOTICES.TXT')
-rw-r--r--THIRD-PARTY-NOTICES.TXT10
1 files changed, 10 insertions, 0 deletions
diff --git a/THIRD-PARTY-NOTICES.TXT b/THIRD-PARTY-NOTICES.TXT
index 307da15465c..bfbc03e9c59 100644
--- a/THIRD-PARTY-NOTICES.TXT
+++ b/THIRD-PARTY-NOTICES.TXT
@@ -1099,3 +1099,13 @@ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+License notice for code from The Practice of Programming
+-------------------------------
+
+Copyright (C) 1999 Lucent Technologies
+
+Excerpted from 'The Practice of Programming
+by Brian W. Kernighan and Rob Pike
+
+You may use this code for any purpose, as long as you leave the copyright notice and book citation attached. \ No newline at end of file