diff --git a/DISCLAIMER.md b/DISCLAIMER.md new file mode 100644 index 0000000000000000000000000000000000000000..2940d7cd49b63fd47e691fe06dc1315618b8d60e --- /dev/null +++ b/DISCLAIMER.md @@ -0,0 +1,8 @@ +This software is preliminary or provisional and is subject to revision. It is +being provided to meet the need for timely best science. The software has not +received final approval by the U.S. Geological Survey (USGS). 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. The software is provided on the condition that +neither the USGS nor the U.S. Government shall be held liable for any damages +resulting from the authorized or unauthorized use of the software. diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000000000000000000000000000000000000..4dccbb6e013d4e3f82b6e3c83f19f63d54515418 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,33 @@ +Unless otherwise noted, this project is in the public domain in the +United States. +It contains materials that originally came from the United States +Geological Survey, an agency of the United States Department of +Interior. For more information on their copyright policies, see +https://www.usgs.gov/information-policies-and-instructions/copyrights-and-credits +It also contains materials from contributors that have waived their +copyright interest to the public domain. +Additionally, the authors waive copyright and related rights in the +work worldwide through the CC0 1.0 Universal public domain dedication. + +CC0 1.0 Universal Summary +This is a human-readable summary of the Legal Code (read the full +text). + +No Copyright +The authors have associated their contributions to the asc-public-docs project +with this deed, and have dedicated the work to the public domain +by waiving all of their rights to the work worldwide under copyright +law, including all related and neighboring rights, to the extent +allowed by law. +You can copy, modify, distribute and perform the work, even for +commercial purposes, all without asking permission. + +Other Information +In no way are the patent or trademark rights of any person affected +by CC0, nor are the rights that other persons may have in the work +or in how the work is used, such as publicity or privacy rights. +Unless expressly stated otherwise, the authors who have associated +the asc-public-docs project with this deed make no warranties about the work, +and disclaim liability for all uses of the work, to the fullest +extent permitted by applicable law. When using or citing the work, +you should not imply endorsement by the authors. diff --git a/code.json b/code.json new file mode 100644 index 0000000000000000000000000000000000000000..b53ce6d249076e9bbac0d3531f9a436b88126487 --- /dev/null +++ b/code.json @@ -0,0 +1,50 @@ +[ + { + "name": "asc-public-docs", + "organization": "U.S. Geological Survey", + "description": "Public documentation for USGS Astrogeology Science Center's Software portfolio", + "version": "main", + "status": "Development", + + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "name": "Public Domain, CC0-1.0", + "URL": "https://code.usgs.gov/astrogeology/asc-public-docs/-/blob/main/LICENSE.md" + } + ] + }, + + "homepageURL": "https://code.usgs.gov/astrogeology/asc-public-docs/-/blob/main/README.md", + "downloadURL": "https://code.usgs.gov/astrogeology/asc-public-docs/-/archive/main/asc-public-docs-main.zip", + "disclaimerURL": "https://code.usgs.gov/astrogeology/asc-public-docs/-/blob/main/DISCLAIMER.md", + "repositoryURL": "https://code.usgs.gov/astrogeology/asc-public-docs.git", + "vcs": "git", + + "laborHours": 480, + + "tags": [ + "Planetary", + "Remote Sensing", + "Data Processing", + "Ephemerides", + "Community Sensor Model", + "Documentation" + ], + + "languages": [ + "HTML", + "MD" + ], + + "contact": { + "name": "Kelvin Rodriguez", + "email": "krodriguez@usgs.gov" + }, + + "date": { + "metadataLastUpdated": "2023-04-19" + } + } +]