From 90657793ab8dd21b50e6a16f0bc503511a86fc45 Mon Sep 17 00:00:00 2001 From: "Laura, Jason R" <jlaura@usgs.gov> Date: Wed, 22 Feb 2023 13:48:13 -0700 Subject: [PATCH] Fixes main for provisional release --- DISCLAIMER.md | 18 +++++++++--------- code.json | 12 ++++++------ 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/DISCLAIMER.md b/DISCLAIMER.md index bcbee17..a106e29 100644 --- a/DISCLAIMER.md +++ b/DISCLAIMER.md @@ -1,9 +1,9 @@ -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 b6f6210..80625a1 100644 --- a/code.json +++ b/code.json @@ -3,22 +3,22 @@ "name": "swigcsm", "organization": "U.S. Geological Survey", "description": "Git repository containing SWIG wrappers for the CSM API", - "version": "1.0.1", - "status": "Production", + "version": "1.0.2", + "status": "Development", "permissions": { "usageType": "openSource", "licenses": [ { "name": "Public Domain, CC0-1.0", - "URL": "https://code.usgs.gov/astrogeology/swigcsm/-/blob/master/LICENSE.md" + "URL": "https://code.usgs.gov/astrogeology/swigcsm/-/raw/main/LICENSE.md" } ] }, - "homepageURL": "https://code.usgs.gov/astrogeology/swigcsm/-/releases/1.0.1", - "downloadURL": "https://code.usgs.gov/astrogeology/swigcsm/-/archive/1.0.1/swigcsm-1.0.1.zip", - "disclaimerURL": "https://code.usgs.gov/astrogeology/swigcsm/-/blob/master/DISCLAIMER.md", + "homepageURL": "https://code.usgs.gov/astrogeology/swigcsm/", + "downloadURL": "https://code.usgs.gov/astrogeology/swigcsm/-/archive/main/swigcsm-main.zip", + "disclaimerURL": "https://code.usgs.gov/astrogeology/swigcsm/-/raw/main/DISCLAIMER.md", "repositoryURL": "https://code.usgs.gov/astrogeology/swigcsm", "vcs": "git", -- GitLab