You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by le...@apache.org on 2012/06/28 05:21:18 UTC

svn commit: r1354807 [1/4] - in /incubator/ooo/trunk/main/test: testassistant.feature/ testassistant/ testassistant/src/org/openoffice/test/assistant/ testassistant/src/org/openoffice/test/assistant/preferences/ testassistant/src/org/openoffice/test/as...

Author: leidb
Date: Thu Jun 28 03:20:48 2012
New Revision: 1354807

URL: http://svn.apache.org/viewvc?rev=1354807&view=rev
Log:
update license for the VCLAuto.
Remove the IBM one and Add the ASF 2.0.
Reviewed by Zhangjf

Modified:
    incubator/ooo/trunk/main/test/testassistant.feature/feature.xml
    incubator/ooo/trunk/main/test/testassistant/contexts.xml
    incubator/ooo/trunk/main/test/testassistant/plugin.xml
    incubator/ooo/trunk/main/test/testassistant/src/org/openoffice/test/assistant/Activator.java
    incubator/ooo/trunk/main/test/testassistant/src/org/openoffice/test/assistant/preferences/PreferenceConstants.java
    incubator/ooo/trunk/main/test/testassistant/src/org/openoffice/test/assistant/preferences/PreferenceInitializer.java
    incubator/ooo/trunk/main/test/testassistant/src/org/openoffice/test/assistant/preferences/PreferencePage.java
    incubator/ooo/trunk/main/test/testassistant/src/org/openoffice/test/assistant/views/ControlInfo.java
    incubator/ooo/trunk/main/test/testassistant/src/org/openoffice/test/assistant/views/UIMapOp.java
    incubator/ooo/trunk/main/test/testassistant/src/org/openoffice/test/assistant/views/VclExplorer.java
    incubator/ooo/trunk/main/test/testassistant/src/org/openoffice/test/assistant/views/VclExplorerContentProvider.java
    incubator/ooo/trunk/main/test/testassistant/src/org/openoffice/test/assistant/views/VclExplorerLabelProvider.java
    incubator/ooo/trunk/main/test/testcommon/build.xml
    incubator/ooo/trunk/main/test/testcommon/makefile.mk
    incubator/ooo/trunk/main/test/testcommon/readme.txt
    incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/common/Condition.java
    incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/common/FileUtil.java
    incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/common/GraphicsUtil.java
    incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/common/SystemUtil.java
    incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/IDList.java
    incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/Tester.java
    incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/VclInspector.java
    incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/client/CommandCaller.java
    incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/client/CommunicationException.java
    incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/client/CommunicationListener.java
    incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/client/CommunicationManager.java
    incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/client/Constant.java
    incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/client/Handshaker.java
    incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/client/SmartId.java
    incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/client/VclHook.java
    incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/client/VclHookException.java
    incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/widgets/VclApp.java
    incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/widgets/VclButton.java
    incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/widgets/VclComboBox.java
    incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/widgets/VclControl.java
    incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/widgets/VclDialog.java
    incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/widgets/VclDockingWin.java
    incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/widgets/VclEditBox.java
    incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/widgets/VclField.java
    incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/widgets/VclListBox.java
    incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/widgets/VclMenu.java
    incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/widgets/VclMenuItem.java
    incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/widgets/VclMessageBox.java
    incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/widgets/VclStatusBar.java
    incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/widgets/VclTabControl.java
    incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/widgets/VclTabPage.java
    incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/widgets/VclToolBox.java
    incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/widgets/VclWindow.java
    incubator/ooo/trunk/main/test/testoo/build.xml
    incubator/ooo/trunk/main/test/testoo/data/text.txt
    incubator/ooo/trunk/main/test/testoo/makefile.mk
    incubator/ooo/trunk/main/test/testoo/patch/Common.xcu
    incubator/ooo/trunk/main/test/testoo/patch/Setup.xcu
    incubator/ooo/trunk/main/test/testoo/patch/registrymodifications.xml
    incubator/ooo/trunk/main/test/testoo/readme.txt
    incubator/ooo/trunk/main/test/testoo/reportstyle/junit-frames.xsl
    incubator/ooo/trunk/main/test/testoo/reportstyle/junit-noframes.xsl
    incubator/ooo/trunk/main/test/testoo/src/testcase/BVTFileType.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/BVTFunction.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/BVTFunction2.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/LongRun.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/SayHelloToOO.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/SmokeTest.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/TestSample.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/formula/catalog/AddCustomSymbolsFromCatalog.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/formula/catalog/DeleteSymbolFromCatalog.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/formula/catalog/InputGreekCharacterFromCatalogDlg.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/formula/catalog/InputIGreekCharacterFromCatalogDlg.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/formula/catalog/InputSpecialCharacterFromCatalogDlg.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/formula/elements/ElementsWindowActive.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/formula/importexport/CreateFormulaInDifferentWays.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sc/celltext/InsertColumnsFromMainMenu.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sc/celltext/InsertRowsFromMainMenu.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sc/chart/ChartDialogCancelBack.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sc/chart/ChartWizardTitle.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sc/datapilot/CopyPasteDataPilotTable.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sc/datapilot/DataPilotAddFieldsAutoUpdate.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sc/datapilot/DataPilotAddFieldsManualUpdate.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sc/datapilot/DataPilotChangeDataFieldOptionAutoUpdate.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sc/datapilot/DragMoveFunctionOfGroupedField.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sc/datapilot/HideShowPanel.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sc/datapilot/MoveFieldInSameAreaManualUpdate.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sc/datapilot/MoveFieldToOtherAreaAutoUpdate.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sc/datapilot/MoveFieldToOtherAreaDiscardChange.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sc/datapilot/MoveTableNarrowSpaceToShowTheTable.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sc/datapilot/OneMRowDataPilotRefresh.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sc/datapilot/RemoveFieldsDiscardChange.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sc/datapilot/RemoveFunctionOfGroupedField.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sc/datapilot/RenameFieldAutoUpdate.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sc/datapilot/SortFunctionInGroupedField.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sc/datapilot/SubtotalsFunctionInGroupedField.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sc/datapilot/TopNFunctionInGroupedField.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sc/filter/AutoFilterSortAscendingMutiColumns.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sc/filter/AutoFitlerWithPlusSign.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sc/sort/RowsSortWithOptionsCaseSensitive.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sc/sort/RowsSortWithOptionsCopyResultTo.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sc/sort/SortCriteriaSortFirstBy.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sc/sort/SortCriteriaSortSecondBy.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sc/sort/SortCriteriaSortThirdBy.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sc/sort/SortOptionsCustomSortOrderPredefineFromCopyList.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sc/sort/SortOptionsCustomSortOrderPredefineFromNewList.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sc/sort/SortOptionsDirectionSortColumns.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sc/sort/SortOptionsIncludeFormats.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sc/sort/SortOptionsMultipleSortDataOverlap.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sc/sort/SortOptionsMultipleSortParameterSaved.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sc/subtotals/SubtotalsFunctionAverage.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sc/subtotals/SubtotalsFunctionCountNumbersOnly.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sc/subtotals/SubtotalsFunctionMax.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sc/subtotals/SubtotalsFunctionMin.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sc/subtotals/SubtotalsFunctionProduct.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sc/subtotals/SubtotalsFunctionStDevPPopulation.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sc/subtotals/SubtotalsFunctionSum.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sc/subtotals/SubtotalsFunctionVarSample.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sc/subtotals/SubtotalsNoColumnSelectedForGroupBy.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sc/subtotals/SubtotalsOptionsSortDoNotSort.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sc/subtotals/SubtotalsRecalculateRefreshAfterSourceRowDeleted.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sc/subtotals/SubtotalsRecalculatesWhenSourceDataChanged.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sc/subtotals/SubtotalsUIOptionsDefaultStatus.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sc/subtotals/SubtotalsUsingAllGroup.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sc/validity/AllowBlankCells.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sc/validity/AllowDateNotBetween.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sc/validity/AllowDecimalEqual.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sc/validity/AllowGreaterTextLength.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sc/validity/AllowLessThanTextLength.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sc/validity/AllowList.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sc/validity/AllowTimeBetween.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sc/validity/AllowTimeGreaterThan.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sc/validity/AllowWholeNumLessThan.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sc/validity/DefaultErrorAlertMessage.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sc/validity/FFCIgnoreBlank.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sc/validity/FFCNotIgnoreBlank.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sc/validity/NotLockCellFromValidityCell.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sc/validity/UncheckErrorAlert.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sc/validity/ValidityCellRangeSourcePicker.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sc/validity/ValidityDateSupport1024Columns.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sc/validity/ValidityUIAllowDecimal.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sc/validity/ValidityUICellRange.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sc/validity/ValidityUIErrorAlert.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sd/headerandfooter/CopySlideWithApplyFooter.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sd/headerandfooter/CopySlideWithApplyToAllFooter.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sd/headerandfooter/CopySlideWithNotesHeaderFooter.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sd/headerandfooter/DuplicateSlideWithApplyToAllFooter.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sd/headerandfooter/FooterNotShowOn1stSlide.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sd/headerandfooter/InsertApplyFooterOnSlide.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sd/headerandfooter/InsertApplyToAllFooterOnNotes.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sd/headerandfooter/InsertApplyToAllFooterOnSlide.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sd/headerandfooter/InsertAutoUpdateTimeFooter.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sd/headerandfooter/InsertAutoUpdateTimeOnNotes.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sd/headerandfooter/InsertHeaderFooterOnNotes.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sd/headerandfooter/InsertHeaderFooterOnSlide.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sd/headerandfooter/OpenAOO34WithHeaderFooter.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sd/headerandfooter/OpenPPTWithHeaderFooter.java
    incubator/ooo/trunk/main/test/testoo/src/testcase/sw/table/ConvertTableToText.java
    incubator/ooo/trunk/main/test/testoo/src/testlib/AppUtil.java
    incubator/ooo/trunk/main/test/testoo/src/testlib/CalcUtil.java
    incubator/ooo/trunk/main/test/testoo/src/testlib/ImpressUtil.java
    incubator/ooo/trunk/main/test/testoo/src/testlib/Log.java
    incubator/ooo/trunk/main/test/testoo/src/testlib/Testspace.java
    incubator/ooo/trunk/main/test/testoo/src/testlib/UIMap.java
    incubator/ooo/trunk/main/test/testoo/src/testsuite/BVT.java
    incubator/ooo/trunk/main/test/testoo/src/testsuite/FVT.java
    incubator/ooo/trunk/main/test/testoo/src/testsuite/TestSampleAsMS2003.java
    incubator/ooo/trunk/main/test/testoo/src/testsuite/TestSampleAsOriginal.java

