You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ar...@apache.org on 2012/02/01 17:45:14 UTC

svn commit: r1239200 [1/13] - in /incubator/ooo/trunk/main/odk/examples: CLI/CSharp/Spreadsheet/ CLI/VB.NET/WriterDemo/ DevelopersGuide/Accessibility/ DevelopersGuide/BasicAndDialogs/CreatingDialogs/ DevelopersGuide/BasicAndDialogs/ToolkitControls/ Dev...

Author: arist
Date: Wed Feb  1 16:44:57 2012
New Revision: 1239200

URL: http://svn.apache.org/viewvc?rev=1239200&view=rev
Log:
Update headers to Alv2 headers

Modified:
    incubator/ooo/trunk/main/odk/examples/CLI/CSharp/Spreadsheet/Makefile
    incubator/ooo/trunk/main/odk/examples/CLI/VB.NET/WriterDemo/Makefile
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Accessibility/ConnectionTask.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Accessibility/EventHandler.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Accessibility/EventListenerProxy.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Accessibility/GraphicalDisplay.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Accessibility/IAccessibleObjectDisplay.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Accessibility/Makefile
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Accessibility/MessageArea.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Accessibility/NameProvider.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Accessibility/RegistrationThread.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Accessibility/SSR.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Accessibility/TextualDisplay.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/BasicAndDialogs/CreatingDialogs/Makefile
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/BasicAndDialogs/CreatingDialogs/SampleDialog.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/BasicAndDialogs/ToolkitControls/Makefile
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Charts/CalcHelper.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Charts/ChartHelper.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Charts/ChartInCalc.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Charts/ChartInDraw.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Charts/ChartInWriter.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Charts/Helper.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Charts/JavaSampleChartAddIn.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Charts/ListenAtCalcRangeInDraw.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Charts/Makefile
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Charts/SelectionChangeListener.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Components/Addons/JobsAddon/AsyncJob.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Components/Addons/JobsAddon/Makefile
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_cpp/Makefile
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_cpp/addon.cxx
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_cpp/addon.hxx
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_cpp/component.cxx
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_java/Makefile
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_java/ProtocolHandlerAddon.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Components/CppComponent/Makefile
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Components/CppComponent/TestCppComponent.cxx
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Components/CppComponent/service1_impl.cxx
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Components/CppComponent/service2_impl.cxx
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Components/CppComponent/some.idl
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Components/JavaComponent/Makefile
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Components/JavaComponent/SomethingA.idl
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Components/JavaComponent/SomethingB.idl
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Components/JavaComponent/TestComponentA.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Components/JavaComponent/TestComponentB.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Components/JavaComponent/TestJavaComponent.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Components/JavaComponent/TestServiceProvider.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Components/JavaComponent/XSomethingA.idl
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Components/JavaComponent/XSomethingB.idl
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Components/SimpleLicense/LicenseTest.idl
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Components/SimpleLicense/LicenseTest.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Components/SimpleLicense/Makefile
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Components/Thumbs/Makefile
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Components/Thumbs/org/openoffice/comp/test/ImageShrink.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Components/Thumbs/org/openoffice/comp/test/Makefile
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Components/Thumbs/org/openoffice/comp/test/Thumbs.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Components/Thumbs/org/openoffice/test/ImageShrink.idl
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Components/Thumbs/org/openoffice/test/Makefile
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Components/Thumbs/org/openoffice/test/XImageShrink.idl
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Components/Thumbs/org/openoffice/test/XImageShrinkFilter.idl
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Components/dialogcomponent/DialogComponent.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Components/dialogcomponent/Makefile
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Components/dialogcomponent/TestDialogHandler.idl
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Components/dialogcomponent/XTestDialogHandler.idl
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Config/ConfigExamples.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Config/Makefile
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Database/CodeSamples.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/Makefile
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/OSubComponent.hxx
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/OTypeInfo.hxx
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/SConnection.cxx
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/SConnection.hxx
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/SDatabaseMetaData.cxx
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/SDatabaseMetaData.hxx
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/SDriver.cxx
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/SDriver.hxx
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/SPreparedStatement.cxx
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/SPreparedStatement.hxx
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/SResultSet.cxx
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/SResultSet.hxx
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/SResultSetMetaData.cxx
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/SResultSetMetaData.hxx
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/SServices.cxx
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/SStatement.cxx
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/SStatement.hxx
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/propertyids.cxx
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/propertyids.hxx
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Database/Makefile
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Database/OpenQuery.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Database/RowSet.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Database/RowSetEventListener.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Database/Sales.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Database/SalesMan.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Database/sdbcx.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Drawing/ChangeOrderDemo.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Drawing/ControlAndSelectDemo.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Drawing/CustomShowDemo.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Drawing/DrawViewDemo.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Drawing/DrawingDemo.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Drawing/FillAndLineStyleDemo.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Drawing/GluePointDemo.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Drawing/GraphicExportDemo.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Drawing/Helper.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Drawing/LayerDemo.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Drawing/Makefile
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Drawing/ObjectTransformationDemo.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Drawing/Organigram.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Drawing/PageHelper.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Drawing/PresentationDemo.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Drawing/ShapeHelper.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Drawing/StyleDemo.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Drawing/TextDemo.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Extensions/DialogWithHelp/Makefile
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/FirstSteps/FirstConnection.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/FirstSteps/FirstLoadComponent.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/FirstSteps/FirstUnoContact.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/FirstSteps/HelloTextTableShape.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/FirstSteps/Makefile
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Forms/BooleanValidator.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Forms/ButtonOperator.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Forms/ComponentTreeTraversal.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Forms/ControlLock.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Forms/DataAwareness.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Forms/FLTools.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Forms/GridFieldValidator.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Forms/InteractionRequest.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Forms/KeyGenerator.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Forms/Makefile
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Forms/SalesFilter.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Forms/UNO.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/GUI/DialogDocument.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/GUI/ImageControlSample.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/GUI/Makefile
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/GUI/MessageBox.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/GUI/RoadmapItemStateChangeListener.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/GUI/SystemDialog.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/GUI/UnoDialogSample.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/GUI/UnoDialogSample2.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/OfficeBean/Makefile
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/OfficeBean/OOoBeanViewer.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/OfficeDev/Clipboard/Clipboard.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/OfficeDev/Clipboard/ClipboardListener.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/OfficeDev/Clipboard/ClipboardOwner.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/OfficeDev/Clipboard/Makefile
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/OfficeDev/Clipboard/TextTransferable.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/OfficeDev/ContextMenuInterceptor.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/CustomizeView.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Desk.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/DocumentView.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/IOnewayLink.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/IShutdownListener.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Interceptor.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/JavaWindowPeerFake.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Makefile
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/NativeView.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/OfficeConnect.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/OnewayExecutor.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/StatusListener.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/StatusView.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/ViewContainer.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/nativelib/unix/Makefile
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/nativelib/unix/nativeview.c
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/nativelib/unix/nativeview.h
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/nativelib/windows/Makefile
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/nativelib/windows/nativeview.c
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/nativelib/windows/nativeview.h
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/OfficeDev/DisableCommands/DisableCommandsTest.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/OfficeDev/DisableCommands/Makefile
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/AsciiReplaceFilter.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/FilterOptions.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/Makefile
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/Makefile
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/fdcomp.cxx
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/filterdetect.cxx
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/filterdetect.hxx
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_cpp/FlatXml.cxx
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_cpp/Makefile
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_java/FlatXml.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_java/Makefile
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/LinguisticExamples.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/Makefile
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/OneInstanceFactory.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/PropChgHelper.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/PropChgHelper_Hyph.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/PropChgHelper_Spell.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/SampleHyphenator.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/SampleSpellChecker.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/SampleThesaurus.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/XHyphenatedWord_impl.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/XMeaning_impl.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/XPossibleHyphens_impl.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/XSpellAlternatives_impl.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/OfficeDev/Makefile
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/OfficeDev/MenuElement.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/OfficeDev/Number_Formats.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/OfficeDev/OfficeConnect.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/OfficeDev/PathSettings/Makefile
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/OfficeDev/PathSettings/PathSettingsTest.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/OfficeDev/PathSubstitution/Makefile
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/OfficeDev/PathSubstitution/PathSubstitutionTest.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/OfficeDev/TerminationTest/Makefile
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/OfficeDev/TerminationTest/TerminateListener.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/OfficeDev/TerminationTest/TerminationTest.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/ProfUNO/CppBinding/Makefile
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/ProfUNO/CppBinding/office_connect.cxx
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/ProfUNO/CppBinding/string_samples.cxx
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/ProfUNO/InterprocessConn/ConnectionAwareClient.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/ProfUNO/InterprocessConn/Makefile
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/ProfUNO/InterprocessConn/UrlResolver.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/ProfUNO/Lifetime/Makefile
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/ProfUNO/Lifetime/MyUnoObject.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/ProfUNO/Lifetime/object_lifetime.cxx
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/ProfUNO/SimpleBootstrap_cpp/Makefile
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/ProfUNO/SimpleBootstrap_cpp/SimpleBootstrap_cpp.cxx
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/ProfUNO/SimpleBootstrap_java/Makefile
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/ProfUNO/SimpleBootstrap_java/SimpleBootstrap_java.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/ScriptingFramework/SayHello/Makefile
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/ScriptingFramework/ScriptSelector/Makefile
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/ExampleAddIn.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/ExampleDataPilotSource.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/GeneralTableSample.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/Makefile
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/SpreadsheetDocHelper.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/SpreadsheetSample.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/ViewSample.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/XExampleAddIn.idl
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Text/Makefile
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Text/TextDocuments.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/UCB/ChildrenRetriever.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/UCB/DataStreamComposer.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/UCB/DataStreamRetriever.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/UCB/Helper.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/UCB/Makefile
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/UCB/MyActiveDataSink.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/UCB/MyInputStream.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/UCB/PropertiesComposer.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/UCB/PropertiesRetriever.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/UCB/ResourceCreator.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/UCB/ResourceManager.java
    incubator/ooo/trunk/main/odk/examples/DevelopersGuide/UCB/ResourceRemover.java
    incubator/ooo/trunk/main/odk/examples/OLE/activex/Makefile
    incubator/ooo/trunk/main/odk/examples/OLE/activex/SOActiveX.cpp
    incubator/ooo/trunk/main/odk/examples/OLE/activex/SOActiveX.h
    incubator/ooo/trunk/main/odk/examples/OLE/activex/SOComWindowPeer.cpp
    incubator/ooo/trunk/main/odk/examples/OLE/activex/SOComWindowPeer.h
    incubator/ooo/trunk/main/odk/examples/OLE/activex/StdAfx2.cpp
    incubator/ooo/trunk/main/odk/examples/OLE/activex/StdAfx2.h
    incubator/ooo/trunk/main/odk/examples/OLE/activex/resource.h
    incubator/ooo/trunk/main/odk/examples/OLE/activex/so_activex.cpp
    incubator/ooo/trunk/main/odk/examples/OLE/activex/so_activex.idl
    incubator/ooo/trunk/main/odk/examples/OLE/activex/so_activex.rc
    incubator/ooo/trunk/main/odk/examples/OLE/delphi/InsertTables/SampleCode.pas
    incubator/ooo/trunk/main/odk/examples/OLE/delphi/InsertTables/SampleUI.pas
    incubator/ooo/trunk/main/odk/examples/cpp/DocumentLoader/DocumentLoader.cxx
    incubator/ooo/trunk/main/odk/examples/cpp/DocumentLoader/Makefile
    incubator/ooo/trunk/main/odk/examples/cpp/complextoolbarcontrols/ListenerHelper.h
    incubator/ooo/trunk/main/odk/examples/cpp/complextoolbarcontrols/Makefile
    incubator/ooo/trunk/main/odk/examples/cpp/complextoolbarcontrols/MyJob.h
    incubator/ooo/trunk/main/odk/examples/cpp/complextoolbarcontrols/MyListener.h
    incubator/ooo/trunk/main/odk/examples/cpp/complextoolbarcontrols/MyProtocolHandler.h
    incubator/ooo/trunk/main/odk/examples/cpp/counter/Makefile
    incubator/ooo/trunk/main/odk/examples/cpp/counter/XCountable.idl
    incubator/ooo/trunk/main/odk/examples/cpp/counter/counter.cxx
    incubator/ooo/trunk/main/odk/examples/cpp/counter/countermain.cxx
    incubator/ooo/trunk/main/odk/examples/cpp/remoteclient/Makefile
    incubator/ooo/trunk/main/odk/examples/cpp/remoteclient/remoteclient.cxx
    incubator/ooo/trunk/main/odk/examples/java/ConverterServlet/ConverterServlet.java
    incubator/ooo/trunk/main/odk/examples/java/ConverterServlet/Makefile
    incubator/ooo/trunk/main/odk/examples/java/DocumentHandling/DocumentConverter.java
    incubator/ooo/trunk/main/odk/examples/java/DocumentHandling/DocumentLoader.java
    incubator/ooo/trunk/main/odk/examples/java/DocumentHandling/DocumentPrinter.java
    incubator/ooo/trunk/main/odk/examples/java/DocumentHandling/DocumentSaver.java
    incubator/ooo/trunk/main/odk/examples/java/DocumentHandling/Makefile
    incubator/ooo/trunk/main/odk/examples/java/Drawing/Makefile
    incubator/ooo/trunk/main/odk/examples/java/Drawing/SDraw.java
    incubator/ooo/trunk/main/odk/examples/java/EmbedDocument/Container1/Makefile
    incubator/ooo/trunk/main/odk/examples/java/EmbedDocument/EmbeddedObject/Makefile
    incubator/ooo/trunk/main/odk/examples/java/Inspector/Inspector.java
    incubator/ooo/trunk/main/odk/examples/java/Inspector/InspectorAddon.java
    incubator/ooo/trunk/main/odk/examples/java/Inspector/InspectorPane.java
    incubator/ooo/trunk/main/odk/examples/java/Inspector/InstanceInspector.idl
    incubator/ooo/trunk/main/odk/examples/java/Inspector/Introspector.java
    incubator/ooo/trunk/main/odk/examples/java/Inspector/Makefile
    incubator/ooo/trunk/main/odk/examples/java/Inspector/MethodParametersDialog.java
    incubator/ooo/trunk/main/odk/examples/java/Inspector/ProtocolHandlerAddon.java
    incubator/ooo/trunk/main/odk/examples/java/Inspector/SourceCodeGenerator.java
    incubator/ooo/trunk/main/odk/examples/java/Inspector/SwingDialogProvider.java
    incubator/ooo/trunk/main/odk/examples/java/Inspector/SwingTreeControlProvider.java
    incubator/ooo/trunk/main/odk/examples/java/Inspector/SwingUnoFacetteNode.java
    incubator/ooo/trunk/main/odk/examples/java/Inspector/SwingUnoMethodNode.java
    incubator/ooo/trunk/main/odk/examples/java/Inspector/SwingUnoNode.java
    incubator/ooo/trunk/main/odk/examples/java/Inspector/SwingUnoPropertyNode.java
    incubator/ooo/trunk/main/odk/examples/java/Inspector/TDocSupplier.java
    incubator/ooo/trunk/main/odk/examples/java/Inspector/TestInspector.java
    incubator/ooo/trunk/main/odk/examples/java/Inspector/UnoFacetteNode.java
    incubator/ooo/trunk/main/odk/examples/java/Inspector/UnoMethodNode.java
    incubator/ooo/trunk/main/odk/examples/java/Inspector/UnoNode.java
    incubator/ooo/trunk/main/odk/examples/java/Inspector/UnoPropertyNode.java
    incubator/ooo/trunk/main/odk/examples/java/Inspector/UnoTreeRenderer.java
    incubator/ooo/trunk/main/odk/examples/java/Inspector/XDialogProvider.java
    incubator/ooo/trunk/main/odk/examples/java/Inspector/XInstanceInspector.idl
    incubator/ooo/trunk/main/odk/examples/java/Inspector/XLanguageSourceCodeGenerator.java
    incubator/ooo/trunk/main/odk/examples/java/Inspector/XMethodParametersDialog.java
    incubator/ooo/trunk/main/odk/examples/java/Inspector/XTreeControlProvider.java
    incubator/ooo/trunk/main/odk/examples/java/Inspector/XUnoFacetteNode.java
    incubator/ooo/trunk/main/odk/examples/java/Inspector/XUnoMethodNode.java
    incubator/ooo/trunk/main/odk/examples/java/Inspector/XUnoNode.java
    incubator/ooo/trunk/main/odk/examples/java/Inspector/XUnoPropertyNode.java
    incubator/ooo/trunk/main/odk/examples/java/MinimalComponent/Makefile
    incubator/ooo/trunk/main/odk/examples/java/MinimalComponent/MinimalComponent.idl
    incubator/ooo/trunk/main/odk/examples/java/MinimalComponent/MinimalComponent.java
    incubator/ooo/trunk/main/odk/examples/java/MinimalComponent/TestMinimalComponent.java
    incubator/ooo/trunk/main/odk/examples/java/NotesAccess/Makefile
    incubator/ooo/trunk/main/odk/examples/java/NotesAccess/NotesAccess.java
    incubator/ooo/trunk/main/odk/examples/java/PropertySet/Makefile
    incubator/ooo/trunk/main/odk/examples/java/PropertySet/PropTest.java
    incubator/ooo/trunk/main/odk/examples/java/Spreadsheet/CalcAddins.java
    incubator/ooo/trunk/main/odk/examples/java/Spreadsheet/ChartTypeChange.java
    incubator/ooo/trunk/main/odk/examples/java/Spreadsheet/EuroAdaption.java
    incubator/ooo/trunk/main/odk/examples/java/Spreadsheet/Makefile
    incubator/ooo/trunk/main/odk/examples/java/Spreadsheet/SCalc.java
    incubator/ooo/trunk/main/odk/examples/java/Spreadsheet/XCalcAddins.idl
    incubator/ooo/trunk/main/odk/examples/java/Storage/Makefile
    incubator/ooo/trunk/main/odk/examples/java/Text/BookmarkInsertion.java
    incubator/ooo/trunk/main/odk/examples/java/Text/GraphicsInserter.java
    incubator/ooo/trunk/main/odk/examples/java/Text/HardFormatting.java
    incubator/ooo/trunk/main/odk/examples/java/Text/Makefile
    incubator/ooo/trunk/main/odk/examples/java/Text/SWriter.java
    incubator/ooo/trunk/main/odk/examples/java/Text/StyleCreation.java
    incubator/ooo/trunk/main/odk/examples/java/Text/StyleInitialization.java
    incubator/ooo/trunk/main/odk/examples/java/Text/TextDocumentStructure.java
    incubator/ooo/trunk/main/odk/examples/java/Text/TextReplace.java
    incubator/ooo/trunk/main/odk/examples/java/Text/WriterSelector.java
    incubator/ooo/trunk/main/odk/examples/java/ToDo/Makefile
    incubator/ooo/trunk/main/odk/examples/java/ToDo/ToDo.idl
    incubator/ooo/trunk/main/odk/examples/java/ToDo/ToDo.java
    incubator/ooo/trunk/main/odk/examples/java/ToDo/XToDo.idl

