From b96451a6014457130aa250b6e4a7a75198e55a1a Mon Sep 17 00:00:00 2001
From: "Laura, Jason R" <jlaura@usgs.gov>
Date: Thu, 23 Feb 2023 10:05:48 -0700
Subject: [PATCH] Fixes main for provisional release

---
 DISCLAIMER.md | 24 +++++++++++++++---------
 code.json     | 20 ++++++++++----------
 2 files changed, 25 insertions(+), 19 deletions(-)

diff --git a/DISCLAIMER.md b/DISCLAIMER.md
index bcbee17..2b91b39 100644
--- a/DISCLAIMER.md
+++ b/DISCLAIMER.md
@@ -1,9 +1,15 @@
-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.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 4531840..5b4e2ca 100644
--- a/code.json
+++ b/code.json
@@ -3,8 +3,8 @@
     "name": "ale",
     "organization": "U.S. Geological Survey",
     "description": "GitLab repository for the Abstraction Layer for Ephemerides package",
-    "version": "0.8.8",
-    "status": "Production",
+    "version": "0.8.9",
+    "status": "Development",
 
     "permissions": {
       "usageType": "openSource",
@@ -16,13 +16,13 @@
       ]
     },
 
-    "homepageURL": "https://code.usgs.gov/astrogeology/ale/-/releases/0.8.8",
-    "downloadURL": "https://code.usgs.gov/astrogeology/ale/-/archive/0.8.8/ale-0.8.8.zip",
-    "disclaimerURL": "https://code.usgs.gov/astrogeology/ale/-/blob/master/DISCLAIMER.md",
-    "repositoryURL": "https://code.usgs.gov/astrogeology/ale",
+    "homepageURL": "https://code.usgs.gov/astrogeology/ale/",
+    "downloadURL": "https://code.usgs.gov/astrogeology/ale/-/archive/main/ale-main.zip",
+    "disclaimerURL": "https://code.usgs.gov/astrogeology/ale/-/raw/main/DISCLAMER.md",
+    "repositoryURL": "https://code.usgs.gov/astrogeology/ale/",
     "vcs": "git",
 
-    "laborHours": 40,
+    "laborHours": 480,
 
     "tags": [
       "Planetary",
@@ -38,12 +38,12 @@
     ],
 
     "contact": {
-      "name": "Jesse Mapel",
-      "email": "jmapel@usgs.gov"
+      "name": "Jason Laura",
+      "email": "jlaura@usgs.gov"
     },
 
     "date": {
-      "metadataLastUpdated": "2022-06-03"
+      "metadataLastUpdated": "2023-02-23"
     }
   }
 ]
-- 
GitLab