Modified: incubator/ooo/trunk/main/test/testassistant.feature/feature.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/test/testassistant.feature/feature.xml?rev=1354807&r1=1354806&r2=1354807&view=diff
==============================================================================
--- incubator/ooo/trunk/main/test/testassistant.feature/feature.xml (original)
+++ incubator/ooo/trunk/main/test/testassistant.feature/feature.xml Thu Jun 28 03:20:48 2012
@@ -1,12 +1,26 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--************************************************************************
- *
- * Licensed Materials - Property of IBM.
- * (C) Copyright IBM Corporation 2003, 2012.  All Rights Reserved.
- * U.S. Government Users Restricted Rights:
- * Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- *
- ************************************************************************ -->
+<!--***********************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ ***********************************************************-->
+
+
 <feature
       id="org.openoffice.test.assistant.feature"
       label="VCL Test Assistant - VclExplorer"

Modified: incubator/ooo/trunk/main/test/testassistant/contexts.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/test/testassistant/contexts.xml?rev=1354807&r1=1354806&r2=1354807&view=diff
==============================================================================
--- incubator/ooo/trunk/main/test/testassistant/contexts.xml (original)
+++ incubator/ooo/trunk/main/test/testassistant/contexts.xml Thu Jun 28 03:20:48 2012
@@ -1,11 +1,25 @@
-<!--************************************************************************
- *
- * Licensed Materials - Property of IBM.
- * (C) Copyright IBM Corporation 2003, 2012.  All Rights Reserved.
- * U.S. Government Users Restricted Rights:
- * Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- *
- ************************************************************************ -->
+<!--***********************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ ***********************************************************-->
+
+
 
 <contexts>
 	<context id="viewer" title="Sample View">

