diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 392f301996227adf4d47c65cb00083c14e53776d..1849e110e142c922c1a597e1eeb48297c75c3187 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -10,23 +10,6 @@ If you have direct contributions you would like considered for incorporation
 into the project you can [fork this repository][2] and
 [submit a merge request][3] for review.
 
-## Style Guide
-
-This project loosely adheres to [Google Java Style][4] and is informed by
-[Effective Java][5]. All source files and documentation are encoded using
-[UTF-8][6]]. Developers should also consider the following:
-
-* Line lengths:
-  * code: __100__, but shorter is better.
-  * comments: __80__, for readability.
-* Use unicode symbols where possible: `double μ = 0.4;`
-* Use static imports for only the most common utilities and preconditions:
-  * `java.lang.math`
-  * `com.google.common.base.Preconditions`
-
 [1]: https://code.usgs.gov/ghsc/nshmp/nshmp-netcdf/-/issues
 [2]: https://docs.gitlab.com/ee/gitlab-basics/fork-project.html
 [3]: https://docs.gitlab.com/ee/gitlab-basics/add-merge-request.html
-[4]: https://google.github.io/styleguide/javaguide.html
-[5]: http://en.wikipedia.org/wiki/Joshua_Bloch#Effective_Java
-[6]: https://en.wikipedia.org/?title=UTF-8
diff --git a/DISCLAIMER.md b/DISCLAIMER.md
index fb9a9721c01b7d5d544ebf162c429b766582f2b4..ec593eb18c6dc06781a39be052b8a14b03fcef77 100644
--- a/DISCLAIMER.md
+++ b/DISCLAIMER.md
@@ -1,10 +1,11 @@
 # Disclaimer
 
-This software is preliminary or provisional and is subject to revision. It is
-being provided to meet the need for timely best science. The software has not
-received final approval by the U.S. Geological Survey (USGS). No warranty,
-expressed or implied, is made by the USGS or the U.S. Government as to the
-functionality of the software and related material nor shall the fact of release
-constitute any such warranty. The software is provided on the condition that
-neither the USGS nor the U.S. Government shall be held liable for any damages
-resulting from the authorized or unauthorized use of the software.
+This software has been approved for release by the U.S. Geological Survey
+(USGS). Although the software has been subjected to rigorous review, the USGS
+reserves the right to update the software as needed pursuant to further analysis
+and review. No warranty, expressed or implied, is made by the USGS or the U.S.
+Government as to the functionality of the software and related material nor
+shall the fact of release constitute any such warranty. Furthermore, the
+software is released on condition that neither the USGS nor the U.S. Government
+shall be held liable for any damages resulting from its authorized or
+unauthorized use.
diff --git a/src/main/resources/swagger/index.html b/src/main/resources/swagger/index.html
index 3ed5a71d3a886cd929205a87d7137105c840beb0..5bd722b5c63c977af1306b9b58e7b4d85308c8b3 100644
--- a/src/main/resources/swagger/index.html
+++ b/src/main/resources/swagger/index.html
@@ -39,11 +39,11 @@
     <div id="swagger-ui"></div>
 
     <footer class="nshmp-template-footer">
-      <a href="https://code.usgs.gov/ghsc/nshmp/nshmp-ws-static/-/blob/master/LICENSE.md">
+      <a href="https://code.usgs.gov/ghsc/nshmp/nshmp-ws-static/-/blob/main/LICENSE.md">
         License
       </a>
 
-      <a href="https://code.usgs.gov/ghsc/nshmp/nshmp-ws-static/-/blob/master/DISCLAIMER.md">
+      <a href="https://code.usgs.gov/ghsc/nshmp/nshmp-ws-static/-/blob/main/DISCLAIMER.md">
         Disclaimer
       </a>