-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
calebbuahin
committed
Jul 27, 2019
1 parent
4fd95fe
commit 8f8812f
Showing
3 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3877,11 +3877,11 @@ void HydroCoupleComposer::onAbout() | |
"<h3 align=\"center\">HydroCouple Composer "+version+"</h3>" | ||
"<hr>" | ||
"<p>Build Date: " + buildDateTime + "</p>" | ||
"<p align=\"center\">Copyright 2014-"+ buildYear +". The HydroCouple Organization. All rights reserved.</p>" | ||
"<p align=\"center\">This program and its associated libraries is provided AS IS with NO WARRANTY OF ANY KIND, " | ||
"<p align=\"justify\">Copyright 2014-"+ buildYear +". The HydroCouple Organization. All rights reserved.</p>" | ||
"<p align=\"justify\">This program and its associated libraries is provided AS IS with NO WARRANTY OF ANY KIND, " | ||
"INCLUDING THE WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.</p>" | ||
"<p align=\"center\"><a href=\"mailto:[email protected]?Subject=HydroCouple Composer\">[email protected]</a></p>" | ||
"<p align=\"center\"><a href=\"www.hydrocouple.org\">www.hydrocouple.org</a></p>" | ||
"<p align=\"justify\"><a href=\"mailto:[email protected]?Subject=HydroCouple Composer\">[email protected]</a></p>" | ||
"<p align=\"justify\"><a href=\"www.hydrocouple.org\">www.hydrocouple.org</a></p>" | ||
"</body>" | ||
"</html>"); | ||
} | ||
|