Modified: incubator/ooo/trunk/main/test/testassistant/plugin.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/test/testassistant/plugin.xml?rev=1354807&r1=1354806&r2=1354807&view=diff
==============================================================================
--- incubator/ooo/trunk/main/test/testassistant/plugin.xml (original)
+++ incubator/ooo/trunk/main/test/testassistant/plugin.xml Thu Jun 28 03:20:48 2012
@@ -1,12 +1,26 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--************************************************************************
- *
- * Licensed Materials - Property of IBM.
- * (C) Copyright IBM Corporation 2003, 2012.  All Rights Reserved.
- * U.S. Government Users Restricted Rights:
- * Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- *
- ************************************************************************ -->
+<!--***********************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ ***********************************************************-->
+
+
 
 <?eclipse version="3.4"?>
 <plugin>

Modified: incubator/ooo/trunk/main/test/testassistant/src/org/openoffice/test/assistant/Activator.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/test/testassistant/src/org/openoffice/test/assistant/Activator.java?rev=1354807&r1=1354806&r2=1354807&view=diff
==============================================================================
--- incubator/ooo/trunk/main/test/testassistant/src/org/openoffice/test/assistant/Activator.java (original)
+++ incubator/ooo/trunk/main/test/testassistant/src/org/openoffice/test/assistant/Activator.java Thu Jun 28 03:20:48 2012
@@ -1,11 +1,25 @@
-/************************************************************************
- *
- * Licensed Materials - Property of IBM.
- * (C) Copyright IBM Corporation 2003, 2012.  All Rights Reserved.
- * U.S. Government Users Restricted Rights:
- * Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- *
- ************************************************************************/
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
+
 
 package org.openoffice.test.assistant;
 

Modified: incubator/ooo/trunk/main/test/testassistant/src/org/openoffice/test/assistant/preferences/PreferenceConstants.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/test/testassistant/src/org/openoffice/test/assistant/preferences/PreferenceConstants.java?rev=1354807&r1=1354806&r2=1354807&view=diff
==============================================================================
--- incubator/ooo/trunk/main/test/testassistant/src/org/openoffice/test/assistant/preferences/PreferenceConstants.java (original)
+++ incubator/ooo/trunk/main/test/testassistant/src/org/openoffice/test/assistant/preferences/PreferenceConstants.java Thu Jun 28 03:20:48 2012
@@ -1,11 +1,25 @@
-/************************************************************************
- *
- * Licensed Materials - Property of IBM.
- * (C) Copyright IBM Corporation 2003, 2012.  All Rights Reserved.
- * U.S. Government Users Restricted Rights:
- * Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- *
- ************************************************************************/
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
+
 
 package org.openoffice.test.assistant.preferences;
 