Modified: incubator/ooo/trunk/main/odk/examples/CLI/CSharp/Spreadsheet/Makefile
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/odk/examples/CLI/CSharp/Spreadsheet/Makefile?rev=1239200&r1=1239199&r2=1239200&view=diff
==============================================================================
--- incubator/ooo/trunk/main/odk/examples/CLI/CSharp/Spreadsheet/Makefile (original)
+++ incubator/ooo/trunk/main/odk/examples/CLI/CSharp/Spreadsheet/Makefile Wed Feb  1 16:44:57 2012
@@ -1,3 +1,24 @@
+/**************************************************************
+ * 
+ * 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.
+ * 
+ *************************************************************/
+
 # Builds the SpreadSheet examples of the Developers Guide.
 
 PRJ = ../../../..

Modified: incubator/ooo/trunk/main/odk/examples/CLI/VB.NET/WriterDemo/Makefile
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/odk/examples/CLI/VB.NET/WriterDemo/Makefile?rev=1239200&r1=1239199&r2=1239200&view=diff
==============================================================================
--- incubator/ooo/trunk/main/odk/examples/CLI/VB.NET/WriterDemo/Makefile (original)
+++ incubator/ooo/trunk/main/odk/examples/CLI/VB.NET/WriterDemo/Makefile Wed Feb  1 16:44:57 2012
@@ -1,3 +1,24 @@
+/**************************************************************
+ * 
+ * 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.
+ * 
+ *************************************************************/
+
 # Builds the WriterDemo examples of the Developers Guide.
 
 PRJ = ../../../..

