From 2d79f2d924ac30de9ab642a57008b66469acdb9a Mon Sep 17 00:00:00 2001
From: "Laura, Jason R" <jlaura@usgs.gov>
Date: Mon, 27 Feb 2023 12:55:07 -0700
Subject: [PATCH] Fixes for provisional release

---
 DISCLAIMER.md | 17 +++++++--------
 code.json     | 60 ++++++++-------------------------------------------
 2 files changed, 17 insertions(+), 60 deletions(-)

diff --git a/DISCLAIMER.md b/DISCLAIMER.md
index bcbee17..1d80feb 100644
--- a/DISCLAIMER.md
+++ b/DISCLAIMER.md
@@ -1,9 +1,8 @@
-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.
+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.
\ No newline at end of file
diff --git a/code.json b/code.json
index ec5b2b9..c64ae08 100644
--- a/code.json
+++ b/code.json
@@ -3,22 +3,22 @@
     "name": "USGSCSM",
     "organization": "U.S. Geological Survey",
     "description": "GitHub respository for the CSM compliant sensor models create by the USGS Astrogeology Science Center",
-    "version": "1.6.0",
-    "status": "Production",
+    "version": "main",
+    "status": "Development",
 
     "permissions": {
       "usageType": "openSource",
       "licenses": [
         {
           "name": "Public Domain, CC-1.0",
-          "URL": "https://code.usgs.gov/astrogeology/usgscsm/-/blob/1.6.0/LICENSE.md"
+          "URL": "https://code.usgs.gov/astrogeology/usgscsm/-/raw/main/LICENSE.md"
         }
       ]
     },
-    "homepageURL": "https://code.usgs.gov/astrogeology/usgscsm/-/tree/1.6.0",
-    "downloadURL": "https://code.usgs.gov/astrogeology/usgscsm/-/archive/1.6.0/usgscsm-1.6.0.zip",
-    "disclaimerURL": "https://code.usgs.gov/astrogeology/usgscsm/-/blob/1.6.0/DISCLAIMER.md",
-    "repositoryURL": "https://code.usgs.gov/astrogeology/usgscsm/",
+    "homepageURL": "https://code.usgs.gov/astrogeology/usgscsm/",
+    "downloadURL": "https://code.usgs.gov/astrogeology/usgscsm/-/archive/main/usgscsm-main.zip",
+    "disclaimerURL": "https://code.usgs.gov/astrogeology/usgscsm/-/raw/usgscsm/DISCLAIMER.md",
+    "repositoryURL": "https://code.usgs.gov/astrogeology/usgscsm.git",
     "vcs": "git",
     "laborHours": 60,
     "tags": [
@@ -31,53 +31,11 @@
       "C++"
     ],
     "contact": {
-      "name": "Jason Laura",
+      "name": "Dr. Jason Laura",
       "email": "jlaura@usgs.gov"
     },
     "date": {
-      "metadataLastUpdated": "2022-07-06"
-    }
-  },{
-    "name": "USGSCSM",
-    "organization": "U.S. Geological Survey",
-    "description": "GitHub respository for the CSM compliant sensor models create by the USGS Astrogeology Science Center",
-    "version": "1.5.3",
-    "status": "Production",
-    "permissions": {
-      "usageType": "openSource",
-      "licenses": [
-        {
-          "name": "Public Domain, CC-1.0",
-          "URL": "https://code.usgs.gov/astrogeology/usgscsm/-/blob/1.5.3/LICENSE.md"
-        }
-      ]
-    },
-    "homepageURL": "https://code.usgs.gov/astrogeology/usgscsm/-/tree/1.5.3",
-    "downloadURL": "https://code.usgs.gov/astrogeology/usgscsm/-/archive/1.5.3/usgscsm-1.5.3.zip",
-    "disclaimerURL": "https://code.usgs.gov/astrogeology/usgscsm/-/blob/1.5.3/DISCLAIMER.md",
-    "repositoryURL": "https://code.usgs.gov/astrogeology/usgscsm/",
-    "vcs": "git",
-
-    "laborHours": 60,
-
-    "tags": [
-      "Planetary",
-      "Remote Sensing",
-      "Data Processing",
-      "Community Sensor Model"
-    ],
-
-    "languages": [
-      "C++"
-    ],
-
-    "contact": {
-      "name": "Jesse Mapel",
-      "email": "jmapel@usgs.gov"
-    },
-
-    "date": {
-      "metadataLastUpdated": "2022-07-06"
+      "metadataLastUpdated": "2023-02-23"
     }
   }
 ]
-- 
GitLab