From c6c71809f92b300cf4f6b48afdb1100385b2b624 Mon Sep 17 00:00:00 2001 From: emirpasic Date: Sat, 7 Mar 2015 20:27:38 +0100 Subject: [PATCH] - starting work on sorting functions using tim's sort obtained from [https://github.com/psilva261/timsort] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b2e47f..deda76b 100644 --- a/README.md +++ b/README.md @@ -549,4 +549,4 @@ For direct contributions, branch of from master and do _pull request_. This library is distributed under the BSD-style license found in the [LICENSE](https://github.com/emirpasic/gods/blob/master/LICENSE) file. -TimSort copied from (psilva261/timsort)[https://github.com/psilva261/timsort] with [LICENSE](https://github.com/emirpasic/gods/blob/master/utils/timsort/LICENSE) file. \ No newline at end of file +TimSort copied from [https://github.com/psilva261/timsort](https://github.com/psilva261/timsort) with MIT [LICENSE](https://github.com/emirpasic/gods/blob/master/utils/timsort/LICENSE) file. \ No newline at end of file