Kaydet (Commit) 8430f143 authored tarafından Jürgen Schmidt's avatar Jürgen Schmidt

119677: correct copyright footer

üst 3bf1ea3f
......@@ -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());
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment