summaryrefslogtreecommitdiffstats
path: root/autodoc/source/display/html/cfrstd.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'autodoc/source/display/html/cfrstd.cxx')
-rw-r--r--autodoc/source/display/html/cfrstd.cxx10
1 files changed, 2 insertions, 8 deletions
diff --git a/autodoc/source/display/html/cfrstd.cxx b/autodoc/source/display/html/cfrstd.cxx
index 3a01b1ba890b..1093932699ce 100644
--- a/autodoc/source/display/html/cfrstd.cxx
+++ b/autodoc/source/display/html/cfrstd.cxx
@@ -2,13 +2,10 @@
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
- * Copyright 2008 by Sun Microsystems, Inc.
+ * Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
- * $RCSfile: cfrstd.cxx,v $
- * $Revision: 1.17 $
- *
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
@@ -341,10 +338,7 @@ MakeCopyRight()
cr << "Copyright &copy; "
<< year
- << " Sun Microsystems, Inc.";
+ << " Oracle";
return String(cr.c_str());
-// return "Copyright &copy; 2003 Sun Microsystems, Inc.";
-// return "Copyright &copy; 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.";
-// return "Copyright 2001 OpenOffice.org Foundation. All Rights Reserved.";
}