Modified: incubator/ooo/trunk/main/test/testassistant/src/org/openoffice/test/assistant/preferences/PreferenceInitializer.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/test/testassistant/src/org/openoffice/test/assistant/preferences/PreferenceInitializer.java?rev=1354807&r1=1354806&r2=1354807&view=diff
==============================================================================
--- incubator/ooo/trunk/main/test/testassistant/src/org/openoffice/test/assistant/preferences/PreferenceInitializer.java (original)
+++ incubator/ooo/trunk/main/test/testassistant/src/org/openoffice/test/assistant/preferences/PreferenceInitializer.java Thu Jun 28 03:20:48 2012
@@ -1,11 +1,25 @@
-/************************************************************************
- *
- * Licensed Materials - Property of IBM.
- * (C) Copyright IBM Corporation 2003, 2012.  All Rights Reserved.
- * U.S. Government Users Restricted Rights:
- * Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- *
- ************************************************************************/
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
+
 
 package org.openoffice.test.assistant.preferences;
 

Modified: incubator/ooo/trunk/main/test/testassistant/src/org/openoffice/test/assistant/preferences/PreferencePage.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/test/testassistant/src/org/openoffice/test/assistant/preferences/PreferencePage.java?rev=1354807&r1=1354806&r2=1354807&view=diff
==============================================================================
--- incubator/ooo/trunk/main/test/testassistant/src/org/openoffice/test/assistant/preferences/PreferencePage.java (original)
+++ incubator/ooo/trunk/main/test/testassistant/src/org/openoffice/test/assistant/preferences/PreferencePage.java Thu Jun 28 03:20:48 2012
@@ -1,11 +1,25 @@
-/************************************************************************
- *
- * Licensed Materials - Property of IBM.
- * (C) Copyright IBM Corporation 2003, 2012.  All Rights Reserved.
- * U.S. Government Users Restricted Rights:
- * Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- *
- ************************************************************************/
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
+
 
 package org.openoffice.test.assistant.preferences;
 

Modified: incubator/ooo/trunk/main/test/testassistant/src/org/openoffice/test/assistant/views/ControlInfo.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/test/testassistant/src/org/openoffice/test/assistant/views/ControlInfo.java?rev=1354807&r1=1354806&r2=1354807&view=diff
==============================================================================
--- incubator/ooo/trunk/main/test/testassistant/src/org/openoffice/test/assistant/views/ControlInfo.java (original)
+++ incubator/ooo/trunk/main/test/testassistant/src/org/openoffice/test/assistant/views/ControlInfo.java Thu Jun 28 03:20:48 2012
@@ -1,11 +1,25 @@
-/************************************************************************
- *
- * Licensed Materials - Property of IBM.
- * (C) Copyright IBM Corporation 2003, 2012.  All Rights Reserved.
- * U.S. Government Users Restricted Rights:
- * Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- *
- ************************************************************************/
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
+
 
 package org.openoffice.test.assistant.views;
 

Modified: incubator/ooo/trunk/main/test/testassistant/src/org/openoffice/test/assistant/views/UIMapOp.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/test/testassistant/src/org/openoffice/test/assistant/views/UIMapOp.java?rev=1354807&r1=1354806&r2=1354807&view=diff
==============================================================================
--- incubator/ooo/trunk/main/test/testassistant/src/org/openoffice/test/assistant/views/UIMapOp.java (original)
+++ incubator/ooo/trunk/main/test/testassistant/src/org/openoffice/test/assistant/views/UIMapOp.java Thu Jun 28 03:20:48 2012
@@ -1,11 +1,25 @@
-/************************************************************************
- *
- * Licensed Materials - Property of IBM.
- * (C) Copyright IBM Corporation 2003, 2012.  All Rights Reserved.
- * U.S. Government Users Restricted Rights:
- * Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- *
- ************************************************************************/
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
+
 
 package org.openoffice.test.assistant.views;
 

Modified: incubator/ooo/trunk/main/test/testassistant/src/org/openoffice/test/assistant/views/VclExplorer.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/test/testassistant/src/org/openoffice/test/assistant/views/VclExplorer.java?rev=1354807&r1=1354806&r2=1354807&view=diff
==============================================================================
--- incubator/ooo/trunk/main/test/testassistant/src/org/openoffice/test/assistant/views/VclExplorer.java (original)
+++ incubator/ooo/trunk/main/test/testassistant/src/org/openoffice/test/assistant/views/VclExplorer.java Thu Jun 28 03:20:48 2012
@@ -1,11 +1,25 @@
-/************************************************************************
- *
- * Licensed Materials - Property of IBM.
- * (C) Copyright IBM Corporation 2003, 2012.  All Rights Reserved.
- * U.S. Government Users Restricted Rights:
- * Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- *
- ************************************************************************/
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
+
 
 package org.openoffice.test.assistant.views;
 

