diff --git a/LICENSE b/LICENSE
index dfc2469fe84fa4d4d9ee863f2c5640ab884ef4d1..6b9195dd53fef291411db2fade1715943dbc8f82 100644
--- a/LICENSE
+++ b/LICENSE
@@ -18,6 +18,6 @@ limitations under the License.
 
 Runtime libs:
 
- - guava-18.0.jar          (https://github.com/google/guava)
- - gson-2.3.jar            (https://code.google.com/p/google-gson)
- 
\ No newline at end of file
+ - guava-19.0.jar          (https://github.com/google/guava)
+ - gson-2.5.jar            (https://code.google.com/p/google-gson)
+ 
diff --git a/etc/examples/README.md b/etc/examples/README.md
index 5f0873f322eb1776ed57cc00ffb8c2e68f482a8c..8583f20f67ba7c3dd5a3306f15e6915d543a55e1 100644
--- a/etc/examples/README.md
+++ b/etc/examples/README.md
@@ -4,7 +4,7 @@ Examples
 These examples are designed to be executed locally while following the READMEs on GitHub. All examples avoid a lengthy call to Java and the `HazardCalc` program by using the following system alias:
 
 ```Shell
-alias hazard='java -cp /path/to/nshmp-haz/dist/nshmp-haz.jar org.opensha2.programs.HazardCalc'
+alias hazard='java -cp /path/to/nshmp-haz/dist/nshmp-haz.jar org.opensha2.HazardCalc'
 ```
 
 Because each example builds on prior concepts, it is best step through all the examples, however quickly.
diff --git a/src/org/opensha2/package-info.java b/src/org/opensha2/package-info.java
index d3816b3740e718a5ed15b6e9ed4c8c23b5216d60..774b1e55f9969572c78ed34fb0a3c680bfa85a91 100644
--- a/src/org/opensha2/package-info.java
+++ b/src/org/opensha2/package-info.java
@@ -1,4 +1,5 @@
 /**
- * Entry points for conducting probabilisitic seismic hazard analysis (PSHA) calculations.
+ * Entry points for conducting probabilisitic seismic hazard analysis (PSHA)
+ * calculations.
  */
-package org.opensha2;
\ No newline at end of file
+package org.opensha2;