diff options
author | Rich Felker <dalias@aerifal.cx> | 2011-02-15 14:52:11 -0500 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2011-02-15 14:52:11 -0500 |
commit | 0b9a1ed00cc1c24f19cc0a069cfa94115b61d3d9 (patch) | |
tree | 3686da8091fcfb6a38558bf580b24de786f52148 /COPYRIGHT | |
parent | 9b235e8374bfe15f73d470b4ad7d1c579fd9a71e (diff) | |
download | musl-0b9a1ed00cc1c24f19cc0a069cfa94115b61d3d9.tar.gz musl-0b9a1ed00cc1c24f19cc0a069cfa94115b61d3d9.tar.xz musl-0b9a1ed00cc1c24f19cc0a069cfa94115b61d3d9.zip |
some docs fixes for x86_64
Diffstat (limited to 'COPYRIGHT')
-rw-r--r-- | COPYRIGHT | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/COPYRIGHT b/COPYRIGHT index d9975eca..92d8992e 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -19,6 +19,9 @@ The implementation of DES for crypt (src/misc/crypt.c) is Copyright © 1994 David Burren. It is licensed under a BSD license compatible with the GNU LGPL. +The x86_64 port was written by Nicholas J. Kain. See individual files +for their copyright status. + All files which have no copyright comments are original works Copyright © 2005-2011 Rich Felker, the main author of this library. The decision to exclude such comments is intentional, as it should be |