diff options
author | Andras Timar <atimar@suse.com> | 2011-09-03 19:41:20 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2011-09-03 23:34:56 +0200 |
commit | 1a1e31c1bc3ce890c69a82a52e81b7f8bf33f079 (patch) | |
tree | 606833fcde218e52b95ab9559bfdd65df1a3762f /autodoc/source/display/html | |
parent | 133eacbdf0c8c5bf2d03a9458e0378e9fc150206 (diff) |
update copyright text for api docs
Diffstat (limited to 'autodoc/source/display/html')
-rw-r--r-- | autodoc/source/display/html/cfrstd.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/autodoc/source/display/html/cfrstd.cxx b/autodoc/source/display/html/cfrstd.cxx index 8a4a9f6bc91f..9671bcf4706a 100644 --- a/autodoc/source/display/html/cfrstd.cxx +++ b/autodoc/source/display/html/cfrstd.cxx @@ -337,9 +337,11 @@ MakeCopyRight() plt = localtime(>); int year = 1900 + plt->tm_year; - cr << "Copyright © 1995, " - << year - << ", Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners."; + cr << "LibreOffice is copyright © 2000, " + << year + << ", LibreOffice contributors and/or their affiliates. All rights reserved.</p>" + << "<p class=\"copyright\" align=\"center\">LibreOffice is derived from OpenOffice.org. OpenOffice.org is copyright © 2000, 2011 Oracle and/or its affiliates. All rights reserved.</p>" + << "<p class=\"copyright\" align=\"center\">Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners."; return String(cr.c_str()); } |