diff options
author | Szabolcs Nagy <nsz@port70.net> | 2019-10-02 22:07:49 +0000 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2019-10-06 20:27:21 -0400 |
commit | db3cc9a319c788cf5241ea68d3fa86b43f35733e (patch) | |
tree | 007db2fbc2faec9fcf56b85e611060690ca7fc19 /COPYRIGHT | |
parent | a0993f8f0f161423ecdcb754f282ffd2fe47a7b5 (diff) | |
download | musl-db3cc9a319c788cf5241ea68d3fa86b43f35733e.tar.gz musl-db3cc9a319c788cf5241ea68d3fa86b43f35733e.tar.xz musl-db3cc9a319c788cf5241ea68d3fa86b43f35733e.zip |
add Arm to the copyright file
Several math functions are now from the ARM optimized-routines repo licensed under standard MIT terms and copyrighted by Arm Limited, so mention this in the COPYRIGHT too.
Diffstat (limited to 'COPYRIGHT')
-rw-r--r-- | COPYRIGHT | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/COPYRIGHT b/COPYRIGHT index 2525ffb5..67802d11 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -122,7 +122,8 @@ Copyright © 1993,2004 Sun Microsystems or Copyright © 2003-2011 David Schultz or Copyright © 2003-2009 Steven G. Kargl or Copyright © 2003-2009 Bruce D. Evans or -Copyright © 2008 Stephen L. Moshier +Copyright © 2008 Stephen L. Moshier or +Copyright © 2017-2018 Arm Limited and labelled as such in comments in the individual source files. All have been licensed under extremely permissive terms. |