Modified: incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Accessibility/ConnectionTask.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Accessibility/ConnectionTask.java?rev=1239200&r1=1239199&r2=1239200&view=diff
==============================================================================
--- incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Accessibility/ConnectionTask.java (original)
+++ incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Accessibility/ConnectionTask.java Wed Feb  1 16:44:57 2012
@@ -1,36 +1,25 @@
-/*************************************************************************
- *
- *  The Contents of this file are made available subject to the terms of
- *  the BSD license.
- *  
- *  Copyright 2000, 2010 Oracle and/or its affiliates.
- *  All rights reserved.
- *
- *  Redistribution and use in source and binary forms, with or without
- *  modification, are permitted provided that the following conditions
- *  are met:
- *  1. Redistributions of source code must retain the above copyright
- *     notice, this list of conditions and the following disclaimer.
- *  2. Redistributions in binary form must reproduce the above copyright
- *     notice, this list of conditions and the following disclaimer in the
- *     documentation and/or other materials provided with the distribution.
- *  3. Neither the name of Sun Microsystems, Inc. nor the names of its
- *     contributors may be used to endorse or promote products derived
- *     from this software without specific prior written permission.
- *
- *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- *  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- *  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
- *  FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
- *  COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
- *  INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
- *  BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
- *  OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
- *  ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
- *  TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
- *  USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- *     
- *************************************************************************/
+/**************************************************************
+ * 
+ * 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.
+ * 
+ *************************************************************/
+
+
 
 import java.awt.event.ActionListener;
 import javax.swing.*;

