diff options
Diffstat (limited to 'autodoc/source/display')
-rw-r--r-- | autodoc/source/display/html/cfrstd.cxx | 4 |
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(>); int year = 1900 + plt->tm_year; - cr << "Copyright © " + cr << "Copyright © 1995, " << year - << " Sun Microsystems, Inc."; + << ", Oracle and/or its affiliates. All rights reserved."; return String(cr.c_str()); // return "Copyright © 2003 Sun Microsystems, Inc."; |