Commit 057e0a17 authored by Laura, Jason R's avatar Laura, Jason R
Browse files

Fixes for release

parent 0d0bcf4c
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.
 No newline at end of file

code.json

0 → 100644
+49 −0
Original line number Diff line number Diff line
[
  {
    "name": "ale",
    "organization": "U.S. Geological Survey",
    "description": "GitLab repository for the Abstraction Layer for Ephemerides package",
    "version": "main",
    "status": "Development",

    "permissions": {
      "usageType": "openSource",
      "licenses": [
        {
          "name": "Public Domain, CC0-1.0",
          "URL": "https://code.usgs.gov/astrogeology/ale/-/raw/0.8.7/LICENSE.md"
        }
      ]
    },

    "homepageURL": "https://code.usgs.gov/astrogeology/ale/-/tree/0.8.7",
    "downloadURL": "https://code.usgs.gov/astrogeology/ale/-/archive/0.8.7/ale-0.8.7.zip",
    "disclaimerURL": "https://code.usgs.gov/astrogeology/ale/-/raw/0.8.7/DISCLAIMER.md",
    "repositoryURL": "https://code.usgs.gov/astrogeology/ale.git",
    "vcs": "git",

    "laborHours": 480,

    "tags": [
      "Planetary",
      "Remote Sensing",
      "Data Processing",
      "Ephemerides",
      "Community Sensor Model"
    ],

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

    "contact": {
      "name": "Jason Laura",
      "email": "jlaura@usgs.gov"
    },

    "date": {
      "metadataLastUpdated": "2023-02-23"
    }
  }
]