diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md
new file mode 100644
index 0000000000000000000000000000000000000000..aaf77a3775e86614190d55088b21a86a76faa373
--- /dev/null
+++ b/CODE_OF_CONDUCT.md
@@ -0,0 +1,6 @@
+# Code of Conduct
+
+All contributions to and interactions surrounding this project will abide by
+the [USGS Code of Scientific Conduct][1].
+
+[1]: https://www.usgs.gov/about/organization/science-support/office-science-quality-and-integrity/code-scientific-conduct
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 0000000000000000000000000000000000000000..1849e110e142c922c1a597e1eeb48297c75c3187
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -0,0 +1,15 @@
+# Contributing
+
+Contributions are welcome from the community. Questions can be asked on the
+[issues page][1]. Before creating a new issue, please take a moment to search
+and make sure a similar issue does not already exist. If one does exist, you
+can comment (most simply even with just a `:+1:`) to show your support for that
+issue.
+
+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.
+
+[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
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/LICENSE.md b/LICENSE.md
index 489918d8177cd3d363aaf8e2d62e2b87559fb08e..b2c7f0d8098170d22c81eca2386e138c78e08e90 100644
--- a/LICENSE.md
+++ b/LICENSE.md
@@ -1,18 +1,17 @@
 # License
 
-Unless otherwise noted, This project is in the public domain in the United
+Unless otherwise noted, this project is in the public domain in the United
 States because it contains materials that originally came from the United
 States Geological Survey, an agency of the United States Department of
 Interior. For more information, see the official USGS copyright policy at
-<https://www.usgs.gov/information-policies-and-instructions/copyrights-and-credits>
+<https://www.usgs.gov/information-policies-and-instructions/copyrights-and-credits>.
 
 Additionally, we waive copyright and related rights in the work
 worldwide through the CC0 1.0 Universal public domain dedication.
 
 ## CC0 1.0 Universal Summary
 
-This is a human-readable summary of the
-[Legal Code (read the full text)][1].
+This is a human-readable summary of the [Legal Code (read the full text)][1].
 
 ### No Copyright
 
diff --git a/README.md b/README.md
index 975223fd2604a0f28c98404634716ca74f6e884a..7e07378edf20cd10b1886b087d6c47c08f22c70b 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,3 @@
-# nshmp-lib
+# nshmp-ws-static
+
+Static hazard web service.
diff --git a/code.json b/code.json
new file mode 100644
index 0000000000000000000000000000000000000000..6db7a600f78e90486ecdd146e1740a65b2d92834
--- /dev/null
+++ b/code.json
@@ -0,0 +1,52 @@
+[
+  {
+    "name": "nshmp-ws-static",
+    "organization": "U.S. Geological Survey",
+    "description": "Static hazard curve web serivce for the NSHMP",
+    "version": "1.0.0",
+    "status": "Production",
+    "doi": "doi:###TBD###",
+
+    "permissions": {
+      "usageType": "openSource",
+      "licenses": [
+        {
+          "name": "Public Domain, CC0-1.0",
+          "URL": "https://code.usgs.gov/ghsc/nshmp/nshmp-ws-static/-/blob/main/LICENSE.md"
+        }
+      ]
+    },
+
+    "repositoryURL": "https://code.usgs.gov/ghsc/nshmp/nshmp-ws-static",
+    "homepageURL": "https://code.usgs.gov/ghsc/nshmp/nshmp-ws-static",
+    "downloadURL": "https://code.usgs.gov/ghsc/nshmp/nshmp-ws-static/-/releases/tag/1.0.0",
+    "disclaimerURL": "https://code.usgs.gov/ghsc/nshmp/nshmp-ws-static/-/blob/main/DISCLAIMER.md",
+    "vcs": "git",
+
+    "laborHours": 300,
+
+    "languages": [ "Java" ],
+
+    "tags": [
+      "Earthquake Hazards",
+      "Geologic Hazards Science Center",
+      "static-hazard",
+      "web-service",
+      "psha",
+      "nshmp-haz",
+      "seismic-hazard",
+      "earthquake-hazard",
+      "hazard-curve",
+      "doi|###TBD###"
+    ],
+
+    "contact": {
+      "name": "Brandon Clayton",
+      "email": "bclayton@usgs.gov"
+    },
+
+    "date": {
+      "metadataLastUpdated": "2021-08-03"
+    }
+  }
+]
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>