add SO_ATTACH_REUSEPORT_[CE]BPF socket options from linux v4.5
[musl] / COPYRIGHT
index b1e6217..7768600 100644 (file)
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -25,6 +25,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
 Authors/contributors include:
 
+Alex Dowad
 Alexander Monakov
 Anthony G. Basile
 Arvid Picciani
@@ -33,29 +34,39 @@ Boris Brezillon
 Brent Cook
 Chris Spiegel
 Clément Vasseur
+Daniel Micay
 Denys Vlasenko
 Emil Renner Berthing
 Felix Fietkau
 Felix Janda
 Gianluca Anzolin
+Hauke Mehrtens
 Hiltjo Posthuma
 Isaac Dunham
+Jaydeep Patil
 Jens Gustedt
 Jeremy Huntwork
+Jo-Philipp Wich
 Joakim Sindholt
 John Spencer
 Josiah Worcester
 Justin Cormack
+Khem Raj
+Kylie McClain
 Luca Barbato
 Luka Perkov
 M Farkas-Dyck (Strake)
+Mahesh Bodapati
 Michael Forney
+Natanael Copa
 Nicholas J. Kain
 orc
 Pascal Cuoq
+Petr Hosek
 Pierre Carrier
 Rich Felker
 Richard Pennington
+Shiz
 sin
 Solar Designer
 Stefan Kristiansson
@@ -83,14 +94,14 @@ Copyright © 2008 Stephen L. Moshier
 and labelled as such in comments in the individual source files. All
 have been licensed under extremely permissive terms.
 
-The ARM memcpy code (src/string/armel/memcpy.s) is Copyright © 2008
+The ARM memcpy code (src/string/arm/memcpy_el.S) is Copyright © 2008
 The Android Open Source Project and is licensed under a two-clause BSD
 license. It was taken from Bionic libc, used on Android.
 
-The implementation of DES for crypt (src/misc/crypt_des.c) is
+The implementation of DES for crypt (src/crypt/crypt_des.c) is
 Copyright © 1994 David Burren. It is licensed under a BSD license.
 
-The implementation of blowfish crypt (src/misc/crypt_blowfish.c) was
+The implementation of blowfish crypt (src/crypt/crypt_blowfish.c) was
 originally written by Solar Designer and placed into the public
 domain. The code also comes with a fallback permissive license for use
 in jurisdictions that may not recognize the public domain.
@@ -114,6 +125,9 @@ Pennington for use in the ellcc project. The original code was adapted
 by Rich Felker for build system and code conventions during upstream
 integration. It is licensed under the standard MIT terms.
 
+The mips64 port was contributed by Imagination Technologies and is
+licensed under the standard MIT terms.
+
 The powerpc port was also originally written by Richard Pennington,
 and later supplemented and integrated by John Spencer. It is licensed
 under the standard MIT terms.