diff --git a/README.md b/README.md index c5270fa..e09e7ac 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ Loading .../sbt/bin/sbt-launch-lib.bash > ``` -##ScalaTest +## ScalaTest Usage examples are found in the ScalaTests. @@ -146,11 +146,11 @@ Basic usage is shown on package pages. Comments are terse partly because Scaladoc is by convention more compact than Javadoc and because this is a translation of well commented Java code. Scaladocs do show api differences to Java. [Algorithms, 4th Edition](http://algs4.cs.princeton.edu/home/) describes each algorithm. -###License and Copyright +### License and Copyright Java code is Copyright © 2002–2014 Robert Sedgewick and Kevin Wayne. All rights reserved. It has a GPLv3 license Translation of software from one language to another falls under the copyright and license of the original authors. It adds a copyright for the translation which is subordinate to the original. Scala translation Copyright © 2014 Gary Struthers. All rights reserved. -###Disclaimer of Warranties. +### Disclaimer of Warranties. Gary Struthers disclaims to the fullest extent authorized by law any and all other warranties, whether express or implied, including, without limitation, any implied warranties of merchantability or fitness for a particular purpose.