Skip to content

Commit

Permalink
added disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
jwhite-usgs committed Aug 3, 2020
1 parent 0bf2e3c commit 5e423ee
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/libs/pestpp_common/OutputFileWriter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,20 @@ void OutputFileWriter::scenario_report(std::ostream &os, bool report_mode)
{
mode = "regularization (with a \"z\")";
}*/

os << endl << " This software has been approved for release by the" << endl;
os << " U.S.Geological Survey(USGS).Although the software has " << endl;
os << " been subjected to rigorous review, the USGS reserves the" << endl;
os << " right to update the software as needed pursuant to further" << endl;
os << " analysisand review.No warranty, expressed or implied, is " << endl;
os << " made by the USGS or the U.S.Government as to the" << endl;
os << " functionality of the softwareand related material nor shall" << endl;
os << " the fact of release constitute any such warranty." << endl;
os << " Furthermore, the software is released on condition that" << endl;
os << " neither the USGS nor the U.S.Government shall be held" << endl;
os << " liable for any damages resulting from its authorized " << endl;
os << " or unauthorized use." << endl << endl;

switch (pest_scenario.get_control_info().pestmode)
{
case ControlInfo::PestMode::ESTIMATION:
Expand Down

0 comments on commit 5e423ee

Please sign in to comment.