summaryrefslogtreecommitdiff
path: root/configmgr/source
diff options
context:
space:
mode:
authorsb <sb@openoffice.org>2010-02-25 15:59:15 +0100
committersb <sb@openoffice.org>2010-02-25 15:59:15 +0100
commit1fb53ace3492c293080191a61e36f1d332511422 (patch)
treeffb29baf0683c38515d32610c19534b63d2707b0 /configmgr/source
parent5bdd72d815955fc602fe7494c03a61650f2bd0ce (diff)
sb118: #i109125# change source file copyright notice from Sun Microsystems to Oracle
Diffstat (limited to 'configmgr/source')
-rw-r--r--configmgr/source/access.cxx8
-rw-r--r--configmgr/source/access.hxx8
-rw-r--r--configmgr/source/broadcaster.cxx8
-rw-r--r--configmgr/source/broadcaster.hxx8
-rw-r--r--configmgr/source/childaccess.cxx8
-rw-r--r--configmgr/source/childaccess.hxx8
-rw-r--r--configmgr/source/components.cxx8
-rw-r--r--configmgr/source/components.hxx8
-rw-r--r--configmgr/source/configurationprovider.cxx8
-rw-r--r--configmgr/source/configurationprovider.hxx8
-rw-r--r--configmgr/source/data.cxx8
-rw-r--r--configmgr/source/data.hxx8
-rw-r--r--configmgr/source/defaultprovider.cxx8
-rw-r--r--configmgr/source/defaultprovider.hxx8
-rw-r--r--configmgr/source/groupnode.cxx8
-rw-r--r--configmgr/source/groupnode.hxx8
-rw-r--r--configmgr/source/localizedpropertynode.cxx8
-rw-r--r--configmgr/source/localizedpropertynode.hxx8
-rw-r--r--configmgr/source/localizedvaluenode.cxx8
-rw-r--r--configmgr/source/localizedvaluenode.hxx8
-rw-r--r--configmgr/source/lock.cxx8
-rw-r--r--configmgr/source/lock.hxx8
-rw-r--r--configmgr/source/makefile.mk8
-rw-r--r--configmgr/source/modifications.cxx8
-rw-r--r--configmgr/source/modifications.hxx8
-rw-r--r--configmgr/source/node.cxx8
-rw-r--r--configmgr/source/node.hxx8
-rw-r--r--configmgr/source/nodemap.cxx8
-rw-r--r--configmgr/source/nodemap.hxx8
-rw-r--r--configmgr/source/pad.cxx8
-rw-r--r--configmgr/source/pad.hxx8
-rw-r--r--configmgr/source/parsemanager.cxx8
-rw-r--r--configmgr/source/parsemanager.hxx8
-rw-r--r--configmgr/source/parser.hxx8
-rw-r--r--configmgr/source/path.hxx8
-rw-r--r--configmgr/source/propertynode.cxx8
-rw-r--r--configmgr/source/propertynode.hxx8
-rw-r--r--configmgr/source/rootaccess.cxx8
-rw-r--r--configmgr/source/rootaccess.hxx8
-rw-r--r--configmgr/source/services.cxx8
-rw-r--r--configmgr/source/setnode.cxx8
-rw-r--r--configmgr/source/setnode.hxx8
-rw-r--r--configmgr/source/span.hxx8
-rw-r--r--configmgr/source/type.cxx8
-rw-r--r--configmgr/source/type.hxx8
-rw-r--r--configmgr/source/update.cxx8
-rw-r--r--configmgr/source/valueparser.cxx8
-rw-r--r--configmgr/source/valueparser.hxx8
-rw-r--r--configmgr/source/writemodfile.cxx8
-rw-r--r--configmgr/source/writemodfile.hxx8
-rw-r--r--configmgr/source/xcdparser.cxx8
-rw-r--r--configmgr/source/xcdparser.hxx8
-rw-r--r--configmgr/source/xcsparser.cxx8
-rw-r--r--configmgr/source/xcsparser.hxx8
-rw-r--r--configmgr/source/xcuparser.cxx8
-rw-r--r--configmgr/source/xcuparser.hxx8
-rw-r--r--configmgr/source/xmldata.cxx8
-rw-r--r--configmgr/source/xmldata.hxx8
-rw-r--r--configmgr/source/xmlreader.cxx8
-rw-r--r--configmgr/source/xmlreader.hxx8
60 files changed, 180 insertions, 300 deletions
diff --git a/configmgr/source/access.cxx b/configmgr/source/access.cxx
index 55d32f5d8ee9..7af9c1f8d9c0 100644
--- a/configmgr/source/access.cxx
+++ b/configmgr/source/access.cxx
@@ -1,14 +1,11 @@
/*************************************************************************
+*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
-* Copyright 2009 by Sun Microsystems, Inc.
+* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
-* $RCSfile: code,v $
-*
-* $Revision: 1.4 $
-*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
@@ -25,6 +22,7 @@
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
+*
************************************************************************/
#include "precompiled_configmgr.hxx"
diff --git a/configmgr/source/access.hxx b/configmgr/source/access.hxx
index 70e9e5302290..8c10aa8ccece 100644
--- a/configmgr/source/access.hxx
+++ b/configmgr/source/access.hxx
@@ -1,14 +1,11 @@
/*************************************************************************
+*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
-* Copyright 2009 by Sun Microsystems, Inc.
+* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
-* $RCSfile: code,v $
-*
-* $Revision: 1.4 $
-*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
@@ -25,6 +22,7 @@
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
+*
************************************************************************/
#ifndef INCLUDED_CONFIGMGR_SOURCE_ACCESS_HXX
diff --git a/configmgr/source/broadcaster.cxx b/configmgr/source/broadcaster.cxx
index c9e41636985a..bb77039dcc8f 100644
--- a/configmgr/source/broadcaster.cxx
+++ b/configmgr/source/broadcaster.cxx
@@ -1,14 +1,11 @@
/*************************************************************************
+*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
-* Copyright 2009 by Sun Microsystems, Inc.
+* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
-* $RCSfile: code,v $
-*
-* $Revision: 1.4 $
-*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
@@ -25,6 +22,7 @@
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
+*
************************************************************************/
#include "precompiled_configmgr.hxx"
diff --git a/configmgr/source/broadcaster.hxx b/configmgr/source/broadcaster.hxx
index 88f8d908972a..95c4b1fac49b 100644
--- a/configmgr/source/broadcaster.hxx
+++ b/configmgr/source/broadcaster.hxx
@@ -1,14 +1,11 @@
/*************************************************************************
+*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
-* Copyright 2009 by Sun Microsystems, Inc.
+* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
-* $RCSfile: code,v $
-*
-* $Revision: 1.4 $
-*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
@@ -25,6 +22,7 @@
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
+*
************************************************************************/
#ifndef INCLUDED_CONFIGMGR_SOURCE_BROADCASTER_HXX
diff --git a/configmgr/source/childaccess.cxx b/configmgr/source/childaccess.cxx
index 77c4f77bc4ba..ef2b213d4ef1 100644
--- a/configmgr/source/childaccess.cxx
+++ b/configmgr/source/childaccess.cxx
@@ -1,14 +1,11 @@
/*************************************************************************
+*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
-* Copyright 2009 by Sun Microsystems, Inc.
+* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
-* $RCSfile: code,v $
-*
-* $Revision: 1.4 $
-*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
@@ -25,6 +22,7 @@
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
+*
************************************************************************/
#include "precompiled_configmgr.hxx"
diff --git a/configmgr/source/childaccess.hxx b/configmgr/source/childaccess.hxx
index cb6703a28d14..c1cb14896978 100644
--- a/configmgr/source/childaccess.hxx
+++ b/configmgr/source/childaccess.hxx
@@ -1,14 +1,11 @@
/*************************************************************************
+*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
-* Copyright 2009 by Sun Microsystems, Inc.
+* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
-* $RCSfile: code,v $
-*
-* $Revision: 1.4 $
-*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
@@ -25,6 +22,7 @@
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
+*
************************************************************************/
#ifndef INCLUDED_CONFIGMGR_SOURCE_CHILDACCESS_HXX
diff --git a/configmgr/source/components.cxx b/configmgr/source/components.cxx
index 219a5210d0a0..99ee5ca3da1f 100644
--- a/configmgr/source/components.cxx
+++ b/configmgr/source/components.cxx
@@ -1,14 +1,11 @@
/*************************************************************************
+*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
-* Copyright 2009 by Sun Microsystems, Inc.
+* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
-* $RCSfile: code,v $
-*
-* $Revision: 1.4 $
-*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
@@ -25,6 +22,7 @@
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
+*
************************************************************************/
#include "precompiled_configmgr.hxx"
diff --git a/configmgr/source/components.hxx b/configmgr/source/components.hxx
index ad7c227a9bc6..8523b02cbbaf 100644
--- a/configmgr/source/components.hxx
+++ b/configmgr/source/components.hxx
@@ -1,14 +1,11 @@
/*************************************************************************
+*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
-* Copyright 2009 by Sun Microsystems, Inc.
+* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
-* $RCSfile: code,v $
-*
-* $Revision: 1.4 $
-*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
@@ -25,6 +22,7 @@
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
+*
************************************************************************/
#ifndef INCLUDED_CONFIGMGR_SOURCE_COMPONENTS_HXX
diff --git a/configmgr/source/configurationprovider.cxx b/configmgr/source/configurationprovider.cxx
index ea72fd86a6d4..a89540a88158 100644
--- a/configmgr/source/configurationprovider.cxx
+++ b/configmgr/source/configurationprovider.cxx
@@ -1,14 +1,11 @@
/*************************************************************************
+*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
-* Copyright 2009 by Sun Microsystems, Inc.
+* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
-* $RCSfile: code,v $
-*
-* $Revision: 1.4 $
-*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
@@ -25,6 +22,7 @@
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
+*
************************************************************************/
#include "precompiled_configmgr.hxx"
diff --git a/configmgr/source/configurationprovider.hxx b/configmgr/source/configurationprovider.hxx
index ee8dd3bb9036..4a8c38383774 100644
--- a/configmgr/source/configurationprovider.hxx
+++ b/configmgr/source/configurationprovider.hxx
@@ -1,14 +1,11 @@
/*************************************************************************
+*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
-* Copyright 2009 by Sun Microsystems, Inc.
+* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
-* $RCSfile: code,v $
-*
-* $Revision: 1.4 $
-*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
@@ -25,6 +22,7 @@
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
+*
************************************************************************/
#ifndef INCLUDED_CONFIGMGR_SOURCE_CONFIGURATIONPROVIDER_HXX
diff --git a/configmgr/source/data.cxx b/configmgr/source/data.cxx
index e783abb7e25c..5540a40fd5f4 100644
--- a/configmgr/source/data.cxx
+++ b/configmgr/source/data.cxx
@@ -1,14 +1,11 @@
/*************************************************************************
+*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
-* Copyright 2009 by Sun Microsystems, Inc.
+* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
-* $RCSfile: code,v $
-*
-* $Revision: 1.4 $
-*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
@@ -25,6 +22,7 @@
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
+*
************************************************************************/
#include "precompiled_configmgr.hxx"
diff --git a/configmgr/source/data.hxx b/configmgr/source/data.hxx
index 7f36b2cf27af..495ca1233878 100644
--- a/configmgr/source/data.hxx
+++ b/configmgr/source/data.hxx
@@ -1,14 +1,11 @@
/*************************************************************************
+*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
-* Copyright 2009 by Sun Microsystems, Inc.
+* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
-* $RCSfile: code,v $
-*
-* $Revision: 1.4 $
-*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
@@ -25,6 +22,7 @@
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
+*
************************************************************************/
#ifndef INCLUDED_CONFIGMGR_SOURCE_DATA_HXX
diff --git a/configmgr/source/defaultprovider.cxx b/configmgr/source/defaultprovider.cxx
index e968bf6ce8ca..d069663290e8 100644
--- a/configmgr/source/defaultprovider.cxx
+++ b/configmgr/source/defaultprovider.cxx
@@ -1,14 +1,11 @@
/*************************************************************************
+*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
-* Copyright 2009 by Sun Microsystems, Inc.
+* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
-* $RCSfile: code,v $
-*
-* $Revision: 1.4 $
-*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
@@ -25,6 +22,7 @@
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
+*
************************************************************************/
#include "precompiled_configmgr.hxx"
diff --git a/configmgr/source/defaultprovider.hxx b/configmgr/source/defaultprovider.hxx
index 56f0b8757995..7b267a80b42e 100644
--- a/configmgr/source/defaultprovider.hxx
+++ b/configmgr/source/defaultprovider.hxx
@@ -1,14 +1,11 @@
/*************************************************************************
+*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
-* Copyright 2009 by Sun Microsystems, Inc.
+* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
-* $RCSfile: code,v $
-*
-* $Revision: 1.4 $
-*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
@@ -25,6 +22,7 @@
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
+*
************************************************************************/
#ifndef INCLUDED_CONFIGMGR_SOURCE_DEFAULTPROVIDER_HXX
diff --git a/configmgr/source/groupnode.cxx b/configmgr/source/groupnode.cxx
index 1248f284c35e..60d825451d69 100644
--- a/configmgr/source/groupnode.cxx
+++ b/configmgr/source/groupnode.cxx
@@ -1,14 +1,11 @@
/*************************************************************************
+*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
-* Copyright 2009 by Sun Microsystems, Inc.
+* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
-* $RCSfile: code,v $
-*
-* $Revision: 1.4 $
-*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
@@ -25,6 +22,7 @@
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
+*
************************************************************************/
#include "precompiled_configmgr.hxx"
diff --git a/configmgr/source/groupnode.hxx b/configmgr/source/groupnode.hxx
index 21dd569464cc..be4907b86ce3 100644
--- a/configmgr/source/groupnode.hxx
+++ b/configmgr/source/groupnode.hxx
@@ -1,14 +1,11 @@
/*************************************************************************
+*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
-* Copyright 2009 by Sun Microsystems, Inc.
+* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
-* $RCSfile: code,v $
-*
-* $Revision: 1.4 $
-*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
@@ -25,6 +22,7 @@
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
+*
************************************************************************/
#ifndef INCLUDED_CONFIGMGR_SOURCE_GROUPNODE_HXX
diff --git a/configmgr/source/localizedpropertynode.cxx b/configmgr/source/localizedpropertynode.cxx
index 6f80411904dd..9c5fa3328a58 100644
--- a/configmgr/source/localizedpropertynode.cxx
+++ b/configmgr/source/localizedpropertynode.cxx
@@ -1,14 +1,11 @@
/*************************************************************************
+*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
-* Copyright 2009 by Sun Microsystems, Inc.
+* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
-* $RCSfile: code,v $
-*
-* $Revision: 1.4 $
-*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
@@ -25,6 +22,7 @@
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
+*
************************************************************************/
#include "precompiled_configmgr.hxx"
diff --git a/configmgr/source/localizedpropertynode.hxx b/configmgr/source/localizedpropertynode.hxx
index 2fce6201b45e..d5a16af0e54d 100644
--- a/configmgr/source/localizedpropertynode.hxx
+++ b/configmgr/source/localizedpropertynode.hxx
@@ -1,14 +1,11 @@
/*************************************************************************
+*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
-* Copyright 2009 by Sun Microsystems, Inc.
+* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
-* $RCSfile: code,v $
-*
-* $Revision: 1.4 $
-*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
@@ -25,6 +22,7 @@
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
+*
************************************************************************/
#ifndef INCLUDED_CONFIGMGR_SOURCE_LOCALIZEDPROPERTYNODE_HXX
diff --git a/configmgr/source/localizedvaluenode.cxx b/configmgr/source/localizedvaluenode.cxx
index bce3c2ceb2ea..f6246106c8fe 100644
--- a/configmgr/source/localizedvaluenode.cxx
+++ b/configmgr/source/localizedvaluenode.cxx
@@ -1,14 +1,11 @@
/*************************************************************************
+*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
-* Copyright 2009 by Sun Microsystems, Inc.
+* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
-* $RCSfile: code,v $
-*
-* $Revision: 1.4 $
-*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
@@ -25,6 +22,7 @@
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
+*
************************************************************************/
#include "precompiled_configmgr.hxx"
diff --git a/configmgr/source/localizedvaluenode.hxx b/configmgr/source/localizedvaluenode.hxx
index dc36a2ffe2e5..7f8a5dd987ce 100644
--- a/configmgr/source/localizedvaluenode.hxx
+++ b/configmgr/source/localizedvaluenode.hxx
@@ -1,14 +1,11 @@
/*************************************************************************
+*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
-* Copyright 2009 by Sun Microsystems, Inc.
+* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
-* $RCSfile: code,v $
-*
-* $Revision: 1.4 $
-*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
@@ -25,6 +22,7 @@
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
+*
************************************************************************/
#ifndef INCLUDED_CONFIGMGR_SOURCE_LOCALIZEDVALUENODE_HXX
diff --git a/configmgr/source/lock.cxx b/configmgr/source/lock.cxx
index d90aebdde766..dc7f26a34e73 100644
--- a/configmgr/source/lock.cxx
+++ b/configmgr/source/lock.cxx
@@ -1,14 +1,11 @@
/*************************************************************************
+*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
-* Copyright 2009 by Sun Microsystems, Inc.
+* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
-* $RCSfile: code,v $
-*
-* $Revision: 1.4 $
-*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
@@ -25,6 +22,7 @@
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
+*
************************************************************************/
#include "precompiled_configmgr.hxx"
diff --git a/configmgr/source/lock.hxx b/configmgr/source/lock.hxx
index 99c796c94d02..b541f48fbe77 100644
--- a/configmgr/source/lock.hxx
+++ b/configmgr/source/lock.hxx
@@ -1,14 +1,11 @@
/*************************************************************************
+*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
-* Copyright 2009 by Sun Microsystems, Inc.
+* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
-* $RCSfile: code,v $
-*
-* $Revision: 1.4 $
-*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
@@ -25,6 +22,7 @@
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
+*
************************************************************************/
#ifndef INCLUDED_CONFIGMGR_SOURCE_LOCK_HXX
diff --git a/configmgr/source/makefile.mk b/configmgr/source/makefile.mk
index e7db49416914..d6972e12b9d8 100644
--- a/configmgr/source/makefile.mk
+++ b/configmgr/source/makefile.mk
@@ -1,14 +1,11 @@
#*************************************************************************
+#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
-# Copyright 2009 by Sun Microsystems, Inc.
+# Copyright 2000, 2010 Oracle and/or its affiliates.
#
# OpenOffice.org - a multi-platform office productivity suite
#
-# $RCSfile: makefile,v $
-#
-# $Revision: 1.4 $
-#
# This file is part of OpenOffice.org.
#
# OpenOffice.org is free software: you can redistribute it and/or modify
@@ -25,6 +22,7 @@
# version 3 along with OpenOffice.org. If not, see
# <http://www.openoffice.org/license.html>
# for a copy of the LGPLv3 License.
+#
#***********************************************************************/
PRJ = ..
diff --git a/configmgr/source/modifications.cxx b/configmgr/source/modifications.cxx
index b518c982fa89..2ad3b5ef8bd1 100644
--- a/configmgr/source/modifications.cxx
+++ b/configmgr/source/modifications.cxx
@@ -1,14 +1,11 @@
/*************************************************************************
+*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
-* Copyright 2009 by Sun Microsystems, Inc.
+* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
-* $RCSfile: code,v $
-*
-* $Revision: 1.4 $
-*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
@@ -25,6 +22,7 @@
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
+*
************************************************************************/
#include "precompiled_configmgr.hxx"
diff --git a/configmgr/source/modifications.hxx b/configmgr/source/modifications.hxx
index 75295ce5c194..e29a10150148 100644
--- a/configmgr/source/modifications.hxx
+++ b/configmgr/source/modifications.hxx
@@ -1,14 +1,11 @@
/*************************************************************************
+*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
-* Copyright 2009 by Sun Microsystems, Inc.
+* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
-* $RCSfile: code,v $
-*
-* $Revision: 1.4 $
-*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
@@ -25,6 +22,7 @@
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
+*
************************************************************************/
#ifndef INCLUDED_CONFIGMGR_SOURCE_MODIFICATIONS_HXX
diff --git a/configmgr/source/node.cxx b/configmgr/source/node.cxx
index 4e077e62ddb3..a5a089106b2a 100644
--- a/configmgr/source/node.cxx
+++ b/configmgr/source/node.cxx
@@ -1,14 +1,11 @@
/*************************************************************************
+*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
-* Copyright 2009 by Sun Microsystems, Inc.
+* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
-* $RCSfile: code,v $
-*
-* $Revision: 1.4 $
-*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
@@ -25,6 +22,7 @@
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
+*
************************************************************************/
#include "precompiled_configmgr.hxx"
diff --git a/configmgr/source/node.hxx b/configmgr/source/node.hxx
index d11bc2e26d5a..10f168520595 100644
--- a/configmgr/source/node.hxx
+++ b/configmgr/source/node.hxx
@@ -1,14 +1,11 @@
/*************************************************************************
+*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
-* Copyright 2009 by Sun Microsystems, Inc.
+* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
-* $RCSfile: code,v $
-*
-* $Revision: 1.4 $
-*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
@@ -25,6 +22,7 @@
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
+*
************************************************************************/
#ifndef INCLUDED_CONFIGMGR_SOURCE_NODE_HXX
diff --git a/configmgr/source/nodemap.cxx b/configmgr/source/nodemap.cxx
index ba4e25833eac..6b22863b5672 100644
--- a/configmgr/source/nodemap.cxx
+++ b/configmgr/source/nodemap.cxx
@@ -1,14 +1,11 @@
/*************************************************************************
+*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
-* Copyright 2009 by Sun Microsystems, Inc.
+* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
-* $RCSfile: code,v $
-*
-* $Revision: 1.4 $
-*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
@@ -25,6 +22,7 @@
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
+*
************************************************************************/
#include "precompiled_configmgr.hxx"
diff --git a/configmgr/source/nodemap.hxx b/configmgr/source/nodemap.hxx
index 4a10e0ce6cf6..92ea324091cd 100644
--- a/configmgr/source/nodemap.hxx
+++ b/configmgr/source/nodemap.hxx
@@ -1,14 +1,11 @@
/*************************************************************************
+*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
-* Copyright 2009 by Sun Microsystems, Inc.
+* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
-* $RCSfile: code,v $
-*
-* $Revision: 1.4 $
-*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
@@ -25,6 +22,7 @@
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
+*
************************************************************************/
#ifndef INCLUDED_CONFIGMGR_SOURCE_NODEMAP_HXX
diff --git a/configmgr/source/pad.cxx b/configmgr/source/pad.cxx
index 5bd5c6e5a9f9..c8c7218b6da6 100644
--- a/configmgr/source/pad.cxx
+++ b/configmgr/source/pad.cxx
@@ -1,14 +1,11 @@
/*************************************************************************
+*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
-* Copyright 2009 by Sun Microsystems, Inc.
+* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
-* $RCSfile: code,v $
-*
-* $Revision: 1.4 $
-*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
@@ -25,6 +22,7 @@
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
+*
************************************************************************/
#include "precompiled_configmgr.hxx"
diff --git a/configmgr/source/pad.hxx b/configmgr/source/pad.hxx
index e941d68a4342..66a51f480023 100644
--- a/configmgr/source/pad.hxx
+++ b/configmgr/source/pad.hxx
@@ -1,14 +1,11 @@
/*************************************************************************
+*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
-* Copyright 2009 by Sun Microsystems, Inc.
+* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
-* $RCSfile: code,v $
-*
-* $Revision: 1.4 $
-*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
@@ -25,6 +22,7 @@
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
+*
************************************************************************/
#ifndef INCLUDED_CONFIGMGR_SOURCE_PAD_HXX
diff --git a/configmgr/source/parsemanager.cxx b/configmgr/source/parsemanager.cxx
index ba23a856e65f..69a5515b977c 100644
--- a/configmgr/source/parsemanager.cxx
+++ b/configmgr/source/parsemanager.cxx
@@ -1,14 +1,11 @@
/*************************************************************************
+*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
-* Copyright 2009 by Sun Microsystems, Inc.
+* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
-* $RCSfile: code,v $
-*
-* $Revision: 1.4 $
-*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
@@ -25,6 +22,7 @@
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
+*
************************************************************************/
#include "precompiled_configmgr.hxx"
diff --git a/configmgr/source/parsemanager.hxx b/configmgr/source/parsemanager.hxx
index 028d6cc04c26..18292859ab98 100644
--- a/configmgr/source/parsemanager.hxx
+++ b/configmgr/source/parsemanager.hxx
@@ -1,14 +1,11 @@
/*************************************************************************
+*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
-* Copyright 2009 by Sun Microsystems, Inc.
+* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
-* $RCSfile: code,v $
-*
-* $Revision: 1.4 $
-*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
@@ -25,6 +22,7 @@
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
+*
************************************************************************/
#ifndef INCLUDED_CONFIGMGR_SOURCE_PARSEMANAGER_HXX
diff --git a/configmgr/source/parser.hxx b/configmgr/source/parser.hxx
index c80e3dfc2731..da29941953b5 100644
--- a/configmgr/source/parser.hxx
+++ b/configmgr/source/parser.hxx
@@ -1,14 +1,11 @@
/*************************************************************************
+*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
-* Copyright 2009 by Sun Microsystems, Inc.
+* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
-* $RCSfile: code,v $
-*
-* $Revision: 1.4 $
-*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
@@ -25,6 +22,7 @@
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
+*
************************************************************************/
#ifndef INCLUDED_CONFIGMGR_SOURCE_PARSER_HXX
diff --git a/configmgr/source/path.hxx b/configmgr/source/path.hxx
index 34b08b915e1a..fc70287dfe7b 100644
--- a/configmgr/source/path.hxx
+++ b/configmgr/source/path.hxx
@@ -1,14 +1,11 @@
/*************************************************************************
+*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
-* Copyright 2009 by Sun Microsystems, Inc.
+* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
-* $RCSfile: code,v $
-*
-* $Revision: 1.4 $
-*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
@@ -25,6 +22,7 @@
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
+*
************************************************************************/
#ifndef INCLUDED_CONFIGMGR_SOURCE_PATH_HXX
diff --git a/configmgr/source/propertynode.cxx b/configmgr/source/propertynode.cxx
index 93aec170bfda..070b56d9be9a 100644
--- a/configmgr/source/propertynode.cxx
+++ b/configmgr/source/propertynode.cxx
@@ -1,14 +1,11 @@
/*************************************************************************
+*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
-* Copyright 2009 by Sun Microsystems, Inc.
+* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
-* $RCSfile: code,v $
-*
-* $Revision: 1.4 $
-*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
@@ -25,6 +22,7 @@
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
+*
************************************************************************/
#include "precompiled_configmgr.hxx"
diff --git a/configmgr/source/propertynode.hxx b/configmgr/source/propertynode.hxx
index bd5c78f7786f..1566cbf72dbe 100644
--- a/configmgr/source/propertynode.hxx
+++ b/configmgr/source/propertynode.hxx
@@ -1,14 +1,11 @@
/*************************************************************************
+*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
-* Copyright 2009 by Sun Microsystems, Inc.
+* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
-* $RCSfile: code,v $
-*
-* $Revision: 1.4 $
-*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
@@ -25,6 +22,7 @@
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
+*
************************************************************************/
#ifndef INCLUDED_CONFIGMGR_SOURCE_PROPERTYNODE_HXX
diff --git a/configmgr/source/rootaccess.cxx b/configmgr/source/rootaccess.cxx
index 2b3f770576cc..f8ccc6a31546 100644
--- a/configmgr/source/rootaccess.cxx
+++ b/configmgr/source/rootaccess.cxx
@@ -1,14 +1,11 @@
/*************************************************************************
+*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
-* Copyright 2009 by Sun Microsystems, Inc.
+* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
-* $RCSfile: code,v $
-*
-* $Revision: 1.4 $
-*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
@@ -25,6 +22,7 @@
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
+*
************************************************************************/
#include "precompiled_configmgr.hxx"
diff --git a/configmgr/source/rootaccess.hxx b/configmgr/source/rootaccess.hxx
index e8d0999a19fa..45d4193d70de 100644
--- a/configmgr/source/rootaccess.hxx
+++ b/configmgr/source/rootaccess.hxx
@@ -1,14 +1,11 @@
/*************************************************************************
+*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
-* Copyright 2009 by Sun Microsystems, Inc.
+* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
-* $RCSfile: code,v $
-*
-* $Revision: 1.4 $
-*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
@@ -25,6 +22,7 @@
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
+*
************************************************************************/
#ifndef INCLUDED_CONFIGMGR_SOURCE_ROOTACCESS_HXX
diff --git a/configmgr/source/services.cxx b/configmgr/source/services.cxx
index acbd2066a5d9..3a009b3cee15 100644
--- a/configmgr/source/services.cxx
+++ b/configmgr/source/services.cxx
@@ -1,14 +1,11 @@
/*************************************************************************
+*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
-* Copyright 2009 by Sun Microsystems, Inc.
+* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
-* $RCSfile: code,v $
-*
-* $Revision: 1.4 $
-*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
@@ -25,6 +22,7 @@
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
+*
************************************************************************/
#include "precompiled_configmgr.hxx"
diff --git a/configmgr/source/setnode.cxx b/configmgr/source/setnode.cxx
index 2f5de9628e1d..f19c36c0bba5 100644
--- a/configmgr/source/setnode.cxx
+++ b/configmgr/source/setnode.cxx
@@ -1,14 +1,11 @@
/*************************************************************************
+*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
-* Copyright 2009 by Sun Microsystems, Inc.
+* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
-* $RCSfile: code,v $
-*
-* $Revision: 1.4 $
-*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
@@ -25,6 +22,7 @@
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
+*
************************************************************************/
#include "precompiled_configmgr.hxx"
diff --git a/configmgr/source/setnode.hxx b/configmgr/source/setnode.hxx
index 1aeb19d965b8..7bf1ab0a199e 100644
--- a/configmgr/source/setnode.hxx
+++ b/configmgr/source/setnode.hxx
@@ -1,14 +1,11 @@
/*************************************************************************
+*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
-* Copyright 2009 by Sun Microsystems, Inc.
+* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
-* $RCSfile: code,v $
-*
-* $Revision: 1.4 $
-*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
@@ -25,6 +22,7 @@
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
+*
************************************************************************/
#ifndef INCLUDED_CONFIGMGR_SOURCE_SETNODE_HXX
diff --git a/configmgr/source/span.hxx b/configmgr/source/span.hxx
index 09aa23beb74e..689618613700 100644
--- a/configmgr/source/span.hxx
+++ b/configmgr/source/span.hxx
@@ -1,14 +1,11 @@
/*************************************************************************
+*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
-* Copyright 2009 by Sun Microsystems, Inc.
+* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
-* $RCSfile: code,v $
-*
-* $Revision: 1.4 $
-*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
@@ -25,6 +22,7 @@
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
+*
************************************************************************/
#ifndef INCLUDED_CONFIGMGR_SOURCE_SPAN_HXX
diff --git a/configmgr/source/type.cxx b/configmgr/source/type.cxx
index c1e6f118ca63..e1b8a95859ef 100644
--- a/configmgr/source/type.cxx
+++ b/configmgr/source/type.cxx
@@ -1,14 +1,11 @@
/*************************************************************************
+*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
-* Copyright 2009 by Sun Microsystems, Inc.
+* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
-* $RCSfile: code,v $
-*
-* $Revision: 1.4 $
-*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
@@ -25,6 +22,7 @@
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
+*
************************************************************************/
#include "precompiled_configmgr.hxx"
diff --git a/configmgr/source/type.hxx b/configmgr/source/type.hxx
index 07d302f1592e..85edc9b5e9cd 100644
--- a/configmgr/source/type.hxx
+++ b/configmgr/source/type.hxx
@@ -1,14 +1,11 @@
/*************************************************************************
+*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
-* Copyright 2009 by Sun Microsystems, Inc.
+* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
-* $RCSfile: code,v $
-*
-* $Revision: 1.4 $
-*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
@@ -25,6 +22,7 @@
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
+*
************************************************************************/
#ifndef INCLUDED_CONFIGMGR_SOURCE_TYPE_HXX
diff --git a/configmgr/source/update.cxx b/configmgr/source/update.cxx
index dafd8148b504..ab711c3bec10 100644
--- a/configmgr/source/update.cxx
+++ b/configmgr/source/update.cxx
@@ -1,14 +1,11 @@
/*************************************************************************
+*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
-* Copyright 2009 by Sun Microsystems, Inc.
+* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
-* $RCSfile: code,v $
-*
-* $Revision: 1.4 $
-*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
@@ -25,6 +22,7 @@
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
+*
************************************************************************/
#include "precompiled_configmgr.hxx"
diff --git a/configmgr/source/valueparser.cxx b/configmgr/source/valueparser.cxx
index f36ccba850ad..f951aac5ca01 100644
--- a/configmgr/source/valueparser.cxx
+++ b/configmgr/source/valueparser.cxx
@@ -1,14 +1,11 @@
/*************************************************************************
+*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
-* Copyright 2009 by Sun Microsystems, Inc.
+* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
-* $RCSfile: code,v $
-*
-* $Revision: 1.4 $
-*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
@@ -25,6 +22,7 @@
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
+*
************************************************************************/
#include "precompiled_configmgr.hxx"
diff --git a/configmgr/source/valueparser.hxx b/configmgr/source/valueparser.hxx
index fae541b2ebab..c328fe7eddce 100644
--- a/configmgr/source/valueparser.hxx
+++ b/configmgr/source/valueparser.hxx
@@ -1,14 +1,11 @@
/*************************************************************************
+*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
-* Copyright 2009 by Sun Microsystems, Inc.
+* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
-* $RCSfile: code,v $
-*
-* $Revision: 1.4 $
-*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
@@ -25,6 +22,7 @@
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
+*
************************************************************************/
#ifndef INCLUDED_CONFIGMGR_SOURCE_VALUEPARSER_HXX
diff --git a/configmgr/source/writemodfile.cxx b/configmgr/source/writemodfile.cxx
index 1fcd5dec81fb..a8e0f77cbd2e 100644
--- a/configmgr/source/writemodfile.cxx
+++ b/configmgr/source/writemodfile.cxx
@@ -1,14 +1,11 @@
/*************************************************************************
+*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
-* Copyright 2009 by Sun Microsystems, Inc.
+* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
-* $RCSfile: code,v $
-*
-* $Revision: 1.4 $
-*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
@@ -25,6 +22,7 @@
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
+*
************************************************************************/
#include "precompiled_configmgr.hxx"
diff --git a/configmgr/source/writemodfile.hxx b/configmgr/source/writemodfile.hxx
index d1dfe4b2ecb8..250edfd095af 100644
--- a/configmgr/source/writemodfile.hxx
+++ b/configmgr/source/writemodfile.hxx
@@ -1,14 +1,11 @@
/*************************************************************************
+*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
-* Copyright 2009 by Sun Microsystems, Inc.
+* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
-* $RCSfile: code,v $
-*
-* $Revision: 1.4 $
-*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
@@ -25,6 +22,7 @@
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
+*
************************************************************************/
#ifndef INCLUDED_CONFIGMGR_SOURCE_WRITEMODFILE_HXX
diff --git a/configmgr/source/xcdparser.cxx b/configmgr/source/xcdparser.cxx
index b72f8df33d7c..2f860f805487 100644
--- a/configmgr/source/xcdparser.cxx
+++ b/configmgr/source/xcdparser.cxx
@@ -1,14 +1,11 @@
/*************************************************************************
+*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
-* Copyright 2009 by Sun Microsystems, Inc.
+* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
-* $RCSfile: code,v $
-*
-* $Revision: 1.4 $
-*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
@@ -25,6 +22,7 @@
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
+*
************************************************************************/
#include "precompiled_configmgr.hxx"
diff --git a/configmgr/source/xcdparser.hxx b/configmgr/source/xcdparser.hxx
index 7183f64f2387..2e35b3686e60 100644
--- a/configmgr/source/xcdparser.hxx
+++ b/configmgr/source/xcdparser.hxx
@@ -1,14 +1,11 @@
/*************************************************************************
+*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
-* Copyright 2009 by Sun Microsystems, Inc.
+* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
-* $RCSfile: code,v $
-*
-* $Revision: 1.4 $
-*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
@@ -25,6 +22,7 @@
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
+*
************************************************************************/
#ifndef INCLUDED_CONFIGMGR_SOURCE_XCDPARSER_HXX
diff --git a/configmgr/source/xcsparser.cxx b/configmgr/source/xcsparser.cxx
index 6c771df2dd5d..15141844a276 100644
--- a/configmgr/source/xcsparser.cxx
+++ b/configmgr/source/xcsparser.cxx
@@ -1,14 +1,11 @@
/*************************************************************************
+*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
-* Copyright 2009 by Sun Microsystems, Inc.
+* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
-* $RCSfile: code,v $
-*
-* $Revision: 1.4 $
-*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
@@ -25,6 +22,7 @@
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
+*
************************************************************************/
#include "precompiled_configmgr.hxx"
diff --git a/configmgr/source/xcsparser.hxx b/configmgr/source/xcsparser.hxx
index 739441c471a4..21a124945a2e 100644
--- a/configmgr/source/xcsparser.hxx
+++ b/configmgr/source/xcsparser.hxx
@@ -1,14 +1,11 @@
/*************************************************************************
+*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
-* Copyright 2009 by Sun Microsystems, Inc.
+* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
-* $RCSfile: code,v $
-*
-* $Revision: 1.4 $
-*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
@@ -25,6 +22,7 @@
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
+*
************************************************************************/
#ifndef INCLUDED_CONFIGMGR_SOURCE_XCSPARSER_HXX
diff --git a/configmgr/source/xcuparser.cxx b/configmgr/source/xcuparser.cxx
index d7a1e3da1b6f..220168c62725 100644
--- a/configmgr/source/xcuparser.cxx
+++ b/configmgr/source/xcuparser.cxx
@@ -1,14 +1,11 @@
/*************************************************************************
+*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
-* Copyright 2009 by Sun Microsystems, Inc.
+* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
-* $RCSfile: code,v $
-*
-* $Revision: 1.4 $
-*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
@@ -25,6 +22,7 @@
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
+*
************************************************************************/
#include "precompiled_configmgr.hxx"
diff --git a/configmgr/source/xcuparser.hxx b/configmgr/source/xcuparser.hxx
index fb27d3573032..21806edebe9c 100644
--- a/configmgr/source/xcuparser.hxx
+++ b/configmgr/source/xcuparser.hxx
@@ -1,14 +1,11 @@
/*************************************************************************
+*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
-* Copyright 2009 by Sun Microsystems, Inc.
+* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
-* $RCSfile: code,v $
-*
-* $Revision: 1.4 $
-*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
@@ -25,6 +22,7 @@
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
+*
************************************************************************/
#ifndef INCLUDED_CONFIGMGR_SOURCE_XCUPARSER_HXX
diff --git a/configmgr/source/xmldata.cxx b/configmgr/source/xmldata.cxx
index 710bb6db4e15..07ad4d17a345 100644
--- a/configmgr/source/xmldata.cxx
+++ b/configmgr/source/xmldata.cxx
@@ -1,14 +1,11 @@
/*************************************************************************
+*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
-* Copyright 2009 by Sun Microsystems, Inc.
+* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
-* $RCSfile: code,v $
-*
-* $Revision: 1.4 $
-*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
@@ -25,6 +22,7 @@
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
+*
************************************************************************/
#include "precompiled_configmgr.hxx"
diff --git a/configmgr/source/xmldata.hxx b/configmgr/source/xmldata.hxx
index 8d0e7059a5ca..15a0a36336ad 100644
--- a/configmgr/source/xmldata.hxx
+++ b/configmgr/source/xmldata.hxx
@@ -1,14 +1,11 @@
/*************************************************************************
+*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
-* Copyright 2009 by Sun Microsystems, Inc.
+* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
-* $RCSfile: code,v $
-*
-* $Revision: 1.4 $
-*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
@@ -25,6 +22,7 @@
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
+*
************************************************************************/
#ifndef INCLUDED_CONFIGMGR_SOURCE_XMLDATA_HXX
diff --git a/configmgr/source/xmlreader.cxx b/configmgr/source/xmlreader.cxx
index 9ddbb64bb13a..ac6a08d18604 100644
--- a/configmgr/source/xmlreader.cxx
+++ b/configmgr/source/xmlreader.cxx
@@ -1,14 +1,11 @@
/*************************************************************************
+*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
-* Copyright 2009 by Sun Microsystems, Inc.
+* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
-* $RCSfile: code,v $
-*
-* $Revision: 1.4 $
-*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
@@ -25,6 +22,7 @@
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
+*
************************************************************************/
#include "precompiled_configmgr.hxx"
diff --git a/configmgr/source/xmlreader.hxx b/configmgr/source/xmlreader.hxx
index fb883877adae..83ccac148cd4 100644
--- a/configmgr/source/xmlreader.hxx
+++ b/configmgr/source/xmlreader.hxx
@@ -1,14 +1,11 @@
/*************************************************************************
+*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
-* Copyright 2009 by Sun Microsystems, Inc.
+* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
-* $RCSfile: code,v $
-*
-* $Revision: 1.4 $
-*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
@@ -25,6 +22,7 @@
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
+*
************************************************************************/
#ifndef INCLUDED_CONFIGMGR_SOURCE_XMLREADER_HXX