From 71850953e3f2780e42eca187b8cff071b231404d Mon Sep 17 00:00:00 2001
From: Jason Altekruse <jaltekruse@usgs.gov>
Date: Wed, 4 Aug 2021 11:27:02 -0600
Subject: [PATCH] apply changes as suggested in ghsc/nshmp/nshmp-apps!99

---
 CONTRIBUTING.md                       | 17 -----------------
 DISCLAIMER.md                         | 17 +++++++++--------
 src/main/resources/swagger/index.html |  4 ++--
 3 files changed, 11 insertions(+), 27 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 392f301..1849e11 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 fb9a972..ec593eb 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 3ed5a71..5bd722b 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>
 
-- 
GitLab