Modified: incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Accessibility/EventHandler.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Accessibility/EventHandler.java?rev=1239200&r1=1239199&r2=1239200&view=diff
==============================================================================
--- incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Accessibility/EventHandler.java (original)
+++ incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Accessibility/EventHandler.java Wed Feb  1 16:44:57 2012
@@ -1,36 +1,25 @@
-/*************************************************************************
- *
- *  The Contents of this file are made available subject to the terms of
- *  the BSD license.
- *  
- *  Copyright 2000, 2010 Oracle and/or its affiliates.
- *  All rights reserved.
- *
- *  Redistribution and use in source and binary forms, with or without
- *  modification, are permitted provided that the following conditions
- *  are met:
- *  1. Redistributions of source code must retain the above copyright
- *     notice, this list of conditions and the following disclaimer.
- *  2. Redistributions in binary form must reproduce the above copyright
- *     notice, this list of conditions and the following disclaimer in the
- *     documentation and/or other materials provided with the distribution.
- *  3. Neither the name of Sun Microsystems, Inc. nor the names of its
- *     contributors may be used to endorse or promote products derived
- *     from this software without specific prior written permission.
- *
- *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- *  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- *  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
- *  FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
- *  COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
- *  INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
- *  BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
- *  OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
- *  ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
- *  TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
- *  USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- *     
- *************************************************************************/
+/**************************************************************
+ * 
+ * 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.
+ * 
+ *************************************************************/
+
+
 
 import java.util.Vector;
 