Modified: incubator/ooo/trunk/main/test/testassistant/src/org/openoffice/test/assistant/views/VclExplorerContentProvider.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/test/testassistant/src/org/openoffice/test/assistant/views/VclExplorerContentProvider.java?rev=1354807&r1=1354806&r2=1354807&view=diff
==============================================================================
--- incubator/ooo/trunk/main/test/testassistant/src/org/openoffice/test/assistant/views/VclExplorerContentProvider.java (original)
+++ incubator/ooo/trunk/main/test/testassistant/src/org/openoffice/test/assistant/views/VclExplorerContentProvider.java Thu Jun 28 03:20:48 2012
@@ -1,11 +1,25 @@
-/************************************************************************
- *
- * Licensed Materials - Property of IBM.
- * (C) Copyright IBM Corporation 2003, 2012.  All Rights Reserved.
- * U.S. Government Users Restricted Rights:
- * Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- *
- ************************************************************************/
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
+
 
 package org.openoffice.test.assistant.views;
 

Modified: incubator/ooo/trunk/main/test/testassistant/src/org/openoffice/test/assistant/views/VclExplorerLabelProvider.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/test/testassistant/src/org/openoffice/test/assistant/views/VclExplorerLabelProvider.java?rev=1354807&r1=1354806&r2=1354807&view=diff
==============================================================================
--- incubator/ooo/trunk/main/test/testassistant/src/org/openoffice/test/assistant/views/VclExplorerLabelProvider.java (original)
+++ incubator/ooo/trunk/main/test/testassistant/src/org/openoffice/test/assistant/views/VclExplorerLabelProvider.java Thu Jun 28 03:20:48 2012
@@ -1,11 +1,25 @@
-/************************************************************************
- *
- * Licensed Materials - Property of IBM.
- * (C) Copyright IBM Corporation 2003, 2012.  All Rights Reserved.
- * U.S. Government Users Restricted Rights:
- * Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- *
- ************************************************************************/
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
+
 
 package org.openoffice.test.assistant.views;
 

Modified: incubator/ooo/trunk/main/test/testcommon/build.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/test/testcommon/build.xml?rev=1354807&r1=1354806&r2=1354807&view=diff
==============================================================================
--- incubator/ooo/trunk/main/test/testcommon/build.xml (original)
+++ incubator/ooo/trunk/main/test/testcommon/build.xml Thu Jun 28 03:20:48 2012
@@ -1,12 +1,26 @@
 <?xml version="1.0"?>
-<!--************************************************************************
- *
- * Licensed Materials - Property of IBM.
- * (C) Copyright IBM Corporation 2003, 2012.  All Rights Reserved.
- * U.S. Government Users Restricted Rights:
- * Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- *
- ************************************************************************ -->
+<!--***********************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ ***********************************************************-->
+
+
 
 <project basedir="." default="dist">
 	<property name="src" value="./source" />

Modified: incubator/ooo/trunk/main/test/testcommon/makefile.mk
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/test/testcommon/makefile.mk?rev=1354807&r1=1354806&r2=1354807&view=diff
==============================================================================
--- incubator/ooo/trunk/main/test/testcommon/makefile.mk (original)
+++ incubator/ooo/trunk/main/test/testcommon/makefile.mk Thu Jun 28 03:20:48 2012
@@ -1,12 +1,3 @@
-#*************************************************************************
-#
-#  Licensed Materials - Property of IBM.
-#  (C) Copyright IBM Corporation 2003, 2012.  All Rights Reserved.
-#  U.S. Government Users Restricted Rights:
-#  Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
-# 
-#*************************************************************************
-
 #**************************************************************
 #  
 #  Licensed to the Apache Software Foundation (ASF) under one
@@ -30,6 +21,8 @@
 
 
 
+
+
 PRJ=.
 
 PRJNAME=testcommon

Modified: incubator/ooo/trunk/main/test/testcommon/readme.txt
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/test/testcommon/readme.txt?rev=1354807&r1=1354806&r2=1354807&view=diff
==============================================================================
--- incubator/ooo/trunk/main/test/testcommon/readme.txt (original)
+++ incubator/ooo/trunk/main/test/testcommon/readme.txt Thu Jun 28 03:20:48 2012
@@ -1,2 +1,23 @@
+#**************************************************************
+#  
+#  Licensed to the Apache Software Foundation (ASF) under one
+#  or more contributor license agreements.  See the NOTICE file
+#  distributed with this work for additional information
+#  regarding copyright ownership.  The ASF licenses this file
+#  to you under the Apache License, Version 2.0 (the
+#  "License"); you may not use this file except in compliance
+#  with the License.  You may obtain a copy of the License at
+#  
+#    http://www.apache.org/licenses/LICENSE-2.0
+#  
+#  Unless required by applicable law or agreed to in writing,
+#  software distributed under the License is distributed on an
+#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  KIND, either express or implied.  See the License for the
+#  specific language governing permissions and limitations
+#  under the License.
+#  
+#**************************************************************
+
 1. Java utilities to facilitate testing OpenOffice. e.g. file operation, graphics analysis and so on.
 2. Vclauto: Java API to perform GUI testing. e.g. keyboard/mouse event simulation, user interaction with VCL controls, get information of GUI and so on.

