Commit 2d79f2d9 authored by Laura, Jason R's avatar Laura, Jason R
Browse files

Fixes for provisional release

parent 9e360849
Loading
Loading
Loading
Loading
+8 −9
Original line number Original line Diff line number Diff line
This software has been approved for release by the U.S. Geological Survey
This software is preliminary or provisional and is subject to revision. It is
(USGS). Although the software has been subjected to rigorous review, the USGS
being provided to meet the need for timely best science. The software has not
reserves the right to update the software as needed pursuant to further analysis
received final approval by the U.S. Geological Survey (USGS). No warranty,
and review. No warranty, expressed or implied, is made by the USGS or the U.S.
expressed or implied, is made by the USGS or the U.S. Government as to the
Government as to the functionality of the software and related material nor
functionality of the software and related material nor shall the fact of release
shall the fact of release constitute any such warranty. Furthermore, the
constitute any such warranty. The software is provided on the condition that
software is released on condition that neither the USGS nor the U.S. Government
neither the USGS nor the U.S. Government shall be held liable for any damages
shall be held liable for any damages resulting from its authorized or
resulting from the authorized or unauthorized use of the software.
unauthorized use.
 No newline at end of file
+9 −51
Original line number Original line Diff line number Diff line
@@ -3,22 +3,22 @@
    "name": "USGSCSM",
    "name": "USGSCSM",
    "organization": "U.S. Geological Survey",
    "organization": "U.S. Geological Survey",
    "description": "GitHub respository for the CSM compliant sensor models create by the USGS Astrogeology Science Center",
    "description": "GitHub respository for the CSM compliant sensor models create by the USGS Astrogeology Science Center",
    "version": "1.6.0",
    "version": "main",
    "status": "Production",
    "status": "Development",


    "permissions": {
    "permissions": {
      "usageType": "openSource",
      "usageType": "openSource",
      "licenses": [
      "licenses": [
        {
        {
          "name": "Public Domain, CC-1.0",
          "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",
    "homepageURL": "https://code.usgs.gov/astrogeology/usgscsm/",
    "downloadURL": "https://code.usgs.gov/astrogeology/usgscsm/-/archive/1.6.0/usgscsm-1.6.0.zip",
    "downloadURL": "https://code.usgs.gov/astrogeology/usgscsm/-/archive/main/usgscsm-main.zip",
    "disclaimerURL": "https://code.usgs.gov/astrogeology/usgscsm/-/blob/1.6.0/DISCLAIMER.md",
    "disclaimerURL": "https://code.usgs.gov/astrogeology/usgscsm/-/raw/usgscsm/DISCLAIMER.md",
    "repositoryURL": "https://code.usgs.gov/astrogeology/usgscsm/",
    "repositoryURL": "https://code.usgs.gov/astrogeology/usgscsm.git",
    "vcs": "git",
    "vcs": "git",
    "laborHours": 60,
    "laborHours": 60,
    "tags": [
    "tags": [
@@ -31,53 +31,11 @@
      "C++"
      "C++"
    ],
    ],
    "contact": {
    "contact": {
      "name": "Jason Laura",
      "name": "Dr. Jason Laura",
      "email": "jlaura@usgs.gov"
      "email": "jlaura@usgs.gov"
    },
    },
    "date": {
    "date": {
      "metadataLastUpdated": "2022-07-06"
      "metadataLastUpdated": "2023-02-23"
    }
  },{
    "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"
    }
    }
  }
  }
]
]