X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=COPYRIGHT;h=2525ffb540e49c6c85356ef480bf895ba03cb032;hb=01ae3fc6d48f4a45535189b7a6db286535af08ca;hp=8c3a6d195694ec9db3cfb764b73ab06a86c199cc;hpb=1366b3c5e6d89d5ba90dd41fe5bf0246c5299b84;p=musl diff --git a/COPYRIGHT b/COPYRIGHT index 8c3a6d19..2525ffb5 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,7 +1,7 @@ musl as a whole is licensed under the following standard MIT license: ---------------------------------------------------------------------- -Copyright © 2005-2014 Rich Felker, et al. +Copyright © 2005-2019 Rich Felker, et al. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the @@ -27,11 +27,15 @@ Authors/contributors include: A. Wilcox Alex Dowad +Alex Suykov Alexander Monakov +Andre McCurdy Andrew Kelley Anthony G. Basile +Aric Belsito Arvid Picciani Bartosz Brachaczek +Benjamin Peterson Bobby Bingham Boris Brezillon Brent Cook @@ -40,11 +44,14 @@ Clément Vasseur Daniel Micay Daniel Sabogal Daurnimator +David Carlier David Edelsohn Denys Vlasenko Dmitry Ivanov Dmitry V. Levin +Drew DeVault Emil Renner Berthing +Fangrui Song Felix Fietkau Felix Janda Gianluca Anzolin @@ -61,6 +68,7 @@ John Spencer Josiah Worcester Julien Ramseier Justin Cormack +Kaarle Ritvanen Khem Raj Kylie McClain Leah Neukirchen @@ -68,28 +76,35 @@ Luca Barbato Luka Perkov M Farkas-Dyck (Strake) Mahesh Bodapati +Markus Wichmann Masanori Ogino +Michael Clark Michael Forney Mikhail Kremnyov Natanael Copa Nicholas J. Kain orc Pascal Cuoq +Patrick Oppenlander Petr Hosek Petr Skocik Pierre Carrier Reini Urban Rich Felker Richard Pennington +Ryan Fairfax Samuel Holland +Segev Finer Shiz sin Solar Designer Stefan Kristiansson +Stefan O'Rear Szabolcs Nagy Timo Teräs Trutz Behn Valentin Ochs +Will Dietz William Haddon William Pitcock @@ -126,12 +141,6 @@ in jurisdictions that may not recognize the public domain. The smoothsort implementation (src/stdlib/qsort.c) is Copyright © 2011 Valentin Ochs and is licensed under an MIT-style license. -The BSD PRNG implementation (src/prng/random.c) and XSI search API -(src/search/*.c) functions are Copyright © 2011 Szabolcs Nagy and -licensed under following terms: "Permission to use, copy, modify, -and/or distribute this code for any purpose with or without fee is -hereby granted. There is no warranty." - The x86_64 port was written by Nicholas J. Kain and is licensed under the standard MIT terms.