summaryrefslogtreecommitdiff
path: root/autodoc/source/display/html/cfrstd.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'autodoc/source/display/html/cfrstd.cxx')
-rw-r--r--autodoc/source/display/html/cfrstd.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/autodoc/source/display/html/cfrstd.cxx b/autodoc/source/display/html/cfrstd.cxx
index 1093932699ce..3bf56afb07cc 100644
--- a/autodoc/source/display/html/cfrstd.cxx
+++ b/autodoc/source/display/html/cfrstd.cxx
@@ -336,9 +336,9 @@ MakeCopyRight()
plt = localtime(&gt);
int year = 1900 + plt->tm_year;
- cr << "Copyright &copy; "
+ cr << "Copyright &copy; 1995, "
<< year
- << " Oracle";
+ << ", Oracle and/or its affiliates. All rights reserved.";
return String(cr.c_str());
}