Modified: incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/common/Condition.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/common/Condition.java?rev=1354807&r1=1354806&r2=1354807&view=diff
==============================================================================
--- incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/common/Condition.java (original)
+++ incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/common/Condition.java Thu Jun 28 03:20:48 2012
@@ -1,11 +1,25 @@
-/************************************************************************
- *
- * Licensed Materials - Property of IBM.
- * (C) Copyright IBM Corporation 2003, 2012.  All Rights Reserved.
- * U.S. Government Users Restricted Rights:
- * Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- *
- ************************************************************************/
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
+
 
 package org.openoffice.test.common;
 

Modified: incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/common/FileUtil.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/common/FileUtil.java?rev=1354807&r1=1354806&r2=1354807&view=diff
==============================================================================
--- incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/common/FileUtil.java (original)
+++ incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/common/FileUtil.java Thu Jun 28 03:20:48 2012
@@ -1,11 +1,25 @@
-/************************************************************************
- *
- * Licensed Materials - Property of IBM.
- * (C) Copyright IBM Corporation 2003, 2012.  All Rights Reserved.
- * U.S. Government Users Restricted Rights:
- * Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- *
- ************************************************************************/
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
+
 
 package org.openoffice.test.common;
 

Modified: incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/common/GraphicsUtil.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/common/GraphicsUtil.java?rev=1354807&r1=1354806&r2=1354807&view=diff
==============================================================================
--- incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/common/GraphicsUtil.java (original)
+++ incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/common/GraphicsUtil.java Thu Jun 28 03:20:48 2012
@@ -1,11 +1,25 @@
-/************************************************************************
- *
- * Licensed Materials - Property of IBM.
- * (C) Copyright IBM Corporation 2003, 2012.  All Rights Reserved.
- * U.S. Government Users Restricted Rights:
- * Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- *
- ************************************************************************/
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
+
 
 package org.openoffice.test.common;
 

Modified: incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/common/SystemUtil.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/common/SystemUtil.java?rev=1354807&r1=1354806&r2=1354807&view=diff
==============================================================================
--- incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/common/SystemUtil.java (original)
+++ incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/common/SystemUtil.java Thu Jun 28 03:20:48 2012
@@ -1,11 +1,25 @@
-/************************************************************************
- *
- * Licensed Materials - Property of IBM.
- * (C) Copyright IBM Corporation 2003, 2012.  All Rights Reserved.
- * U.S. Government Users Restricted Rights:
- * Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- *
- ************************************************************************/
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
+
 
 package org.openoffice.test.common;
 

Modified: incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/IDList.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/IDList.java?rev=1354807&r1=1354806&r2=1354807&view=diff
==============================================================================
--- incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/IDList.java (original)
+++ incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/IDList.java Thu Jun 28 03:20:48 2012
@@ -1,11 +1,25 @@
-/************************************************************************
- *
- * Licensed Materials - Property of IBM.
- * (C) Copyright IBM Corporation 2003, 2012.  All Rights Reserved.
- * U.S. Government Users Restricted Rights:
- * Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- *
- ************************************************************************/
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
+
 
 package org.openoffice.test.vcl;
 

Modified: incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/Tester.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/Tester.java?rev=1354807&r1=1354806&r2=1354807&view=diff
==============================================================================
--- incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/Tester.java (original)
+++ incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/Tester.java Thu Jun 28 03:20:48 2012
@@ -1,11 +1,25 @@
-/************************************************************************
- *
- * Licensed Materials - Property of IBM.
- * (C) Copyright IBM Corporation 2003, 2012.  All Rights Reserved.
- * U.S. Government Users Restricted Rights:
- * Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- *
- ************************************************************************/
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
+
 
 package org.openoffice.test.vcl;
 

Modified: incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/VclInspector.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/VclInspector.java?rev=1354807&r1=1354806&r2=1354807&view=diff
==============================================================================
--- incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/VclInspector.java (original)
+++ incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/VclInspector.java Thu Jun 28 03:20:48 2012
@@ -1,11 +1,25 @@
-/************************************************************************
- *
- * Licensed Materials - Property of IBM.
- * (C) Copyright IBM Corporation 2003, 2012.  All Rights Reserved.
- * U.S. Government Users Restricted Rights:
- * Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- *
- ************************************************************************/
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
+
 
 package org.openoffice.test.vcl;
 

