From 06b33e1608f8faab018c93ffac86e3e5124f36d1 Mon Sep 17 00:00:00 2001
From: "Laura, Jason R" <jlaura@usgs.gov>
Date: Mon, 10 Apr 2023 06:30:18 -0700
Subject: [PATCH] Updates DISCLAIMER and code for 1.0.0 release

---
 DISCLAIMER.md | 17 +----------------
 code.json     | 45 ---------------------------------------------
 2 files changed, 1 insertion(+), 61 deletions(-)

diff --git a/DISCLAIMER.md b/DISCLAIMER.md
index 0267ccdd8..de450c980 100644
--- a/DISCLAIMER.md
+++ b/DISCLAIMER.md
@@ -1,16 +1 @@
-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.
+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 d95ce4b74..5bdda86c7 100644
--- a/code.json
+++ b/code.json
@@ -1,50 +1,5 @@
 [
   {
-    "name": "geostac",
-    "organization": "U.S. Geological Survey",
-    "description": "Repository for the GeoSTAC library",
-    "version": "main",
-    "status": "Development",
-
-    "permissions": {
-      "usageType": "openSource",
-      "licenses": [
-        {
-          "name": "Public Domain, CC0-1.0",
-          "URL": "https://code.usgs.gov/astrogeology/geostac/-/raw/main/LICENSE.md"
-        }
-      ]
-    },
-
-    "homepageURL": "https://code.usgs.gov/astrogeology/geostac/",
-    "downloadURL": "https://code.usgs.gov/astrogeology/geostac/-/archive/main/geostac-main.zip",
-    "disclaimerURL": "https://code.usgs.gov/astrogeology/geostac/-/raw/main/DISCLAIMER.md",
-    "repositoryURL": "https://code.usgs.gov/astrogeology/geostac.git",
-    "vcs": "git",
-
-    "laborHours": 240,
-
-    "tags": [
-      "Planetary",
-      "Remote Sensing",
-      "Visualization",
-      "Web Map",
-      "GIS"
-    ],
-
-    "languages": [
-      "Javascript"
-    ],
-
-    "contact": {
-      "name": "Jason Laura",
-      "email": "jlaura@usgs.gov"
-    },
-
-    "date": {
-      "metadataLastUpdated": "2023-04-05"
-    }
-  },{
     "name": "geostac",
     "organization": "U.S. Geological Survey",
     "description": "Repository for the GeoSTAC library",
-- 
GitLab