Skip to content

Commit

Permalink
Adds code and disclaimer for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaura committed Feb 22, 2023
1 parent 07c7b6d commit fd04d03
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
1 change: 1 addition & 0 deletions DISCLAMER.md
Original file line number Diff line number Diff line change
@@ -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.
47 changes: 47 additions & 0 deletions code.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
]

0 comments on commit fd04d03

Please sign in to comment.