diff --git a/webapp/src/edu/cornell/mannlib/vitro/webapp/controller/freemarker/TermsOfUseController.java b/webapp/src/edu/cornell/mannlib/vitro/webapp/controller/freemarker/TermsOfUseController.java
index d3c9e0f67..6a040481d 100644
--- a/webapp/src/edu/cornell/mannlib/vitro/webapp/controller/freemarker/TermsOfUseController.java
+++ b/webapp/src/edu/cornell/mannlib/vitro/webapp/controller/freemarker/TermsOfUseController.java
@@ -25,15 +25,21 @@ public class TermsOfUseController extends FreemarkerHttpServlet {
protected ResponseValues processRequest(VitroRequest vreq) {
Portal portal = vreq.getPortal();
- Map This ${websiteName} website contains material—text information, publication
- citations, links, and images—provided by ${copyrightAnchor} and by various
+ This ${termsOfUse.siteName} website contains material—text information, publication
+ citations, links, and images—provided by ${termsOfUse.siteHost} and by various
third parties, both individuals and organizations, commercial and otherwise. The use of this material
is protected by copyright and unless the terms of use are clearly stated with respect to individual items,
users must seek permission from the copyright owner for all uses that are not allowed by fair use and
@@ -13,17 +13,17 @@
without express written permission. ${copyrightAnchor} makes no warranty, expressed or implied, including the warranties of merchantability
+ ${termsOfUse.siteHost?cap_first} makes no warranty, expressed or implied, including the warranties of merchantability
and fitness for a particular purpose, or assumes any legal liability or responsibility for the accuracy,
completeness, currency or usefulness of any material displayed or distributed through the
- ${siteName} website or represents that its use would not infringe privately owned rights.
- ${copyrightAnchor} disclaims all warranties with regard to the information provided. Any reliance upon such information
- is at your own risk. In no event will ${copyrightAnchor} be liable to you for any damages or losses whatsoever resulting
- from or caused by the ${siteName} website or its contents.Terms of Use
Disclaimers
- Disclaimer of Liability
-
Reference herein to any specific commercial product, process, or service by trade name, trademark, manufacturer, or otherwise, does not necessarily constitute or imply its endorsement or recommendation - by ${copyrightAnchor}. The views and opinions of authors expressed herein do not necessarily state or reflect those of - ${copyrightAnchor} and shall not be used for advertising or product endorsement purposes.
+ by ${termsOfUse.siteHost}. The views and opinions of authors expressed herein do not necessarily state or reflect those of + ${termsOfUse.siteHost} and shall not be used for advertising or product endorsement purposes. \ No newline at end of file