Modified: incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Accessibility/EventListenerProxy.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Accessibility/EventListenerProxy.java?rev=1239200&r1=1239199&r2=1239200&view=diff
==============================================================================
--- incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Accessibility/EventListenerProxy.java (original)
+++ incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Accessibility/EventListenerProxy.java Wed Feb  1 16:44:57 2012
@@ -1,36 +1,25 @@
-/*************************************************************************
- *
- *  The Contents of this file are made available subject to the terms of
- *  the BSD license.
- *  
- *  Copyright 2000, 2010 Oracle and/or its affiliates.
- *  All rights reserved.
- *
- *  Redistribution and use in source and binary forms, with or without
- *  modification, are permitted provided that the following conditions
- *  are met:
- *  1. Redistributions of source code must retain the above copyright
- *     notice, this list of conditions and the following disclaimer.
- *  2. Redistributions in binary form must reproduce the above copyright
- *     notice, this list of conditions and the following disclaimer in the
- *     documentation and/or other materials provided with the distribution.
- *  3. Neither the name of Sun Microsystems, Inc. nor the names of its
- *     contributors may be used to endorse or promote products derived
- *     from this software without specific prior written permission.
- *
- *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- *  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- *  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
- *  FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
- *  COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
- *  INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
- *  BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
- *  OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
- *  ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
- *  TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
- *  USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- *     
- *************************************************************************/
+/**************************************************************
+ * 
+ * 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.
+ * 
+ *************************************************************/
+
+
 
 import com.sun.star.accessibility.XAccessible;
 import com.sun.star.accessibility.XAccessibleEventListener;

Modified: incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Accessibility/GraphicalDisplay.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Accessibility/GraphicalDisplay.java?rev=1239200&r1=1239199&r2=1239200&view=diff
==============================================================================
--- incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Accessibility/GraphicalDisplay.java (original)
+++ incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Accessibility/GraphicalDisplay.java Wed Feb  1 16:44:57 2012
@@ -1,36 +1,25 @@
-/*************************************************************************
- *
- *  The Contents of this file are made available subject to the terms of
- *  the BSD license.
- *  
- *  Copyright 2000, 2010 Oracle and/or its affiliates.
- *  All rights reserved.
- *
- *  Redistribution and use in source and binary forms, with or without
- *  modification, are permitted provided that the following conditions
- *  are met:
- *  1. Redistributions of source code must retain the above copyright
- *     notice, this list of conditions and the following disclaimer.
- *  2. Redistributions in binary form must reproduce the above copyright
- *     notice, this list of conditions and the following disclaimer in the
- *     documentation and/or other materials provided with the distribution.
- *  3. Neither the name of Sun Microsystems, Inc. nor the names of its
- *     contributors may be used to endorse or promote products derived
- *     from this software without specific prior written permission.
- *
- *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- *  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- *  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
- *  FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
- *  COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
- *  INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
- *  BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
- *  OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
- *  ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
- *  TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
- *  USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- *     
- *************************************************************************/
+/**************************************************************
+ * 
+ * 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.
+ * 
+ *************************************************************/
+
+
 
 import javax.swing.*;
 import java.awt.Dimension;

Modified: incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Accessibility/IAccessibleObjectDisplay.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Accessibility/IAccessibleObjectDisplay.java?rev=1239200&r1=1239199&r2=1239200&view=diff
==============================================================================
--- incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Accessibility/IAccessibleObjectDisplay.java (original)
+++ incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Accessibility/IAccessibleObjectDisplay.java Wed Feb  1 16:44:57 2012
@@ -1,36 +1,25 @@
-/*************************************************************************
- *
- *  The Contents of this file are made available subject to the terms of
- *  the BSD license.
- *  
- *  Copyright 2000, 2010 Oracle and/or its affiliates.
- *  All rights reserved.
- *
- *  Redistribution and use in source and binary forms, with or without
- *  modification, are permitted provided that the following conditions
- *  are met:
- *  1. Redistributions of source code must retain the above copyright
- *     notice, this list of conditions and the following disclaimer.
- *  2. Redistributions in binary form must reproduce the above copyright
- *     notice, this list of conditions and the following disclaimer in the
- *     documentation and/or other materials provided with the distribution.
- *  3. Neither the name of Sun Microsystems, Inc. nor the names of its
- *     contributors may be used to endorse or promote products derived
- *     from this software without specific prior written permission.
- *
- *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- *  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- *  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
- *  FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
- *  COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
- *  INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
- *  BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
- *  OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
- *  ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
- *  TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
- *  USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- *     
- *************************************************************************/
+/**************************************************************
+ * 
+ * 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.
+ * 
+ *************************************************************/
+
+
 
 import com.sun.star.accessibility.XAccessibleContext;
 

