Skip to content
Snippets Groups Projects
Commit e3a3950e authored by Powers, Peter M.'s avatar Powers, Peter M.
Browse files

compliance updates

parent 28015742
No related branches found
No related tags found
1 merge request!247compliance updates
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Information provided by this software may be preliminary or provisional and is subject to revision. It is being provided to meet the need for timely best science. The information is provided on the condition that neither the U.S. Geological Survey nor the U.S. Government shall be held liable for any damages resulting from the authorized or unauthorized use of the information.
......@@ -13,9 +13,3 @@ Dependent libraries managed by the [Gradle](https://gradle.org) build tool are d
- [Gradle](https://github.com/gradle/gradle/blob/master/LICENSE)
- [JUnit](http://junit.org/junit4/license.html)
- [JaCoCo](http://www.jacoco.org/jacoco/trunk/doc/license.html)
#### Disclaimer
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Information provided by this software may be preliminary or provisional and is subject to revision. It is being provided to meet the need for timely best science. The information 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 information.
nshmp-haz
=========
## nshmp-haz
U.S. Geological Survey ([USGS](https://www.usgs.gov)) National Seismic Hazard Mapping Project ([NSHMP](https://earthquake.usgs.gov/hazards/)) code for performing probabilistic seismic hazard (PSHA) and related analyses. These codes are intended for use with models developed by the NSHMP.
U.S. Geological Survey ([USGS](https://www.usgs.gov)) National Seismic Hazard Mapping Project ([NSHMP](https://earthquake.usgs.gov/hazards/)) code for performing probabilistic seismic hazard (PSHA) and related analyses. These codes are intended for use with seismic hazard models developed by the NSHMP for the U.S. and its territories.
**Note:** This project recently adopted the [Gradle](https://gradle.org) build system and underwent a major refactoring. We recommend that previous users of the source code check out a fresh copy and migrate any modifications.
......
{
"version": "2.0.0",
"measurementType": {},
"agency": "U.S. Department of Interior",
"releases": [
{
"name": "nshmp-haz",
"description": "National Seismic Hazard Mapping Project (NSHMP) Code",
"version": "1.0.0",
"status": "Production",
"organization": "U.S. Geological Survey",
"vcs": "git",
"repositoryURL": "https://github.com/usgs/nshmp-haz",
"homepageURL": "https://github.com/usgs/nshmp-haz/wiki",
"downloadURL": "https://github.com/usgs/nshmp-haz/releases/tag/v1.0.0",
"disclaimerURL": "https://github.com/usgs/nshmp-haz/blob/master/DISCLAIMER.md",
"permissions": {
"licenses": [
{
"name": "Public Domain",
"URL": "https://github.com/usgs/nshmp-haz/blob/master/LICENSE.md"
}
],
"usageType": "openSource",
"exemptionText": null
},
"laborHours": 1200,
"languages": [ "Java" ],
"tags": [
"psha",
"seismic-hazard",
"seismic-source",
"earthquake-hazard",
"earthquake-source",
"hazard-curve",
"deaggregation"
],
"contact": {
"name": "Peter Powers",
"email": "pmpowers@usgs.gov"
},
"date": {
"metadataLastUpdated": "2017-09-18"
}
}
]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment