about summary refs log tree commit diff
path: root/COPYRIGHT
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2016-03-18 23:46:41 -0400
committerRich Felker <dalias@aerifal.cx>2016-03-18 23:46:41 -0400
commitdc4520d9c0b79bc5944f509e4e9061e5081e38ca (patch)
tree3a7ea72f1caa3ac8788124f58713cf6e94f810db /COPYRIGHT
parente9f1c7981ae00ad25d59018c1df26897e2effdad (diff)
downloadmusl-dc4520d9c0b79bc5944f509e4e9061e5081e38ca.tar.gz
musl-dc4520d9c0b79bc5944f509e4e9061e5081e38ca.tar.xz
musl-dc4520d9c0b79bc5944f509e4e9061e5081e38ca.zip
fix outdated pathnames in COPYRIGHT file
Diffstat (limited to 'COPYRIGHT')
-rw-r--r--COPYRIGHT6
1 files changed, 3 insertions, 3 deletions
diff --git a/COPYRIGHT b/COPYRIGHT
index 1b20b230..7768600b 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -94,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.