summaryrefslogtreecommitdiff
path: root/autodoc
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2011-09-03 19:41:20 +0200
committerAndras Timar <atimar@suse.com>2011-09-03 23:34:56 +0200
commit1a1e31c1bc3ce890c69a82a52e81b7f8bf33f079 (patch)
tree606833fcde218e52b95ab9559bfdd65df1a3762f /autodoc
parent133eacbdf0c8c5bf2d03a9458e0378e9fc150206 (diff)
update copyright text for api docs
Diffstat (limited to 'autodoc')
-rw-r--r--autodoc/source/display/html/cfrstd.cxx8
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(&gt);
int year = 1900 + plt->tm_year;
- cr << "Copyright &copy; 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 &copy; 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 &copy; 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());
}