Update licence headers
authorMathieu Baudier <mbaudier@argeo.org>
Wed, 14 Nov 2012 14:44:15 +0000 (14:44 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Wed, 14 Nov 2012 14:44:15 +0000 (14:44 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@5810 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

496 files changed:
archetypes/org.argeo.slc.executionmodule/src/main/resources/META-INF/maven/archetype-metadata.xml
archetypes/org.argeo.slc.executionmodule/src/main/resources/META-INF/maven/archetype.xml
archetypes/org.argeo.slc.executionmodule/src/main/resources/archetype-resources/META-INF/spring/main.xml
archetypes/org.argeo.slc.executionmodule/src/main/resources/archetype-resources/META-INF/spring/osgi.xml
dist/slc/src/assembly/devel.xml
dist/slc/src/assembly/dist.xml
dist/slc/src/main/rpm/var/lib/slc/.m2/settings.xml
license-apache2-header.txt
plugins/org.argeo.slc.client.rap/src/main/java/org/argeo/slc/client/rap/SlcSecureRap.java
plugins/org.argeo.slc.client.rcp/src/main/java/org/argeo/slc/client/rcp/ClientRcpPlugin.java
plugins/org.argeo.slc.client.rcp/src/main/java/org/argeo/slc/client/rcp/SlcSecureClientApplication.java
plugins/org.argeo.slc.client.rcp/src/main/java/org/argeo/slc/client/rcp/SlcSecureWorkbenchAdvisor.java
plugins/org.argeo.slc.client.rcp/src/main/java/org/argeo/slc/client/rcp/SlcSecureWorkbenchWindowAdvisor.java
plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/DistConstants.java
plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/DistImages.java
plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/DistLabels.java
plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/DistPlugin.java
plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/DistributionPerspective.java
plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/commands/AddRepository.java
plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/commands/BndProcess.java
plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/commands/CopyWorkspace.java
plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/commands/CreateWorkspace.java
plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/commands/DeleteArtifacts.java
plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/commands/DeleteWorkspace.java
plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/commands/ManageWorkspaceAuth.java
plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/commands/NormalizeDistribution.java
plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/commands/RefreshArtifactBrowser.java
plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/commands/RefreshDistributionOverviewPage.java
plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/commands/RefreshDistributionsView.java
plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/commands/RunInOsgi.java
plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/commands/ShowSizeColumn.java
plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/editors/ArtifactDetailsPage.java
plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/editors/ArtifactsBrowserPage.java
plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/editors/DistributionEditor.java
plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/editors/DistributionEditorInput.java
plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/editors/DistributionOverviewPage.java
plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/editors/GenericArtifactEditor.java
plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/editors/GenericArtifactEditorInput.java
plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/providers/ArtifactLabelProvider.java
plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/providers/ArtifactsTreeContentProvider.java
plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/utils/ArtifactsTableConfigurer.java
plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/utils/CommandHelpers.java
plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/utils/DistUiHelpers.java
plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/utils/GenericDoubleClickListener.java
plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/utils/NodeViewerComparator.java
plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/views/AbstractQueryArtifactsView.java
plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/views/ArtifactsBrowser.java
plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/views/DistributionsView.java
plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/views/ModulesView.java
plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/views/QueryArtifactsForm.java
plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/views/QueryArtifactsText.java
plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/views/QueryBundlesForm.java
plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/wizards/ChangeRightsWizard.java
plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/wizards/ChooseRightsPage.java
plugins/org.argeo.slc.client.ui/src/main/java/org/argeo/slc/client/ui/ClientUiPlugin.java
plugins/org.argeo.slc.client.ui/src/main/java/org/argeo/slc/client/ui/SlcExecutionPerspective.java
plugins/org.argeo.slc.client.ui/src/main/java/org/argeo/slc/client/ui/SlcImages.java
plugins/org.argeo.slc.client.ui/src/main/java/org/argeo/slc/client/ui/SlcUiConstants.java
plugins/org.argeo.slc.client.ui/src/main/java/org/argeo/slc/client/ui/commands/AddResultFolder.java
plugins/org.argeo.slc.client.ui/src/main/java/org/argeo/slc/client/ui/commands/DeleteItems.java
plugins/org.argeo.slc.client.ui/src/main/java/org/argeo/slc/client/ui/commands/RefreshJcrResultTreeView.java
plugins/org.argeo.slc.client.ui/src/main/java/org/argeo/slc/client/ui/commands/RenameResultFolder.java
plugins/org.argeo.slc.client.ui/src/main/java/org/argeo/slc/client/ui/commands/RenameResultNode.java
plugins/org.argeo.slc.client.ui/src/main/java/org/argeo/slc/client/ui/commands/RunSlcFlow.java
plugins/org.argeo.slc.client.ui/src/main/java/org/argeo/slc/client/ui/commands/UpdateModule.java
plugins/org.argeo.slc.client.ui/src/main/java/org/argeo/slc/client/ui/controllers/ProcessController.java
plugins/org.argeo.slc.client.ui/src/main/java/org/argeo/slc/client/ui/decorators/ResultFailedDecorator.java
plugins/org.argeo.slc.client.ui/src/main/java/org/argeo/slc/client/ui/editors/ProcessBuilderPage.java
plugins/org.argeo.slc.client.ui/src/main/java/org/argeo/slc/client/ui/editors/ProcessEditor.java
plugins/org.argeo.slc.client.ui/src/main/java/org/argeo/slc/client/ui/editors/ProcessEditorInput.java
plugins/org.argeo.slc.client.ui/src/main/java/org/argeo/slc/client/ui/editors/ProcessEditorInputFactory.java
plugins/org.argeo.slc.client.ui/src/main/java/org/argeo/slc/client/ui/editors/ProcessLogPage.java
plugins/org.argeo.slc.client.ui/src/main/java/org/argeo/slc/client/ui/model/ParentNodeFolder.java
plugins/org.argeo.slc.client.ui/src/main/java/org/argeo/slc/client/ui/model/ResultFolder.java
plugins/org.argeo.slc.client.ui/src/main/java/org/argeo/slc/client/ui/model/ResultParent.java
plugins/org.argeo.slc.client.ui/src/main/java/org/argeo/slc/client/ui/model/ResultParentUtils.java
plugins/org.argeo.slc.client.ui/src/main/java/org/argeo/slc/client/ui/model/SingleResultNode.java
plugins/org.argeo.slc.client.ui/src/main/java/org/argeo/slc/client/ui/model/VirtualFolder.java
plugins/org.argeo.slc.client.ui/src/main/java/org/argeo/slc/client/ui/providers/ResultTreeContentProvider.java
plugins/org.argeo.slc.client.ui/src/main/java/org/argeo/slc/client/ui/providers/ResultTreeLabelProvider.java
plugins/org.argeo.slc.client.ui/src/main/java/org/argeo/slc/client/ui/views/JcrExecutionModulesView.java
plugins/org.argeo.slc.client.ui/src/main/java/org/argeo/slc/client/ui/views/JcrProcessListView.java
plugins/org.argeo.slc.client.ui/src/main/java/org/argeo/slc/client/ui/views/JcrResultListView.java
plugins/org.argeo.slc.client.ui/src/main/java/org/argeo/slc/client/ui/views/JcrResultTreeView.java
plugins/org.argeo.slc.client.ui/src/main/java/org/argeo/slc/client/ui/wizards/ConfirmOverwriteWizard.java
pom.xml
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/attachment/Attachment.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/attachment/AttachmentUploader.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/attachment/AttachmentsEnabled.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/attachment/AttachmentsStorage.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/attachment/FileAttachmentsStorage.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/attachment/SimpleAttachment.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/build/ResourceDistribution.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/build/VersionDistributionId.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/build/VersionedResourceDistribution.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/deploy/DefaultResourceSet.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/deploy/DigestCheck.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/deploy/LocalFilesDeployment.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/deploy/MultiResourceSet.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/deploy/ResourceSet.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/deploy/SimpleExecutables.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/deploy/VersionedDirSync.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/AbstractExecutionFlowGenerator.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/AbstractExecutionModulesManager.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/AbstractExecutionValue.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/AbstractSpecAttribute.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/AbstractSpringExecutionModule.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/DefaultExecutionFlow.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/DefaultExecutionFlowDescriptorConverter.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/DefaultExecutionSpec.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/DefaultExecutionStack.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/ExecutionAspect.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/ExecutionParameterPostProcessor.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/ExecutionResources.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/ExecutionResourcesFactoryBean.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/ExecutionScope.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/ExecutionThread.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/FileExecutionResources.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/InstantiationManager.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/MapExecutionContext.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/OsFileFactoryBean.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/ParameterRef.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/PrimitiveAccessor.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/PrimitiveSpecAttribute.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/PrimitiveUtils.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/PrimitiveValue.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/ProcessThread.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/ProcessThreadGroup.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/RefSpecAttribute.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/RefValue.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/RefValueChoice.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/SedFilteredResource.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/doc/ConsoleContextDescriber.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/doc/ContextDescriber.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/generator/CompositeRunnableFactory.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/generator/DefaultRunnableDataNode.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/generator/ExecutionFlowGenerator.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/generator/ExecutionFlowGeneratorSource.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/generator/RunnableCall.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/generator/RunnableCallFlow.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/generator/RunnableCallFlowDescriptor.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/generator/RunnableDataNode.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/generator/RunnableFactory.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/tasks/CloseTestResult.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/tasks/Echo.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/tasks/If.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/tasks/JvmProcess.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/tasks/MergedLists.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/tasks/MethodCall.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/tasks/OverrideContextAware.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/tasks/SystemCall.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/tasks/SystemCallOutputListener.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/tasks/UploadAttachments.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/xml/AsFlowDecorator.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/xml/ExecutionScopeDecorator.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/xml/FlowBeanDefinitionParser.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/xml/FlowNamespaceHandler.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/xml/NamespaceUtils.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/xml/ParamDecorator.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/xml/SpecBeanDefinitionParser.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/runtime/DefaultAgent.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/runtime/SimpleAgentFactory.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/test/BasicTestData.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/test/BasicTestDefinition.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/test/SimpleResultPart.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/test/SimpleTestResult.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/test/SimpleTestRun.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/test/SlcTestUtils.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/test/TestDataUtils.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/test/context/ContextUtils.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/test/context/DefaultContextTestData.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/test/context/SimpleContextAware.java
runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/test/context/SimpleParentContextAware.java
runtime/org.argeo.slc.core/src/main/resources/org/argeo/slc/core/execution/defaults.xml
runtime/org.argeo.slc.core/src/main/resources/org/argeo/slc/core/execution/runtime.xml
runtime/org.argeo.slc.core/src/main/resources/org/argeo/slc/core/execution/simple.xml
runtime/org.argeo.slc.core/src/main/resources/org/argeo/slc/core/execution/specs.xml
runtime/org.argeo.slc.core/src/main/resources/org/argeo/slc/core/execution/spring.xml
runtime/org.argeo.slc.core/src/main/resources/org/argeo/slc/core/execution/tasks/core.xml
runtime/org.argeo.slc.core/src/main/resources/org/argeo/slc/core/execution/templates.xml
runtime/org.argeo.slc.core/src/main/resources/org/argeo/slc/core/execution/utils.xml
runtime/org.argeo.slc.core/src/main/resources/org/argeo/slc/core/test/spring.xml
runtime/org.argeo.slc.core/src/main/resources/org/argeo/slc/xml/spring.xml
runtime/org.argeo.slc.core/src/test/java/org/argeo/slc/core/deploy/DefaultResourceSetTest.java
runtime/org.argeo.slc.core/src/test/java/org/argeo/slc/core/execution/AbstractExecutionFlowTestCase.java
runtime/org.argeo.slc.core/src/test/java/org/argeo/slc/core/execution/BasicExecutionFlowTest.java
runtime/org.argeo.slc.core/src/test/java/org/argeo/slc/core/execution/ExceptionIfInitCalledTwice.java
runtime/org.argeo.slc.core/src/test/java/org/argeo/slc/core/execution/FileExecutionResourcesSpringTest.java
runtime/org.argeo.slc.core/src/test/java/org/argeo/slc/core/execution/FileExecutionResourcesTest.java
runtime/org.argeo.slc.core/src/test/java/org/argeo/slc/core/execution/ParameterRefTest.java
runtime/org.argeo.slc.core/src/test/java/org/argeo/slc/core/execution/tasks/SystemCallTest.java
runtime/org.argeo.slc.core/src/test/java/org/argeo/slc/core/execution/xml/FlowNamespaceTest.java
runtime/org.argeo.slc.core/src/test/java/org/argeo/slc/core/test/context/AbstractInternalSpringTestCase.java
runtime/org.argeo.slc.core/src/test/java/org/argeo/slc/core/test/context/ContextTest.java
runtime/org.argeo.slc.core/src/test/resources/org/argeo/slc/core/deploy/relativeResourceSet.xml
runtime/org.argeo.slc.core/src/test/resources/org/argeo/slc/core/execution/applicationContext.xml
runtime/org.argeo.slc.core/src/test/resources/org/argeo/slc/core/execution/canonic-001.xml
runtime/org.argeo.slc.core/src/test/resources/org/argeo/slc/core/execution/canonic-002.xml
runtime/org.argeo.slc.core/src/test/resources/org/argeo/slc/core/execution/canonic-003.error.xml
runtime/org.argeo.slc.core/src/test/resources/org/argeo/slc/core/execution/canonic-004.error.xml
runtime/org.argeo.slc.core/src/test/resources/org/argeo/slc/core/execution/canonic.xml
runtime/org.argeo.slc.core/src/test/resources/org/argeo/slc/core/execution/executionResources.xml
runtime/org.argeo.slc.core/src/test/resources/org/argeo/slc/core/execution/imports.xml
runtime/org.argeo.slc.core/src/test/resources/org/argeo/slc/core/execution/listSetMap.xml
runtime/org.argeo.slc.core/src/test/resources/org/argeo/slc/core/execution/listSetMapMultipleFlow.xml
runtime/org.argeo.slc.core/src/test/resources/org/argeo/slc/core/execution/minimal.xml
runtime/org.argeo.slc.core/src/test/resources/org/argeo/slc/core/execution/multipleFlow.xml
runtime/org.argeo.slc.core/src/test/resources/org/argeo/slc/core/execution/parameterRef.xml
runtime/org.argeo.slc.core/src/test/resources/org/argeo/slc/core/execution/placeHolders.cascading.exec.xml
runtime/org.argeo.slc.core/src/test/resources/org/argeo/slc/core/execution/placeHolders.cascading.xml
runtime/org.argeo.slc.core/src/test/resources/org/argeo/slc/core/execution/specOverriding.xml
runtime/org.argeo.slc.core/src/test/resources/org/argeo/slc/core/execution/tasks/systemCall.xml
runtime/org.argeo.slc.core/src/test/resources/org/argeo/slc/core/execution/test.xml
runtime/org.argeo.slc.core/src/test/resources/org/argeo/slc/core/execution/xml/advanced.xml
runtime/org.argeo.slc.core/src/test/resources/org/argeo/slc/core/execution/xml/canonic-ns-001.xml
runtime/org.argeo.slc.core/src/test/resources/org/argeo/slc/core/execution/xml/canonic-ns-002.xml
runtime/org.argeo.slc.core/src/test/resources/org/argeo/slc/core/execution/xml/canonic-ns.xml
runtime/org.argeo.slc.core/src/test/resources/org/argeo/slc/core/execution/xml/containers.xml
runtime/org.argeo.slc.core/src/test/resources/org/argeo/slc/core/execution/xml/tests.xml
runtime/org.argeo.slc.core/src/test/resources/org/argeo/slc/core/test/context/applicationContext.xml
runtime/org.argeo.slc.detached.launcher/src/assembly/dist.xml
runtime/org.argeo.slc.detached.launcher/src/main/java/org/argeo/slc/detached/launcher/Main.java
runtime/org.argeo.slc.detached/src/main/java/org/argeo/slc/detached/AppLauncher.java
runtime/org.argeo.slc.detached/src/main/java/org/argeo/slc/detached/DetachedAdminCommand.java
runtime/org.argeo.slc.detached/src/main/java/org/argeo/slc/detached/DetachedAnswer.java
runtime/org.argeo.slc.detached/src/main/java/org/argeo/slc/detached/DetachedClient.java
runtime/org.argeo.slc.detached/src/main/java/org/argeo/slc/detached/DetachedCommunication.java
runtime/org.argeo.slc.detached/src/main/java/org/argeo/slc/detached/DetachedContext.java
runtime/org.argeo.slc.detached/src/main/java/org/argeo/slc/detached/DetachedContextImpl.java
runtime/org.argeo.slc.detached/src/main/java/org/argeo/slc/detached/DetachedDriver.java
runtime/org.argeo.slc.detached/src/main/java/org/argeo/slc/detached/DetachedException.java
runtime/org.argeo.slc.detached/src/main/java/org/argeo/slc/detached/DetachedExecutionServer.java
runtime/org.argeo.slc.detached/src/main/java/org/argeo/slc/detached/DetachedExecutionServerImpl.java
runtime/org.argeo.slc.detached/src/main/java/org/argeo/slc/detached/DetachedRequest.java
runtime/org.argeo.slc.detached/src/main/java/org/argeo/slc/detached/DetachedServer.java
runtime/org.argeo.slc.detached/src/main/java/org/argeo/slc/detached/DetachedSession.java
runtime/org.argeo.slc.detached/src/main/java/org/argeo/slc/detached/DetachedStep.java
runtime/org.argeo.slc.detached/src/main/java/org/argeo/slc/detached/DetachedXmlConverter.java
runtime/org.argeo.slc.detached/src/main/java/org/argeo/slc/detached/DetachedXmlConverterCompat.java
runtime/org.argeo.slc.detached/src/main/java/org/argeo/slc/detached/MirrorStep.java
runtime/org.argeo.slc.detached/src/main/java/org/argeo/slc/detached/admin/CloseSession.java
runtime/org.argeo.slc.detached/src/main/java/org/argeo/slc/detached/admin/FelixShellCommand.java
runtime/org.argeo.slc.detached/src/main/java/org/argeo/slc/detached/admin/MinimalBundlesManager.java
runtime/org.argeo.slc.detached/src/main/java/org/argeo/slc/detached/admin/OpenSession.java
runtime/org.argeo.slc.detached/src/main/java/org/argeo/slc/detached/drivers/FileDriver.java
runtime/org.argeo.slc.detached/src/main/java/org/argeo/slc/detached/drivers/MemoryDriver.java
runtime/org.argeo.slc.detached/src/main/java/org/argeo/slc/detached/ui/UiPart.java
runtime/org.argeo.slc.detached/src/main/java/org/argeo/slc/detached/ui/UiStep.java
runtime/org.argeo.slc.detached/src/main/resources/META-INF/spring/slc-detached-osgi.xml
runtime/org.argeo.slc.detached/src/main/resources/META-INF/spring/slc-detached.xml
runtime/org.argeo.slc.detached/src/main/resources/org/argeo/slc/detached/spring.xml
runtime/org.argeo.slc.launcher/src/assembly/base.xml
runtime/org.argeo.slc.launcher/src/main/java/org/argeo/slc/cli/SlcMain.java
runtime/org.argeo.slc.launcher/src/main/resources/org/argeo/slc/cli/spring.xml
runtime/org.argeo.slc.launcher/src/main/resources/org/argeo/slc/server/client/spring.xml
runtime/org.argeo.slc.lib.detached/src/main/java/org/argeo/slc/lib/detached/DetachedAdminTask.java
runtime/org.argeo.slc.lib.detached/src/main/java/org/argeo/slc/lib/detached/DetachedLauncher.java
runtime/org.argeo.slc.lib.detached/src/main/java/org/argeo/slc/lib/detached/DetachedTestData.java
runtime/org.argeo.slc.lib.detached/src/main/java/org/argeo/slc/lib/detached/DetachedTestDefinition.java
runtime/org.argeo.slc.lib.detached/src/main/java/org/argeo/slc/lib/detached/DetachedXmlConverterSpring.java
runtime/org.argeo.slc.lib.detached/src/main/resources/org/argeo/slc/lib/detached/castor.xml
runtime/org.argeo.slc.lib.detached/src/main/resources/org/argeo/slc/lib/detached/spring.xml
runtime/org.argeo.slc.lib.detached/src/test/java/org/argeo/slc/lib/detached/DetachedCastorTest.java
runtime/org.argeo.slc.lib.detached/src/test/resources/org/argeo/slc/lib/detached/applicationContext.xml
runtime/org.argeo.slc.repo/src/main/java/org/argeo/slc/repo/ArtifactIndexer.java
runtime/org.argeo.slc.repo/src/main/java/org/argeo/slc/repo/JarFileIndexer.java
runtime/org.argeo.slc.repo/src/main/java/org/argeo/slc/repo/NodeIndexer.java
runtime/org.argeo.slc.repo/src/main/java/org/argeo/slc/repo/RepoConstants.java
runtime/org.argeo.slc.repo/src/main/java/org/argeo/slc/repo/RepoImpl.java
runtime/org.argeo.slc.repo/src/main/java/org/argeo/slc/repo/RepoNames.java
runtime/org.argeo.slc.repo/src/main/java/org/argeo/slc/repo/RepoSync.java
runtime/org.argeo.slc.repo/src/main/java/org/argeo/slc/repo/RepoTypes.java
runtime/org.argeo.slc.repo/src/main/java/org/argeo/slc/repo/RepoUtils.java
runtime/org.argeo.slc.repo/src/main/java/org/argeo/slc/repo/maven/ConvertPoms_01_03.java
runtime/org.argeo.slc.repo/src/main/java/org/argeo/slc/repo/maven/ImportMavenDependencies.java
runtime/org.argeo.slc.repo/src/main/java/org/argeo/slc/repo/maven/IndexDistribution.java
runtime/org.argeo.slc.repo/src/main/java/org/argeo/slc/repo/maven/MavenConventionsUtils.java
runtime/org.argeo.slc.repo/src/main/java/org/argeo/slc/repo/maven/Migration_01_03.java
runtime/org.argeo.slc.repo/src/main/java/org/argeo/slc/repo/maven/proxy/MavenProxyService.java
runtime/org.argeo.slc.repo/src/main/java/org/argeo/slc/repo/maven/proxy/MavenProxyServiceImpl.java
runtime/org.argeo.slc.repo/src/main/java/org/argeo/slc/repo/osgi/ImportBundlesZip.java
runtime/org.argeo.slc.repo/src/main/java/org/argeo/slc/repo/osgi/NormalizeGroup.java
runtime/org.argeo.slc.repo/src/main/java/org/argeo/slc/repo/osgi/ObrWrapper.java
runtime/org.argeo.slc.repo/src/main/java/org/argeo/slc/repo/osgi/OsgiProfile.java
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/BasicNameVersion.java
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/Condition.java
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/NameVersion.java
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/SlcException.java
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/StreamReadable.java
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/UnsupportedException.java
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/build/BuildConstants.java
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/build/Distribution.java
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/build/ModularDistribution.java
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/deploy/AbstractDeployedSystem.java
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/deploy/DeployEnvironment.java
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/deploy/DeployedSystem.java
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/deploy/DeployedSystemManager.java
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/deploy/Deployment.java
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/deploy/DeploymentData.java
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/deploy/DynamicRuntime.java
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/deploy/InstalledExecutables.java
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/deploy/ModularDeployedSystem.java
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/deploy/Module.java
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/deploy/ModuleDescriptor.java
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/deploy/ModulesManager.java
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/deploy/TargetData.java
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/deploy/VersioningDriver.java
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/execution/ExecutionContext.java
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/execution/ExecutionFlow.java
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/execution/ExecutionFlowDescriptor.java
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/execution/ExecutionFlowDescriptorConverter.java
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/execution/ExecutionModule.java
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/execution/ExecutionModuleDescriptor.java
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/execution/ExecutionModulesListener.java
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/execution/ExecutionModulesManager.java
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/execution/ExecutionProcess.java
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/execution/ExecutionProcessNotifier.java
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/execution/ExecutionSpec.java
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/execution/ExecutionSpecAttribute.java
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/execution/ExecutionStack.java
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/execution/ExecutionStackLevel.java
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/execution/ExecutionStep.java
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/execution/RealizedFlow.java
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/process/SlcExecution.java
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/process/SlcExecutionAware.java
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/process/SlcExecutionNotifier.java
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/process/SlcExecutionRelated.java
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/process/SlcExecutionStep.java
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/runtime/SlcAgent.java
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/runtime/SlcAgentDescriptor.java
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/runtime/SlcAgentFactory.java
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/test/ExecutableTestRun.java
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/test/IncompatibleTestDataException.java
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/test/TestData.java
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/test/TestDataProvider.java
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/test/TestDefinition.java
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/test/TestResult.java
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/test/TestResultListener.java
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/test/TestResultPart.java
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/test/TestRun.java
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/test/TestRunAware.java
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/test/TestStatus.java
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/test/WritableTestRun.java
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/test/context/ContextAware.java
runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/test/context/ParentContextAware.java
runtime/org.argeo.slc.support.aether/src/main/java/org/argeo/slc/aether/AetherTemplate.java
runtime/org.argeo.slc.support.aether/src/main/java/org/argeo/slc/aether/AetherUtils.java
runtime/org.argeo.slc.support.aether/src/main/java/org/argeo/slc/aether/ArtifactIdComparator.java
runtime/org.argeo.slc.support.aether/src/main/java/org/argeo/slc/aether/ConsoleRepositoryListener.java
runtime/org.argeo.slc.support.aether/src/main/java/org/argeo/slc/aether/ConsoleTransferListener.java
runtime/org.argeo.slc.support.aether/src/main/java/org/argeo/slc/aether/SimpleArtifactDescriptorReader.java
runtime/org.argeo.slc.support.aether/src/main/java/org/argeo/slc/aether/SimpleVersionRangeResolver.java
runtime/org.argeo.slc.support.aether/src/main/java/org/argeo/slc/aether/SimpleVersionResolver.java
runtime/org.argeo.slc.support.aether/src/main/java/org/argeo/slc/aether/osgi/OsgiVersion.java
runtime/org.argeo.slc.support.aether/src/main/java/org/argeo/slc/aether/spring/RemoteRepositoryFactory.java
runtime/org.argeo.slc.support.aether/src/test/java/org/argeo/slc/aether/AetherUtilsTest.java
runtime/org.argeo.slc.support.ant/src/main/java/org/argeo/slc/ant/AntFlowGenerator.java
runtime/org.argeo.slc.support.ant/src/main/java/org/argeo/slc/ant/AntRun.java
runtime/org.argeo.slc.support.equinox/src/main/java/org/argeo/slc/equinox/EquinoxRuntime.java
runtime/org.argeo.slc.support.equinox/src/main/java/org/argeo/slc/equinox/ExecutionCommandProvider.java
runtime/org.argeo.slc.support.equinox/src/main/java/org/argeo/slc/equinox/cli/Main.java
runtime/org.argeo.slc.support.equinox/src/test/bundles/org.argeo.slc.support.osgi.test.hello/META-INF/spring/hello.xml
runtime/org.argeo.slc.support.equinox/src/test/java/org/argeo/slc/osgi/test/HelloTest.java
runtime/org.argeo.slc.support.equinox/src/test/java/org/argeo/slc/osgi/test/PlatformStartStopTest.java
runtime/org.argeo.slc.support.jcr/src/main/java/org/argeo/slc/jcr/JcrMetadataWriter.java
runtime/org.argeo.slc.support.jcr/src/main/java/org/argeo/slc/jcr/JcrTestResult.java
runtime/org.argeo.slc.support.jcr/src/main/java/org/argeo/slc/jcr/SlcJcrConstants.java
runtime/org.argeo.slc.support.jcr/src/main/java/org/argeo/slc/jcr/SlcJcrResultUtils.java
runtime/org.argeo.slc.support.jcr/src/main/java/org/argeo/slc/jcr/SlcJcrUtils.java
runtime/org.argeo.slc.support.jcr/src/main/java/org/argeo/slc/jcr/SlcNames.java
runtime/org.argeo.slc.support.jcr/src/main/java/org/argeo/slc/jcr/SlcTypes.java
runtime/org.argeo.slc.support.jcr/src/main/java/org/argeo/slc/jcr/execution/JcrAgent.java
runtime/org.argeo.slc.support.jcr/src/main/java/org/argeo/slc/jcr/execution/JcrAttachmentUploader.java
runtime/org.argeo.slc.support.jcr/src/main/java/org/argeo/slc/jcr/execution/JcrExecutionModulesListener.java
runtime/org.argeo.slc.support.jcr/src/main/java/org/argeo/slc/jcr/execution/JcrExecutionProcess.java
runtime/org.argeo.slc.support.jcr/src/main/java/org/argeo/slc/jcr/execution/JcrProcessThread.java
runtime/org.argeo.slc.support.jcr/src/main/resources/org/argeo/slc/jcr/dao/mapping.xml
runtime/org.argeo.slc.support.jcr/src/test/resources/org/argeo/slc/jcr/dao/applicationContext.xml
runtime/org.argeo.slc.support.jemmy/src/main/java/org/argeo/slc/jemmy/AbstractComponentWrapper.java
runtime/org.argeo.slc.support.jemmy/src/main/java/org/argeo/slc/jemmy/Accessor.java
runtime/org.argeo.slc.support.jemmy/src/main/java/org/argeo/slc/jemmy/Actuator.java
runtime/org.argeo.slc.support.jemmy/src/main/java/org/argeo/slc/jemmy/ComponentWrapper.java
runtime/org.argeo.slc.support.jemmy/src/main/java/org/argeo/slc/jemmy/ConfigRuntimeException.java
runtime/org.argeo.slc.support.jemmy/src/main/java/org/argeo/slc/jemmy/FictiveComponentWrapper.java
runtime/org.argeo.slc.support.jemmy/src/main/java/org/argeo/slc/jemmy/PopupMenuActuator.java
runtime/org.argeo.slc.support.jemmy/src/main/java/org/argeo/slc/jemmy/ReadAccessor.java
runtime/org.argeo.slc.support.jemmy/src/main/java/org/argeo/slc/jemmy/UIRuntimeException.java
runtime/org.argeo.slc.support.jemmy/src/main/java/org/argeo/slc/jemmy/WrapperLocator.java
runtime/org.argeo.slc.support.jemmy/src/main/java/org/argeo/slc/jemmy/WriteAccessor.java
runtime/org.argeo.slc.support.maven/src/main/java/org/argeo/slc/maven/CustomCli.java
runtime/org.argeo.slc.support.maven/src/main/java/org/argeo/slc/maven/DependencyFileLoader.java
runtime/org.argeo.slc.support.maven/src/main/java/org/argeo/slc/maven/ManualWagonProvider.java
runtime/org.argeo.slc.support.maven/src/main/java/org/argeo/slc/maven/MavenCall.java
runtime/org.argeo.slc.support.maven/src/main/java/org/argeo/slc/maven/MavenDeployEnvironment.java
runtime/org.argeo.slc.support.maven/src/main/java/org/argeo/slc/maven/MavenFile.java
runtime/org.argeo.slc.support.maven/src/main/java/org/argeo/slc/maven/MavenManager.java
runtime/org.argeo.slc.support.maven/src/main/java/org/argeo/slc/maven/MavenToUrl.java
runtime/org.argeo.slc.support.maven/src/main/java/org/argeo/slc/maven/RemoteRepo.java
runtime/org.argeo.slc.support.maven/src/main/resources/org/argeo/slc/support/deploy/ant/build.xml
runtime/org.argeo.slc.support.osgi/src/main/java/org/argeo/slc/osgi/BundleRegister.java
runtime/org.argeo.slc.support.osgi/src/main/java/org/argeo/slc/osgi/BundlesManager.java
runtime/org.argeo.slc.support.osgi/src/main/java/org/argeo/slc/osgi/FileSystemBundleRegister.java
runtime/org.argeo.slc.support.osgi/src/main/java/org/argeo/slc/osgi/MultipleServiceExporterPostProcessor.java
runtime/org.argeo.slc.support.osgi/src/main/java/org/argeo/slc/osgi/OsgiBundle.java
runtime/org.argeo.slc.support.osgi/src/main/java/org/argeo/slc/osgi/OsgiExecutionModule.java
runtime/org.argeo.slc.support.osgi/src/main/java/org/argeo/slc/osgi/OsgiExecutionModulesManager.java
runtime/org.argeo.slc.support.osgi/src/main/java/org/argeo/slc/osgi/OsgiExecutionResources.java
runtime/org.argeo.slc.support.osgi/src/main/java/org/argeo/slc/osgi/OsgiRuntime.java
runtime/org.argeo.slc.support.osgi/src/main/java/org/argeo/slc/osgi/build/AbstractOsgiModularDistribution.java
runtime/org.argeo.slc.support.osgi/src/main/java/org/argeo/slc/osgi/build/BundleModularDistribution.java
runtime/org.argeo.slc.support.osgi/src/main/java/org/argeo/slc/osgi/build/EclipseUpdateSite.java
runtime/org.argeo.slc.support.osgi/src/main/java/org/argeo/slc/osgi/build/EclipseUpdateSiteCategory.java
runtime/org.argeo.slc.support.osgi/src/main/java/org/argeo/slc/osgi/build/EclipseUpdateSiteFeature.java
runtime/org.argeo.slc.support.osgi/src/main/java/org/argeo/slc/osgi/build/OsgiRuntimeModularDistribution.java
runtime/org.argeo.slc.support.osgi/src/main/java/org/argeo/slc/osgi/deploy/OsgiResourceSet.java
runtime/org.argeo.slc.support.osgi/src/main/resources/org/argeo/slc/osgi/execution.xml
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/diff/DataInterpreter.java
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/diff/Diff.java
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/diff/DiffIssue.java
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/diff/DiffIssueKey.java
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/diff/DiffKey.java
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/diff/DiffMissing.java
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/diff/DiffMissingXml.java
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/diff/DiffNotMatched.java
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/diff/DiffPosition.java
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/diff/DiffResult.java
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/diff/KeyColumnsDiff.java
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/diff/LineTokenizer.java
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/diff/RelatedFile.java
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/diff/TableDiffPosition.java
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/diff/Tolerance.java
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/diff/ToleranceDiff.java
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/diff/XPathDiffPosition.java
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/jsch/AbstractJschTask.java
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/jsch/CallbackHandlerUserInfo.java
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/jsch/JschContextSession.java
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/jsch/JschExecutor.java
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/jsch/JschMultiTasks.java
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/jsch/RemoteExec.java
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/jsch/ScpFrom.java
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/jsch/ScpTo.java
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/jsch/SimpleUserInfo.java
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/jsch/SshFilesDeployment.java
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/jsch/SshShell.java
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/jsch/SshTarget.java
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/jsch/SwingUserInfo.java
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/lib/linux/DefaultRedhatDeploymentData.java
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/lib/linux/DefaultRpmDistribution.java
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/lib/linux/RedhatDeploymentData.java
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/lib/linux/RedhatHostManager.java
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/lib/linux/RpmDistribution.java
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/lib/linux/ScriptCall.java
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/lib/linux/SimpleLinuxHost.java
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/lib/linux/rpmfactory/BuildInMock.java
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/lib/linux/rpmfactory/CreateSrpm.java
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/lib/linux/rpmfactory/ImportSrpm.java
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/lib/linux/rpmfactory/RpmBuildEnvironment.java
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/lib/linux/rpmfactory/RpmBuilder.java
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/lib/linux/rpmfactory/RpmRepoInit.java
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/lib/linux/rpmfactory/RpmSpecFile.java
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/lib/svn/SvnKitDriver.java
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/lib/vbox/VBoxMachine.java
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/lib/vbox/VBoxManager.java
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/lib/vbox/VBoxNat.java
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/lib/vbox/VBoxPortMapping.java
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/log4j/SlcExecutionAppender.java
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/mail/SendMail.java
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/support/deploy/HttpdApplicationDeployment.java
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/support/deploy/HttpdApplicationTargetData.java
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/support/deploy/HttpdServer.java
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/support/deploy/HttpdServerDeployment.java
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/support/deploy/HttpdServerDeploymentData.java
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/support/deploy/HttpdServerManager.java
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/support/deploy/HttpdServerTargetData.java
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/support/deploy/SimpleHttpdApplication.java
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/support/deploy/WebApplication.java
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/support/deploy/WebServer.java
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/support/deploy/db/DbModel.java
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/support/deploy/db/JdbcAware.java
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/support/deploy/db/SimpleJdbcDatabase.java
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/vfs/VfsResource.java
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/vfs/VfsResourceFactory.java
runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/vfs/VfsResourceSet.java
runtime/org.argeo.slc.support.simple/src/main/resources/org/argeo/slc/lib/linux/redhat.xml
runtime/org.argeo.slc.support.simple/src/test/java/org/argeo/slc/diff/LineTokenizerTest.java
runtime/org.argeo.slc.unit/src/main/java/org/argeo/slc/equinox/unit/AbstractOsgiRuntimeTestCase.java
runtime/org.argeo.slc.unit/src/main/java/org/argeo/slc/hibernate/unit/DbModelHibernate.java
runtime/org.argeo.slc.unit/src/main/java/org/argeo/slc/hibernate/unit/IndependentDbTestCase.java
runtime/org.argeo.slc.unit/src/main/java/org/argeo/slc/unit/AbstractSpringTestCase.java
runtime/org.argeo.slc.unit/src/main/java/org/argeo/slc/unit/UnitUtils.java
runtime/org.argeo.slc.unit/src/main/java/org/argeo/slc/unit/UnitXmlUtils.java
runtime/org.argeo.slc.unit/src/main/java/org/argeo/slc/unit/db/DbUnitDeployment.java
runtime/org.argeo.slc.unit/src/main/java/org/argeo/slc/unit/db/DbUnitDeploymentData.java
runtime/org.argeo.slc.unit/src/main/java/org/argeo/slc/unit/execution/AbstractExecutionFlowTestcase.java
runtime/org.argeo.slc.unit/src/main/java/org/argeo/slc/unit/execution/ExecutionFlowDescriptorTestUtils.java
runtime/org.argeo.slc.unit/src/main/java/org/argeo/slc/unit/process/SlcExecutionTestUtils.java

index 1d55c35abafdb0fa2329b9abc06fbb493091f9a7..1081739ceb3162e0f5803e9404a547ef898ab1c5 100644 (file)
@@ -1,3 +1,20 @@
+<!--
+
+    Copyright (C) 2007-2012 Argeo GmbH
+
+    Licensed 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.
+
+-->
 <archetype-descriptor name="org.argeo.slc.executionmodule">
        <fileSets>
                <fileSet filtered="true">
index e39a44eee70816f40831d43e2858bb5c921d6bf4..e9e34acc551b2b69bf9df5eea3987ec1e15ae644 100644 (file)
@@ -1,3 +1,20 @@
+<!--
+
+    Copyright (C) 2007-2012 Argeo GmbH
+
+    Licensed 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.
+
+-->
 <archetype>
   <id>org.argeo.slc.executionmodule</id>
  </archetype>
index cca8c034b6021a1a7ccbde57e2fb7ad1ce1fd8a7..6ef866fce934d954c8a483bf369c0a4169d84fa5 100644 (file)
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>\r
+<!--\r
+\r
+    Copyright (C) 2007-2012 Argeo GmbH\r
+\r
+    Licensed under the Apache License, Version 2.0 (the "License");\r
+    you may not use this file except in compliance with the License.\r
+    You may obtain a copy of the License at\r
+\r
+            http://www.apache.org/licenses/LICENSE-2.0\r
+\r
+    Unless required by applicable law or agreed to in writing, software\r
+    distributed under the License is distributed on an "AS IS" BASIS,\r
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+    See the License for the specific language governing permissions and\r
+    limitations under the License.\r
+\r
+-->\r
 <beans xmlns:flow="http://www.argeo.org/schema/slc-flow" xmlns="http://www.springframework.org/schema/beans"\r
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:p="http://www.springframework.org/schema/p"\r
        xsi:schemaLocation="\r
index ceadbed3fffadef6d804bf5dd69d4f8188f3cfba..18946b7faa5c5b80aa47324b477b9228bb03acae 100644 (file)
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>\r
+<!--\r
+\r
+    Copyright (C) 2007-2012 Argeo GmbH\r
+\r
+    Licensed under the Apache License, Version 2.0 (the "License");\r
+    you may not use this file except in compliance with the License.\r
+    You may obtain a copy of the License at\r
+\r
+            http://www.apache.org/licenses/LICENSE-2.0\r
+\r
+    Unless required by applicable law or agreed to in writing, software\r
+    distributed under the License is distributed on an "AS IS" BASIS,\r
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+    See the License for the specific language governing permissions and\r
+    limitations under the License.\r
+\r
+-->\r
 <beans:beans xmlns="http://www.springframework.org/schema/osgi"\r
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:beans="http://www.springframework.org/schema/beans"\r
        xsi:schemaLocation="http://www.springframework.org/schema/osgi  \r
index d3d3b066aaa5392135a6899a81b8d325efc6c0c6..ffbc98feda97349e2c7138ab41c4fb8228bdb86c 100644 (file)
@@ -1,6 +1,6 @@
 <!--
 
-    Copyright (C) 2007-2012 Mathieu Baudier
+    Copyright (C) 2007-2012 Argeo GmbH
 
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
index 8c7ff614efff31682b199e778e912f1f13f5e222..4fdab1ad11caa8f7ebcb9dad3d52ccf24731a380 100644 (file)
@@ -1,6 +1,6 @@
 <!--
 
-    Copyright (C) 2007-2012 Mathieu Baudier
+    Copyright (C) 2007-2012 Argeo GmbH
 
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
index 7e84087d6bd54ef91daa28c8cb1d5290580735d9..270f6239bd6fd99627dee4dade8cc3b2d5dd9ca4 100644 (file)
@@ -1,6 +1,6 @@
 <!--
 
-    Copyright (C) 2007-2012 Mathieu Baudier
+    Copyright (C) 2007-2012 Argeo GmbH
 
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
index a2b2dca23b350ba35e39e175200aa7af4e6065ad..be033d02c3460cea6d15487b9569e378180b85e2 100644 (file)
@@ -1,4 +1,4 @@
-Copyright (C) 2007-2012 Mathieu Baudier
+Copyright (C) 2007-2012 Argeo GmbH
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index 438e5de0cb4afedab17f8b3af16975d0df020c9c..33048c1694adb71154b4a9626f43f8065d385bdd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index dbefba502fe5fdff4726cb5743cd7230db062a35..615c1879dfa515559272c32c8eef5ac4aa20c6f1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 1556dad33d86508896dff70b6a7741b1c5ad35bd..97d40c26051ecbd69b3ec1b87b94f1600e81d09f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 1109b1264f44c165973095a70c112524c23cd6d4..785197d16b188ce9bee05582587adae1eaf6bf59 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 26f0ff246416a1b253d801caa2d18922c27bdee2..1f8521617fb7444fcbaabb78ba28abe5a2c87ddd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 6738bd57a6002bcb93da85b92a7a4d1fab7cba55..d3c3e6828294920a5e588d2585cca8a69d6badd0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 69093fb80b975a6941fa315fb04b4d4c2c2b5c96..5ee185371082ed394b90afd55813694a75446e4f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index f04005ca4fe93de8b413b631af12f3b34677c58c..3a94f661bda36a1de0972c64020e95e614f34d0f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 5bc3408acd6a02096ea38f03370620d4381fe5a6..a7ffe876539b1f5aff88979b9f8a23020647d4bd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 954f54e6d1368b7c1865c95c02d7def8a202529e..88879ab2c33b45fbf658ea93cf3229d1eebd1b5b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 18edd7122e19c78fe2b735ee3ec5762dc0c213e7..1c23608b571fbb1263ef349c224686c2f42a4469 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 72d6ad82d82a389a4d820c9c516d47046c6b288a..6448ae5abd835e79412a34b7baf14b4e6354dc3b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 8f55f5f9f2f6bedaaa9c6b59d1dc3f299ac32e90..eee669dfa6a828f9f632c7ca2e1122692254ec0b 100644 (file)
@@ -1,3 +1,18 @@
+/*
+ * Copyright (C) 2007-2012 Argeo GmbH
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *         http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.argeo.slc.client.ui.dist.commands;
 
 import javax.jcr.Node;
index ccdc80714f2aad58af4468db6324d3c5fbc80853..3e197b07031e17df888e317d3bb10a4ba3bf244e 100644 (file)
@@ -1,3 +1,18 @@
+/*
+ * Copyright (C) 2007-2012 Argeo GmbH
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *         http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.argeo.slc.client.ui.dist.commands;
 
 import javax.jcr.Repository;
index 88e9bdad277d74e58cf9bbf4695506c8ba4e03b8..9f1d7eca409fbb9502b336ec17de72b19af0e26a 100644 (file)
@@ -1,3 +1,18 @@
+/*
+ * Copyright (C) 2007-2012 Argeo GmbH
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *         http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.argeo.slc.client.ui.dist.commands;
 
 import java.util.Iterator;
index 4c77c806eef5b873dfcce638fba272bf5f12fcb9..f51aff1409c3f647a8fa8e462d7e370a1688054e 100644 (file)
@@ -1,3 +1,18 @@
+/*
+ * Copyright (C) 2007-2012 Argeo GmbH
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *         http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.argeo.slc.client.ui.dist.commands;
 
 import javax.jcr.Node;
index 717e86bf48e33629e3de8b601cccdeafe7de6fda..92430ec1002485fb433fea321e81fef4df008f64 100644 (file)
@@ -1,3 +1,18 @@
+/*
+ * Copyright (C) 2007-2012 Argeo GmbH
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *         http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.argeo.slc.client.ui.dist.commands;
 
 import javax.jcr.Repository;
index 0a16e4dc533848f90d6c2d6e88f0de4f18c568c6..005ff2c4f558f0919d11267dac54a6debe093299 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index addaf12d0922904a379f3b2a89ba4fd3150f6828..e69205b6125138a24c3612113036719bf891ac90 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 243d12b4e7200bc3dda4b7b76fff52d80362c9ea..7fb9491e5d2571ee7ba1f72a8bd614ccdf75ffde 100644 (file)
@@ -1,3 +1,18 @@
+/*
+ * Copyright (C) 2007-2012 Argeo GmbH
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *         http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.argeo.slc.client.ui.dist.commands;
 
 import org.argeo.slc.client.ui.dist.DistPlugin;
index a9ba0a99ebd1358120f5a3710dbeb7b200db2555..1bb04fa2e27321913c9f9653b140115e3eb2efae 100644 (file)
@@ -1,3 +1,18 @@
+/*
+ * Copyright (C) 2007-2012 Argeo GmbH
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *         http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.argeo.slc.client.ui.dist.commands;
 
 import org.argeo.slc.client.ui.dist.DistPlugin;
index f89a9b0443bd5934fd4aa81e34e4fed55a35a7a0..bdca7c057815218892c1b76fece4d2c598425b33 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 10ba035f238a2f7d6a23efda153f33cebd455e10..cfdfc5fd1c01b4c2bf474e216e28a36a8671d78d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 23d0eb67aa297985c522158b5a9dc795654ff736..25a8f940fbca776f5ce0e14b62bd667875373940 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index f10a32e190f5d0b75c832e6cb4b25819841707bb..843a5fcb0277cd42bf37e7be6077b89e53ef5ad5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 4fd85c2c20b4a458f87a0e5c8770db75f7c517cb..ba3796786164ed605e3fbd613dd61022b325d8a5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 883a20974546ab5bc51dd00c189586dcbe0f0e63..dd0a8be05d38778fecfadbbcbead5b3d57cdcc13 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index e6f5558e283c14534d452877ad9fa2f88236cd62..1f48220560bf5f580220c8fe07b1fd3ba3171e1f 100644 (file)
@@ -1,3 +1,18 @@
+/*
+ * Copyright (C) 2007-2012 Argeo GmbH
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *         http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.argeo.slc.client.ui.dist.editors;
 
 import java.util.ArrayList;
index 137cef13317704ffb3232fb04d8a628c17120148..0e9f174066fb702fb8906e120df3d0dd76689fc3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 18e4cd9a43e6727b77b87fddabeac60f7104a6d8..f58b0ebdc961df506d86925c986b83705e164b85 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index a8edf5a809a938c0a57b48c612f5bf608613e70a..17b8e6f3ffc7952a51a7b23d9530d0e08b3b367e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 937290c341d255322e7bc4381461db10359252b1..e35d819e9ad3088b7bc1dd318d6eb219e3977f2c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 0d40a62522bac0c61bb4868f2f1e513828d99290..21492723678bc20c9f18185098a9f2760efdf835 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index ebd8826e2d241b93adaa6fbbfea69e427719fec3..ad2cfdb58bbf6deb67e9efc01327ac421dfae37a 100644 (file)
@@ -1,3 +1,18 @@
+/*
+ * Copyright (C) 2007-2012 Argeo GmbH
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *         http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.argeo.slc.client.ui.dist.utils;
 
 import java.util.ArrayList;
index ce391039c6b5575286f60d865212c9577f3151e5..4291c713eee25e1a2a736f7b5f7f4d397f7fe081 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index d18b3f0f184e1ed6b3f1e4f82f4caa59b9c7afc6..98612395a8af8c3aa60e25fa3829445d722af1d4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 8a0ad600ddee6856d0053b6679d398da67a3453b..7a9d0a47abfbf99f01e929d0a85b5dd210173844 100644 (file)
@@ -1,3 +1,18 @@
+/*
+ * Copyright (C) 2007-2012 Argeo GmbH
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *         http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.argeo.slc.client.ui.dist.utils;
 
 import java.math.BigDecimal;
index 940d8687cb17e2e3ef96557d2d169984f84c6972..33fd14981162d8c2f3145caba1d5f9378ea9cdc0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index de61b44a4c76109afebc601bf66e121fbfeea00a..0a696af7ed0e308269f38ad951f1589bec9e6c29 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index f4d2de99d7f493e83fa6c58db2d66e4926bb1ff2..455ab88071d9e1fcbe163f4787490fe2b0a8f58b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index bb767628fcaf9b0141d3b337d5ff232b95a1e2e5..c8572f6f896afbe0baf40dfe94951ad87d9ff93d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index e7ee355b4e033e46becd86fc044e0b6744ce8f26..5ce13a245e604497e01bac303ecaacaa6d177e5e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index f78b610ed2624815f30ccf16670afbcf2ab13a55..101feaf925a0dcd7c90c2640577c2e11c7629e16 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 51b621b4575b6eb27336a12f6a0289a2a2b1ea0f..e1d741afa9b82e69ec20aa19317b18b3d952afc9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 772a8c256e6b95c462329107458b52badb645ebf..99dd8e1438908bab779c41d2225ade963d0e76af 100644 (file)
@@ -1,3 +1,18 @@
+/*
+ * Copyright (C) 2007-2012 Argeo GmbH
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *         http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.argeo.slc.client.ui.dist.wizards;
 
 import javax.jcr.RepositoryException;
index 251ea6126c3615ffdff8b0c8a37deb277dedc1a0..88bfc6a556525a57eac850e2ff00bb45429a5534 100644 (file)
@@ -1,3 +1,18 @@
+/*
+ * Copyright (C) 2007-2012 Argeo GmbH
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *         http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.argeo.slc.client.ui.dist.wizards;
 
 import java.util.regex.Pattern;
index e7d1c616c5a1407e3ab177bbd6258989c01108bc..936965f7b4b21a0719ea415b4775eaf442216728 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index a95970c493b73cdd95f1af6a65d90f4df80ba396..3a2ff605378476828677b923e646f54ebab0d78b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index a76b78d2041eba93a4daa9b623674572a9f25114..28c14d9562d815dfa532fe5cf170ae5b56c86ac5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index a187ecd8c8484dca492fce5120ac437959682b52..6fd862876c916bf00c5cd04758fefc9a5a3a7f67 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 540a30b05a640deb20ae756c5c433683beb2e9d3..bfbd181e34d38a18bee93c3f627d860d9bc70e59 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package org.argeo.slc.client.ui.commands;
 
 import javax.jcr.Node;
index d5bc35e324e645c9987f2c9595281232b094b915..26790edbc2d695abdcb3f9ecac26fb3aadc5f8ad 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
@@ -13,7 +13,6 @@
  * See the License for the specific language governing permissions and\r
  * limitations under the License.\r
  */\r
-\r
 package org.argeo.slc.client.ui.commands;\r
 \r
 import java.util.ArrayList;\r
index 9661775b838edf5f1f7ee83ba94c881217ab28e2..a6d85ce9bf42c42c23e3567cc1d66343389ed997 100644 (file)
@@ -1,3 +1,18 @@
+/*\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
+ *\r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ *\r
+ *         http://www.apache.org/licenses/LICENSE-2.0\r
+ *\r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ */\r
 package org.argeo.slc.client.ui.commands;\r
 \r
 /*\r
index 739c5039d9ff73b50ef640005c4b651e740ad9d7..3e7291cba78dbe6e6178b7a624666696060aecd7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package org.argeo.slc.client.ui.commands;
 
 import javax.jcr.Node;
index 86cbed55a508a89a5e6d91e987d1f9bb46ef5072..bdc7871f7dfaa67403c8402981cad416a4bc459e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package org.argeo.slc.client.ui.commands;
 
 import javax.jcr.Node;
index 5f783a7a2de2eeec3556bf6da4f76759cce35ecf..e8634a95fd7f00491dc8c0d8ee8d8535346ac37a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package org.argeo.slc.client.ui.commands;
 
 import java.util.HashMap;
index 225bd4177070b9c2e9670581862acb4478f1b34c..7843dc2ba91535dfebbeb63c453498197faf4b3f 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index cdeb01e27696aa98b29f42823aeb6efe13b282d9..342284f5a65a40dba369fefe424541c25b309ee2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index adadabbafd451362c04f056c541b68f459c6442d..e6f7a96c10af34596ef36d2846867a7beff043ca 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 5bd5aff31094a37e27f18059534018406d02ff21..c3e07153c371d29f9dc197874f71996c045eb1c0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 87b7f86940db8f72a35d06f81cbf1f1f5848d08d..a8d7b1fb37f9251a04062e7bed34ade0391546fa 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 734c2dbe5bd40ba90648b60b64edf03250a32353..ed702c13d985087afef8c1251c5a195bfd142e24 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 499774985b630849ad91721b5e2e5a0a194a5b1e..2e2bd28decffb9c44735a3b92e9afc11e4e61781 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 833f1f2002680fedca6fb23fb1adcac4dc5b1aa8..0fb27e95e98d9be026fa3a883b1b6448995ffac1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index a58068fa5f7c70d86fa08d0241d92ec0dfb748a8..d978711f7b620df76042a736582552f2c019c3d8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index f48c5713f4b334d52ba77dea4299f47ff30bea55..8abae3f771dd409db938e6f1137e8e3d309379ae 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index eff41cf34d8d2bb25ae66541656b9395e25cf3a2..adcefaa2a897c3c1b7e7cbf7cffb910619593358 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 2e3dcb0df53690ae3608839b497075a0feefb2f0..26d44e7c5574ce49b8065bfebf1970606a87c50c 100644 (file)
@@ -1,3 +1,18 @@
+/*
+ * Copyright (C) 2007-2012 Argeo GmbH
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *         http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.argeo.slc.client.ui.model;
 
 import java.util.ArrayList;
index c557d7ea09dc517a7f31eb792993a509a4bb9f52..d587a932195cf1b49e0e71c4db5e3180426e9649 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index e212a741de637acf74762cbfe4028a5e95691423..1218060ebebf42ee5e66265a81fa43bea41de35d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index c2594ec139ecc4e735d7358ff8bde9401a619d83..f0d2f1483ff1cd92d0446f4957ee59f193d1637a 100644 (file)
@@ -1,3 +1,18 @@
+/*
+ * Copyright (C) 2007-2012 Argeo GmbH
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *         http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.argeo.slc.client.ui.providers;
 
 import org.argeo.eclipse.ui.TreeParent;
index b901a80976e92ee311a22d4606e765dd34b857bd..1a55983b5fcc939a1eba5bf0a2190b51aca5eec1 100644 (file)
@@ -1,3 +1,18 @@
+/*
+ * Copyright (C) 2007-2012 Argeo GmbH
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *         http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.argeo.slc.client.ui.providers;
 
 import javax.jcr.Node;
index 45d74f6eaf556057fec8529dae1e70632dc7a7e5..38336f4673e3cc7e7b471779154b075b92b6b15e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index b022dc85b312dec9da6871376eb3697260d56ec2..8924dbfb779dde56a523e94011b927fe37b51daf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index e4e3575e6cc347014f492f0afe04a590a46962d5..fff4576caf88363afb43be50c0b33b333b4ea061 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 9d5bb8cd97a87b09e4f016e8a87bed5528a0b73b..820cbcd6976f4746b3b7012c8698ca733862604e 100644 (file)
@@ -1,3 +1,18 @@
+/*\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
+ *\r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ *\r
+ *         http://www.apache.org/licenses/LICENSE-2.0\r
+ *\r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ */\r
 package org.argeo.slc.client.ui.views;\r
 \r
 import java.util.ArrayList;\r
index 4c812770e35cb92ee1b8918bdf814d36070d2916..f83b77b17ce332ae2e2df08a34b54415616082f5 100644 (file)
@@ -1,3 +1,18 @@
+/*
+ * Copyright (C) 2007-2012 Argeo GmbH
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *         http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.argeo.slc.client.ui.wizards;
 
 import javax.jcr.Node;
diff --git a/pom.xml b/pom.xml
index 0e07fca62b2d7ccac7ef0f2265a4c05e76fc3f18..39bc736387d05dffcb0abf90c086d08aa1e37b71 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -42,7 +42,7 @@
                        <comments><![CDATA[
 SLC (Software Life Cycle) framework
                           
-Copyright 2011 Mathieu Baudier
+Copyright (C) 2007-2012 Argeo GmbH
 
 Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
 you may not use this file except in compliance with the License.
index f30cfaa4dc9f2574ce0363bffbb2aa6df65887df..ecde0b9361f09af6a2e5db268b3706ac8268ab47 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 342470b24d4e944ccbdac3e6694f39e314fb8fef..eb484c92c36ed113b20af77613ddb163e8e616d7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 7607c44811a4c7a0b17c4c43ab385199639a5786..780a6a483209417e72c83a08b0a0b81b076cc5d8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 524bf5f9008fbc84c7e8dea5d6511a5364fe6943..2214afabf22b23e5b804d274aa11c54d4a5b815e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 3215c1c02a6043053ba679d02b1883a1a06d1f3e..3b7e62dac1ebb1ed2c986cea87153803b2dabc89 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 6b25c93f5a8ae64f2ad812f7081ac18fb39f13da..6248dd71e5425628c498575e090dd29b9deaafcb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index d44b47ba08393624ecfcf11351f439dcb15e91e6..4ebbe92a4595fa25063d0724b77232eb0f15f716 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index eeaf307f49390489c3f1bb7cd5084d1183116812..c11dc00ea41645c11dcc5bea8fbf01c700434449 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index 0d5f3c8c805c7b0a2bef59e8e2877372d48b4382..52307ec67af24666289c7ba68ef41f19e5023254 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 590e4177b0d2b6c0032a58395649025b190b8193..abdcfeec38c4fc77197a1258c1cf5351558eeea0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 5e0a9b7b1a33de94c1afa84dcfff38e5cc04caac..5df54232c9b41ed8a754c49537f63b1921e8c18b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index cf48a599ee52b832bc57e5952c1daae709e00ac6..79ad8359775785724111f0f4e42478298d713c4e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 240e0f3c8cb571a1948830b4342a176e1c8727a2..8da17ba42fb6f883931e88772dfa5dda721c7ad0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 41ce4760d28f81fc706dd67fb87af4d4fd72750d..01c01abaececa9d5aa0f5fb99521596e332ae668 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index ba0cac4a973dd69f10c7d6c49e51d6d2266b892b..5a5b8259fe4d67d50eb467bf1ac1db2ccb167e2c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 2c385cd354eda5a1c2b36e755fdfe71985d0362e..13d254366b274b53d236136562abe271cb5b8bcc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 197a2c4b8b81f50cb7ceb800f40d5d12b05ce7fc..dc55b40f9195d75b7ebaaf435fd8a5e4d0daa9c3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 98e5c5be2a983fafdeacc647c41f2fa4fbc9ce28..08da8cbe0866d4375bf32c8d75c9af7336c625f9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 5d5f3f940500246abc2f3e480e314928d0d7277d..131ffec75cffac7d34c53a0505baeca6a362b905 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index f5f0cf42819080186265b5f294d522b0e87b4d43..0e1685ba43a0ecd08e112d7b1a66f08d076fb7ca 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 19260fb1fd3b416922a750b9b8ee4f71eae5ba15..b2252f6a29c9160f678baa85cd38c16f7d23760d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 20c3c7c4a28ab312a268f7d4ac3dfe7401f31b3e..1f4601c840b361773510505362c8392647b456a7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index a5a9662158e0de5ba9cb536d474b4f492775f3e0..0fcd073af1201c80fc460667dbf5c717a50a94fb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 20d8a9ac007e8b355b234e46db0e932cfe3be54b..002d691ae1802e00dda3d7a49d1a29aedc4cc378 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 06c71e73d165274be73d0e61fb8a29d42e9e7bab..d1d06c69877e89b158d0855b123a627892375d3a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 860d00203522eaab5002aa0de59fd8ab3ac6eb38..b50b78f512d35c2f81ba35da24bb2465bd624bf5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 158bdd12e7368f2ae9c2841899f2558d61c89a85..1365e6bc67a9cab9ce1b4c388ce520011b738544 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index 2fc3b0d53f0764df5cea9d7fd2e082b15a532fc5..759a125425e86ce80a0c66ba450ee026cde55e2d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 280b66de9cd4b227c3b6c6a58a926021bf9309db..bf5ffef120442398ded8cad6cd052dac5228340e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 42fc59522e4cb16e7def6765913e45a6bfe5d8e4..a2a5a9b0ca7f81ec3f0a949c7ad10469e8768210 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index bf92c1c60afd02adaba2b182c3051d7172e57218..ec69c68d7f1ab103c87132c74ea147be692759e4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 3c8550d9fa90e8cd38faf321a2f8f23b38f74a21..d225cd193fd87df74aa9c977a15b9fde2d3a45eb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index a67a5059a0912be793db2249c56ea34c13730d49..60e93ec15c08b40d24882f7ffa431f7e8d56da8b 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index 39a0522744377d93ba9d08fb690e3a7f3b317853..0bbc3f0df65abec30f56fc0b4984b8281bce4070 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 498b8f458c69e5c857c5da7f8752fcdd1c642392..52f91e1d5c756db9766e4d00d693c02db3546b50 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 4907c6352aa9d49e7881ed88b56240f3e7d6e362..5a9d9adcfe0af3cb62ec5efb3be4e3696e4dc805 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 58704d580e3b2562c7df7f52b6315f775e8f4433..18d1b9894c1940fa4f0a24ec39f9b67e150557b4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 1287fec348d23ae9affa3b1f3645b4add3060cab..fe8412c814dc5793b1f0af11bff45a7781fff34e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 757e41ad5252115d733ed137f24c13c568790060..4268b8b030a1e8deceba3d79913ae09e12c8f7fb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index ca84702ef5ef28982ec35ded6d89dc910873b395..3dedb9c2294a7e918bab42185835f653af684481 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index a53ff7d483b955ed611eed654743673424b535d1..3a184808e4fdd7fe347a53a0d97d7af23b629fb7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 98bbf5272e992f5546df3f84175749f3ec671c7d..5f42f8657ac2aa0ac2fb94394f12d28e5df67cc2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 37dbcbe39f78fb8c1ed596decfcd6d56997c0657..8e4f617c8e03eb445cb0766507a2a7e8f368735a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 7cdfc5ce888d6877b741449b413cdab0264fe564..0a24bc4b4e3abbad950e76d979dab91d90280ab0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index d5decfa5b9afc8af69084b9db3561bc60604b937..5e1f9c2ab1f3bfd8baf95d55dcc225d3ba1f4b7e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 15362a5ddfb7542475adaff0e8fcbee20290f541..92987fb9f22b4825ea1f745ed937212d488b135c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 73078c5e8b4c886f0e3550a9e16ee479a5f6ebc3..6504a3de39400b74a8e427f3ebaaaaef98f0b000 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 930b842cdf417a4ae265193d3b88c03a05947cb3..713019b3725eb2079d23b443b39c3705d8a9a95d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index b1ea5562c46970b2d7f3cd15ce5d41435525cf22..f1e80d390d053cb6ea1b5d39064938bad5435e3d 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index 536ccd5ba2ed3f4108a0673f3a41013de15dce28..daed350b2e1d6f084473cdf1501683a811b8d6a2 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index d7abc7d56f09f0344abd205779f23c2ccaac4e21..d9400e42edf8b89651b7e4d27e5c3202fa7c7436 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index cad17de3a5b0ea1249f44202760dff9fa9013c72..8d699c66065a240c011058c0beb9fd0bf7f74249 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index a74080592c3f3f9fb655d5bd2404b32776e7d549..c3fd5f2d8c181a25df97c21310c5859f00be4be8 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index 9292d9a548a2cbba8a9d3dcefcbf6c18e90df766..0065b18ccbbc369b79ff7e9caeeaa6e2ed151fc0 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index 9d4b6f6d5eed295ae356f6f1fdbc56da0cfd7560..e0bbbdda974e07415d86aef5b9fdd3c9eb81934c 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index a5a19f71d4a358390001cb0ab9e3052509fe13dc..51843dcd00e876160d58cf7360ce8aa560e377a1 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index af7fa62183f399813524a5369a8e83a5b2474887..2b3702889516e0dbb666f5f5381f579a1416d153 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index d54ca86a42ad2d050b1e572a8992e87756115f45..43b296106575a13bf98e86dce8b946468bb61ddd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 1231eddedeb6f7e48c8f9391714de32151158d05..d47149b86a7a8e9d2ce2b7d236132c04c3530d60 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 4066b1b3b5f58953ff19c20113423e469a909b4f..0d22e437d9bff996cd73ebc0b7d21bd0070206a9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index f9ded4aa140e6bba4c05dabbfc1c45f6e5778b01..037b7ff4f67bc7a343ae6bd54d0e4ed260aa7583 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index d6aec1b8f8ecd68d99595f8fa130c8ac68d7526c..ab6f59efc960fd4a737c14c5c130acd1b4738a6a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 389484f07583299dbee692e9a50db34c043478f9..e4fa7722228f257a3936cc2b540452e80d08a88e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 2710325baa0da520418c61d180d6d558fad59d13..9afa8468ce5be7ff57a74710f1c27de294f1b265 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index bdbe6c05a46a22f81a458b05a399307f8bf7048f..42beeb84cbe35e4e7f5f458e36d12450749344d9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index b965a8cf0282f98a8576c9d165eee31ad5698075..b28f1ade25e71c9186c704029a955b0dca093748 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index f723214d912375f4e891b7dc05599f847f592036..13cc519184888de33786e01285551d0ee8938c80 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index c5f4d7fe456d680f800a447cd04caa363b849efb..ecdf5b56a92220cb4e282e343110a0e2a4055432 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index d523ebcb07d446a466a315e52e52303feb113e9a..dfca9d51260ca94029dde18d2a8f832c0fe6bdfa 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index 7a1fc721902e7a5c9e1838d3df9ab86462227570..ca64d12f5296802d0bd40f9316317a49c5eec4cc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index d0b7dcfc727ceb059b26e8e7a9e78561347d5a8d..2deba8bb2b048e85c8e7a90a251ad8a5ced2ad87 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index a8febe3c93b204eec47bb74ca62d6f69f7b4c798..ccf94f131cd0842d1ab68c0cf0da4b6814e7ddcb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 28ba6505ba6f874cfeceecea3d03ed79f8f07119..16839c042c48bbae501920afeacd8076b85b02df 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 704baccbb294c9c72f71cee63e4ccec4a5291cb3..4ef3f978899d27fc5f9bae44784c2eb71327f9f6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index d0c460f075f6edc807c4eec4543ad92f3078b1e0..4af24ae97fbe480d40ee4ac8afd48d2236ff6d08 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index c429d2a00e3e9f27480bc5ddc6e56cdb32af55aa..dee207746ad5ae753a1e3355c9d1714cd78a1402 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index cb3932c161c6029f17d1135668cd058f6f85da45..39a97f29015977e55cb7a18a3708ccd70be395a0 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index b4963a0ee908d04f82e16ab876e25fa2a0a554eb..6b92135e83cb119bd3584733684a6c5358064248 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index 56ea3a9904e286bb6e969cb813b381ab1736d2a8..8ad81af1c56f65fb9aa760e74bb0906277b8fdf3 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index 812caef2dc369b5f43ed4b2a7a10b55878cfbfb0..5fca5a9d739ed69ab0cd0a32dfa046c1fb3551c9 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index 8806a741ce9cc3a111d67f45a8534395eccc70bd..4f6a12f819f1ef5cead2beb384e81c5ef5fbb9f8 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index f54e5acfb9ab2b407e05aaa5fbcce19ffba88190..c926a691df010aa6fbe2fb19c0ecdf0a0ea71f52 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 5cc8409f48b406f364f29f4ab4badaba35a7d6fb..b32da3801fa506e82585b1465a3617f1e5a92b02 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index 04281c21b344a808f2c47f7e87d4efb529b87606..f62fb5ca35d66a07e22a765f9d4c1c1bc5b291a7 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index 91bec686d248f8d6fcd16c114abc7af6fb463782..ca0bf5ffb45d33fbb40698b5ef7d0c1cb0d43c01 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index 6c0e0973eb03c2ae3e77ab5cd2b3a6a970554ef5..8ed38720ccb961d327d552a4841d52f0791e090f 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index f1b32dc5f1dbb6c52d1d7abfd53ea0ce68a4228b..b8abf7fde92386d5e9d4dfe4fcc2bcd313428032 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index 3b3da4134ab8f107333c79ca63e6a89870365885..d84ba10eb1af3ef10685f77f82b3a61110dee3f6 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
 
-    Copyright (C) 2007-2012 Mathieu Baudier
+    Copyright (C) 2007-2012 Argeo GmbH
 
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
index be2fbc66bf9e89d1c4e78aa0ac20a03ebde292ac..990d85cb294905ce035d7b40396a3d0e88514f99 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
 
-    Copyright (C) 2007-2012 Mathieu Baudier
+    Copyright (C) 2007-2012 Argeo GmbH
 
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
index bfc7c155d9ee5a84e68b99208cb4717b82afb3fd..b25f3d130985ffd4a37599716bb1e0ab16fcd473 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
 
-    Copyright (C) 2007-2012 Mathieu Baudier
+    Copyright (C) 2007-2012 Argeo GmbH
 
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
index 546d8c23c39a029f7f586ace70af958093eefda8..7cc960475ee98be2d329363c5321c7fba8e72713 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
 
-    Copyright (C) 2007-2012 Mathieu Baudier
+    Copyright (C) 2007-2012 Argeo GmbH
 
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
index 889ab26f960621265b15a94586f7499bcb718785..de1c06b1ef65245a14874d15569872559f8dfc94 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
 
-    Copyright (C) 2007-2012 Mathieu Baudier
+    Copyright (C) 2007-2012 Argeo GmbH
 
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
index a36e20163443054fec2c15f3ced18d0e7a1c816b..df35944ee714e4ecd797f21adfb194d5825b9aef 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
 
-    Copyright (C) 2007-2012 Mathieu Baudier
+    Copyright (C) 2007-2012 Argeo GmbH
 
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
index 04481133a0ca705734ec7d78b69e83ee06e8d914..28b742af7f92e2ac68cc267946fd19b10008500a 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
 
-    Copyright (C) 2007-2012 Mathieu Baudier
+    Copyright (C) 2007-2012 Argeo GmbH
 
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
index ec17ddbec4803974e92d37586ce7360ab1916d08..527e701f659ce1f1eb36f8c2625c7ed994c247d8 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
 
-    Copyright (C) 2007-2012 Mathieu Baudier
+    Copyright (C) 2007-2012 Argeo GmbH
 
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
index 37604b29f39f1020e6688be299512a9aace8d696..31cf671676dbfc9561f51bd785e613c2efeb8673 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
 
-    Copyright (C) 2007-2012 Mathieu Baudier
+    Copyright (C) 2007-2012 Argeo GmbH
 
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
index 56fa1c28f7d1a952678e1b0e8e474593d44aad9c..0832441e21695ff6bd99767e26c2d5683500f5a8 100644 (file)
@@ -1,6 +1,6 @@
 <!--\r
 \r
-    Copyright (C) 2007-2012 Mathieu Baudier\r
+    Copyright (C) 2007-2012 Argeo GmbH\r
 \r
     Licensed under the Apache License, Version 2.0 (the "License");\r
     you may not use this file except in compliance with the License.\r
index dbad5aa8d7c80deeb8c10f67bcb691f77be3f870..15fb429033994fa30bd782d6f1c5f39b28da4f3a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 609d434d879aa2a06944663beb2ad2ac564f5543..7cc8705f53ec4f4c1a7595e6dcfc1e89869ff4d3 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index 68dd0e87993f272fb83a3dda9a2e79c713761739..91be3bdbe4061c01a0be8fdb5691961f6a3bab51 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index 90fc44b2ff3868a6129ee55f4c1fae8c59b2124e..55afdc0c8b8111e02b6fac77c3846ce6e66f2089 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index a60d79efb48dc70accbd8dc10b8a9609ce5d9667..8b3d2ec25bccb4da56c1d5310067535076611af9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index e429998c12f86dec2611ce5bddcc77a4e4346099..e2dae65645871b1f214f6eb34addd30451be4bfc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index fe1eab2b3d7b84c9a19f42dc2bb6f11bbb241f88..35df7eb534c5175aca5acc1863a4472d86839dd6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index cf8eeec5b457ba1b199fcb7665058a90b4777cc5..8301b8517369a6cc904bd5312b29d74ae3fafabb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index a58bdf848bd109f4653d97dfb3e1045e7d10f9e0..cef5d9e20c04fa89c94da584cc8ff32990d0378b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index e01920ba9b01ff1714b71f67707105bd8a2f4436..61eb3b2b3352fe75a0c8a2a12e943c759f6f1c23 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index dbfa9f9566c7fc8be5d383648411a12234f7a434..694851c824a879b138327c909617240f718f7e25 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index 7c3eed443b258a3b3522c6505e6a8f8b96c4185b..074c205a5d9dc0d91c66f94f6c09e6c5cb4a0e58 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>\r
 <!--\r
 \r
-    Copyright (C) 2007-2012 Mathieu Baudier\r
+    Copyright (C) 2007-2012 Argeo GmbH\r
 \r
     Licensed under the Apache License, Version 2.0 (the "License");\r
     you may not use this file except in compliance with the License.\r
index 37cd8e58824983ddb7ae348a5b1a05e8bab5b024..d83c2c125d0267c4db34049aadeb53a19b11a5b9 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>\r
 <!--\r
 \r
-    Copyright (C) 2007-2012 Mathieu Baudier\r
+    Copyright (C) 2007-2012 Argeo GmbH\r
 \r
     Licensed under the Apache License, Version 2.0 (the "License");\r
     you may not use this file except in compliance with the License.\r
index dc9c53f1a66b4b29ce9485fda6df30207a738a9e..a1c59c9b1e159089e383d8301a1f78e6cdf6ce84 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>\r
 <!--\r
 \r
-    Copyright (C) 2007-2012 Mathieu Baudier\r
+    Copyright (C) 2007-2012 Argeo GmbH\r
 \r
     Licensed under the Apache License, Version 2.0 (the "License");\r
     you may not use this file except in compliance with the License.\r
index a460b10fb38cc0cfe623f21326857128a598b167..57f0c8a895cc76b6b0c25c01c2effed74b953882 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>\r
 <!--\r
 \r
-    Copyright (C) 2007-2012 Mathieu Baudier\r
+    Copyright (C) 2007-2012 Argeo GmbH\r
 \r
     Licensed under the Apache License, Version 2.0 (the "License");\r
     you may not use this file except in compliance with the License.\r
index fb44e7f0ceae4ebfa52198767a8ac12a3e935c27..6de881047c89e55ebe45b3c198c5936c89a47550 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>\r
 <!--\r
 \r
-    Copyright (C) 2007-2012 Mathieu Baudier\r
+    Copyright (C) 2007-2012 Argeo GmbH\r
 \r
     Licensed under the Apache License, Version 2.0 (the "License");\r
     you may not use this file except in compliance with the License.\r
index 5b9e5b636ce9c8c5e29c00445a14cd4df0504c50..2638ed6ee83bdb2b00b26891d01971f90a2e97e1 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>\r
 <!--\r
 \r
-    Copyright (C) 2007-2012 Mathieu Baudier\r
+    Copyright (C) 2007-2012 Argeo GmbH\r
 \r
     Licensed under the Apache License, Version 2.0 (the "License");\r
     you may not use this file except in compliance with the License.\r
index df45df3ad0c5107e4413c2a75d97edf0e5738c0a..8d6af0ef1b48e05871c9c3f9348fa5ff9b69ba32 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>\r
 <!--\r
 \r
-    Copyright (C) 2007-2012 Mathieu Baudier\r
+    Copyright (C) 2007-2012 Argeo GmbH\r
 \r
     Licensed under the Apache License, Version 2.0 (the "License");\r
     you may not use this file except in compliance with the License.\r
index f05d29863c1bbac5634de24fd1ccc9ac6b9e3625..654f8b420bc830c0364a9c9482ff8a74427e22d0 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>\r
 <!--\r
 \r
-    Copyright (C) 2007-2012 Mathieu Baudier\r
+    Copyright (C) 2007-2012 Argeo GmbH\r
 \r
     Licensed under the Apache License, Version 2.0 (the "License");\r
     you may not use this file except in compliance with the License.\r
index 2ffaef1536dde780e9b54d75fc215043c2a2e8a9..7ddb4ea803b8355017049175fdcfa1c8ea8c1616 100644 (file)
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Copyright (C) 2007-2012 Argeo GmbH
+
+    Licensed 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.
+
+-->
 <!-- Copyright (C) 2007-2012 Mathieu Baudier Licensed 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 
index af3a8d3ce7710e1c09a25e4cc4dd7e9dc886dc00..8cf72e3542e3039d60694e80aeac9082001b5750 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>\r
 <!--\r
 \r
-    Copyright (C) 2007-2012 Mathieu Baudier\r
+    Copyright (C) 2007-2012 Argeo GmbH\r
 \r
     Licensed under the Apache License, Version 2.0 (the "License");\r
     you may not use this file except in compliance with the License.\r
index 02e4e9c38768f6d8f73a47b91fc49b7263fff27a..b8626f85130e9d9e4cc5def3461b0719a0d59e87 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>\r
 <!--\r
 \r
-    Copyright (C) 2007-2012 Mathieu Baudier\r
+    Copyright (C) 2007-2012 Argeo GmbH\r
 \r
     Licensed under the Apache License, Version 2.0 (the "License");\r
     you may not use this file except in compliance with the License.\r
index e8bfec3f7888578ef0938ef3778f11c25fd01d52..5b166970b51fa816f0f2f943f7474c110bac87b8 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>\r
 <!--\r
 \r
-    Copyright (C) 2007-2012 Mathieu Baudier\r
+    Copyright (C) 2007-2012 Argeo GmbH\r
 \r
     Licensed under the Apache License, Version 2.0 (the "License");\r
     you may not use this file except in compliance with the License.\r
index 0e9c7cd1a961dceab72378f0292a094b983417a4..58a43e4183723d2b3c99ce0aa1094c81ccbae0d9 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>\r
 <!--\r
 \r
-    Copyright (C) 2007-2012 Mathieu Baudier\r
+    Copyright (C) 2007-2012 Argeo GmbH\r
 \r
     Licensed under the Apache License, Version 2.0 (the "License");\r
     you may not use this file except in compliance with the License.\r
index 6fddde66b9d60631c5005c8f9babc2dd715a6658..98cc14d3d6a95943db7ff94b04f38e4f7ef59c82 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>\r
 <!--\r
 \r
-    Copyright (C) 2007-2012 Mathieu Baudier\r
+    Copyright (C) 2007-2012 Argeo GmbH\r
 \r
     Licensed under the Apache License, Version 2.0 (the "License");\r
     you may not use this file except in compliance with the License.\r
index 844b6e8c802cf14719b5fc90f35f9d9433f18e31..a36b4a167bae8538008f74c1336e6d69bd1dae13 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>\r
 <!--\r
 \r
-    Copyright (C) 2007-2012 Mathieu Baudier\r
+    Copyright (C) 2007-2012 Argeo GmbH\r
 \r
     Licensed under the Apache License, Version 2.0 (the "License");\r
     you may not use this file except in compliance with the License.\r
index e999dc51fb0becec58cc0f07923f8441c1a47bf1..893768be37400a17e020f6b8c150f2ccb1ca4b42 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>\r
 <!--\r
 \r
-    Copyright (C) 2007-2012 Mathieu Baudier\r
+    Copyright (C) 2007-2012 Argeo GmbH\r
 \r
     Licensed under the Apache License, Version 2.0 (the "License");\r
     you may not use this file except in compliance with the License.\r
index a824fa54b03506c3c0c44e4805c9c6ca29170275..de1dc8504da4d69dab5549b0a2595136ef7ec156 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>\r
 <!--\r
 \r
-    Copyright (C) 2007-2012 Mathieu Baudier\r
+    Copyright (C) 2007-2012 Argeo GmbH\r
 \r
     Licensed under the Apache License, Version 2.0 (the "License");\r
     you may not use this file except in compliance with the License.\r
index e5ec377a2c90c400946ec0e3dc56214469f53346..8d3565040e6f7467903770b4f222298707ab8c2d 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>\r
 <!--\r
 \r
-    Copyright (C) 2007-2012 Mathieu Baudier\r
+    Copyright (C) 2007-2012 Argeo GmbH\r
 \r
     Licensed under the Apache License, Version 2.0 (the "License");\r
     you may not use this file except in compliance with the License.\r
index 5f6d6357742f924ed42da9af36a0e15d410adfee..d8bec3df049ee9be7402e6ffe0690c96c27f2b75 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>\r
 <!--\r
 \r
-    Copyright (C) 2007-2012 Mathieu Baudier\r
+    Copyright (C) 2007-2012 Argeo GmbH\r
 \r
     Licensed under the Apache License, Version 2.0 (the "License");\r
     you may not use this file except in compliance with the License.\r
index 5e631067ed8fad55ddb6f2f92cf181c258adce1d..49b6f7e1d4df14dfbda1fcb543841298eecf547f 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>\r
 <!--\r
 \r
-    Copyright (C) 2007-2012 Mathieu Baudier\r
+    Copyright (C) 2007-2012 Argeo GmbH\r
 \r
     Licensed under the Apache License, Version 2.0 (the "License");\r
     you may not use this file except in compliance with the License.\r
index 0e1e75bda1b40ee72dd24a5f52d078978d1f8067..aeef3a3af8e9d0187eb1a7be5c3809295250d05e 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>\r
 <!--\r
 \r
-    Copyright (C) 2007-2012 Mathieu Baudier\r
+    Copyright (C) 2007-2012 Argeo GmbH\r
 \r
     Licensed under the Apache License, Version 2.0 (the "License");\r
     you may not use this file except in compliance with the License.\r
index e12e7eab368079c81ca07a2c0ceae5c7570d90ab..ac5f085eb45e06b9db4c8bd365dfad4a33f5d13a 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>\r
 <!--\r
 \r
-    Copyright (C) 2007-2012 Mathieu Baudier\r
+    Copyright (C) 2007-2012 Argeo GmbH\r
 \r
     Licensed under the Apache License, Version 2.0 (the "License");\r
     you may not use this file except in compliance with the License.\r
index d828a3b3b699b18c1e4aef2c79cf2dbc6ba678f6..facb27761b9cc051eb3c909c27f233ad5ec46040 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>\r
 <!--\r
 \r
-    Copyright (C) 2007-2012 Mathieu Baudier\r
+    Copyright (C) 2007-2012 Argeo GmbH\r
 \r
     Licensed under the Apache License, Version 2.0 (the "License");\r
     you may not use this file except in compliance with the License.\r
index 96a6a7fb7120e89824d42e937bf5125eaba95702..61bfa07030dfca49fba6defd6f01205779b170d9 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>\r
 <!--\r
 \r
-    Copyright (C) 2007-2012 Mathieu Baudier\r
+    Copyright (C) 2007-2012 Argeo GmbH\r
 \r
     Licensed under the Apache License, Version 2.0 (the "License");\r
     you may not use this file except in compliance with the License.\r
index a36141c6db010faeefa364e4a83dba9344f14c4d..ee58a18692f261b88e5a7e612d2ef631a4e08651 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>\r
 <!--\r
 \r
-    Copyright (C) 2007-2012 Mathieu Baudier\r
+    Copyright (C) 2007-2012 Argeo GmbH\r
 \r
     Licensed under the Apache License, Version 2.0 (the "License");\r
     you may not use this file except in compliance with the License.\r
index c35c448fcef719cd79e740d6bccd7c78ef110ce5..4949c4eb1e1c3c574527f629705d964c79a420ab 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>\r
 <!--\r
 \r
-    Copyright (C) 2007-2012 Mathieu Baudier\r
+    Copyright (C) 2007-2012 Argeo GmbH\r
 \r
     Licensed under the Apache License, Version 2.0 (the "License");\r
     you may not use this file except in compliance with the License.\r
index f41e0dc1ff670da0ce803d3bbd442757434f7f23..45c9fa0df3cc51eceb84ff3dbac999eecde9ca49 100644 (file)
@@ -1,6 +1,6 @@
 <!--\r
 \r
-    Copyright (C) 2007-2012 Mathieu Baudier\r
+    Copyright (C) 2007-2012 Argeo GmbH\r
 \r
     Licensed under the Apache License, Version 2.0 (the "License");\r
     you may not use this file except in compliance with the License.\r
index c22090f0d71b90e9656f8764f55c3bfc3d0fb25e..8f758a9b20e36fea56a82f159c042906771364ac 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 0423f56a1e4f2b9535d86de4007fc8f3c07abfe4..88a7f074a24f9f32a5a44a1b41230950b1c2c26f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index fd1568b14d02e2de5d3bae23fccf15ef1b264908..9aecc6b0ff1b7611acd7c95c1934000e4b42b0ed 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 7f08cdb866d37345d6d566c5b90d88eb2f483619..b7b92550019bd67b6cfcd1ef661c74bada21204b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 7c274aedb36d5358cf05399d56d514bdcd6ef6a1..7006a1adefada90ae3734e99b89c43a8668a8587 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 62e26c86e8521a4ffe233fa49aca105cbdf475c1..46d34fd5c7006d26c431cbae6549213a4eb6df34 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index e475091de1103332db4728aee8936c2a70aedbe8..809f2178577a9aa18db8fd668924e86d8048bf65 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 08737f1440f2f2e42b62e75d5c91d0b4150d2195..c60df2f44c47e6fbf40cccf9ca70cd6449d9f6b6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 7bfb0380228c641224cb1fc9b20192bf6da99e00..edf0f3071dd9887267eb341892d43e004ce9d140 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 97cf195a20440902a0b3af3f0934fa5421c84e0c..430868af2e59e053fa8c6c6b8d148a167b22d7d3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 646b449c2fe874a150373da68cea0088ec4ec0f0..9a3881cf99bc1940f29cac6a2f857c5ab1bba860 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index cd502ea7275319f673c118f517b64258df9dbfac..7eaa347aa37e6ad1aa64b34cea08abf2473334ff 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 8b296d42662b58eef57b4d0ccc2faff3f4bb8f18..abaeddb289de41d0b8f80f3b9262f4c4e7c8a5bd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 40ab4c1b37feb3b2c0fe87a1ec93b8b13066aee1..b6fc36277a8e217ea9152a807082e7385e8511ca 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index dc8a3c7788d696ed939eb3bd12785781fa765491..6a41d93cae8c6b8aedd218ce9fdab4501d74f395 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 8e09019544641cfd6c721a0d7b03be8330d34182..aeca35dd2d63a484c0342c88a9dd047b46858175 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index c56f9841ece0f9070fb67d92cfe400f87ce0343c..212d71d06066f0f1c461db79a659718f03e6a80e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 6cba2ba8d457cd3d8fb3e2964a51643bff9e3809..ea8f421658967f81b07d3801296176196fab488e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 80deaa5847771fa7711f8a1a97d790fc61c56121..d6f44006c80617a0e8b75cf4f432ebc536998035 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 5805875b18d16a66d89856dcda1d3acf986b1f4e..4b783b88c120444e267fdcd93dda9893f85ec225 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 80f0c8724832e2e6dc8c33f8005137c040beb354..38e25762f19843072ce0dd7d790984ba95f78918 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 39145ce43abd7d3a45e7b1d93311a6803e24368f..0566dbd4e915990d4e6a4b4a41c1e80e470dd48d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 48275c75b486ca88267b8bc9fde369a7ad66e484..82877bfcf15aec5bda0b8096e76d84f674c75a3b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 4e1cef4c387158dcace2d4e4657e97311830932a..c614b23f143b5d4af30949b6b37e29d1efa5301c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 0ccce567ce6f87f979f27fd5c8709c89b95f7930..353ef78fee658e3043f9bab8571e94038b76c789 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 150ac137008d3337c2a98737bd0ab5f8abc64523..9973320dee4d38730609e0cdf728098fce65380f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 96461763b7550c844ae1049bf50315ea71f26630..39c367b6231980c3342821df7b3a26190019b0fd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 096714acf7f9a5e6752eca0211d624e1c809b51c..71dbb3b087fa6a303c22b978497054bf2dafa4be 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
 
-    Copyright (C) 2007-2012 Mathieu Baudier
+    Copyright (C) 2007-2012 Argeo GmbH
 
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
index 26bfca887b33d463e725eeaabd248148664dd211..a916e4da259e210f03e620fd67bbba5b43385c4a 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
 
-    Copyright (C) 2007-2012 Mathieu Baudier
+    Copyright (C) 2007-2012 Argeo GmbH
 
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
index 8e8dfa2d1a9bc48610c1ba712214f049f8fd346a..f495c96349e8e4c828c8dd70064b4172c53237b0 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
 
-    Copyright (C) 2007-2012 Mathieu Baudier
+    Copyright (C) 2007-2012 Argeo GmbH
 
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
index 6e753959312138f983d5c94e20cf79e90f9ba45e..b0f4a625b0c57e53aec0f51127cb1cb15a3bf673 100644 (file)
@@ -1,6 +1,6 @@
 <!--
 
-    Copyright (C) 2007-2012 Mathieu Baudier
+    Copyright (C) 2007-2012 Argeo GmbH
 
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
index 7a995e434a7697be02584b304e97525adf3928e7..4aa0d095bdcc7b906fac601366a170560a6a579b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 386919ea252fbedcf8e6ee280ba9ce5d944754d1..ad778222ae43e11640a27c6e3eadf421bb4ee875 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
 
-    Copyright (C) 2007-2012 Mathieu Baudier
+    Copyright (C) 2007-2012 Argeo GmbH
 
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
index 340dd94674353b30d58fd83d6251c8a2604185f9..f13d1186421a3aa7ab579b8723b2facfb7cd7170 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
 
-    Copyright (C) 2007-2012 Mathieu Baudier
+    Copyright (C) 2007-2012 Argeo GmbH
 
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
index e7c2e48b4231515694ed1782161b26fe07cf65e0..590758976b454bbfa71c102ccd79bb05a6f8fcc4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index f44c1092a6717b20e58d874da801abef09ee7dbb..5ace6c05dc2f7fd6044553ddd4126623d2728978 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 42f2082283863690f8e1ad332fe327171e850ed2..dbb791d1e01c5a169d0cc592302bb9d7799840d1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index bac4819efa4ce5d2e3c77fd7bcfd7a2aad93d134..d916324a75a9f19571501b381eaa425c1ad01dd7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 32987338fce8698578d8c15f12547e247c6dc965..1263a72de53e2b1f2a1121e8752a5f812e436827 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 5d16111bef341e678e16d065283b7b1a30e153cb..d422c0b0fd682d5ec75680c3e7d7064e30989d93 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!--
 
-    Copyright (C) 2007-2012 Mathieu Baudier
+    Copyright (C) 2007-2012 Argeo GmbH
 
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
index 0037c2d5aa6865bb285053d393dd98f45dcc730b..7accfcf20d7c074905657d272c654eb16d037742 100644 (file)
@@ -1,6 +1,6 @@
 <!--
 
-    Copyright (C) 2007-2012 Mathieu Baudier
+    Copyright (C) 2007-2012 Argeo GmbH
 
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
index e9d9a097b581e909d048300238377acdc8a4406d..8890739dbcabe2fd3004f46477686482172233c1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 63bc3c45369e6a3208dbb6aeb0f9f4bdb569864f..f8eb001bf8dc09b267791bbf7d31940f8277134c 100644 (file)
@@ -1,6 +1,6 @@
 <!--
 
-    Copyright (C) 2007-2012 Mathieu Baudier
+    Copyright (C) 2007-2012 Argeo GmbH
 
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
index a0f0be25ba2ca4ed4efb65932c410cff02c778e3..183a70ad3c6bc37672d076ef8ef209dad2e16993 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index d6cee9bf956052744a475fdf8da817345d41c858..328d4c560ec67f26a89bb2a9b8ded00ec9a65bb0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 39346453ce47f72912d486266efaa429e5d782de..1bf363492fe82741927aff9527850588576db39a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 4bba7e60f2f2d536fa7dc3c7fcad981e735a204e..26062a8e6d413583bf8cafacaf773f75e94ce401 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 83794e5f4eee8348e01229af33e079d5ec9d47f6..265530f895402c8f2aa918a5276d12c11d1fa1eb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 5b709ee39d757d2f0ad6a0743190769b31d30a19..14d4486d72c6717b99bc0c7be13d3fc74a0d2615 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index cde8bc5f2e9673644122e7d2e1a9449c21536c98..7de3e40c11c4bb2b02c108c050371d31ec6f7d94 100644 (file)
@@ -1,3 +1,18 @@
+/*
+ * Copyright (C) 2007-2012 Argeo GmbH
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *         http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.argeo.slc.repo;
 
 import javax.jcr.Credentials;
index c08b4958fe532451e735867cb99aa437aa078a75..9e51d0f67befb6acb95a99d0737add5be6a08c0a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index c962daf2e29be57a23c0fb7a974c83518e9d7cde..fe833bc0750b6c12fed855867e4dbec282fca0da 100644 (file)
@@ -1,3 +1,18 @@
+/*
+ * Copyright (C) 2007-2012 Argeo GmbH
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *         http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.argeo.slc.repo;
 
 import java.io.ByteArrayOutputStream;
index ae01c420b20666e27f4286031fbfde7e8c2ffcff..12cf490050d76f4416e32dfd9851c190bc2aa192 100644 (file)
@@ -1,3 +1,18 @@
+/*
+ * Copyright (C) 2007-2012 Argeo GmbH
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *         http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.argeo.slc.repo.maven;
 
 import java.io.File;
index 19d7c8d8c2084f36fb0badccae551b3f715986ef..d1245ff956ddb381481446974ee6df1f21dee546 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 6f69aa59b23320c417d55d15a51053caa2d52dbf..758316d3290b695d945010a12672d35a6f5ce36e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 06be9eca39a6f863ae29f0d211df139a2944846c..9b3bfe7e07040323d54365fdb5696732757db921 100644 (file)
@@ -1,3 +1,18 @@
+/*
+ * Copyright (C) 2007-2012 Argeo GmbH
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *         http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.argeo.slc.repo.maven;
 
 import java.io.File;
index 25ebdab71919484ee85b2ad5b39bcc7fe1377e83..baf6ec723e0f852b4370e79c5921552de3391533 100644 (file)
@@ -1,3 +1,18 @@
+/*
+ * Copyright (C) 2007-2012 Argeo GmbH
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *         http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.argeo.slc.repo.maven;
 
 import java.io.IOException;
index ee7c66da08edf507090d8a2d8bbee4333b625ac3..c5f179e8c78ccdcdb8bde98ed92061b014f6d809 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index ef93697990bb6e19cf6e0b6b80f2a95bc5aace0f..5f87f24aca808191dfe80cec34026a0762c305a4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index a11f2439c7d494114df8fa7c7eadbaae447a1d43..7d25cef8cb77e0a3feb51aa06ae59a50ebc1b42c 100644 (file)
@@ -1,3 +1,18 @@
+/*
+ * Copyright (C) 2007-2012 Argeo GmbH
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *         http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.argeo.slc.repo.osgi;
 
 import java.io.ByteArrayInputStream;
index 347e79be9917c2a13fc464060d75dc90828ae42a..965eb207c91660145e680b4c9f675ddd247ecb5f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index e33c4fe0163e91e885244e03f6e9885276204f0b..d44593bc6ac762c99a8d18e88d18675cbe1295fc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index b15ed5d29947b4e50a8c6df8b455cc847b985be1..50f87be16b5f5441da9c4b2b9843a170fd02ea00 100644 (file)
@@ -1,3 +1,18 @@
+/*
+ * Copyright (C) 2007-2012 Argeo GmbH
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *         http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.argeo.slc.repo.osgi;
 
 import java.io.InputStream;
index 3404445a9dc22ccf020b55b70a3f477ae08dd5cc..8d7a8e1848ffd0561a173a92303c6d0cde7d111a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 4e8c31d3e123da2bcff034cd20086458bccdf85f..f5199ce4fe914902a2be4189734d0d216fd1046d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index a89ed4cadb09f9dbca2a9e925b6fa4351691382b..0086cbb16908ea296f9ac1a2a7d083f82cbef167 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index fc595b1b9684dc607b547902a15d944095a9c2a3..408bd06df5d13d4ad94a6d6e522e11c9c5929121 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index 42a6cef5362de202c397a74bc6b3f1848d7f6e7d..302a226e9ff4dc8b7ff80fdd8d649aab1849e5b2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 2008d49fa925e4a37ac4d06e6ca45206d85e1fcf..fe63322090329a19c6c41ad7330a946f0fa70d0e 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index 7243a930428c510adc9fe59511b8cad4e05a161a..3f79ecaca285079c392f672fd62d3f1c46df708f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 36b74d8f38d02d1ecd102528cd51e9b1a1f5a896..d07672a44176821e63f7ceba85c44a6d7793eae9 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index 19280516f225b1ed04338c4b83d65611f752093d..f04760552fce2bb393e543b5f92f9f95a24370b9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index e1a6af1be32bd4cbbd0c2e633c970226ee821ace..4bb603b55f1e5c98cfa2eda5b73d2ef06eb911ba 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 164c7e83d59981a7345ce24b0837d3d8e1879cd8..2dce868d196535186c4881d27ceb80fc28e9a73c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index de39c477c9a37fd4d3e9da1e026b268d9ceb0cee..89c1708c592f5d24fbd75e72c390fb015156c946 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index 32cbba6f8a9c44e45b92657262511e0d0ae80ff4..092ac55485f95a1e43e69053ceaa84980f02eab7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index f2c9300c982517c12ce32e8123c9e42bcd646328..99f4e10377f17cc9b65ed105ba357852ec79e6bc 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index 6bcf8e910354f66cf769d4887d0f4bf95b5f0985..e5b0f40443fdcf42d657e6faba9bc9ffb6cc3052 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index 70753354406f13492f989d06f1623e2b0e65fa2d..231d52af99ef6dadeab7fcb401b720b6ffd6e254 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 98b7bed27d8205dbfddf397f08059ae91ac12608..0f9601c19093d82926cc7aa6c26b9af617199358 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index dc009267c21f727b9dd5beabe9f0e10130bfa577..6805eec003664e4a44016e18b090478a7fe39524 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index f0026952671dee567efc771af33614acf00a332f..2a0bd4d231abd3dc9010ecbada3fe6ff6c238a78 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 6a261583c2f3b767362c0b077b9224405c9f78e8..a0bddd1e56a415f79eae7f77fe551f0744060d8b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 4584b82379a6635d38347aa2176dc218c9555d82..d7ec9453f7804883f36835f965369b956a5a76d9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index ba028f043fcece6a890cb369c4fe322ac4c7d3e3..8472e7e3bf25e6692b448cf68459b716443bc062 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index a4df12e7325ad02540389cf022ef497ff802d3fe..52659b7d5c1d12e1952529218abc805c75ce5732 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index c858d3bcd6eb9b657aec47018ab9fc9f00319d94..05661431491ea23fc18062b717f6ba652ecd17c7 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index f9e737ccfcd73842c788091da8084e28c1cdaa9f..f347147b291f42656cdf367ef9df8168c7fa5258 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index f081b8b31acfdd430939e9aa55f9a1a4108a40b8..73b74a312761813c55875bfef02fe5d96b817d2f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index b27a0bc58bcfdbb889ee6faae4ab33e2a459584e..f43e14de3c70677e8a73143268252524a18dedda 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index a0a3d5a5866e6f12ed409819ceed2def9b2c28e1..79d788b34ca4aad2c018cb8fa8de124833f0c695 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index cbce65b608b46f8828c4ad8276142a7cca4e926f..24aa5629d9b7fec3d639334a3361d6a7a8bf823b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 71133e24408394d9667f82a4baac458d527a5ebb..52b52a649a7a064fbe16c942bd46fd5d554ec402 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index cafd4d408e380f1044c7849a3f4c4eae56e7d664..b04eca3006b86e56152c17a08f045e02534a882a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index b575fcef3e7ad4f1b65ebc1ad3d0bff6af480fae..ab5315dfc50c19877583b2266f8c86f044a44cbd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 5316187610993944b4c54282b576942e6724ec08..28b2fed9fa6fc0d7f7c5143d520a4a9a8fb81852 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 1bbbcf069a3c23ad0daab259c741b4023b2ae4c7..49d7c795fe34f4dfb0f1f546a6ca2ac7c82cf0f1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 6b530c585b5a5002d16d63c024f7280f4ee2edaf..8a7c1cb154de5e225399c66239d7980c8066af89 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 7459ea964c985a8fedc8ad10bbd21286af910a4b..c4e88b93d1f1ad416a3ea0459958294f7e3dec40 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 0762bf281d9b236ab131702559b52db5b5e29608..7729d591a9cc80176dead59f49b6c5d5edb5c3e7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 2f6277d3dc03e712bd87b50b78943f5295cb06ea..628a3b69dc6f1049253824729d2eeeb92504b4ef 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index 5928e1732e9682f1baac0834449ca329c0698b3f..bf6f3d3cab53961978a1ab60554b09db1ac99b10 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 2f19a78f455f011a756253759be8f9c42b82b19c..068c6957725c16c9874ba6d8274ffea2c872b739 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index 7b06089fbd0575cc21bf44eb16b8b6eea29ec421..aa7d63fa1b8992c894c7ec300182cac41c077cfa 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index 5ac70410b717565bf7cded09698c14ff798ee9cf..354341d039887556df6444d2b8abb6b4fa0763d8 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index 9d6b7e1e4ff1ecfc7e6b0c21047e17564ac77448..584d36c3ca4690959c16ac1b03bbe62b4c104fcf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index e7ddb1b0f8c968a3c3d3ce8005812d21eb0e26c2..f88cf2533d7d56f06ef027f24ac36a83d98fd3be 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index 700babc8bf87a8133658deb0cf9e8c16395c18ab..29ca58883697a4fc517f151a7aa8c42de9f74467 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index f7506a2d490ab63c5d86b2b35723b8bb76b3c73c..a6732cf84e1d4ef3eda6395cabb57bdec739ee5b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 2f862974faf3e500b13cf505106dc014c03b0ff7..34e0171b5b14af74b755c2988f3c34625477917c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 1fbf0d2ffe98ffb2759d32f57f5da1a6f2bd7ae8..a70b592d9f2e8985f066508043869fd14d368daa 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index e025ed3f311fececec0a644f8012e6a1ad5c7d04..4cc6ddde13a5041778accb695288b30917664630 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index 3eff7acdc57adeb67731e250bd43aa4fa2c33fee..1b3f466872418935e964f79be604bcc3f571b678 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index 412ded42599dbfcb28d9ce8af717f410e72a54e1..711c17730da67bc04b8a79c79717f3825d9ca4d9 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index 261e65d397d1639f9fe37e9762708aaab0287cc1..5fea1dc98491e9642bd17146471571a02b33157f 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index 117d0959bb9aede75924ba20672c8d438c5d6f9c..d3ef62bb83841dbfb45f93b8d22bbe690f61c342 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index 4263bf49cf8b330d48f8268030c7f6095c35bc66..788e1b8ad9371bc70ecb50b26259debd0133d5c7 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index 007a6edebee36af51ee1f3af18c06676c0d00830..aeac4ad6352fdacbcb2569178a7f767c291297c1 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index 1025a398bd99284fd26faed5ab00dfe0d60f70ba..0935a5511f905c07c70af8cadfb9fbca50b80ee8 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index 454b8f1e44d1fc30669452aa48653f93b38c9a8f..3330cc8470ce7ff77a6a8facac5abdf7c6e6edc0 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index bc9881aebd20c2eca16a2a1e7fc5a13ce50393cf..e7ebecfa8973ca852c986ef8b0f92f00e89b16f1 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index 638e0dbbe071568ad2d34b0235223232b3200e44..e113950258213c5ff88af6628502a026cacb2cc1 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index 2b8270b13f95f930be40b4dae1ed835f835679a0..cd9897e117d915299678ee376c863050556f4b53 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index 97444c4418f3cd11f20f01ed6c6439198aa85423..0da990d314a5665f46897a213fbdd05d93157533 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index 4f66812ea0c50c4c10b21b29f81f6ea5345233db..c06161d2260401d09b1923f5eb7b9b5e4d539745 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 81d0b3e8929a6cade0fa7c2e8e8d069735e5f03f..1e52342fd79870624d0ff9c47117284e78ebb051 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 649e01140e34dd6ca12b1e2f1db8a779ce886a17..c9d526546530465cc5f94a6cd5886c8fce4c356b 100644 (file)
@@ -1,3 +1,18 @@
+/*
+ * Copyright (C) 2007-2012 Argeo GmbH
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *         http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.argeo.slc.aether;
 
 import java.util.Comparator;
index bc3b517936d9e868c7881c6637d3bd1c453f02ae..45c4076d47dc5ad22c7c06f13cad250e4b5dfb4b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index ae9022b215954aa1283e1d8c2e1eccd782fc64c7..a7399d0f5c2264cf20b45e127d502411442adb95 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index d18a0be0cca7c3f9cc4d41e142d0e9643a67e6da..f97ddefe47412a78a477eca23b2d4bd13326d767 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index d6fc1655830c413ba9a4bb1a646f0aba77d90d00..2d1ee285ce03bf727ed6a791755dd913c75b6994 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 4b8006bd8283e13ce9d48913fda65660e8c33c64..eb20cc32563a2c7744785d8885046aec81e494d6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 6e015bedd08ddbf190f0e8d4863ce7dcb704e0fc..733c172bf239e321903ad6f58fcf3739cb92e5c9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 482fe7e2897ec3f1f01d124a226cb5ed67c90a0a..e5335b7d16c8a70eb8a85aa2bb8c9dd96fa2b6b2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index c51a23c72570e71333c04f26361725f9ff0b882b..711bd73cd45e4875340e060cb0c55de18f26b1bd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index a53b8ba61a3e89833451f677442ea5d94421e65b..9dea43e495c8e079802a39bf6617d41894563871 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index a0a7a8fe58516c057341cd9dc8c4ac215af3e268..1e2dcb940a1fcfd7237eda5cf9d00a178385f005 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 936ce34abfcc72b1eca738b74cae33c873655ac0..d7678cc18827620d5963dcd552a4b045e02551b8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index c9fe33122cdd2fe2c6ae53cbcc2c473c60f3e50f..bf32d16d5bda934d934de2f40fac2e94b53ea755 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 9f6d9447b622a7a742c0b336977697a7b8cbb8a2..c436f3d975c80f49c65a30ed02bc53752dc058b1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 9d7a4674c4cda47b3e3b97ef2b946a68c6d062f1..d1303ea4319f61d27e0eb3676299dc67a607c0bc 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
 
-    Copyright (C) 2007-2012 Mathieu Baudier
+    Copyright (C) 2007-2012 Argeo GmbH
 
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
index d86091700e15256e7970cf79aa8902110e39323c..b519e0f5da085cd74203285550ac928ee79c8dc8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 2c69667c6435eceaf6e45c020ddd44b93e637e26..579c7eda3f45d2904ac590dbad63deba2dd46fc2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 98e0183a0a87e7e0f3da65d08b64f8639bb4f53c..19db9cbf7eda1730e3c6b23ce8d9c1a842de3be4 100644 (file)
@@ -1,3 +1,18 @@
+/*
+ * Copyright (C) 2007-2012 Argeo GmbH
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *         http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.argeo.slc.jcr;
 
 import java.util.HashMap;
index d7f0b434d5d74b0c7814f93144573b504d9b86d1..d20cf4d8d06692cc2b0cdd0a2f118c44e4baf071 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 1beec7a2af957e3dfffeaf2c3a7d0d576e88991b..4347c165eae980f48d88009a76b00c5f9ceb767b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index e82bd4a3f4659a85ccc3cd3450b015a0b539684a..4466138d91af00d0d0f82e3bc0f744b19e640af1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 7267b58eaa469a01dedb799dbc42db86faf2d586..ab2f1540521673273d2ec2e97281392b181f64ec 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 4686e127006077e46edda3808407163ac0594a07..94b865bfd8d01d01239b3aa23f46f402cdfa80ba 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 76f56fe3ece3b6879adcfe59a6c6624a05f3e7cb..47106eb3818a261d6fb17b55e097cf12a84a552d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 5febc792c44e9ce7b19a0a84428973b180c5863d..c0fce506debfaa2774d083cf6ccb506d1b01497c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index be10234b0022e0473d4622f463cc73c6039c9e35..105d549cd22ce07a5bb53e79547d7cf1e88f0911 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index f63acb5c06faac9f5a21054014fccba7314816c0..473dcb343434fc7a7a055624bafeed08fc1f5de9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 5825351771e207ca03f692f3546dbf904a42c89a..641132d6accfc2563b5e6143c84b9ca5d22d444d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 545deba9287b8f18da0e73225bf653fc63294fb5..e816b1c3724bef8e270816d04da93f451f4dd85a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index ec3d8863690591eadfabb15c6040266c8ca39fd9..268c206be032ad3e7698983e8cfe43475a759437 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
 
-    Copyright (C) 2007-2012 Mathieu Baudier
+    Copyright (C) 2007-2012 Argeo GmbH
 
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
index ab48515fb77d09bc8163aea8fcd37900a4d44ed3..8383220e4ae55d28c362751b55c3235971a3c815 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>\r
 <!--\r
 \r
-    Copyright (C) 2007-2012 Mathieu Baudier\r
+    Copyright (C) 2007-2012 Argeo GmbH\r
 \r
     Licensed under the Apache License, Version 2.0 (the "License");\r
     you may not use this file except in compliance with the License.\r
index 20d019f446424480239a15634754810f345b1541..65e64f5ffb23c70cca38996b7f9367bb7c0a0788 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index 375bcf157338c452ef2f333babb6c8515ccff95a..c4d74a1bb84ea0d7da24e1991572fa677280dfad 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index beefcdfdd7492cf10130ac0274772b2af9908d8f..93734fe03c9a77a9797279a527232f0991dd0584 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index 5ee022db8858f5cd0f399820aed123787fb7139e..69e5bfedf6dc31f65383ba14a69cc707082636a4 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index 9661b4372e75e2036ae61ad6081bcf221d9adc46..1be2cd1bac4c7c8e2c2f8309931df31cf210c166 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index 080b4154d5e8ee2ba33a7c556c99b6a41298ca9a..f2bc9a5a36a37f5c4e649a542b05ae03ffc44537 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index 50beaf415a731ca1f2be192877b5cf69886ad7ad..ebe0738d3804e2e0cf2671b58ecc0fd40fca1953 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index 4a2561c9b04b2a257f591b729add8b8b5ca132a9..bf845db7e0eed039248dc4ea70e4815f7611c989 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index 4c99c4032afd5167e55c8e11098bfc7f70b581dc..cee325aab7793967314ea629b4df067b7c792721 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index 6f4e69dfaeeb954d168716bbdd056bd14e4dc001..5e2dec101d960850b28e6ce5455f7e00c85cc667 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index 94bd94b1ab4f319ec56c45a4abb08625bf14f9a3..109e21781d1a80d23b490063b4952e1482ec3c67 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index 0761274f09a69554160688e98fd368a6e88d0d5a..8b6a0e6f81c6eaeefbf227e59e09bd4df68e3423 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 77381cbfa80c5ee6a37fac1bb766ba99f11bb451..c3926e1b0253a46d61154a08e8b6d80c0f19d3d4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index a70844de5fcbf4d9f1a599cf4f9f25035f576dfb..46e8d7f090be3275d6c4aa536ba07e5dde708331 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 0ac707325e74cdad49add5b1293a695e689ee5bc..9db7d4cb53bcd8e766cd20192b7bcd5dd2037aa0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index a0dcc093537da3f4f8bf3a024b1abb83f840910c..2522d2f09514c7e9bab6020689032234d598bbc5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 5abe8b8800defe914186d6ff0bac13d04076a91b..93e242b44871911c5c66d289c333ab09bdd7e112 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index d37d1d4ef5374b52d3d601d67a174b43b0cec4a9..f239d4ad01823272611b1ac9198fb7f81f098b72 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index f53f8a2ee1b3dfbbe0a3105e00e71e04543f29dd..1103e3c002483d680ed00a7e70fb2d836c9a98da 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 5f8ef1ca1a0c3c11441e209238a95763918e86ab..196b7c5ad8dc481b4b68579a182d2498e1826287 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 64d4ada264ef446a00c55944a32ceaa59e9df420..d344444d7e95151e82c300920510f703d53fe704 100644 (file)
@@ -1,6 +1,6 @@
 <!--\r
 \r
-    Copyright (C) 2007-2012 Mathieu Baudier\r
+    Copyright (C) 2007-2012 Argeo GmbH\r
 \r
     Licensed under the Apache License, Version 2.0 (the "License");\r
     you may not use this file except in compliance with the License.\r
index 43a2d4ea63ecbc39680bd84038eceee2618b1256..747785fee30d28fac4e87a6c2b81565565db6b31 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 0ddfe71a5a643c1c473942d7b50f325c0a29c455..8a55ec9be2015e705eaca045d9ebb059a4a393b8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 7612853463f2d1db25826b839a3c42801b1b7640..a068a4f8c65e0a5226591502e44f544ba9c06bf2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 8766e5117b13e7f08dc8ba57d3753cc816b676f7..dece7d9dbf80faca51e5e83ae5e3aefd348dcbf1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 920cbd0b21da1773a8d8ca11a331fb1de1a06ebe..9035ef09c7f17e1aab99d24b015ede371cf9bb79 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 32456ebc67fc0fc2a6eba8b2eac02b80ee5c270e..df7ae9bc100da2c81c34dcfa5cbd456c1ab45574 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index bd38e6ca83074a5409b1373ca2ef3df8faa17d12..d46ad48c5b3b09b71247dbcea719ec1a28d2a947 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 81ec13ee7d9138392e5acbb4763755da1d77139a..b8927f2b00d1b576a221b187836e139b3a28c3a8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 1cccf3934a1c058281e049ccac987f412e347188..6f99951743d4b89d70c0176259d13ccfd824119e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 158deeb73836e00110fe0c2119b7301b583bc93f..3e0d14b925365edc327218a5712b880270600b73 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 4d82f0bb95b32624ba7317ab751ca45f66909d3a..78f566ccb89bbd1cfd222931180619b92bb9b030 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 64de914f30ff047aa73923287560f728a3848cea..e38d9c024a2c4be203ab719df2b0b00eaf19c539 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 89ad5ddfb5434e3183c6e3cb22595646b6a7de19..c716562368467d5b77a305fe9369ae04c61dfe05 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index c5b0003bcd26806f44c72ed9f374e258e4a993f1..f28c0cb122dcc96a6b3d5a96ca8a6df9fb1e54c8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index e5a7820ad113723de5635479d845e08db984bed0..5194449d1e1903c48cef894305510213bd359eee 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 32073e78f48032144dfcefedbe76e42fde2a422c..823a0def44e93ced7ccf85ee5bfc445f1e8004de 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 27c79b973caf3ca30e4af5147d4170f092e412bc..73dca00c949c9760db0ce6c86b71de2703c19464 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
 
-    Copyright (C) 2007-2012 Mathieu Baudier
+    Copyright (C) 2007-2012 Argeo GmbH
 
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
index 2d4ab94e8048e2b62fb130b4074f9c37969352cf..9255c76fee068f325ad8158a6082bcb9c56ac355 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index f369ad8a8508fb743651343dabae6f50dfe44c0e..79dd7c499e7b5a6da1ea219a7b0e675f7456efd8 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index 191ed53c8e95618ab4edf75a2ef6a646b638cdc3..eda08e5e9d80ae6486c1d71625b53cecd9706a0d 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index 9baefcc2b2c2bed0c2663df27221d40afa872dbe..0be73a5a0bda30f7e69ba964f5e992dd44923bf1 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index caf71b2e103799926c01761d1c433673cfcadf56..8c2e60d290b918b60226b8e1d18b2c24776187c0 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index 4262e9738e1344e401e24ce01ae3252682bf242e..7e7ba248bb4cf093e35a2065553a23d42ae80104 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index 8c69b3160bd43b9d9ee0776a22457157eda17c08..50fc7cdb7c1902b227ecc749fe878b1fe8427adf 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index 8a6e0f747090eedfca302194f2c202c53dba59f2..9483dfeffcc74be8328b39631fb6c4e7019cc66c 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index b1a429e8425aefcbe09427877ed4a11c643fb042..f8ff823f23e4e521e4f3be6ee8bd11ec983c7a16 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index 8c0f9e2f0853869d6a39a35064bbf1599cc8039e..8cdcf7e1dc80b9042bc20c6550e7f49ecb986a2a 100644 (file)
@@ -1,3 +1,18 @@
+/*
+ * Copyright (C) 2007-2012 Argeo GmbH
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *         http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.argeo.slc.diff;
 
 /**
index 2a98e4675dfe5308720adc09cc93abb93378ecff..8ba832d4c7ddedabbc6baabf7efd1f0d71ef78cf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 358dce8d5ec68f3abb85f8acfc1c737a227d438c..baaa3b966411130b4db2a92f0df7ae4e86e130aa 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index e0e3bf7ecb172e859d3a4d5593d2ad034f9dee33..e2887ba0292d6b4c341f5c0dbd3e463e4755df5d 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index 815e433b7c58d40cb3b54f48eb7f072f37b80e9e..7d5aa3ed3b4f9ae436cd464e958932abe6e50e9e 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index 58e62979260192ef54064be07c6add77d6782a9e..625699ca70e0c3b5451dbfd90ceeb174e519d96f 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index 47df8859ae40a6267b34f0e6649b3c3f7466668f..798b658e6a8363c506bc699ebf72c90a81bccca1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index d039961db431405a37a41e5cf265c750e020a893..a1ddb6edb5206fd5775da0c3403a3e523c2a6474 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index c1262ef7960b8ed2f664c707e31b0c13807619cb..237c58c43e56429dbedf2d6410dd0ff2119a843c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 03dd8773b7f128a9c8297a25897c4aa6df088e6c..ab358aa9e0af9dd9422d367a51775fdb0ecbf435 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 573895c666c5a9725bd8f69c0a2534944a8d9d3c..44d0bcce31afb7a980575727c97d01671da96349 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 91b37b0b6494bed92f83a65bdaf62d6ec5fad5aa..b15694cbbc8bf561db83a5c3f77017b422a77d50 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index f935a42a1ff413c85013b3c353b6b8d30308d779..40d4034bb590b1f3248f82a591f5479693cdb892 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 601ec94048991ad3d9acc9c1e3a05441ebe38847..205d8a23e643916766d146832ed84341c9ddddef 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index c44355f5b1bda5b308085b2bd1ba7e8e6352d67c..3f83778a887d5c7d1714b322ae4586b48680cadd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 336ab6f191a195eb87e0e2daa246f3ad623bece0..c0af991a754970c9f997c4e21c24eecfbbd02cbf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 54b068155b6ea0e2cdfdf1e9d0f8d482a51310da..cabeeb26ddb4419431d2d0e8ae12adb471ea642f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 8e91f158b75e41cd153891f3e17bbc7b8002ef45..9254d7c7a3045e9c817966485cdbcc570f4ad7df 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 7b4c517b90a7f80bc5a36eebbe814c345ef4f849..cb1b7241abb64e0ea148c829e33c47575f2daf87 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 22677f1e8e54835c0a400f251ef76d2ec4ea9c38..eeebbc6e8765082c18bed4ae990eaadf2b4252ff 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 972580dd839c028e0b0196e53e2470415458bb52..963cbab386232c3c42eded0a2aaf323a4bc4dcfc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index e69fbc21f73c8d7a74407357b304b719478a4cbd..641e404712cf49441870de4c6d138e99b9740b72 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 42f3b3ce69d4b0366c17d30616dccd3898c618c1..0e51a236f18e5f794eb0268b10c2495b418b4ea2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 2764cf1d8455b63070a923f9e84ddbce6a5565b3..e62bb1cbbe557e12331a8c68728c057683cd48f9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 7b43201767be7aa7a90e41c7b1f18c814eb4014f..a59b6645fccf81d93658b31668dc54515753663c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 5b8382653453df55b01344dfb7f5f5da24440efc..6b4d9b5e5fc9a574dbb923e1b622ae8aa01b6dac 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index d0c6b63f2664f183bff404febe4aca9056306620..bd181b2af06d2135da30493ad84d4011037cfe9c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index c59e97d253b0f9941a27e8f9be7b0ca102cd765b..b25e9f40eb5abcda9595a9be636a62c61c2bd10d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index f3ce49abc994d547e0a36ebc8923d2e8f7120892..775efa51f7d15b379ad231adb712b181ca8737a3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 9838de68b16573f44055006bad2ac4d971c96951..b5f7bd07d80f822b1ae61a4ac271726ef065612a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 09fb86ca9747980dbdeba1d09c862e9b3e237639..cd170e30d62db13cb5555bccc7ac2c96b81e8bf1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 5d4cc568a2f2e9de0a61e350671d8d59df008da8..56e93d4ba6335001e15148512899825971306e4a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 21f505c7c54a0cd310681ba42738fd53e75bfd68..613a8c4f13be78d1475f5c28549bd4fb15d81c3c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 15dd77679bd96bd2b445e1f88e2cba0be9306492..c920354662000e9b1c40714cca8fc4c6d57fa7e0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index d9904e4a336c68792fad46f5da7cd2beb6ad7522..f2486549cd1279a542e1d9b4ca04a8b1b386b2db 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 1e994e4182fbdf5410844a40f5812c31668a4b80..e75b199e8cb317e6333a7ecaa437c557b1489f6f 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index 19d1b332eb82f908ac9d96cf3607f73a4fb54057..cf30bbb02b635e99545bba91f55b0d4247fc9a3b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 4925e20f2e056cbacd7fcae70ae4a0a1afdb52d4..34e8993f84b142af412e2f4c9074c204d178a7a7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index ea946a2ffaae757407a50f5b056e553957d6519c..e69eba11138dcf66060ad124c8db022c76b64422 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index a21330fc3d4f50ef3674539f6f076781cd15cccc..dc9783fa61a722bbc2859b64d7b7ccabc5408649 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 7717b8340dfafa599cac35f612a62590cfd6bb01..190a0b69661863ec83a188177992dd76f95f9877 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index c333a58ec53d44a47e41bb309241de8d0063c94a..d2e2780ffba45d9715d17ff797f4e43271446444 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 845ec7066a8dd765f4a33eacd8464a8f77e5ac46..d7489ee32d326e453d5ee5f83cc22947a3f09691 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index 1fba4b3a05701063726688b401582884ca912f4b..3bc08c72ddf256afdbe8cb7c0e40a9d9679d2298 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index 556b63de81008fbb07aae2ac9adc66fbac03a449..9416f2172efd06fa38f8dc63f7b7ade3f4a63a99 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index bddf75eccb2c0c45454a3b9131196e894853eecc..f7915d8a27f886c904ed392d22ae325d43f982e8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 68e9a6c92328e1826d727138811bb587d0f25657..fd9b681d9258febe136fb6d7e301c494c90bc10a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index ef222c7d7f2f82efcaa4d945ddccf20ce9d5ad92..3fd76ed9db5680abc331dcfbe6fd586f42cacec7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 353a2ab86cbfdc12fb283d3d06e0d58091e1ac9d..fa4e3f94d1072e18029a1d9feb3617a72e032ac7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 8b2b9bd732140db1e51a990bb8166bcc86a57531..45c67f46e4ef31cf23d9e1558998c627ce995578 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index 378f368e2805aa95de73f8b975ada6c34c0c77fb..6d1b38d91ac753637f6a294a771b81d86bd19224 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index dc3df5a992c88db99ecb1723611d746e488da5f4..f1dbc10c9bd9f0a36804f45ab43412afc7773a53 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index 93e56276a4229914f3c164ec50178b92cd6047bd..49f651b8271c99e7b804e3c8528a4ae92a186a68 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index b98f60697bea96f72ad38b437fda65f5ec36f8c0..5c10939982c2d0dcd5e98cf2dd09d378623f48ae 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 7b101612618cf28750a14807d1e1b9255fabcf70..e04a3e53b73badb56a3ac5e276ea8095a760fc26 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index ec45cb21e09ae457f556a659cc527a01b137f6fb..df4a23308542d092ebddbcb4c9b76e3154bf88b0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 85bbed4485e353a8890c26dccfdb62f1b4e325aa..d401658592d71e66f137cc6268fc703d1aed23a0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index e4af6b296585394416f99f1e970aff350c117fc5..d8d79fe01ceb8e393233442a4495ca9e17c5a621 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index fe362fbd6222bada6b6678f186b2733477739164..8379b8a102f0aef9b082435a1d68f6e18959ae51 100644 (file)
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>\r
+<!--\r
+\r
+    Copyright (C) 2007-2012 Argeo GmbH\r
+\r
+    Licensed under the Apache License, Version 2.0 (the "License");\r
+    you may not use this file except in compliance with the License.\r
+    You may obtain a copy of the License at\r
+\r
+            http://www.apache.org/licenses/LICENSE-2.0\r
+\r
+    Unless required by applicable law or agreed to in writing, software\r
+    distributed under the License is distributed on an "AS IS" BASIS,\r
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+    See the License for the specific language governing permissions and\r
+    limitations under the License.\r
+\r
+-->\r
 <!-- Copyright (C) 2007-2012 Mathieu Baudier Licensed under the Apache License, \r
        Version 2.0 (the "License"); you may not use this file except in compliance \r
        with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 \r
index 096256a8b4c7654342aea6ddfebd2aa6bbe03787..4c7c85817c2dcf75cc7b3519de2b6ab34f70cfc7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index b4fee7899c4c8c994703e791f5a3c1c9104e503a..d17a90ee466e896a7d455d1cbbaa1b91103c31f6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 035826390d2aff97f945662eab7a1c8bfd8bfbe8..fc572a170e94aa6eacc9108ee7771e14cc604251 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index 250f03d94997e99d91ac05e0fad82d1cb89d154e..c1bdb1ffd3e4a683c2b96b61484cebc167c3922e 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index 2bb0fd18f81ea318d3a3d27cfca0669c5fda3143..76b7fb6609b97975a473127a4ff3a141c6b07a88 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index eaaf6f28f830a52eb298aebcd8380b411436cb46..765ec70d8c3bfd715c09445efd794c3640593024 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index 27b332502f9c25ec5287c5a5478fabe09495bc26..3371405bc87c7106bbe1d40095171fc7d93789f9 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index b060c80dbe7f8348a787a72f451d16ac9b13784c..25ecb0648cf4d88bd21a703ab5173032da08ce1b 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index 9529f68d68ea1b0e3ea50ef767b96fda9e0bf8e5..46835c6f6db9bbdf9cbf007dd30fd7bd55a942f3 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index 2b106d8dfed735c4c0f9210b3acd5353e035e0fe..774ce257d649b830a4676d561994c3fc4031436b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 8e465023f372971e667ce861be7b2c5ce0ca35a0..b8619f4c9da7049cb7f06c6d6ff51a27dc91c5c5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 5418405782ec25c01b9351c838fa75bcebadec8f..61ab0c4dba8f3e5eb213019e18f90407a1a9a9d1 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r