diff options
| -rw-r--r-- | COPYRIGHT | 4 | ||||
| -rw-r--r-- | src/stdlib/qsort.c | 2 | 
2 files changed, 3 insertions, 3 deletions
@@ -74,6 +74,7 @@ Kylie McClain  Leah Neukirchen  Luca Barbato  Luka Perkov +Lynn Ochs  M Farkas-Dyck (Strake)  Mahesh Bodapati  Markus Wichmann @@ -103,7 +104,6 @@ Stefan O'Rear  Szabolcs Nagy  Timo Teräs  Trutz Behn -Valentin Ochs  Will Dietz  William Haddon  William Pitcock @@ -143,7 +143,7 @@ domain. The code also comes with a fallback permissive license for use  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. +Lynn Ochs and is licensed under an MIT-style license.  The x86_64 port was written by Nicholas J. Kain and is licensed under  the standard MIT terms. 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  | 
