You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by js...@apache.org on 2012/06/04 14:01:12 UTC

svn commit: r1345929 - /incubator/ooo/branches/AOO34/main/autodoc/source/display/html/cfrstd.cxx

Author: jsc
Date: Mon Jun  4 12:01:11 2012
New Revision: 1345929

URL: http://svn.apache.org/viewvc?rev=1345929&view=rev
Log:
119677: correct copyright footer

Modified:
    incubator/ooo/branches/AOO34/main/autodoc/source/display/html/cfrstd.cxx

Modified: incubator/ooo/branches/AOO34/main/autodoc/source/display/html/cfrstd.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/AOO34/main/autodoc/source/display/html/cfrstd.cxx?rev=1345929&r1=1345928&r2=1345929&view=diff
==============================================================================
--- incubator/ooo/branches/AOO34/main/autodoc/source/display/html/cfrstd.cxx (original)
+++ incubator/ooo/branches/AOO34/main/autodoc/source/display/html/cfrstd.cxx Mon Jun  4 12:01:11 2012
@@ -330,9 +330,9 @@ MakeCopyRight()
         plt = localtime(&gt);
     int year = 1900 + plt->tm_year;
 
-    cr  << "Copyright &copy; 1995, "
+    cr  << "Copyright &copy; "
         << 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.";
+        << ", The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOfifce.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.";
     return String(cr.c_str());
 
 }