Modified: incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/client/CommandCaller.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/client/CommandCaller.java?rev=1354807&r1=1354806&r2=1354807&view=diff
==============================================================================
--- incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/client/CommandCaller.java (original)
+++ incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/client/CommandCaller.java Thu Jun 28 03:20:48 2012
@@ -1,11 +1,25 @@
-/************************************************************************
- *
- * Licensed Materials - Property of IBM.
- * (C) Copyright IBM Corporation 2003, 2012.  All Rights Reserved.
- * U.S. Government Users Restricted Rights:
- * Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- *
- ************************************************************************/
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
+
 
 package org.openoffice.test.vcl.client;
 

Modified: incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/client/CommunicationException.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/client/CommunicationException.java?rev=1354807&r1=1354806&r2=1354807&view=diff
==============================================================================
--- incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/client/CommunicationException.java (original)
+++ incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/client/CommunicationException.java Thu Jun 28 03:20:48 2012
@@ -1,11 +1,25 @@
-/************************************************************************
- *
- * Licensed Materials - Property of IBM.
- * (C) Copyright IBM Corporation 2003, 2012.  All Rights Reserved.
- * U.S. Government Users Restricted Rights:
- * Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- *
- ************************************************************************/
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
+
 
 package org.openoffice.test.vcl.client;
 

Modified: incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/client/CommunicationListener.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/client/CommunicationListener.java?rev=1354807&r1=1354806&r2=1354807&view=diff
==============================================================================
--- incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/client/CommunicationListener.java (original)
+++ incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/client/CommunicationListener.java Thu Jun 28 03:20:48 2012
@@ -1,11 +1,25 @@
-/************************************************************************
- *
- * Licensed Materials - Property of IBM.
- * (C) Copyright IBM Corporation 2003, 2012.  All Rights Reserved.
- * U.S. Government Users Restricted Rights:
- * Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- *
- ************************************************************************/
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
+
 
 package org.openoffice.test.vcl.client;
 

Modified: incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/client/CommunicationManager.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/client/CommunicationManager.java?rev=1354807&r1=1354806&r2=1354807&view=diff
==============================================================================
--- incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/client/CommunicationManager.java (original)
+++ incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/client/CommunicationManager.java Thu Jun 28 03:20:48 2012
@@ -1,11 +1,25 @@
-/************************************************************************
- *
- * Licensed Materials - Property of IBM.
- * (C) Copyright IBM Corporation 2003, 2012.  All Rights Reserved.
- * U.S. Government Users Restricted Rights:
- * Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- *
- ************************************************************************/
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
+
 
 package org.openoffice.test.vcl.client;
 

Modified: incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/client/Constant.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/client/Constant.java?rev=1354807&r1=1354806&r2=1354807&view=diff
==============================================================================
--- incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/client/Constant.java (original)
+++ incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/client/Constant.java Thu Jun 28 03:20:48 2012
@@ -1,11 +1,25 @@
-/************************************************************************
- *
- * Licensed Materials - Property of IBM.
- * (C) Copyright IBM Corporation 2003, 2012.  All Rights Reserved.
- * U.S. Government Users Restricted Rights:
- * Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- *
- ************************************************************************/
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
+
 
 package org.openoffice.test.vcl.client;
 

Modified: incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/client/Handshaker.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/client/Handshaker.java?rev=1354807&r1=1354806&r2=1354807&view=diff
==============================================================================
--- incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/client/Handshaker.java (original)
+++ incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/client/Handshaker.java Thu Jun 28 03:20:48 2012
@@ -1,11 +1,25 @@
-/************************************************************************
- *
- * Licensed Materials - Property of IBM.
- * (C) Copyright IBM Corporation 2003, 2012.  All Rights Reserved.
- * U.S. Government Users Restricted Rights:
- * Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- *
- ************************************************************************/
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
+
 
 package org.openoffice.test.vcl.client;
 

Modified: incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/client/SmartId.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/client/SmartId.java?rev=1354807&r1=1354806&r2=1354807&view=diff
==============================================================================
--- incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/client/SmartId.java (original)
+++ incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/client/SmartId.java Thu Jun 28 03:20:48 2012
@@ -1,11 +1,25 @@
-/************************************************************************
- *
- * Licensed Materials - Property of IBM.
- * (C) Copyright IBM Corporation 2003, 2012.  All Rights Reserved.
- * U.S. Government Users Restricted Rights:
- * Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- *
- ************************************************************************/
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
+
 
 package org.openoffice.test.vcl.client;
 

Modified: incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/client/VclHook.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/client/VclHook.java?rev=1354807&r1=1354806&r2=1354807&view=diff
==============================================================================
--- incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/client/VclHook.java (original)
+++ incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/client/VclHook.java Thu Jun 28 03:20:48 2012
@@ -1,11 +1,25 @@
-/************************************************************************
- *
- * Licensed Materials - Property of IBM.
- * (C) Copyright IBM Corporation 2003, 2012.  All Rights Reserved.
- * U.S. Government Users Restricted Rights:
- * Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- *
- ************************************************************************/
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
+
 
 package org.openoffice.test.vcl.client;
 

