Author: arist
Date: Sun Nov 6 07:27:34 2011
New Revision: 1198175
URL: http://svn.apache.org/viewvc?rev=1198175&view=rev
Log:
Update headers to Alv2 headers
Modified:
incubator/ooo/trunk/main/scripting/examples/java/HelloWorld/HelloWorld.java
incubator/ooo/trunk/main/scripting/examples/java/Highlight/HighlightText.java
incubator/ooo/trunk/main/scripting/examples/java/MemoryUsage/MemoryUsage.java
incubator/ooo/trunk/main/scripting/examples/java/Newsgroup/MimeConfiguration.java
incubator/ooo/trunk/main/scripting/examples/java/Newsgroup/NewsGroup.java
incubator/ooo/trunk/main/scripting/examples/java/Newsgroup/OfficeAttachment.java
incubator/ooo/trunk/main/scripting/examples/java/Newsgroup/PostNewsgroup.java
incubator/ooo/trunk/main/scripting/examples/java/Newsgroup/Sender.java
incubator/ooo/trunk/main/scripting/examples/java/Newsgroup/StatusWindow.java
incubator/ooo/trunk/main/scripting/examples/java/Newsgroup/SubscribedNewsgroups.java
incubator/ooo/trunk/main/scripting/examples/java/debugger/DebugRunner.java
incubator/ooo/trunk/main/scripting/examples/java/debugger/OOBeanShellDebugger.java
incubator/ooo/trunk/main/scripting/examples/java/debugger/OORhinoDebugger.java
incubator/ooo/trunk/main/scripting/examples/java/debugger/OOScriptDebugger.java
incubator/ooo/trunk/main/scripting/examples/java/selector/ScriptSelector.java
incubator/ooo/trunk/main/scripting/java/Framework/com/sun/star/script/framework/security/SecurityDialog.java
incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/browse/DialogFactory.java
incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/browse/ParcelBrowseNode.java
incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/browse/PkgProviderBrowseNode.java
incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/browse/ProviderBrowseNode.java
incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/browse/ScriptBrowseNode.java
incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/container/DeployedUnoPackagesDB.java
incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/container/Parcel.java
incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/container/ParcelContainer.java
incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/container/ParcelDescriptor.java
incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/container/ParsedScriptUri.java
incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/container/ScriptEntry.java
incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/container/ScriptMetaData.java
incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/container/UnoPkgContainer.java
incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/container/XMLParser.java
incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/container/XMLParserFactory.java
incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/io/UCBStreamHandler.java
incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/io/XInputStreamImpl.java
incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/io/XInputStreamWrapper.java
incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/io/XOutputStreamWrapper.java
incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/io/XStorageHelper.java
incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/log/LogUtils.java
incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/ClassLoaderFactory.java
incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/EditorScriptContext.java
incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/NoSuitableClassLoaderException.java
incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/PathUtils.java
incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/ScriptContext.java
incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/ScriptEditor.java
incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/ScriptProvider.java
incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/SwingInvocation.java
incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/beanshell/PlainSourceView.java
incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/beanshell/ScriptEditorForBeanShell.java
incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/beanshell/ScriptProviderForBeanShell.java
incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/beanshell/ScriptSourceModel.java
incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/beanshell/ScriptSourceView.java
incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/java/Resolver.java
incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/java/ScriptDescriptor.java
incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/java/ScriptProviderForJava.java
incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/java/ScriptProxy.java
incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/java/StrictResolver.java
incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/javascript/ScriptEditorForJavaScript.java
incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/javascript/ScriptProviderForJavaScript.java
incubator/ooo/trunk/main/scripting/java/org/openoffice/idesupport/CommandLineTools.java
incubator/ooo/trunk/main/scripting/java/org/openoffice/idesupport/ExtensionFinder.java
incubator/ooo/trunk/main/scripting/java/org/openoffice/idesupport/JavaFinder.java
incubator/ooo/trunk/main/scripting/java/org/openoffice/idesupport/LocalOffice.java
incubator/ooo/trunk/main/scripting/java/org/openoffice/idesupport/MethodFinder.java
incubator/ooo/trunk/main/scripting/java/org/openoffice/idesupport/OfficeDocument.java
incubator/ooo/trunk/main/scripting/java/org/openoffice/idesupport/OfficeInstallation.java
incubator/ooo/trunk/main/scripting/java/org/openoffice/idesupport/SVersionRCFile.java
incubator/ooo/trunk/main/scripting/java/org/openoffice/idesupport/filter/AllFilesFilter.java
incubator/ooo/trunk/main/scripting/java/org/openoffice/idesupport/filter/BinaryOnlyFilter.java
incubator/ooo/trunk/main/scripting/java/org/openoffice/idesupport/filter/ExceptParcelFilter.java
incubator/ooo/trunk/main/scripting/java/org/openoffice/idesupport/filter/FileFilter.java
incubator/ooo/trunk/main/scripting/java/org/openoffice/idesupport/localoffice/LocalOfficeImpl.java
incubator/ooo/trunk/main/scripting/java/org/openoffice/idesupport/ui/ConfigurePanel.java
incubator/ooo/trunk/main/scripting/java/org/openoffice/idesupport/ui/MethodPanel.java
incubator/ooo/trunk/main/scripting/java/org/openoffice/idesupport/ui/ScriptPanel.java
incubator/ooo/trunk/main/scripting/java/org/openoffice/idesupport/xml/Manifest.java
incubator/ooo/trunk/main/scripting/java/org/openoffice/idesupport/zip/ParcelZipper.java
incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/editor/JavaKit.java
incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/editor/NetBeansSourceView.java
incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/actions/BuildParcelAction.java
incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/actions/CompileParcelAction.java
incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/actions/ConfigureParcelAction.java
incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/actions/DeployParcelAction.java
incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/actions/MountDocumentAction.java
incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/actions/MountParcelAction.java
incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/actions/OfficeDocumentCookie.java
incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/actions/OfficeDocumentSupport.java
incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/actions/ParcelCookie.java
incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/actions/ParcelDescriptorEditorSupport.java
incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/actions/ParcelDescriptorParserCookie.java
incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/actions/ParcelDescriptorParserSupport.java
incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/actions/ParcelFolderCookie.java
incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/actions/ParcelFolderSupport.java
incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/actions/ParcelSupport.java
incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/OpenOfficeDocFileSystem.java
incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/OpenOfficeDocFileSystemBeanInfo.java
incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/loader/OfficeDocumentDataLoader.java
incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/loader/OfficeDocumentDataLoaderBeanInfo.java
incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/loader/OfficeDocumentDataNode.java
incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/loader/OfficeDocumentDataObject.java
incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/loader/ParcelContentsFolder.java
incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/loader/ParcelContentsFolderDataLoader.java
incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/loader/ParcelContentsFolderDataLoaderBeanInfo.java
incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/loader/ParcelDataLoader.java
incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/loader/ParcelDataLoaderBeanInfo.java
incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/loader/ParcelDataNode.java
incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/loader/ParcelDataObject.java
incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/loader/ParcelDescriptorDataLoader.java
incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/loader/ParcelDescriptorDataLoaderBeanInfo.java
incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/loader/ParcelDescriptorDataNode.java
incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/loader/ParcelDescriptorDataObject.java
incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/loader/ParcelFolder.java
incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/loader/ParcelFolderDataLoader.java
incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/loader/ParcelFolderDataLoaderBeanInfo.java
incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/nodes/OfficeDocumentChildren.java
incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/nodes/ParcelDescriptorChildren.java
incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/nodes/ScriptNode.java
incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/options/OfficeSettings.java
incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/options/OfficeSettingsBeanInfo.java
incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/resources/templates/Empty.java_
incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/resources/templates/HelloWorld.java_
incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/utils/FrameworkJarChecker.java
incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/utils/ManifestParser.java
incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/utils/NagDialog.java
incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/utils/OfficeModule.java
incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/utils/PackageRemover.java
incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/utils/ZipMounter.java
incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/wizard/InstallationPathDescriptor.java
incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/wizard/InstallationPathIterator.java
incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/wizard/JavaScriptIterator.java
incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/wizard/ParcelContentsIterator.java
incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/wizard/ParcelPropertiesPanel.java
incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/wizard/ParcelPropertiesVisualPanel.java
incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/wizard/SelectPathPanel.java
incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/wizard/SelectPathVisualPanel.java
incubator/ooo/trunk/main/scripting/workben/ifc/scripting/ScriptingUtils.java
incubator/ooo/trunk/main/scripting/workben/ifc/scripting/SecurityDialogUtil.java
incubator/ooo/trunk/main/scripting/workben/ifc/scripting/_XFunction.java
incubator/ooo/trunk/main/scripting/workben/ifc/scripting/_XFunctionProvider.java
incubator/ooo/trunk/main/scripting/workben/ifc/scripting/_XScriptInfo.java
incubator/ooo/trunk/main/scripting/workben/ifc/scripting/_XScriptInfoAccess.java
incubator/ooo/trunk/main/scripting/workben/ifc/scripting/_XScriptInvocation.java
incubator/ooo/trunk/main/scripting/workben/ifc/scripting/_XScriptNameResolver.java
incubator/ooo/trunk/main/scripting/workben/ifc/scripting/_XScriptSecurity.java
incubator/ooo/trunk/main/scripting/workben/ifc/scripting/_XScriptStorageManager.java
incubator/ooo/trunk/main/scripting/workben/ifc/scripting/_XScriptStorageRefresh.java
incubator/ooo/trunk/main/scripting/workben/installer/Banner.java
incubator/ooo/trunk/main/scripting/workben/installer/ExceptionTraceHelper.java
incubator/ooo/trunk/main/scripting/workben/installer/ExecCmd.java
incubator/ooo/trunk/main/scripting/workben/installer/FileUpdater.java
incubator/ooo/trunk/main/scripting/workben/installer/Final.java
incubator/ooo/trunk/main/scripting/workben/installer/IdeFinal.java
incubator/ooo/trunk/main/scripting/workben/installer/IdeUpdater.java
incubator/ooo/trunk/main/scripting/workben/installer/IdeVersion.java
incubator/ooo/trunk/main/scripting/workben/installer/IdeWelcome.java
incubator/ooo/trunk/main/scripting/workben/installer/InstUtil.java
incubator/ooo/trunk/main/scripting/workben/installer/InstallListener.java
incubator/ooo/trunk/main/scripting/workben/installer/InstallWizard.java
incubator/ooo/trunk/main/scripting/workben/installer/InstallationEvent.java
incubator/ooo/trunk/main/scripting/workben/installer/LogStream.java
incubator/ooo/trunk/main/scripting/workben/installer/NavPanel.java
incubator/ooo/trunk/main/scripting/workben/installer/Navigation.java
incubator/ooo/trunk/main/scripting/workben/installer/Register.java
incubator/ooo/trunk/main/scripting/workben/installer/Version.java
incubator/ooo/trunk/main/scripting/workben/installer/Welcome.java
incubator/ooo/trunk/main/scripting/workben/installer/XmlUpdater.java
incubator/ooo/trunk/main/scripting/workben/installer/ZipData.java
incubator/ooo/trunk/main/scripting/workben/mod/_scripting/Dispatch.java
incubator/ooo/trunk/main/scripting/workben/mod/_scripting/Function.java
incubator/ooo/trunk/main/scripting/workben/mod/_scripting/FunctionProvider.java
incubator/ooo/trunk/main/scripting/workben/mod/_scripting/ScriptInfo.java
incubator/ooo/trunk/main/scripting/workben/mod/_scripting/ScriptRuntimeManager.java
incubator/ooo/trunk/main/scripting/workben/mod/_scripting/ScriptStorage.java
incubator/ooo/trunk/main/scripting/workben/mod/_scripting/ScriptStorageManager.java
incubator/ooo/trunk/main/scripting/workben/mod/_scripting/TestDataLoader.java
Modified: incubator/ooo/trunk/main/scripting/examples/java/HelloWorld/HelloWorld.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/scripting/examples/java/HelloWorld/HelloWorld.java?rev=1198175&r1=1198174&r2=1198175&view=diff
==============================================================================
--- incubator/ooo/trunk/main/scripting/examples/java/HelloWorld/HelloWorld.java (original)
+++ incubator/ooo/trunk/main/scripting/examples/java/HelloWorld/HelloWorld.java Sun Nov 6 07:27:34 2011
@@ -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.
+ *
+ *************************************************************/
+
import com.sun.star.script.provider.XScriptContext;
import com.sun.star.uno.UnoRuntime;
import com.sun.star.text.XTextDocument;
Modified: incubator/ooo/trunk/main/scripting/examples/java/Highlight/HighlightText.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/scripting/examples/java/Highlight/HighlightText.java?rev=1198175&r1=1198174&r2=1198175&view=diff
==============================================================================
--- incubator/ooo/trunk/main/scripting/examples/java/Highlight/HighlightText.java (original)
+++ incubator/ooo/trunk/main/scripting/examples/java/Highlight/HighlightText.java Sun Nov 6 07:27:34 2011
@@ -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.
+ *
+ *************************************************************/
+
import com.sun.star.uno.UnoRuntime;
import com.sun.star.script.provider.XScriptContext;
import com.sun.star.lang.XMultiComponentFactory;
Modified: incubator/ooo/trunk/main/scripting/examples/java/MemoryUsage/MemoryUsage.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/scripting/examples/java/MemoryUsage/MemoryUsage.java?rev=1198175&r1=1198174&r2=1198175&view=diff
==============================================================================
--- incubator/ooo/trunk/main/scripting/examples/java/MemoryUsage/MemoryUsage.java (original)
+++ incubator/ooo/trunk/main/scripting/examples/java/MemoryUsage/MemoryUsage.java Sun Nov 6 07:27:34 2011
@@ -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.
+ *
+ *************************************************************/
+
import java.util.Random;
import java.util.Date;
import com.sun.star.uno.UnoRuntime;
Modified: incubator/ooo/trunk/main/scripting/examples/java/Newsgroup/MimeConfiguration.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/scripting/examples/java/Newsgroup/MimeConfiguration.java?rev=1198175&r1=1198174&r2=1198175&view=diff
==============================================================================
--- incubator/ooo/trunk/main/scripting/examples/java/Newsgroup/MimeConfiguration.java (original)
+++ incubator/ooo/trunk/main/scripting/examples/java/Newsgroup/MimeConfiguration.java Sun Nov 6 07:27:34 2011
@@ -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.
+ *
+ *************************************************************/
+
import com.sun.star.uno.UnoRuntime;
import com.sun.star.lang.XMultiComponentFactory;
import com.sun.star.uno.XComponentContext;
Modified: incubator/ooo/trunk/main/scripting/examples/java/Newsgroup/NewsGroup.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/scripting/examples/java/Newsgroup/NewsGroup.java?rev=1198175&r1=1198174&r2=1198175&view=diff
==============================================================================
--- incubator/ooo/trunk/main/scripting/examples/java/Newsgroup/NewsGroup.java (original)
+++ incubator/ooo/trunk/main/scripting/examples/java/Newsgroup/NewsGroup.java Sun Nov 6 07:27:34 2011
@@ -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.
+ *
+ *************************************************************/
+
public class NewsGroup
{
Modified: incubator/ooo/trunk/main/scripting/examples/java/Newsgroup/OfficeAttachment.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/scripting/examples/java/Newsgroup/OfficeAttachment.java?rev=1198175&r1=1198174&r2=1198175&view=diff
==============================================================================
--- incubator/ooo/trunk/main/scripting/examples/java/Newsgroup/OfficeAttachment.java (original)
+++ incubator/ooo/trunk/main/scripting/examples/java/Newsgroup/OfficeAttachment.java Sun Nov 6 07:27:34 2011
@@ -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.
+ *
+ *************************************************************/
+
//import com.sun.star.frame.XComponentLoader;
import java.io.*;
import com.sun.star.lang.XComponent;
Modified: incubator/ooo/trunk/main/scripting/examples/java/Newsgroup/PostNewsgroup.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/scripting/examples/java/Newsgroup/PostNewsgroup.java?rev=1198175&r1=1198174&r2=1198175&view=diff
==============================================================================
--- incubator/ooo/trunk/main/scripting/examples/java/Newsgroup/PostNewsgroup.java (original)
+++ incubator/ooo/trunk/main/scripting/examples/java/Newsgroup/PostNewsgroup.java Sun Nov 6 07:27:34 2011
@@ -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.
+ *
+ *************************************************************/
+
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
Modified: incubator/ooo/trunk/main/scripting/examples/java/Newsgroup/Sender.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/scripting/examples/java/Newsgroup/Sender.java?rev=1198175&r1=1198174&r2=1198175&view=diff
==============================================================================
--- incubator/ooo/trunk/main/scripting/examples/java/Newsgroup/Sender.java (original)
+++ incubator/ooo/trunk/main/scripting/examples/java/Newsgroup/Sender.java Sun Nov 6 07:27:34 2011
@@ -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.
+ *
+ *************************************************************/
+
import javax.mail.*;
import javax.mail.internet.*;
import com.msoft.mail.provider.nntp.NNTPTransport;
Modified: incubator/ooo/trunk/main/scripting/examples/java/Newsgroup/StatusWindow.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/scripting/examples/java/Newsgroup/StatusWindow.java?rev=1198175&r1=1198174&r2=1198175&view=diff
==============================================================================
--- incubator/ooo/trunk/main/scripting/examples/java/Newsgroup/StatusWindow.java (original)
+++ incubator/ooo/trunk/main/scripting/examples/java/Newsgroup/StatusWindow.java Sun Nov 6 07:27:34 2011
@@ -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.
+ *
+ *************************************************************/
+
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
Modified: incubator/ooo/trunk/main/scripting/examples/java/Newsgroup/SubscribedNewsgroups.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/scripting/examples/java/Newsgroup/SubscribedNewsgroups.java?rev=1198175&r1=1198174&r2=1198175&view=diff
==============================================================================
--- incubator/ooo/trunk/main/scripting/examples/java/Newsgroup/SubscribedNewsgroups.java (original)
+++ incubator/ooo/trunk/main/scripting/examples/java/Newsgroup/SubscribedNewsgroups.java Sun Nov 6 07:27:34 2011
@@ -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.
+ *
+ *************************************************************/
+
import java.io.*;
import java.util.Vector;
Modified: incubator/ooo/trunk/main/scripting/examples/java/debugger/DebugRunner.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/scripting/examples/java/debugger/DebugRunner.java?rev=1198175&r1=1198174&r2=1198175&view=diff
==============================================================================
--- incubator/ooo/trunk/main/scripting/examples/java/debugger/DebugRunner.java (original)
+++ incubator/ooo/trunk/main/scripting/examples/java/debugger/DebugRunner.java Sun Nov 6 07:27:34 2011
@@ -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.
+ *
+ *************************************************************/
+
import java.io.File;
import java.io.InputStream;
import java.io.IOException;
Modified: incubator/ooo/trunk/main/scripting/examples/java/debugger/OOBeanShellDebugger.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/scripting/examples/java/debugger/OOBeanShellDebugger.java?rev=1198175&r1=1198174&r2=1198175&view=diff
==============================================================================
--- incubator/ooo/trunk/main/scripting/examples/java/debugger/OOBeanShellDebugger.java (original)
+++ incubator/ooo/trunk/main/scripting/examples/java/debugger/OOBeanShellDebugger.java Sun Nov 6 07:27:34 2011
@@ -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.
+ *
+ *************************************************************/
+
import javax.swing.JFrame;
import javax.swing.JTextArea;
import javax.swing.JPanel;
Modified: incubator/ooo/trunk/main/scripting/examples/java/debugger/OORhinoDebugger.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/scripting/examples/java/debugger/OORhinoDebugger.java?rev=1198175&r1=1198174&r2=1198175&view=diff
==============================================================================
--- incubator/ooo/trunk/main/scripting/examples/java/debugger/OORhinoDebugger.java (original)
+++ incubator/ooo/trunk/main/scripting/examples/java/debugger/OORhinoDebugger.java Sun Nov 6 07:27:34 2011
@@ -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.
+ *
+ *************************************************************/
+
import javax.swing.SwingUtilities;
import java.io.InputStream;
Modified: incubator/ooo/trunk/main/scripting/examples/java/debugger/OOScriptDebugger.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/scripting/examples/java/debugger/OOScriptDebugger.java?rev=1198175&r1=1198174&r2=1198175&view=diff
==============================================================================
--- incubator/ooo/trunk/main/scripting/examples/java/debugger/OOScriptDebugger.java (original)
+++ incubator/ooo/trunk/main/scripting/examples/java/debugger/OOScriptDebugger.java Sun Nov 6 07:27:34 2011
@@ -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.
+ *
+ *************************************************************/
+
import java.io.InputStream;
import drafts.com.sun.star.script.framework.runtime.XScriptContext;
Modified: incubator/ooo/trunk/main/scripting/examples/java/selector/ScriptSelector.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/scripting/examples/java/selector/ScriptSelector.java?rev=1198175&r1=1198174&r2=1198175&view=diff
==============================================================================
--- incubator/ooo/trunk/main/scripting/examples/java/selector/ScriptSelector.java (original)
+++ incubator/ooo/trunk/main/scripting/examples/java/selector/ScriptSelector.java Sun Nov 6 07:27:34 2011
@@ -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.
+ *
+ *************************************************************/
+
import javax.swing.*;
import javax.swing.tree.*;
import javax.swing.table.*;
Modified: incubator/ooo/trunk/main/scripting/java/Framework/com/sun/star/script/framework/security/SecurityDialog.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/scripting/java/Framework/com/sun/star/script/framework/security/SecurityDialog.java?rev=1198175&r1=1198174&r2=1198175&view=diff
==============================================================================
--- incubator/ooo/trunk/main/scripting/java/Framework/com/sun/star/script/framework/security/SecurityDialog.java (original)
+++ incubator/ooo/trunk/main/scripting/java/Framework/com/sun/star/script/framework/security/SecurityDialog.java Sun Nov 6 07:27:34 2011
@@ -1,29 +1,25 @@
-/*************************************************************************
- *
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+/**************************************************************
*
- * Copyright 2000, 2010 Oracle and/or its affiliates.
- *
- * OpenOffice.org - a multi-platform office productivity suite
- *
- * This file is part of OpenOffice.org.
- *
- * OpenOffice.org is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License version 3
- * only, as published by the Free Software Foundation.
- *
- * OpenOffice.org is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License version 3 for more details
- * (a copy is included in the LICENSE file that accompanied this code).
- *
- * You should have received a copy of the GNU Lesser General Public License
- * version 3 along with OpenOffice.org. If not, see
- * <http://www.openoffice.org/license.html>
- * for a copy of the LGPLv3 License.
- *
- ************************************************************************/
+ * 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.script.framework.security;
Modified: incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/browse/DialogFactory.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/browse/DialogFactory.java?rev=1198175&r1=1198174&r2=1198175&view=diff
==============================================================================
--- incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/browse/DialogFactory.java (original)
+++ incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/browse/DialogFactory.java Sun Nov 6 07:27:34 2011
@@ -1,29 +1,25 @@
-/*************************************************************************
- *
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+/**************************************************************
*
- * Copyright 2000, 2010 Oracle and/or its affiliates.
- *
- * OpenOffice.org - a multi-platform office productivity suite
- *
- * This file is part of OpenOffice.org.
- *
- * OpenOffice.org is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License version 3
- * only, as published by the Free Software Foundation.
- *
- * OpenOffice.org is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License version 3 for more details
- * (a copy is included in the LICENSE file that accompanied this code).
- *
- * You should have received a copy of the GNU Lesser General Public License
- * version 3 along with OpenOffice.org. If not, see
- * <http://www.openoffice.org/license.html>
- * for a copy of the LGPLv3 License.
- *
- ************************************************************************/
+ * 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.script.framework.browse;
Modified: incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/browse/ParcelBrowseNode.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/browse/ParcelBrowseNode.java?rev=1198175&r1=1198174&r2=1198175&view=diff
==============================================================================
--- incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/browse/ParcelBrowseNode.java (original)
+++ incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/browse/ParcelBrowseNode.java Sun Nov 6 07:27:34 2011
@@ -1,29 +1,25 @@
-/*************************************************************************
- *
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+/**************************************************************
*
- * Copyright 2000, 2010 Oracle and/or its affiliates.
- *
- * OpenOffice.org - a multi-platform office productivity suite
- *
- * This file is part of OpenOffice.org.
- *
- * OpenOffice.org is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License version 3
- * only, as published by the Free Software Foundation.
- *
- * OpenOffice.org is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License version 3 for more details
- * (a copy is included in the LICENSE file that accompanied this code).
- *
- * You should have received a copy of the GNU Lesser General Public License
- * version 3 along with OpenOffice.org. If not, see
- * <http://www.openoffice.org/license.html>
- * for a copy of the LGPLv3 License.
- *
- ************************************************************************/
+ * 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.script.framework.browse;
Modified: incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/browse/PkgProviderBrowseNode.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/browse/PkgProviderBrowseNode.java?rev=1198175&r1=1198174&r2=1198175&view=diff
==============================================================================
--- incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/browse/PkgProviderBrowseNode.java (original)
+++ incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/browse/PkgProviderBrowseNode.java Sun Nov 6 07:27:34 2011
@@ -1,29 +1,25 @@
-/*************************************************************************
- *
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+/**************************************************************
*
- * Copyright 2000, 2010 Oracle and/or its affiliates.
- *
- * OpenOffice.org - a multi-platform office productivity suite
- *
- * This file is part of OpenOffice.org.
- *
- * OpenOffice.org is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License version 3
- * only, as published by the Free Software Foundation.
- *
- * OpenOffice.org is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License version 3 for more details
- * (a copy is included in the LICENSE file that accompanied this code).
- *
- * You should have received a copy of the GNU Lesser General Public License
- * version 3 along with OpenOffice.org. If not, see
- * <http://www.openoffice.org/license.html>
- * for a copy of the LGPLv3 License.
- *
- ************************************************************************/
+ * 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.script.framework.browse;
Modified: incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/browse/ProviderBrowseNode.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/browse/ProviderBrowseNode.java?rev=1198175&r1=1198174&r2=1198175&view=diff
==============================================================================
--- incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/browse/ProviderBrowseNode.java (original)
+++ incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/browse/ProviderBrowseNode.java Sun Nov 6 07:27:34 2011
@@ -1,29 +1,25 @@
-/*************************************************************************
- *
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+/**************************************************************
*
- * Copyright 2000, 2010 Oracle and/or its affiliates.
- *
- * OpenOffice.org - a multi-platform office productivity suite
- *
- * This file is part of OpenOffice.org.
- *
- * OpenOffice.org is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License version 3
- * only, as published by the Free Software Foundation.
- *
- * OpenOffice.org is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License version 3 for more details
- * (a copy is included in the LICENSE file that accompanied this code).
- *
- * You should have received a copy of the GNU Lesser General Public License
- * version 3 along with OpenOffice.org. If not, see
- * <http://www.openoffice.org/license.html>
- * for a copy of the LGPLv3 License.
- *
- ************************************************************************/
+ * 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.script.framework.browse;
Modified: incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/browse/ScriptBrowseNode.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/browse/ScriptBrowseNode.java?rev=1198175&r1=1198174&r2=1198175&view=diff
==============================================================================
--- incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/browse/ScriptBrowseNode.java (original)
+++ incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/browse/ScriptBrowseNode.java Sun Nov 6 07:27:34 2011
@@ -1,29 +1,25 @@
-/*************************************************************************
- *
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+/**************************************************************
*
- * Copyright 2000, 2010 Oracle and/or its affiliates.
- *
- * OpenOffice.org - a multi-platform office productivity suite
- *
- * This file is part of OpenOffice.org.
- *
- * OpenOffice.org is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License version 3
- * only, as published by the Free Software Foundation.
- *
- * OpenOffice.org is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License version 3 for more details
- * (a copy is included in the LICENSE file that accompanied this code).
- *
- * You should have received a copy of the GNU Lesser General Public License
- * version 3 along with OpenOffice.org. If not, see
- * <http://www.openoffice.org/license.html>
- * for a copy of the LGPLv3 License.
- *
- ************************************************************************/
+ * 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.script.framework.browse;
import com.sun.star.script.browse.XBrowseNode;
Modified: incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/container/DeployedUnoPackagesDB.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/container/DeployedUnoPackagesDB.java?rev=1198175&r1=1198174&r2=1198175&view=diff
==============================================================================
--- incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/container/DeployedUnoPackagesDB.java (original)
+++ incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/container/DeployedUnoPackagesDB.java Sun Nov 6 07:27:34 2011
@@ -1,29 +1,25 @@
-/*************************************************************************
- *
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+/**************************************************************
*
- * Copyright 2000, 2010 Oracle and/or its affiliates.
- *
- * OpenOffice.org - a multi-platform office productivity suite
- *
- * This file is part of OpenOffice.org.
- *
- * OpenOffice.org is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License version 3
- * only, as published by the Free Software Foundation.
- *
- * OpenOffice.org is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License version 3 for more details
- * (a copy is included in the LICENSE file that accompanied this code).
- *
- * You should have received a copy of the GNU Lesser General Public License
- * version 3 along with OpenOffice.org. If not, see
- * <http://www.openoffice.org/license.html>
- * for a copy of the LGPLv3 License.
- *
- ************************************************************************/
+ * 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.script.framework.container;
Modified: incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/container/Parcel.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/container/Parcel.java?rev=1198175&r1=1198174&r2=1198175&view=diff
==============================================================================
--- incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/container/Parcel.java (original)
+++ incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/container/Parcel.java Sun Nov 6 07:27:34 2011
@@ -1,29 +1,25 @@
-/*************************************************************************
- *
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+/**************************************************************
*
- * Copyright 2000, 2010 Oracle and/or its affiliates.
- *
- * OpenOffice.org - a multi-platform office productivity suite
- *
- * This file is part of OpenOffice.org.
- *
- * OpenOffice.org is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License version 3
- * only, as published by the Free Software Foundation.
- *
- * OpenOffice.org is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License version 3 for more details
- * (a copy is included in the LICENSE file that accompanied this code).
- *
- * You should have received a copy of the GNU Lesser General Public License
- * version 3 along with OpenOffice.org. If not, see
- * <http://www.openoffice.org/license.html>
- * for a copy of the LGPLv3 License.
- *
- ************************************************************************/
+ * 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.script.framework.container;
import com.sun.star.script.framework.log.*;
import com.sun.star.script.framework.io.*;
Modified: incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/container/ParcelContainer.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/container/ParcelContainer.java?rev=1198175&r1=1198174&r2=1198175&view=diff
==============================================================================
--- incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/container/ParcelContainer.java (original)
+++ incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/container/ParcelContainer.java Sun Nov 6 07:27:34 2011
@@ -1,29 +1,25 @@
-/*************************************************************************
- *
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+/**************************************************************
*
- * Copyright 2000, 2010 Oracle and/or its affiliates.
- *
- * OpenOffice.org - a multi-platform office productivity suite
- *
- * This file is part of OpenOffice.org.
- *
- * OpenOffice.org is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License version 3
- * only, as published by the Free Software Foundation.
- *
- * OpenOffice.org is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License version 3 for more details
- * (a copy is included in the LICENSE file that accompanied this code).
- *
- * You should have received a copy of the GNU Lesser General Public License
- * version 3 along with OpenOffice.org. If not, see
- * <http://www.openoffice.org/license.html>
- * for a copy of the LGPLv3 License.
- *
- ************************************************************************/
+ * 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.script.framework.container;
Modified: incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/container/ParcelDescriptor.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/container/ParcelDescriptor.java?rev=1198175&r1=1198174&r2=1198175&view=diff
==============================================================================
--- incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/container/ParcelDescriptor.java (original)
+++ incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/container/ParcelDescriptor.java Sun Nov 6 07:27:34 2011
@@ -1,29 +1,25 @@
-/*************************************************************************
- *
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+/**************************************************************
*
- * Copyright 2000, 2010 Oracle and/or its affiliates.
- *
- * OpenOffice.org - a multi-platform office productivity suite
- *
- * This file is part of OpenOffice.org.
- *
- * OpenOffice.org is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License version 3
- * only, as published by the Free Software Foundation.
- *
- * OpenOffice.org is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License version 3 for more details
- * (a copy is included in the LICENSE file that accompanied this code).
- *
- * You should have received a copy of the GNU Lesser General Public License
- * version 3 along with OpenOffice.org. If not, see
- * <http://www.openoffice.org/license.html>
- * for a copy of the LGPLv3 License.
- *
- ************************************************************************/
+ * 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.script.framework.container;
import java.io.File;
Modified: incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/container/ParsedScriptUri.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/container/ParsedScriptUri.java?rev=1198175&r1=1198174&r2=1198175&view=diff
==============================================================================
--- incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/container/ParsedScriptUri.java (original)
+++ incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/container/ParsedScriptUri.java Sun Nov 6 07:27:34 2011
@@ -1,29 +1,25 @@
-/*************************************************************************
-*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+/**************************************************************
*
- * Copyright 2000, 2010 Oracle and/or its affiliates.
- *
- * OpenOffice.org - a multi-platform office productivity suite
- *
- * This file is part of OpenOffice.org.
- *
- * OpenOffice.org is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License version 3
- * only, as published by the Free Software Foundation.
- *
- * OpenOffice.org is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License version 3 for more details
- * (a copy is included in the LICENSE file that accompanied this code).
- *
- * You should have received a copy of the GNU Lesser General Public License
- * version 3 along with OpenOffice.org. If not, see
- * <http://www.openoffice.org/license.html>
- * for a copy of the LGPLv3 License.
- *
-************************************************************************/
+ * 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.script.framework.container;
public class ParsedScriptUri
Modified: incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/container/ScriptEntry.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/container/ScriptEntry.java?rev=1198175&r1=1198174&r2=1198175&view=diff
==============================================================================
--- incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/container/ScriptEntry.java (original)
+++ incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/container/ScriptEntry.java Sun Nov 6 07:27:34 2011
@@ -1,29 +1,25 @@
-/*************************************************************************
- *
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+/**************************************************************
*
- * Copyright 2000, 2010 Oracle and/or its affiliates.
- *
- * OpenOffice.org - a multi-platform office productivity suite
- *
- * This file is part of OpenOffice.org.
- *
- * OpenOffice.org is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License version 3
- * only, as published by the Free Software Foundation.
- *
- * OpenOffice.org is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License version 3 for more details
- * (a copy is included in the LICENSE file that accompanied this code).
- *
- * You should have received a copy of the GNU Lesser General Public License
- * version 3 along with OpenOffice.org. If not, see
- * <http://www.openoffice.org/license.html>
- * for a copy of the LGPLv3 License.
- *
- ************************************************************************/
+ * 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.script.framework.container;
import java.util.Map;
Modified: incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/container/ScriptMetaData.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/container/ScriptMetaData.java?rev=1198175&r1=1198174&r2=1198175&view=diff
==============================================================================
--- incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/container/ScriptMetaData.java (original)
+++ incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/container/ScriptMetaData.java Sun Nov 6 07:27:34 2011
@@ -1,29 +1,25 @@
-/*************************************************************************
- *
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+/**************************************************************
*
- * Copyright 2000, 2010 Oracle and/or its affiliates.
- *
- * OpenOffice.org - a multi-platform office productivity suite
- *
- * This file is part of OpenOffice.org.
- *
- * OpenOffice.org is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License version 3
- * only, as published by the Free Software Foundation.
- *
- * OpenOffice.org is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License version 3 for more details
- * (a copy is included in the LICENSE file that accompanied this code).
- *
- * You should have received a copy of the GNU Lesser General Public License
- * version 3 along with OpenOffice.org. If not, see
- * <http://www.openoffice.org/license.html>
- * for a copy of the LGPLv3 License.
- *
- ************************************************************************/
+ * 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.script.framework.container;
Modified: incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/container/UnoPkgContainer.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/container/UnoPkgContainer.java?rev=1198175&r1=1198174&r2=1198175&view=diff
==============================================================================
--- incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/container/UnoPkgContainer.java (original)
+++ incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/container/UnoPkgContainer.java Sun Nov 6 07:27:34 2011
@@ -1,29 +1,25 @@
-/*************************************************************************
- *
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+/**************************************************************
*
- * Copyright 2000, 2010 Oracle and/or its affiliates.
- *
- * OpenOffice.org - a multi-platform office productivity suite
- *
- * This file is part of OpenOffice.org.
- *
- * OpenOffice.org is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License version 3
- * only, as published by the Free Software Foundation.
- *
- * OpenOffice.org is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License version 3 for more details
- * (a copy is included in the LICENSE file that accompanied this code).
- *
- * You should have received a copy of the GNU Lesser General Public License
- * version 3 along with OpenOffice.org. If not, see
- * <http://www.openoffice.org/license.html>
- * for a copy of the LGPLv3 License.
- *
- ************************************************************************/
+ * 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.script.framework.container;
import com.sun.star.script.framework.log.LogUtils;
Modified: incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/container/XMLParser.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/container/XMLParser.java?rev=1198175&r1=1198174&r2=1198175&view=diff
==============================================================================
--- incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/container/XMLParser.java (original)
+++ incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/container/XMLParser.java Sun Nov 6 07:27:34 2011
@@ -1,29 +1,25 @@
-/*************************************************************************
- *
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+/**************************************************************
*
- * Copyright 2000, 2010 Oracle and/or its affiliates.
- *
- * OpenOffice.org - a multi-platform office productivity suite
- *
- * This file is part of OpenOffice.org.
- *
- * OpenOffice.org is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License version 3
- * only, as published by the Free Software Foundation.
- *
- * OpenOffice.org is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License version 3 for more details
- * (a copy is included in the LICENSE file that accompanied this code).
- *
- * You should have received a copy of the GNU Lesser General Public License
- * version 3 along with OpenOffice.org. If not, see
- * <http://www.openoffice.org/license.html>
- * for a copy of the LGPLv3 License.
- *
- ************************************************************************/
+ * 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.script.framework.container;
Modified: incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/container/XMLParserFactory.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/container/XMLParserFactory.java?rev=1198175&r1=1198174&r2=1198175&view=diff
==============================================================================
--- incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/container/XMLParserFactory.java (original)
+++ incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/container/XMLParserFactory.java Sun Nov 6 07:27:34 2011
@@ -1,29 +1,25 @@
-/*************************************************************************
- *
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+/**************************************************************
*
- * Copyright 2000, 2010 Oracle and/or its affiliates.
- *
- * OpenOffice.org - a multi-platform office productivity suite
- *
- * This file is part of OpenOffice.org.
- *
- * OpenOffice.org is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License version 3
- * only, as published by the Free Software Foundation.
- *
- * OpenOffice.org is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License version 3 for more details
- * (a copy is included in the LICENSE file that accompanied this code).
- *
- * You should have received a copy of the GNU Lesser General Public License
- * version 3 along with OpenOffice.org. If not, see
- * <http://www.openoffice.org/license.html>
- * for a copy of the LGPLv3 License.
- *
- ************************************************************************/
+ * 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.script.framework.container;
Modified: incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/io/UCBStreamHandler.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/io/UCBStreamHandler.java?rev=1198175&r1=1198174&r2=1198175&view=diff
==============================================================================
--- incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/io/UCBStreamHandler.java (original)
+++ incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/io/UCBStreamHandler.java Sun Nov 6 07:27:34 2011
@@ -1,29 +1,25 @@
-/*************************************************************************
-*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+/**************************************************************
*
- * Copyright 2000, 2010 Oracle and/or its affiliates.
- *
- * OpenOffice.org - a multi-platform office productivity suite
- *
- * This file is part of OpenOffice.org.
- *
- * OpenOffice.org is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License version 3
- * only, as published by the Free Software Foundation.
- *
- * OpenOffice.org is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License version 3 for more details
- * (a copy is included in the LICENSE file that accompanied this code).
- *
- * You should have received a copy of the GNU Lesser General Public License
- * version 3 along with OpenOffice.org. If not, see
- * <http://www.openoffice.org/license.html>
- * for a copy of the LGPLv3 License.
- *
-************************************************************************/
+ * 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.script.framework.io;
|