From fd04d03e5d37399badf9dd2531a81778f1e3f479 Mon Sep 17 00:00:00 2001 From: "Laura, Jason R" <jlaura@usgs.gov> Date: Wed, 22 Feb 2023 13:02:31 -0700 Subject: [PATCH] Adds code and disclaimer for release --- DISCLAMER.md | 1 + code.json | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 DISCLAMER.md create mode 100644 code.json diff --git a/DISCLAMER.md b/DISCLAMER.md new file mode 100644 index 0000000..5bad226 --- /dev/null +++ b/DISCLAMER.md @@ -0,0 +1 @@ +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 diff --git a/code.json b/code.json new file mode 100644 index 0000000..73a02da --- /dev/null +++ b/code.json @@ -0,0 +1,47 @@ +[ + { + "name": "plio", + "organization": "U.S. Geological Survey", + "description": "A planetary surface data input/output library written in Python.", + "version": "1.5.0", + "status": "Release", + + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "name": "Public Domain, CC0-1.0", + "URL": "https://code.usgs.gov/astrogeology/plio/-/blob/v1.5.0/LICENSE.md" + } + ] + }, + + "homepageURL": "https://plio.readthedocs.io/en/latest/?badge=latest", + "downloadURL": "https://code.usgs.gov/astrogeology/plio/-/archive/v1.5.0/plio-v1.5.0.zip", + "disclaimerURL": "https://code.usgs.gov/astrogeology/plio/-/blob/v1.5.0/DISCLAIMER.md", + "repositoryURL": "https://code.usgs.gov/astrogeology/plio/", + "vcs": "git", + + "laborHours": 0, + + "tags": [ + "Planetary", + "Remote Sensing", + "Photogrammetry", + "Data Processing" + ], + + "languages": [ + "python" + ], + + "contact": { + "name": "Dr. Jason Laura", + "email": "jlaura@usgs.gov" + }, + + "date": { + "metadataLastUpdated": "2022-05-12" + } + } + ] \ No newline at end of file -- GitLab