Modified: incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/client/VclHookException.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/client/VclHookException.java?rev=1354807&r1=1354806&r2=1354807&view=diff
==============================================================================
--- incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/client/VclHookException.java (original)
+++ incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/client/VclHookException.java Thu Jun 28 03:20:48 2012
@@ -1,11 +1,25 @@
-/************************************************************************
- *
- * Licensed Materials - Property of IBM.
- * (C) Copyright IBM Corporation 2003, 2012.  All Rights Reserved.
- * U.S. Government Users Restricted Rights:
- * Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- *
- ************************************************************************/
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
+
 
 package org.openoffice.test.vcl.client;
 

Modified: incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/widgets/VclApp.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/widgets/VclApp.java?rev=1354807&r1=1354806&r2=1354807&view=diff
==============================================================================
--- incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/widgets/VclApp.java (original)
+++ incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/widgets/VclApp.java Thu Jun 28 03:20:48 2012
@@ -1,11 +1,25 @@
-/************************************************************************
- *
- * Licensed Materials - Property of IBM.
- * (C) Copyright IBM Corporation 2003, 2012.  All Rights Reserved.
- * U.S. Government Users Restricted Rights:
- * Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- *
- ************************************************************************/
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
+
 
 package org.openoffice.test.vcl.widgets;
 

Modified: incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/widgets/VclButton.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/widgets/VclButton.java?rev=1354807&r1=1354806&r2=1354807&view=diff
==============================================================================
--- incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/widgets/VclButton.java (original)
+++ incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/widgets/VclButton.java Thu Jun 28 03:20:48 2012
@@ -1,11 +1,25 @@
-/************************************************************************
- *
- * Licensed Materials - Property of IBM.
- * (C) Copyright IBM Corporation 2003, 2012.  All Rights Reserved.
- * U.S. Government Users Restricted Rights:
- * Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- *
- ************************************************************************/
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
+
 
 package org.openoffice.test.vcl.widgets;
 

Modified: incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/widgets/VclComboBox.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/widgets/VclComboBox.java?rev=1354807&r1=1354806&r2=1354807&view=diff
==============================================================================
--- incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/widgets/VclComboBox.java (original)
+++ incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/widgets/VclComboBox.java Thu Jun 28 03:20:48 2012
@@ -1,11 +1,25 @@
-/************************************************************************
- *
- * Licensed Materials - Property of IBM.
- * (C) Copyright IBM Corporation 2003, 2012.  All Rights Reserved.
- * U.S. Government Users Restricted Rights:
- * Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- *
- ************************************************************************/
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
+
 
 package org.openoffice.test.vcl.widgets;
 

Modified: incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/widgets/VclControl.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/widgets/VclControl.java?rev=1354807&r1=1354806&r2=1354807&view=diff
==============================================================================
--- incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/widgets/VclControl.java (original)
+++ incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/widgets/VclControl.java Thu Jun 28 03:20:48 2012
@@ -1,11 +1,25 @@
-/************************************************************************
- *
- * Licensed Materials - Property of IBM.
- * (C) Copyright IBM Corporation 2003, 2012.  All Rights Reserved.
- * U.S. Government Users Restricted Rights:
- * Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- *
- ************************************************************************/
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
+
 
 package org.openoffice.test.vcl.widgets;
 

Modified: incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/widgets/VclDialog.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/widgets/VclDialog.java?rev=1354807&r1=1354806&r2=1354807&view=diff
==============================================================================
--- incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/widgets/VclDialog.java (original)
+++ incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/widgets/VclDialog.java Thu Jun 28 03:20:48 2012
@@ -1,11 +1,25 @@
-/************************************************************************
- *
- * Licensed Materials - Property of IBM.
- * (C) Copyright IBM Corporation 2003, 2012.  All Rights Reserved.
- * U.S. Government Users Restricted Rights:
- * Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- *
- ************************************************************************/
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
+
 
 package org.openoffice.test.vcl.widgets;
 

Modified: incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/widgets/VclDockingWin.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/widgets/VclDockingWin.java?rev=1354807&r1=1354806&r2=1354807&view=diff
==============================================================================
--- incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/widgets/VclDockingWin.java (original)
+++ incubator/ooo/trunk/main/test/testcommon/source/org/openoffice/test/vcl/widgets/VclDockingWin.java Thu Jun 28 03:20:48 2012
@@ -1,11 +1,25 @@
-/************************************************************************
- *
- * Licensed Materials - Property of IBM.
- * (C) Copyright IBM Corporation 2003, 2012.  All Rights Reserved.
- * U.S. Government Users Restricted Rights:
- * Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- *
- ************************************************************************/
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
+
 
 package org.openoffice.test.vcl.widgets;