Skip to content

Commit 2356729

Browse files
committed
...
1 parent 58f9245 commit 2356729

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ It should be useful for systems that process large amounts of data, as a simple
77

88
Checkout [project wiki](https://github.com/cowtowncoder/java-merge-sort/wiki) for more documentation, including javadocs.
99

10+
# License
11+
12+
Library is licensed under Apache License 2.0.
13+
1014
# Usage
1115

1216
## Programmatic access
@@ -43,7 +47,7 @@ which would read text from file "input.txt", sort using about 20 megs of heap (n
4347

4448
Project jar is packaged such that it can be used as a primitive 'sort' tool like so:
4549

46-
java -jar java-merge-sort-0.8.0.jar [input-file]
50+
java -jar java-merge-sort-0.9.0.jar [input-file]
4751

4852
where sorted output gets printed to `stdout`; and argument is optional (if missing, reads input from stdout).
4953
(implementation note: this uses standard `TextFileSorter` mentioned above)
@@ -60,6 +64,3 @@ Here are some external links:
6064

6165
To access source, just clone [project](https://github.com/cowtowncoder/java-merge-sort)
6266

63-
Benchmark code is licensed under Apache License 2.0.
64-
65-
Note that as usual, license only covers (re)distribution of code, and does not apply to your own use of code (i.e. running tests locally), which you can do regardless of licensing.

0 commit comments

Comments
 (0)