From 80692ba98b8daec5480fa490160e575f5e07be01 Mon Sep 17 00:00:00 2001
From: Peter Powers <pmpowers@usgs.gov>
Date: Thu, 27 Jan 2022 13:55:36 -0700
Subject: [PATCH] updated disclaimer and code.json

---
 DISCLAIMER.md | 16 ++++++++--------
 code.json     |  6 +++---
 2 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/DISCLAIMER.md b/DISCLAIMER.md
index fb9a972..538c4b0 100644
--- a/DISCLAIMER.md
+++ b/DISCLAIMER.md
@@ -1,10 +1,10 @@
 # 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/code.json b/code.json
index ea9ad3a..ae3f718 100644
--- a/code.json
+++ b/code.json
@@ -3,8 +3,8 @@
     "name": "nshm-hawaii",
     "organization": "U.S. Geological Survey",
     "description": "National Seismic Hazard Model (NSHM): Hawaii",
-    "version": "main",
-    "status": "Development",
+    "version": "2.0.0",
+    "status": "Production",
 
     "permissions": {
       "usageType": "openSource",
@@ -48,7 +48,7 @@
     },
 
     "date": {
-      "metadataLastUpdated": "2021-10-20"
+      "metadataLastUpdated": "2022-01-27"
     }
   }
 ]
-- 
GitLab