summaryrefslogtreecommitdiff
path: root/autodoc
diff options
context:
space:
mode:
authorJuergen Schmidt <jsc@openoffice.org>2010-02-15 09:59:02 +0100
committerJuergen Schmidt <jsc@openoffice.org>2010-02-15 09:59:02 +0100
commite19bda917ceb2066eeafaa191400b2b6b192477f (patch)
tree313f8c2455807d14762e85ce3ae4e71e4af38095 /autodoc
parentb6e7f9099f0c1ad79b0842920b2c45ef632b26a7 (diff)
sdk330: #i109273#: change copyright
Diffstat (limited to 'autodoc')
-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 3a01b1ba890b..7132100cfbef 100644
--- a/autodoc/source/display/html/cfrstd.cxx
+++ b/autodoc/source/display/html/cfrstd.cxx
@@ -339,9 +339,9 @@ MakeCopyRight()
plt = localtime(&gt);
int year = 1900 + plt->tm_year;
- cr << "Copyright &copy; "
+ cr << "Copyright &copy; 1995, "
<< year
- << " Sun Microsystems, Inc.";
+ << ", Oracle and/or its affiliates. All rights reserved.";
return String(cr.c_str());
// return "Copyright &copy; 2003 Sun Microsystems, Inc.";