summaryrefslogtreecommitdiff
path: root/qadevOOo
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
commitbe6db479ddf376bd6276da5314c895f0034134bd (patch)
tree8bf4fd982744e8edb282ee0c77a2b3ab029c626b /qadevOOo
parenta1c2690fe68bf550d7c2b22086c7f30145b7e775 (diff)
sb118: #i109125# change source file copyright notice from Sun Microsystems to Oracle
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/objdsc/configmgr/com.sun.star.comp.configuration.ConfigurationProvider.csv8
-rw-r--r--qadevOOo/objdsc/configmgr/com.sun.star.comp.configuration.DefaultProvider.csv8
-rw-r--r--qadevOOo/tests/java/mod/_configmgr/ConfigurationProvider.java8
-rw-r--r--qadevOOo/tests/java/mod/_configmgr/DefaultProvider.java8
-rw-r--r--qadevOOo/tests/java/mod/_configmgr/ProviderTestEnvironment.java8
5 files changed, 15 insertions, 25 deletions
diff --git a/qadevOOo/objdsc/configmgr/com.sun.star.comp.configuration.ConfigurationProvider.csv b/qadevOOo/objdsc/configmgr/com.sun.star.comp.configuration.ConfigurationProvider.csv
index ab15c1ba3f58..4a56a474016c 100644
--- a/qadevOOo/objdsc/configmgr/com.sun.star.comp.configuration.ConfigurationProvider.csv
+++ b/qadevOOo/objdsc/configmgr/com.sun.star.comp.configuration.ConfigurationProvider.csv
@@ -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.
+#
#***********************************************************************/
# In addition to the interfaces of css.configuration.ConfigurationProvider also
diff --git a/qadevOOo/objdsc/configmgr/com.sun.star.comp.configuration.DefaultProvider.csv b/qadevOOo/objdsc/configmgr/com.sun.star.comp.configuration.DefaultProvider.csv
index 91107bcdbdd0..fb668750f670 100644
--- a/qadevOOo/objdsc/configmgr/com.sun.star.comp.configuration.DefaultProvider.csv
+++ b/qadevOOo/objdsc/configmgr/com.sun.star.comp.configuration.DefaultProvider.csv
@@ -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.
+#
#***********************************************************************/
# Only test non-modifying functionality of css.configuration.DefaultProvider:
diff --git a/qadevOOo/tests/java/mod/_configmgr/ConfigurationProvider.java b/qadevOOo/tests/java/mod/_configmgr/ConfigurationProvider.java
index 9525f6e1fac8..6626ceaa3a9b 100644
--- a/qadevOOo/tests/java/mod/_configmgr/ConfigurationProvider.java
+++ b/qadevOOo/tests/java/mod/_configmgr/ConfigurationProvider.java
@@ -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.
+*
************************************************************************/
package mod._configmgr;
diff --git a/qadevOOo/tests/java/mod/_configmgr/DefaultProvider.java b/qadevOOo/tests/java/mod/_configmgr/DefaultProvider.java
index a6cf045ab8a5..f8a023ea2f12 100644
--- a/qadevOOo/tests/java/mod/_configmgr/DefaultProvider.java
+++ b/qadevOOo/tests/java/mod/_configmgr/DefaultProvider.java
@@ -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.
+*
************************************************************************/
package mod._configmgr;
diff --git a/qadevOOo/tests/java/mod/_configmgr/ProviderTestEnvironment.java b/qadevOOo/tests/java/mod/_configmgr/ProviderTestEnvironment.java
index 97788db192dd..ebd487305f3b 100644
--- a/qadevOOo/tests/java/mod/_configmgr/ProviderTestEnvironment.java
+++ b/qadevOOo/tests/java/mod/_configmgr/ProviderTestEnvironment.java
@@ -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.
+*
************************************************************************/
package mod._configmgr;