Modified: incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Accessibility/Makefile
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Accessibility/Makefile?rev=1239200&r1=1239199&r2=1239200&view=diff
==============================================================================
--- incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Accessibility/Makefile (original)
+++ incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Accessibility/Makefile Wed Feb  1 16:44:57 2012
@@ -1,3 +1,24 @@
+/**************************************************************
+ * 
+ * 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.
+ * 
+ *************************************************************/
+
 #*************************************************************************
 #
 #  The Contents of this file are made available subject to the terms of

Modified: incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Accessibility/MessageArea.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Accessibility/MessageArea.java?rev=1239200&r1=1239199&r2=1239200&view=diff
==============================================================================
--- incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Accessibility/MessageArea.java (original)
+++ incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Accessibility/MessageArea.java Wed Feb  1 16:44:57 2012
@@ -1,36 +1,25 @@
-/*************************************************************************
- *
- *  The Contents of this file are made available subject to the terms of
- *  the BSD license.
- *  
- *  Copyright 2000, 2010 Oracle and/or its affiliates.
- *  All rights reserved.
- *
- *  Redistribution and use in source and binary forms, with or without
- *  modification, are permitted provided that the following conditions
- *  are met:
- *  1. Redistributions of source code must retain the above copyright
- *     notice, this list of conditions and the following disclaimer.
- *  2. Redistributions in binary form must reproduce the above copyright
- *     notice, this list of conditions and the following disclaimer in the
- *     documentation and/or other materials provided with the distribution.
- *  3. Neither the name of Sun Microsystems, Inc. nor the names of its
- *     contributors may be used to endorse or promote products derived
- *     from this software without specific prior written permission.
- *
- *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- *  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- *  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
- *  FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
- *  COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
- *  INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
- *  BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
- *  OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
- *  ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
- *  TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
- *  USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- *     
- *************************************************************************/
+/**************************************************************
+ * 
+ * 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.
+ * 
+ *************************************************************/
+
+
 
 import java.awt.Font;
 import java.awt.Rectangle;

Modified: incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Accessibility/NameProvider.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Accessibility/NameProvider.java?rev=1239200&r1=1239199&r2=1239200&view=diff
==============================================================================
--- incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Accessibility/NameProvider.java (original)
+++ incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Accessibility/NameProvider.java Wed Feb  1 16:44:57 2012
@@ -1,36 +1,25 @@
-/*************************************************************************
- *
- *  The Contents of this file are made available subject to the terms of
- *  the BSD license.
- *  
- *  Copyright 2000, 2010 Oracle and/or its affiliates.
- *  All rights reserved.
- *
- *  Redistribution and use in source and binary forms, with or without
- *  modification, are permitted provided that the following conditions
- *  are met:
- *  1. Redistributions of source code must retain the above copyright
- *     notice, this list of conditions and the following disclaimer.
- *  2. Redistributions in binary form must reproduce the above copyright
- *     notice, this list of conditions and the following disclaimer in the
- *     documentation and/or other materials provided with the distribution.
- *  3. Neither the name of Sun Microsystems, Inc. nor the names of its
- *     contributors may be used to endorse or promote products derived
- *     from this software without specific prior written permission.
- *
- *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- *  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- *  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
- *  FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
- *  COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
- *  INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
- *  BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
- *  OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
- *  ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
- *  TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
- *  USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- *     
- *************************************************************************/
+/**************************************************************
+ * 
+ * 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.
+ * 
+ *************************************************************/
+
+
 
 import java.util.HashMap;
 import com.sun.star.accessibility.AccessibleStateType;

Modified: incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Accessibility/RegistrationThread.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Accessibility/RegistrationThread.java?rev=1239200&r1=1239199&r2=1239200&view=diff
==============================================================================
--- incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Accessibility/RegistrationThread.java (original)
+++ incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Accessibility/RegistrationThread.java Wed Feb  1 16:44:57 2012
@@ -1,36 +1,25 @@
-/*************************************************************************
- *
- *  The Contents of this file are made available subject to the terms of
- *  the BSD license.
- *  
- *  Copyright 2000, 2010 Oracle and/or its affiliates.
- *  All rights reserved.
- *
- *  Redistribution and use in source and binary forms, with or without
- *  modification, are permitted provided that the following conditions
- *  are met:
- *  1. Redistributions of source code must retain the above copyright
- *     notice, this list of conditions and the following disclaimer.
- *  2. Redistributions in binary form must reproduce the above copyright
- *     notice, this list of conditions and the following disclaimer in the
- *     documentation and/or other materials provided with the distribution.
- *  3. Neither the name of Sun Microsystems, Inc. nor the names of its
- *     contributors may be used to endorse or promote products derived
- *     from this software without specific prior written permission.
- *
- *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- *  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- *  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
- *  FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
- *  COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
- *  INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
- *  BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
- *  OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
- *  ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
- *  TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
- *  USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- *     
- *************************************************************************/
+/**************************************************************
+ * 
+ * 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.
+ * 
+ *************************************************************/
+
+
 
 import java.awt.event.ActionListener;
 import javax.swing.*;

