Commit cb57d077 authored by Jesse Mapel's avatar Jesse Mapel
Browse files

Added code.json and disclaimer

parent e62d100b
Loading
Loading
Loading
Loading

DISCLAIMER.md

0 → 100644
+9 −0
Original line number Diff line number Diff line
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.

code.json

0 → 100644
+49 −0
Original line number Diff line number Diff line
[
  {
    "name": "swigcsm",
    "organization": "U.S. Geological Survey",
    "description": "GitHub respository containing SWIG wrappers for the CSM API",
    "version": "1.0.1",
    "status": "Production",

    "permissions": {
      "usageType": "openSource",
      "licenses": [
        {
          "name": "Public Domain, CC0-1.0",
          "URL": "https://github.com/USGS-Astrogeology/swigcsm/blob/master/LICENSE.md"
        }
      ]
    },

    "homepageURL": "https://github.com/USGS-Astrogeology/swigcsm/releases/tag/1.0.1",
    "downloadURL": "https://github.com/USGS-Astrogeology/swigcsm/archive/refs/tags/1.0.1.zip",
    "disclaimerURL": "https://github.com/USGS-Astrogeology/swigcsm/blob/master/DISCLAIMER.md",
    "repositoryURL": "https://github.com/USGS-Astrogeology/swigcsm",
    "vcs": "git",

    "laborHours": 40,

    "tags": [
      "Planetary",
      "Remote Sensing",
      "SWIG",
      "Community Sensor Model"
    ],

    "languages": [
      "C++",
      "SWIG",
      "Python"
    ],

    "contact": {
      "name": "Jesse Mapel",
      "email": "jmapel@usgs.gov"
    },

    "date": {
      "metadataLastUpdated": "2022-04-14"
    }
  }
]