Skip to content

Commit

Permalink
v1.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
dblodgett-usgs committed Jun 7, 2021
1 parent 2d50c40 commit 56cc02c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
8 changes: 2 additions & 6 deletions DISCLAIMER.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
Disclaimer
==========

Disclaimer
This information is preliminary or provisional and is subject to revision. It is being provided to meet the need for timely best science. The information has not received final approval by the U.S. Geological Survey (USGS) and 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.

This software is in the public domain because it contains materials that originally came from the U.S. Geological Survey (USGS), an agency of the United States Department of Interior. For more information, see the official USGS copyright policy at https://www.usgs.gov/information-policies-and-instructions/copyrights-and-credits
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.

Although this software program has been used by the USGS, no warranty, expressed or implied, is made by the USGS or the U.S. Government as to the accuracy and functioning of the program and related program material nor shall the fact of distribution constitute any such warranty, and no responsibility is assumed by the USGS in connection therewith.
This software is provided "AS IS."
From: https://www2.usgs.gov/fsp/fsp_disclaimers.asp#5
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Version 1.1.15 (in development)
# Version 1.1.15 (2020-06-07)

* Added `scrape_files` parameter to `item_upload_files()` and `item_append_files()`
* Fixed CRAN check issues with ScienceBase availability. 10 second timeout was added for all web service calls.

# Version 1.1.14 (2020-03-01)

Expand Down
10 changes: 5 additions & 5 deletions code.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"licenses": [
{
"name": "Public Domain, CC0-1.0",
"URL": "https://code.usgs.gov/water/sbtools/blob/master/LICENSE.md"
"URL": "https://code.usgs.gov/water/sbtools/blob/v1.1.15/LICENSE.md"
}
]
},

"homepageURL": "https://code.usgs.gov/water/sbtools",
"downloadURL": "https://code.usgs.gov/water/sbtools/-/archive/master/sbtools-master.zip",
"disclaimerURL": "https://code.usgs.gov/water/sbtools/-/blob/master/DISCLAIMER.md",
"downloadURL": "https://code.usgs.gov/water/sbtools/-/archive/v1.1.15/sbtools-v1.1.15.zip",
"disclaimerURL": "https://code.usgs.gov/water/sbtools/-/blob/v1.1.15/DISCLAIMER.md",
"repositoryURL": "https://code.usgs.gov/water/sbtools.git",
"vcs": "git",

Expand All @@ -39,7 +39,7 @@
},

"date": {
"metadataLastUpdated": "2020-12-10"
"metadataLastUpdated": "2020-06-07"
}
}, {
"name": "sbtools",
Expand All @@ -53,7 +53,7 @@
"licenses": [
{
"name": "Public Domain, CC0-1.0",
"URL": "https://code.usgs.gov/water/sbtools/blob/master/LICENSE.md"
"URL": "https://code.usgs.gov/water/sbtools/blob/v1.1.14/LICENSE.md"
}
]
},
Expand Down

0 comments on commit 56cc02c

Please sign in to comment.