Modified: incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Accessibility/SSR.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Accessibility/SSR.java?rev=1239200&r1=1239199&r2=1239200&view=diff
==============================================================================
--- incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Accessibility/SSR.java (original)
+++ incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Accessibility/SSR.java Wed Feb  1 16:44:57 2012
@@ -1,36 +1,25 @@
-/*************************************************************************
- *
- *  The Contents of this file are made available subject to the terms of
- *  the BSD license.
- *  
- *  Copyright 2000, 2010 Oracle and/or its affiliates.
- *  All rights reserved.
- *
- *  Redistribution and use in source and binary forms, with or without
- *  modification, are permitted provided that the following conditions
- *  are met:
- *  1. Redistributions of source code must retain the above copyright
- *     notice, this list of conditions and the following disclaimer.
- *  2. Redistributions in binary form must reproduce the above copyright
- *     notice, this list of conditions and the following disclaimer in the
- *     documentation and/or other materials provided with the distribution.
- *  3. Neither the name of Sun Microsystems, Inc. nor the names of its
- *     contributors may be used to endorse or promote products derived
- *     from this software without specific prior written permission.
- *
- *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- *  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- *  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
- *  FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
- *  COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
- *  INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
- *  BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
- *  OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
- *  ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
- *  TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
- *  USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- *     
- *************************************************************************/
+/**************************************************************
+ * 
+ * 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.
+ * 
+ *************************************************************/
+
+
 
 import java.awt.event.ActionListener;
 import java.awt.GridBagLayout;

Modified: incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Accessibility/TextualDisplay.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Accessibility/TextualDisplay.java?rev=1239200&r1=1239199&r2=1239200&view=diff
==============================================================================
--- incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Accessibility/TextualDisplay.java (original)
+++ incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Accessibility/TextualDisplay.java Wed Feb  1 16:44:57 2012
@@ -1,36 +1,25 @@
-/*************************************************************************
- *
- *  The Contents of this file are made available subject to the terms of
- *  the BSD license.
- *  
- *  Copyright 2000, 2010 Oracle and/or its affiliates.
- *  All rights reserved.
- *
- *  Redistribution and use in source and binary forms, with or without
- *  modification, are permitted provided that the following conditions
- *  are met:
- *  1. Redistributions of source code must retain the above copyright
- *     notice, this list of conditions and the following disclaimer.
- *  2. Redistributions in binary form must reproduce the above copyright
- *     notice, this list of conditions and the following disclaimer in the
- *     documentation and/or other materials provided with the distribution.
- *  3. Neither the name of Sun Microsystems, Inc. nor the names of its
- *     contributors may be used to endorse or promote products derived
- *     from this software without specific prior written permission.
- *
- *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- *  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- *  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
- *  FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
- *  COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
- *  INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
- *  BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
- *  OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
- *  ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
- *  TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
- *  USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- *     
- *************************************************************************/
+/**************************************************************
+ * 
+ * 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.
+ * 
+ *************************************************************/
+
+
 
 import java.awt.Color;
 import java.awt.Font;

Modified: incubator/ooo/trunk/main/odk/examples/DevelopersGuide/BasicAndDialogs/CreatingDialogs/Makefile
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/odk/examples/DevelopersGuide/BasicAndDialogs/CreatingDialogs/Makefile?rev=1239200&r1=1239199&r2=1239200&view=diff
==============================================================================
--- incubator/ooo/trunk/main/odk/examples/DevelopersGuide/BasicAndDialogs/CreatingDialogs/Makefile (original)
+++ incubator/ooo/trunk/main/odk/examples/DevelopersGuide/BasicAndDialogs/CreatingDialogs/Makefile Wed Feb  1 16:44:57 2012
@@ -1,3 +1,24 @@
+/**************************************************************
+ * 
+ * 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.
+ * 
+ *************************************************************/
+
 #*************************************************************************
 #
 #  The Contents of this file are made available subject to the terms of

Modified: incubator/ooo/trunk/main/odk/examples/DevelopersGuide/BasicAndDialogs/CreatingDialogs/SampleDialog.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/odk/examples/DevelopersGuide/BasicAndDialogs/CreatingDialogs/SampleDialog.java?rev=1239200&r1=1239199&r2=1239200&view=diff
==============================================================================
--- incubator/ooo/trunk/main/odk/examples/DevelopersGuide/BasicAndDialogs/CreatingDialogs/SampleDialog.java (original)
+++ incubator/ooo/trunk/main/odk/examples/DevelopersGuide/BasicAndDialogs/CreatingDialogs/SampleDialog.java Wed Feb  1 16:44:57 2012
@@ -1,36 +1,25 @@
-/*************************************************************************
- *
- *  The Contents of this file are made available subject to the terms of
- *  the BSD license.
- *  
- *  Copyright 2000, 2010 Oracle and/or its affiliates.
- *  All rights reserved.
- *
- *  Redistribution and use in source and binary forms, with or without
- *  modification, are permitted provided that the following conditions
- *  are met:
- *  1. Redistributions of source code must retain the above copyright
- *     notice, this list of conditions and the following disclaimer.
- *  2. Redistributions in binary form must reproduce the above copyright
- *     notice, this list of conditions and the following disclaimer in the
- *     documentation and/or other materials provided with the distribution.
- *  3. Neither the name of Sun Microsystems, Inc. nor the names of its
- *     contributors may be used to endorse or promote products derived
- *     from this software without specific prior written permission.
- *
- *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- *  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- *  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
- *  FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
- *  COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
- *  INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
- *  BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
- *  OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
- *  ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
- *  TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
- *  USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- *     
- *************************************************************************/
+/**************************************************************
+ * 
+ * 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 com.sun.star.comp.sdk.examples;
 

Modified: incubator/ooo/trunk/main/odk/examples/DevelopersGuide/BasicAndDialogs/ToolkitControls/Makefile
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/odk/examples/DevelopersGuide/BasicAndDialogs/ToolkitControls/Makefile?rev=1239200&r1=1239199&r2=1239200&view=diff
==============================================================================
--- incubator/ooo/trunk/main/odk/examples/DevelopersGuide/BasicAndDialogs/ToolkitControls/Makefile (original)
+++ incubator/ooo/trunk/main/odk/examples/DevelopersGuide/BasicAndDialogs/ToolkitControls/Makefile Wed Feb  1 16:44:57 2012
@@ -1,3 +1,24 @@
+/**************************************************************
+ * 
+ * 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.
+ * 
+ *************************************************************/
+
 #*************************************************************************
 #
 #  The Contents of this file are made available subject to the terms of

