diff options
author | Rich Felker <dalias@aerifal.cx> | 2024-10-10 19:44:58 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2024-10-10 19:44:58 -0400 |
commit | 2fc56aaa9f660ebd735d1595c3501b792af42eb8 (patch) | |
tree | 2d624b82505966c81fcd9d5bbb85cc55770b9ca1 /src/stdlib | |
parent | 43664364c81a2f5fc0380ace433addbb0e38dea3 (diff) | |
download | musl-2fc56aaa9f660ebd735d1595c3501b792af42eb8.tar.gz |
update contributor name in authorship notices
Diffstat (limited to 'src/stdlib')
-rw-r--r-- | src/stdlib/qsort.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdlib/qsort.c b/src/stdlib/qsort.c index 314ddc29..ab79dc6f 100644 --- a/src/stdlib/qsort.c +++ b/src/stdlib/qsort.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2011 by Valentin Ochs +/* Copyright (C) 2011 by Lynn Ochs * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to |