Modified: incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Charts/CalcHelper.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Charts/CalcHelper.java?rev=1239200&r1=1239199&r2=1239200&view=diff
==============================================================================
--- incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Charts/CalcHelper.java (original)
+++ incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Charts/CalcHelper.java Wed Feb  1 16:44:57 2012
@@ -1,36 +1,25 @@
-/*************************************************************************
- *
- *  The Contents of this file are made available subject to the terms of
- *  the BSD license.
- *  
- *  Copyright 2000, 2010 Oracle and/or its affiliates.
- *  All rights reserved.
- *
- *  Redistribution and use in source and binary forms, with or without
- *  modification, are permitted provided that the following conditions
- *  are met:
- *  1. Redistributions of source code must retain the above copyright
- *     notice, this list of conditions and the following disclaimer.
- *  2. Redistributions in binary form must reproduce the above copyright
- *     notice, this list of conditions and the following disclaimer in the
- *     documentation and/or other materials provided with the distribution.
- *  3. Neither the name of Sun Microsystems, Inc. nor the names of its
- *     contributors may be used to endorse or promote products derived
- *     from this software without specific prior written permission.
- *
- *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- *  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- *  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
- *  FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
- *  COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
- *  INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
- *  BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
- *  OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
- *  ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
- *  TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
- *  USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- *     
- *************************************************************************/
+/**************************************************************
+ * 
+ * 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.
+ * 
+ *************************************************************/
+
+
 
 // __________ Imports __________
 

Modified: incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Charts/ChartHelper.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Charts/ChartHelper.java?rev=1239200&r1=1239199&r2=1239200&view=diff
==============================================================================
--- incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Charts/ChartHelper.java (original)
+++ incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Charts/ChartHelper.java Wed Feb  1 16:44:57 2012
@@ -1,36 +1,25 @@
-/*************************************************************************
- *
- *  The Contents of this file are made available subject to the terms of
- *  the BSD license.
- *  
- *  Copyright 2000, 2010 Oracle and/or its affiliates.
- *  All rights reserved.
- *
- *  Redistribution and use in source and binary forms, with or without
- *  modification, are permitted provided that the following conditions
- *  are met:
- *  1. Redistributions of source code must retain the above copyright
- *     notice, this list of conditions and the following disclaimer.
- *  2. Redistributions in binary form must reproduce the above copyright
- *     notice, this list of conditions and the following disclaimer in the
- *     documentation and/or other materials provided with the distribution.
- *  3. Neither the name of Sun Microsystems, Inc. nor the names of its
- *     contributors may be used to endorse or promote products derived
- *     from this software without specific prior written permission.
- *
- *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- *  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- *  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
- *  FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
- *  COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
- *  INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
- *  BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
- *  OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
- *  ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
- *  TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
- *  USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- *     
- *************************************************************************/
+/**************************************************************
+ * 
+ * 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.
+ * 
+ *************************************************************/
+
+
 
 // __________ Imports __________
 

Modified: incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Charts/ChartInCalc.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Charts/ChartInCalc.java?rev=1239200&r1=1239199&r2=1239200&view=diff
==============================================================================
--- incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Charts/ChartInCalc.java (original)
+++ incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Charts/ChartInCalc.java Wed Feb  1 16:44:57 2012
@@ -1,36 +1,25 @@
-/*************************************************************************
- *
- *  The Contents of this file are made available subject to the terms of
- *  the BSD license.
- *  
- *  Copyright 2000, 2010 Oracle and/or its affiliates.
- *  All rights reserved.
- *
- *  Redistribution and use in source and binary forms, with or without
- *  modification, are permitted provided that the following conditions
- *  are met:
- *  1. Redistributions of source code must retain the above copyright
- *     notice, this list of conditions and the following disclaimer.
- *  2. Redistributions in binary form must reproduce the above copyright
- *     notice, this list of conditions and the following disclaimer in the
- *     documentation and/or other materials provided with the distribution.
- *  3. Neither the name of Sun Microsystems, Inc. nor the names of its
- *     contributors may be used to endorse or promote products derived
- *     from this software without specific prior written permission.
- *
- *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- *  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- *  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
- *  FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
- *  COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
- *  INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
- *  BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
- *  OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
- *  ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
- *  TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
- *  USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- *     
- *************************************************************************/
+/**************************************************************
+ * 
+ * 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.
+ * 
+ *************************************************************/
+
+
 
 // __________ Imports __________