From 6d54790a79f59a9bbcd877602b67c683fadf75f1 Mon Sep 17 00:00:00 2001 From: Eike Stepper Date: Tue, 18 Oct 2016 20:19:24 +0200 Subject: [Releng] Update copyrights --- .../org/eclipse/emf/cdo/internal/admin/CDOAdminClientImpl.java | 2 +- .../emf/cdo/internal/admin/CDOAdminClientManagerImpl.java | 2 +- .../cdo/internal/admin/protocol/CDOAdminClientProtocol.java | 2 +- .../cdo/internal/admin/protocol/CreateRepositoryRequest.java | 2 +- .../src/org/eclipse/emf/cdo/common/db/CDOCommonDBUtil.java | 2 +- .../emf/cdo/common/internal/db/DBRevisionCacheUtil.java | 2 +- .../emf/cdo/common/internal/db/cache/DBRevisionCache.java | 2 +- .../src/org/eclipse/emf/cdo/common/branch/CDOBranch.java | 2 +- .../eclipse/emf/cdo/common/branch/CDOBranchChangedEvent.java | 2 +- .../src/org/eclipse/emf/cdo/common/branch/CDOBranchPoint.java | 2 +- .../org/eclipse/emf/cdo/common/branch/CDOBranchPointRange.java | 2 +- .../org/eclipse/emf/cdo/common/branch/CDOBranchProvider.java | 2 +- .../org/eclipse/emf/cdo/common/branch/CDOBranchVersion.java | 2 +- .../org/eclipse/emf/cdo/common/commit/CDOCommitHistory.java | 2 +- .../src/org/eclipse/emf/cdo/common/commit/CDOCommitInfo.java | 2 +- .../eclipse/emf/cdo/common/commit/CDOCommitInfoManager.java | 2 +- .../emf/cdo/common/commit/handler/AsyncCommitInfoHandler.java | 2 +- .../src/org/eclipse/emf/cdo/common/lob/CDOBlob.java | 2 +- .../src/org/eclipse/emf/cdo/common/lob/CDOClob.java | 2 +- .../src/org/eclipse/emf/cdo/common/lock/CDOLockUtil.java | 2 +- .../eclipse/emf/cdo/common/lock/IDurableLockingManager.java | 2 +- .../src/org/eclipse/emf/cdo/common/model/CDOModelUtil.java | 2 +- .../src/org/eclipse/emf/cdo/common/model/EMFUtil.java | 2 +- .../src/org/eclipse/emf/cdo/common/protocol/CDODataOutput.java | 2 +- .../org/eclipse/emf/cdo/common/revision/CDOIDAndBranch.java | 2 +- .../emf/cdo/common/revision/delta/CDOSetFeatureDelta.java | 2 +- .../eclipse/emf/cdo/common/util/CDOClassNotFoundException.java | 2 +- .../src/org/eclipse/emf/cdo/common/util/CDOCommonUtil.java | 2 +- .../org/eclipse/emf/cdo/common/util/CDOVersionProvider.java | 2 +- .../emf/cdo/common/util/RepositoryStateChangedEvent.java | 2 +- .../emf/cdo/common/util/RepositoryTypeChangedEvent.java | 2 +- .../eclipse/emf/cdo/internal/common/branch/CDOBranchImpl.java | 2 +- .../emf/cdo/internal/common/branch/CDOBranchManagerImpl.java | 2 +- .../emf/cdo/internal/common/commit/CDOChangeSetDataImpl.java | 2 +- .../emf/cdo/internal/common/commit/CDOCommitDataImpl.java | 2 +- .../emf/cdo/internal/common/commit/CDOCommitHistoryImpl.java | 2 +- .../internal/common/commit/CDOCommitHistoryProviderImpl.java | 2 +- .../emf/cdo/internal/common/commit/CDOCommitInfoImpl.java | 2 +- .../cdo/internal/common/commit/CDOCommitInfoManagerImpl.java | 2 +- .../emf/cdo/internal/common/commit/DelegatingCommitInfo.java | 2 +- .../emf/cdo/internal/common/commit/FailureCommitInfo.java | 2 +- .../internal/common/id/CDOIDObjectLongWithClassifierImpl.java | 2 +- .../common/id/CDOIDObjectStringWithClassifierImpl.java | 2 +- .../eclipse/emf/cdo/internal/common/lock/CDOLockAreaImpl.java | 2 +- .../emf/cdo/internal/common/model/CDOPackageRegistryImpl.java | 2 +- .../emf/cdo/internal/common/model/CDOPackageUnitImpl.java | 2 +- .../org/eclipse/emf/cdo/internal/common/model/CDOTypeImpl.java | 2 +- .../cdo/internal/common/revision/AbstractCDORevisionCache.java | 2 +- .../eclipse/emf/cdo/internal/common/revision/CDOListImpl.java | 2 +- .../emf/cdo/internal/common/revision/CDORevisableImpl.java | 2 +- .../cdo/internal/common/revision/CDORevisionManagerImpl.java | 2 +- .../internal/common/revision/delta/CDOAddFeatureDeltaImpl.java | 2 +- .../common/revision/delta/CDOContainerFeatureDeltaImpl.java | 2 +- .../common/revision/delta/CDOListFeatureDeltaImpl.java | 2 +- .../common/revision/delta/CDOMoveFeatureDeltaImpl.java | 2 +- .../common/revision/delta/CDORemoveFeatureDeltaImpl.java | 2 +- .../internal/common/revision/delta/CDORevisionDeltaImpl.java | 2 +- .../internal/common/revision/delta/CDOSetFeatureDeltaImpl.java | 2 +- .../common/revision/delta/CDOSingleValueFeatureDeltaImpl.java | 2 +- .../org/eclipse/emf/cdo/spi/common/CDOReplicationContext.java | 2 +- .../org/eclipse/emf/cdo/spi/common/admin/AbstractCDOAdmin.java | 2 +- .../org/eclipse/emf/cdo/spi/common/branch/CDOBranchUtil.java | 2 +- .../eclipse/emf/cdo/spi/common/commit/CDOChangeKindCache.java | 2 +- .../spi/common/commit/CDOChangeSetDataRevisionProvider.java | 2 +- .../eclipse/emf/cdo/spi/common/commit/CDOChangeSetSegment.java | 2 +- .../eclipse/emf/cdo/spi/common/commit/CDOCommitInfoUtil.java | 2 +- .../emf/cdo/spi/common/commit/CDORevisionAvailabilityInfo.java | 2 +- .../cdo/spi/common/commit/InternalCDOCommitInfoManager.java | 2 +- .../eclipse/emf/cdo/spi/common/protocol/CDODataInputImpl.java | 2 +- .../eclipse/emf/cdo/spi/common/protocol/CDODataOutputImpl.java | 2 +- .../eclipse/emf/cdo/spi/common/revision/BaseCDORevision.java | 2 +- .../cdo/spi/common/revision/DelegatingCDORevisionManager.java | 2 +- .../cdo/spi/common/revision/InternalCDORevisionManager.java | 2 +- .../org/eclipse/emf/cdo/spi/common/revision/RevisionInfo.java | 2 +- .../src/org/eclipse/emf/cdo/compare/CDOCompare.java | 2 +- .../src/org/eclipse/emf/cdo/compare/CDOCompareUtil.java | 2 +- .../src/org/eclipse/emf/cdo/compare/CDOComparisonScope.java | 2 +- .../provider/DawnFragmentGeneratorItemProvider.java | 2 +- .../dawngenmodel/provider/DawnGeneratorItemProvider.java | 2 +- .../provider/DawngenmodelItemProviderAdapterFactory.java | 2 +- .../presentation/DawngenmodelActionBarContributor.java | 2 +- .../dawngenmodel/presentation/DawngenmodelModelWizard.java | 2 +- .../dawnEmfGenmodel/provider/DawnEMFGeneratorItemProvider.java | 2 +- .../provider/DawnEmfGenmodelItemProviderAdapterFactory.java | 2 +- .../presentation/DawnEmfGenmodelActionBarContributor.java | 2 +- .../presentation/DawnEmfGenmodelModelWizard.java | 2 +- .../dawngenmodel/emf/ui/actions/GenerateEMFFragmentAction.java | 2 +- .../emf/dawnEmfGenmodel/DawnEmfGenmodelFactory.java | 2 +- .../emf/dawnEmfGenmodel/DawnEmfGenmodelPackage.java | 2 +- .../emf/dawnEmfGenmodel/impl/DawnEMFGeneratorImpl.java | 2 +- .../emf/dawnEmfGenmodel/impl/DawnEmfGenmodelPackageImpl.java | 2 +- .../gmf/dawnGmfGenmodel/provider/DawnCodeGenEditPlugin.java | 2 +- .../dawnGmfGenmodel/provider/DawnGMFGeneratorItemProvider.java | 2 +- .../provider/DawnGmfGenmodelItemProviderAdapterFactory.java | 2 +- .../dawnGmfGenmodel/presentation/DawnCodeGenEditorPlugin.java | 2 +- .../presentation/DawnGmfGenmodelActionBarContributor.java | 2 +- .../presentation/DawnGmfGenmodelModelWizard.java | 2 +- .../gmf/ui/actions/GenerateDawnGenModelGMFAction.java | 2 +- .../gmf/dawnGmfGenmodel/DawnGmfGenmodelFactory.java | 2 +- .../gmf/dawnGmfGenmodel/DawnGmfGenmodelPackage.java | 2 +- .../gmf/dawnGmfGenmodel/impl/DawnGMFGeneratorImpl.java | 2 +- .../gmf/dawnGmfGenmodel/impl/DawnGmfGenmodelPackageImpl.java | 2 +- .../emf/cdo/dawn/codegen/dawngenmodel/DawngenmodelPackage.java | 2 +- .../codegen/dawngenmodel/impl/DawnFragmentGeneratorImpl.java | 2 +- .../cdo/dawn/codegen/dawngenmodel/impl/DawnGeneratorImpl.java | 2 +- .../codegen/dawngenmodel/impl/DawngenmodelPackageImpl.java | 2 +- .../cdo/dawn/codegen/actions/GenerateDawnGenModelAction.java | 2 +- .../dawn/codegen/creators/impl/AbstractFragmentCreator.java | 2 +- .../emf/cdo/dawn/codegen/util/ProjectCreationHelper.java | 2 +- .../emf/cdo/dawn/ecore/presentation/DawnEcoreEditor.java | 2 +- .../emf/cdo/dawn/ecore/presentation/DawnEcoreModelWizard.java | 2 +- .../dawn/ecoretools/diagram/part/DawnEcoreCreationWizard.java | 2 +- .../dawn/ecoretools/diagram/part/DawnEcoreDiagramEditor.java | 2 +- .../ecoretools/diagram/part/DawnEcoreDiagramEditorUtil.java | 2 +- .../ecoretools/diagram/part/DawnEcoreDocumentProvider.java | 2 +- .../examples/acore/diagram/part/DawnAcoreCreationWizard.java | 2 +- .../examples/acore/diagram/part/DawnAcoreDiagramEditor.java | 2 +- .../acore/diagram/part/DawnAcoreDiagramEditorUtil.java | 2 +- .../examples/acore/diagram/part/DawnAcoreDocumentProvider.java | 2 +- .../edit/commands/AClassAggregationsReorientCommand.java | 2 +- .../edit/commands/AClassAssociationsReorientCommand.java | 2 +- .../edit/commands/AClassCompositionsReorientCommand.java | 2 +- .../commands/AClassImplementedInterfacesCreateCommand.java | 2 +- .../commands/AClassImplementedInterfacesReorientCommand.java | 2 +- .../diagram/edit/commands/AClassSubClassesReorientCommand.java | 2 +- .../acore/diagram/edit/helpers/AcoreBaseEditHelper.java | 2 +- .../examples/acore/diagram/edit/parts/AAttribute2EditPart.java | 2 +- .../examples/acore/diagram/edit/parts/AAttributeEditPart.java | 2 +- .../dawn/examples/acore/diagram/edit/parts/AClassEditPart.java | 2 +- .../examples/acore/diagram/edit/parts/AClassNameEditPart.java | 2 +- .../AInterfaceAAttributeInterfaceCompartmentEditPart.java | 2 +- .../AInterfaceAOperationInterfaceCompartmentEditPart.java | 2 +- .../examples/acore/diagram/edit/parts/AInterfaceEditPart.java | 2 +- .../acore/diagram/edit/parts/AInterfaceNameEditPart.java | 2 +- .../examples/acore/diagram/edit/parts/AOperation2EditPart.java | 2 +- .../examples/acore/diagram/edit/parts/AOperationEditPart.java | 2 +- .../AClassAAttributeCompartmentCanonicalEditPolicy.java | 2 +- .../AClassAOperationClassCompartmentCanonicalEditPolicy.java | 2 +- .../diagram/edit/policies/AClassItemSemanticEditPolicy.java | 2 +- .../diagram/edit/policies/ACoreRootCanonicalEditPolicy.java | 2 +- ...rfaceAAttributeInterfaceCompartmentCanonicalEditPolicy.java | 2 +- ...rfaceAOperationInterfaceCompartmentCanonicalEditPolicy.java | 2 +- .../edit/policies/AInterfaceItemSemanticEditPolicy.java | 2 +- .../diagram/edit/policies/AcoreBaseItemSemanticEditPolicy.java | 2 +- .../diagram/navigator/AcoreDomainNavigatorContentProvider.java | 2 +- .../acore/diagram/navigator/AcoreDomainNavigatorItem.java | 2 +- .../acore/diagram/navigator/AcoreNavigatorContentProvider.java | 2 +- .../examples/acore/diagram/navigator/AcoreNavigatorItem.java | 2 +- .../acore/diagram/navigator/AcoreNavigatorLabelProvider.java | 2 +- .../acore/diagram/navigator/AcoreNavigatorLinkHelper.java | 2 +- .../examples/acore/diagram/parsers/MessageFormatParser.java | 2 +- .../dawn/examples/acore/diagram/part/AcoreCreationWizard.java | 2 +- .../dawn/examples/acore/diagram/part/AcoreDiagramEditor.java | 2 +- .../examples/acore/diagram/part/AcoreDiagramEditorPlugin.java | 2 +- .../examples/acore/diagram/part/AcoreDiagramEditorUtil.java | 2 +- .../examples/acore/diagram/part/AcoreDiagramUpdateCommand.java | 2 +- .../dawn/examples/acore/diagram/part/AcoreDiagramUpdater.java | 2 +- .../examples/acore/diagram/part/AcoreDocumentProvider.java | 2 +- .../acore/diagram/part/AcoreInitDiagramFileAction.java | 2 +- .../dawn/examples/acore/diagram/part/AcoreLinkDescriptor.java | 2 +- .../examples/acore/diagram/part/AcoreNewDiagramFileWizard.java | 2 +- .../dawn/examples/acore/diagram/part/AcorePaletteFactory.java | 2 +- .../examples/acore/diagram/part/AcoreVisualIDRegistry.java | 2 +- .../examples/acore/diagram/part/ModelElementSelectionPage.java | 2 +- .../examples/acore/diagram/providers/AcoreElementTypes.java | 2 +- .../diagram/providers/AcoreModelingAssistantProvider.java | 2 +- .../examples/acore/diagram/providers/AcoreParserProvider.java | 2 +- .../examples/acore/diagram/providers/AcoreViewProvider.java | 2 +- .../dawn/examples/acore/provider/AAttributeItemProvider.java | 2 +- .../dawn/examples/acore/provider/ABasicClassItemProvider.java | 2 +- .../dawn/examples/acore/provider/AClassChildItemProvider.java | 2 +- .../cdo/dawn/examples/acore/provider/AClassItemProvider.java | 2 +- .../dawn/examples/acore/provider/ACoreRootItemProvider.java | 2 +- .../dawn/examples/acore/provider/AInterfaceItemProvider.java | 2 +- .../dawn/examples/acore/provider/AOperationItemProvider.java | 2 +- .../dawn/examples/acore/provider/AParameterItemProvider.java | 2 +- .../acore/provider/AcoreItemProviderAdapterFactory.java | 2 +- .../cdo/dawn/examples/acore/presentation/DawnAcoreEditor.java | 2 +- .../dawn/examples/acore/presentation/DawnAcoreModelWizard.java | 2 +- .../examples/acore/presentation/AcoreActionBarContributor.java | 2 +- .../emf/cdo/dawn/examples/acore/presentation/AcoreEditor.java | 2 +- .../cdo/dawn/examples/acore/presentation/AcoreModelWizard.java | 2 +- .../acore/graphiti/diagram/AcoreDiagramTypeProvider.java | 2 +- .../examples/acore/graphiti/diagram/AcoreFeatureProvider.java | 2 +- .../acore/graphiti/features/AcoreBasicAddElementFeature.java | 2 +- .../acore/graphiti/features/AcoreUpdateAClassFeature.java | 2 +- .../emf/cdo/dawn/examples/acore/impl/AcoreFactoryImpl.java | 2 +- .../emf/cdo/dawn/examples/acore/impl/AcorePackageImpl.java | 2 +- .../cdo/dawn/gmf/appearance/DawnEditPartStylizerRegistry.java | 2 +- .../impl/DawnBasicConnectionEditPartStylizerImpl.java | 2 +- .../impl/DawnBasicGraphicalEditPartStylizerImpl.java | 2 +- .../gmf/appearance/impl/DawnBasicNodeEditPartStylizerImpl.java | 2 +- .../emf/cdo/dawn/gmf/notifications/impl/DawnGMFHandler.java | 2 +- .../eclipse/emf/cdo/dawn/gmf/synchronize/DawnChangeHelper.java | 2 +- .../org/eclipse/emf/cdo/dawn/gmf/util/DawnDiagramUpdater.java | 2 +- .../org/eclipse/emf/cdo/dawn/gmf/util/DawnResourceHelper.java | 2 +- .../cdo/dawn/transaction/DawnDiagramEditingDomainFactory.java | 2 +- .../emf/cdo/dawn/transaction/DawnGMFEditingDomainFactory.java | 2 +- .../cdo/dawn/graphiti/editors/DawnGraphitiEditorSupport.java | 2 +- .../cdo/dawn/graphiti/notifications/DawnGraphitiHandler.java | 2 +- .../eclipse/emf/cdo/dawn/graphiti/util/DawnGraphitiUtil.java | 2 +- .../emf/cdo/dawn/graphiti/wizards/DawnBasicGraphitiWizard.java | 2 +- .../src/org/eclipse/emf/cdo/dawn/tests/AbstractDawnTest.java | 2 +- .../src/org/eclipse/emf/cdo/dawn/tests/AbstractDawnUITest.java | 2 +- .../emf/cdo/dawn/tests/bugzillas/Bugzilla_333291_Test.java | 2 +- .../emf/cdo/dawn/tests/common/DawnCodeGenGMFFragmentTest.java | 2 +- .../src/org/eclipse/emf/cdo/dawn/tests/common/GMFTest.java | 2 +- .../eclipse/emf/cdo/dawn/tests/common/TestFrameworkTest.java | 2 +- .../eclipse/emf/cdo/dawn/tests/ui/DawnCodeGenerationTest.java | 2 +- .../eclipse/emf/cdo/dawn/tests/ui/emf/DawnBasicEMFUITest.java | 2 +- .../emf/cdo/dawn/tests/ui/emf/DawnEMFHandleEditorTest.java | 2 +- .../eclipse/emf/cdo/dawn/tests/ui/gmf/DawnBasicGMFUITest.java | 2 +- .../emf/cdo/dawn/tests/ui/gmf/DawnCreationWizardTest.java | 2 +- .../eclipse/emf/cdo/dawn/tests/ui/util/DawnAcoreTestUtil.java | 2 +- .../eclipse/emf/cdo/dawn/tests/ui/util/DawnEcoreTestUtil.java | 2 +- .../emf/cdo/dawn/tests/ui/util/DawnSWTBotEMFEditor.java | 2 +- .../org/eclipse/emf/cdo/dawn/tests/ui/util/DawnSWTBotUtil.java | 2 +- .../eclipse/emf/cdo/dawn/ui/handlers/SolveConflictHandler.java | 2 +- .../emf/cdo/dawn/ui/stylizer/DawnElementStylizerRegistry.java | 2 +- .../src/org/eclipse/emf/cdo/dawn/ui/views/DawnExplorer.java | 2 +- .../ui/wizards/DawnCreateNewDiagramResourceWizardPage.java | 2 +- .../eclipse/emf/cdo/dawn/actions/HandleConflictsAction.java | 2 +- .../dawn/commands/CreateSemanticResourceRecordingCommand.java | 2 +- .../cdo/dawn/transaction/DawnTransactionChangeRecorder.java | 2 +- .../dawn/transaction/DawnTransactionalEditingDomainImpl.java | 2 +- plugins/org.eclipse.emf.cdo.doc/build.xml | 4 ++-- .../org/eclipse/emf/ecore/impl/MinimalEStoreEObjectImpl.java | 2 +- .../src/org/eclipse/emf/cdo/edit/CDOItemProviderAdapter.java | 2 +- .../emf/cdo/examples/client/offline/ClientPerspective.java | 2 +- .../emf/cdo/examples/client/offline/FailoverMonitorView.java | 2 +- .../emf/cdo/examples/client/offline/NormalRepositoryView.java | 2 +- .../emf/cdo/examples/client/offline/nodes/NodeType.java | 2 +- .../examples/server/offline/AbstractOfflineExampleServer.java | 2 +- .../emf/cdo/examples/server/offline/OfflineExampleClone.java | 2 +- .../emf/cdo/examples/server/offline/OfflineExampleUtil.java | 2 +- .../cdo/examples/company/provider/AddressableItemProvider.java | 2 +- .../cdo/examples/company/provider/CategoryItemProvider.java | 2 +- .../emf/cdo/examples/company/provider/CompanyItemProvider.java | 2 +- .../company/provider/CompanyItemProviderAdapterFactory.java | 2 +- .../cdo/examples/company/provider/CustomerItemProvider.java | 2 +- .../cdo/examples/company/provider/OrderDetailItemProvider.java | 2 +- .../emf/cdo/examples/company/provider/OrderItemProvider.java | 2 +- .../emf/cdo/examples/company/provider/ProductItemProvider.java | 2 +- .../examples/company/provider/PurchaseOrderItemProvider.java | 2 +- .../cdo/examples/company/provider/SalesOrderItemProvider.java | 2 +- .../cdo/examples/company/provider/SupplierItemProvider.java | 2 +- .../emf/cdo/examples/company/impl/CompanyFactoryImpl.java | 2 +- .../emf/cdo/examples/company/impl/CompanyPackageImpl.java | 2 +- .../emf/cdo/examples/hibernate/client/HibernateQueryTest.java | 2 +- .../emf/cdo/examples/client/offline/ClientPerspective.java | 2 +- .../emf/cdo/examples/client/offline/FailoverMonitorView.java | 2 +- .../emf/cdo/examples/client/offline/NormalRepositoryView.java | 2 +- .../emf/cdo/examples/client/offline/nodes/NodeType.java | 2 +- .../examples/server/offline/AbstractOfflineExampleServer.java | 2 +- .../emf/cdo/examples/server/offline/OfflineExampleClone.java | 2 +- .../emf/cdo/examples/server/offline/OfflineExampleUtil.java | 2 +- .../cdo/examples/company/provider/AddressableItemProvider.java | 2 +- .../cdo/examples/company/provider/CategoryItemProvider.java | 2 +- .../emf/cdo/examples/company/provider/CompanyItemProvider.java | 2 +- .../company/provider/CompanyItemProviderAdapterFactory.java | 2 +- .../cdo/examples/company/provider/CustomerItemProvider.java | 2 +- .../cdo/examples/company/provider/OrderDetailItemProvider.java | 2 +- .../emf/cdo/examples/company/provider/OrderItemProvider.java | 2 +- .../emf/cdo/examples/company/provider/ProductItemProvider.java | 2 +- .../examples/company/provider/PurchaseOrderItemProvider.java | 2 +- .../cdo/examples/company/provider/SalesOrderItemProvider.java | 2 +- .../cdo/examples/company/provider/SupplierItemProvider.java | 2 +- .../emf/cdo/examples/company/impl/CompanyFactoryImpl.java | 2 +- .../emf/cdo/examples/company/impl/CompanyPackageImpl.java | 2 +- .../org/gastro/business/provider/BusinessDayItemProvider.java | 2 +- .../business/provider/BusinessItemProviderAdapterFactory.java | 2 +- .../org/gastro/business/provider/OrderDetailItemProvider.java | 2 +- .../src/org/gastro/business/provider/OrderItemProvider.java | 2 +- .../src/org/gastro/business/provider/WaiterItemProvider.java | 2 +- .../src/org/gastro/business/impl/BusinessFactoryImpl.java | 2 +- .../src/org/gastro/business/impl/BusinessPackageImpl.java | 2 +- .../org/gastro/inventory/provider/DepartmentItemProvider.java | 2 +- .../org/gastro/inventory/provider/EmployeeItemProvider.java | 2 +- .../org/gastro/inventory/provider/IngredientItemProvider.java | 2 +- .../provider/InventoryItemProviderAdapterFactory.java | 2 +- .../org/gastro/inventory/provider/MenuCardItemProvider.java | 2 +- .../org/gastro/inventory/provider/OfferingItemProvider.java | 2 +- .../src/org/gastro/inventory/provider/ProductItemProvider.java | 2 +- .../src/org/gastro/inventory/provider/RecipeItemProvider.java | 2 +- .../org/gastro/inventory/provider/RestaurantItemProvider.java | 2 +- .../src/org/gastro/inventory/provider/SectionItemProvider.java | 2 +- .../src/org/gastro/inventory/provider/StationItemProvider.java | 2 +- .../src/org/gastro/inventory/provider/StockItemProvider.java | 2 +- .../gastro/inventory/provider/StockProductItemProvider.java | 2 +- .../src/org/gastro/inventory/provider/TableItemProvider.java | 2 +- .../src/org/gastro/inventory/impl/InventoryFactoryImpl.java | 2 +- .../src/org/gastro/inventory/impl/InventoryPackageImpl.java | 2 +- .../src/org/gastro/rcp/internal/department/OrdersView.java | 2 +- .../org/eclipse/emf/cdo/examples/StandaloneManualExample.java | 2 +- .../src/org/eclipse/emf/cdo/examples/VariousExamples.java | 2 +- .../src/org/eclipse/emf/cdo/examples/Webinar20090129.java | 2 +- .../org/eclipse/emf/cdo/examples/server/FailoverExample.java | 2 +- .../examples/server/offline/AbstractOfflineExampleServer.java | 2 +- .../emf/cdo/examples/server/offline/OfflineExampleClient.java | 2 +- .../emf/cdo/examples/server/offline/OfflineExampleClone.java | 2 +- .../emf/cdo/examples/server/offline/OfflineExampleUtil.java | 2 +- .../org/eclipse/emf/cdo/explorer/ui/DeleteElementsDialog.java | 2 +- .../src/org/eclipse/emf/cdo/explorer/ui/ViewerUtil.java | 2 +- .../cdo/explorer/ui/application/CDOExplorerPerspective.java | 2 +- .../src/org/eclipse/emf/cdo/explorer/ui/bundle/OM.java | 2 +- .../cdo/explorer/ui/checkouts/CDOCheckoutContentModifier.java | 2 +- .../cdo/explorer/ui/checkouts/CDOCheckoutContentProvider.java | 2 +- .../explorer/ui/checkouts/CDOCheckoutDropAdapterAssistant.java | 2 +- .../cdo/explorer/ui/checkouts/CDOCheckoutLabelProvider.java | 2 +- .../emf/cdo/explorer/ui/checkouts/CDOCheckoutState.java | 2 +- .../cdo/explorer/ui/checkouts/CDOCheckoutViewerRefresh.java | 2 +- .../checkouts/actions/AbstractBranchPointActionProvider.java | 2 +- .../explorer/ui/checkouts/actions/CDOCheckoutDashboard.java | 2 +- .../cdo/explorer/ui/checkouts/actions/NewActionProvider.java | 2 +- .../explorer/ui/checkouts/actions/ShowInActionProvider.java | 2 +- .../explorer/ui/checkouts/actions/SwitchToActionProvider.java | 2 +- .../cdo/explorer/ui/checkouts/wizards/CheckoutTypePage.java | 2 +- .../emf/cdo/explorer/ui/checkouts/wizards/CheckoutWizard.java | 2 +- .../explorer/ui/checkouts/wizards/NewBinaryResourceWizard.java | 2 +- .../emf/cdo/explorer/ui/checkouts/wizards/NewFolderWizard.java | 2 +- .../cdo/explorer/ui/checkouts/wizards/NewResourceWizard.java | 2 +- .../explorer/ui/checkouts/wizards/NewTextResourceWizard.java | 2 +- .../emf/cdo/explorer/ui/handlers/AbstractObjectHandler.java | 2 +- .../emf/cdo/explorer/ui/handlers/ObjectDeleteHandler.java | 2 +- .../explorer/ui/handlers/RepositoryCheckoutHandlerQuick.java | 2 +- .../emf/cdo/explorer/ui/handlers/RepositoryDeleteHandler.java | 2 +- .../emf/cdo/explorer/ui/handlers/WorkspaceRevertHandler.java | 2 +- .../emf/cdo/explorer/ui/handlers/WorkspaceUpdateHandler.java | 2 +- .../emf/cdo/explorer/ui/properties/ExplorerPreferencePage.java | 2 +- .../ui/properties/ExplorerPropertiesAdapterFactory.java | 2 +- .../explorer/ui/repositories/CDORepositoryItemProvider.java | 2 +- .../ui/repositories/wizards/MasterRepositoryController.java | 2 +- .../explorer/ui/repositories/wizards/RepositoryTypePage.java | 2 +- .../eclipse/emf/cdo/explorer/repositories/CDORepository.java | 2 +- .../org/eclipse/emf/cdo/internal/explorer/AbstractManager.java | 2 +- .../internal/explorer/checkouts/CDOCheckoutManagerImpl.java | 2 +- .../cdo/internal/explorer/checkouts/CDOCheckoutProperties.java | 2 +- .../internal/explorer/checkouts/CDOCheckoutViewProvider.java | 2 +- .../explorer/repositories/CDORepositoryManagerImpl.java | 2 +- .../explorer/repositories/CDORepositoryProperties.java | 2 +- .../cdo/internal/explorer/repositories/CloneCDORepository.java | 2 +- .../cdo/internal/explorer/repositories/LocalCDORepository.java | 2 +- .../presentation/ExpressionsActionBarContributor.java | 2 +- .../cdo/expressions/presentation/ExpressionsModelWizard.java | 2 +- .../emf/cdo/expressions/impl/EvaluationContextImpl.java | 2 +- .../src/org/eclipse/emf/cdo/internal/migrator/CDOImporter.java | 2 +- .../emf/cdo/internal/migrator/wizards/CDOImporterWizard.java | 2 +- .../internal/net4j/FailoverCDOSessionConfigurationImpl.java | 2 +- .../eclipse/emf/cdo/internal/net4j/Net4jConnectorInjector.java | 2 +- .../net4j/ReconnectingCDOSessionConfigurationImpl.java | 2 +- .../internal/net4j/RecoveringCDOSessionConfigurationImpl.java | 2 +- .../cdo/internal/net4j/protocol/ChangeSubscriptionRequest.java | 2 +- .../net4j/protocol/CommitXATransactionPhase2Request.java | 2 +- .../cdo/internal/net4j/protocol/HandleRevisionsRequest.java | 2 +- .../emf/cdo/internal/net4j/protocol/LoadChangeSetsRequest.java | 2 +- .../emf/cdo/internal/net4j/protocol/LoadChunkRequest.java | 2 +- .../emf/cdo/internal/net4j/protocol/LoadCommitDataRequest.java | 2 +- .../cdo/internal/net4j/protocol/LoadCommitInfosRequest.java | 2 +- .../cdo/internal/net4j/protocol/LoadObjectLifetimeRequest.java | 2 +- .../internal/net4j/protocol/LoadRevisionByVersionRequest.java | 2 +- .../emf/cdo/internal/net4j/protocol/LoadRevisionsRequest.java | 2 +- .../emf/cdo/internal/net4j/protocol/LockDelegationRequest.java | 2 +- .../emf/cdo/internal/net4j/protocol/LockObjectsRequest.java | 2 +- .../emf/cdo/internal/net4j/protocol/ObjectLockedRequest.java | 2 +- .../emf/cdo/internal/net4j/protocol/OpenSessionRequest.java | 2 +- .../emf/cdo/internal/net4j/protocol/RefreshSessionRequest.java | 2 +- .../net4j/protocol/RemoteMessageNotificationIndication.java | 2 +- .../emf/cdo/internal/net4j/protocol/RemoteMessageRequest.java | 2 +- .../emf/cdo/internal/net4j/protocol/SwitchTargetRequest.java | 2 +- .../cdo/internal/net4j/protocol/UnlockDelegationRequest.java | 2 +- .../emf/cdo/internal/net4j/protocol/UnlockObjectsRequest.java | 2 +- .../net4j/protocol/UnsubscribeRemoteSessionsRequest.java | 2 +- .../src/org/eclipse/emf/cdo/net4j/CDONet4jUtil.java | 2 +- .../src/org/eclipse/emf/cdo/net4j/CDONet4jViewProvider.java | 2 +- .../src/org/eclipse/emf/cdo/releng/Api2Html.java | 2 +- .../org/eclipse/emf/cdo/releng/GenerateExampleBuilders.java | 2 +- .../emf/cdo/releng/PrintReleaseDeliverablesForPlan.java | 2 +- .../emf/cdo/security/presentation/SecurityModelWizard.java | 2 +- .../cdo/security/internal/ui/editor/AbstractDetailsPage.java | 2 +- .../cdo/security/internal/ui/editor/AbstractSectionPart.java | 2 +- .../cdo/security/internal/ui/editor/CDOSecurityFormEditor.java | 2 +- .../emf/cdo/security/internal/ui/editor/CDOSecurityPage.java | 2 +- .../emf/cdo/security/internal/ui/editor/RoleDetailsPage.java | 2 +- .../emf/cdo/security/internal/ui/editor/TableSection.java | 2 +- .../emf/cdo/security/internal/ui/editor/UserDetailsPage.java | 2 +- .../security/internal/ui/handlers/ManageSecurityHandler.java | 2 +- .../emf/cdo/security/internal/ui/util/OneToManyBlock.java | 2 +- .../emf/cdo/security/internal/ui/util/OneToManyTableBlock.java | 2 +- .../src/org/eclipse/emf/cdo/security/PermissionFilter.java | 2 +- .../eclipse/emf/cdo/server/internal/admin/CDOAdminServer.java | 2 +- .../admin/DefaultCDORepositoryConfigurationManager.java | 2 +- .../server/internal/admin/catalog/impl/CatalogPackageImpl.java | 2 +- .../server/internal/admin/protocol/CDOAdminServerProtocol.java | 2 +- .../admin/protocol/RepositoryReplicationPogressedRequest.java | 2 +- .../internal/admin/protocol/RepositoryStateChangedRequest.java | 2 +- .../src/org/eclipse/emf/cdo/server/db/CDODBUtil.java | 2 +- .../src/org/eclipse/emf/cdo/server/db/IIDHandler.java | 2 +- .../src/org/eclipse/emf/cdo/server/db/IMetaDataManager.java | 2 +- .../eclipse/emf/cdo/server/db/mapping/AbstractTypeMapping.java | 2 +- .../emf/cdo/server/db/mapping/AbstractTypeMappingFactory.java | 2 +- .../eclipse/emf/cdo/server/db/mapping/ColumnTypeModifier.java | 2 +- .../org/eclipse/emf/cdo/server/db/mapping/IClassMapping.java | 2 +- .../emf/cdo/server/db/mapping/IClassMappingDeltaSupport.java | 2 +- .../org/eclipse/emf/cdo/server/db/mapping/IListMapping2.java | 2 +- .../emf/cdo/server/db/mapping/IListMappingDeltaSupport.java | 2 +- .../eclipse/emf/cdo/server/db/mapping/IMappingStrategy.java | 2 +- .../eclipse/emf/cdo/server/internal/db/DBRevisionHandler.java | 2 +- .../eclipse/emf/cdo/server/internal/db/DBStoreChunkReader.java | 2 +- .../org/eclipse/emf/cdo/server/internal/db/DBStoreFactory.java | 2 +- .../emf/cdo/server/internal/db/DurableLockingManager.java | 2 +- .../emf/cdo/server/internal/db/ExternalReferenceManager.java | 2 +- .../eclipse/emf/cdo/server/internal/db/IObjectTypeMapper.java | 2 +- .../eclipse/emf/cdo/server/internal/db/SQLQueryHandler.java | 2 +- .../eclipse/emf/cdo/server/internal/db/StringIDHandler.java | 2 +- .../emf/cdo/server/internal/db/mapping/CoreTypeMappings.java | 2 +- .../cdo/server/internal/db/mapping/TypeMappingRegistry.java | 2 +- .../emf/cdo/server/internal/db/mapping/TypeMappingUtil.java | 2 +- .../db/mapping/horizontal/AbstractFeatureMapTableMapping.java | 2 +- .../mapping/horizontal/AbstractHorizontalMappingStrategy.java | 2 +- .../db/mapping/horizontal/AbstractListTableMapping.java | 2 +- .../horizontal/AuditFeatureMapTableMappingWithRanges.java | 2 +- .../horizontal/BranchingFeatureMapTableMappingWithRanges.java | 2 +- .../horizontal/BranchingListTableMappingWithRanges.java | 2 +- .../db/mapping/horizontal/DelegatingObjectTypeMapper.java | 2 +- .../mapping/horizontal/HorizontalBranchingMappingStrategy.java | 2 +- .../HorizontalBranchingMappingStrategyWithRanges.java | 2 +- .../db/mapping/horizontal/HorizontalMappingStrategy.java | 2 +- .../db/mapping/horizontal/NonAuditFeatureMapTableMapping.java | 2 +- .../db/mapping/horizontal/NonAuditListTableMapping.java | 2 +- .../eclipse/emf/cdo/server/internal/db4o/DB4OCommitInfo.java | 2 +- .../cdo/server/internal/db4o/DB4ODurableLockingManager.java | 2 +- .../org/eclipse/emf/cdo/server/internal/db4o/DB4OLockArea.java | 2 +- .../eclipse/emf/cdo/server/internal/db4o/DB4OPackageUnit.java | 2 +- .../org/eclipse/emf/cdo/server/internal/db4o/DB4ORevision.java | 2 +- .../emf/cdo/server/internal/db4o/DB4OStoreAccessor.java | 2 +- .../internal/teneo/TeneoHibernateMappingProvider.java | 2 +- .../internal/teneo/TeneoHibernateMappingProviderFactory.java | 2 +- .../emf/cdo/server/hibernate/teneo/CDOEFeatureAnnotator.java | 2 +- .../emf/cdo/server/hibernate/teneo/CDOMappingGenerator.java | 2 +- .../org/eclipse/emf/cdo/server/hibernate/CDOHibernateUtil.java | 2 +- .../emf/cdo/server/internal/hibernate/CDOAuditHandler.java | 2 +- .../server/internal/hibernate/CDOHibernateBranchPointImpl.java | 2 +- .../hibernate/FileHibernateMappingProviderFactory.java | 2 +- .../cdo/server/internal/hibernate/HibernateAuditHandler.java | 2 +- .../cdo/server/internal/hibernate/HibernatePackageHandler.java | 2 +- .../cdo/server/internal/hibernate/HibernateQueryHandler.java | 2 +- .../emf/cdo/server/internal/hibernate/HibernateStore.java | 2 +- .../cdo/server/internal/hibernate/HibernateStoreAccessor.java | 2 +- .../server/internal/hibernate/HibernateStoreChunkReader.java | 2 +- .../cdo/server/internal/hibernate/HibernateStoreFactory.java | 2 +- .../emf/cdo/server/internal/hibernate/HibernateUtil.java | 2 +- .../internal/hibernate/tuplizer/CDOCustomTypeUserType.java | 2 +- .../server/internal/hibernate/tuplizer/CDOENumIntegerType.java | 2 +- .../server/internal/hibernate/tuplizer/CDOENumStringType.java | 2 +- .../server/internal/hibernate/tuplizer/CDOIDAnyUserType.java | 2 +- .../internal/hibernate/tuplizer/CDOIDExternalUserType.java | 2 +- .../cdo/server/internal/hibernate/tuplizer/CDOIDUserType.java | 2 +- .../cdo/server/internal/hibernate/tuplizer/CDOInterceptor.java | 2 +- .../cdo/server/internal/hibernate/tuplizer/CDOLobUserType.java | 2 +- .../internal/hibernate/tuplizer/CDOManyAttributeGetter.java | 2 +- .../internal/hibernate/tuplizer/CDOManyReferenceGetter.java | 2 +- .../internal/hibernate/tuplizer/CDOMergeEventListener.java | 2 +- .../server/internal/hibernate/tuplizer/CDOPropertyHandler.java | 2 +- .../server/internal/hibernate/tuplizer/CDOPropertySetter.java | 2 +- .../internal/hibernate/tuplizer/CDORevisionProxyFactory.java | 2 +- .../internal/hibernate/tuplizer/CDORevisionTuplizer.java | 2 +- .../server/internal/hibernate/tuplizer/CDOTypeUserType.java | 2 +- .../tuplizer/FeatureMapEntryFeatureURIPropertyHandler.java | 2 +- .../internal/hibernate/tuplizer/WrappedHibernateList.java | 2 +- .../cdo/server/internal/hibernate/tuplizer/XMLUserType.java | 2 +- .../emf/cdo/server/internal/lissome/LissomeFileHandle.java | 2 +- .../eclipse/emf/cdo/server/internal/lissome/LissomeStore.java | 2 +- .../emf/cdo/server/internal/lissome/LissomeStoreReader.java | 2 +- .../emf/cdo/server/internal/lissome/LissomeStoreWriter.java | 2 +- .../emf/cdo/server/internal/lissome/db/IndexReader.java | 2 +- .../emf/cdo/server/internal/lissome/db/IndexWriter.java | 2 +- .../emf/cdo/server/internal/lissome/db/LissomeBrowserPage.java | 2 +- .../emf/cdo/server/internal/lissome/db/ObjectsTable.java | 2 +- .../eclipse/emf/cdo/server/internal/lissome/file/Journal.java | 2 +- .../internal/lissome/optimizer/CommitTransactionTask.java | 2 +- .../emf/cdo/server/internal/lissome/optimizer/Optimizer.java | 2 +- .../org/eclipse/emf/cdo/server/internal/mongodb/Commits.java | 2 +- .../eclipse/emf/cdo/server/internal/mongodb/MongoDBStore.java | 2 +- .../emf/cdo/server/internal/mongodb/MongoDBStoreAccessor.java | 2 +- .../net4j/protocol/CommitXATransactionPhase2Indication.java | 2 +- .../net4j/protocol/CommitXATransactionPhase3Indication.java | 2 +- .../server/internal/net4j/protocol/CreateBranchIndication.java | 2 +- .../internal/net4j/protocol/CredentialsChallengeRequest.java | 2 +- .../internal/net4j/protocol/HandleRevisionsIndication.java | 2 +- .../internal/net4j/protocol/LoadChangeSetsIndication.java | 2 +- .../internal/net4j/protocol/LoadCommitDataIndication.java | 2 +- .../internal/net4j/protocol/LoadCommitInfosIndication.java | 2 +- .../internal/net4j/protocol/LoadObjectLifetimeIndication.java | 2 +- .../net4j/protocol/LoadRevisionByVersionIndication.java | 2 +- .../internal/net4j/protocol/LoadRevisionsIndication.java | 2 +- .../internal/net4j/protocol/LoadSubBranchesIndication.java | 2 +- .../internal/net4j/protocol/RefreshSessionIndication.java | 2 +- .../net4j/protocol/RemoteMessageNotificationRequest.java | 2 +- .../net4j/protocol/RepositoryStateNotificationRequest.java | 2 +- .../net4j/protocol/RepositoryTypeNotificationRequest.java | 2 +- .../net4j/protocol/UnsubscribeRemoteSessionsIndication.java | 2 +- .../src/org/eclipse/emf/cdo/server/net4j/FailoverAgent.java | 2 +- .../src/org/eclipse/emf/cdo/server/net4j/FailoverMonitor.java | 2 +- .../emf/cdo/server/internal/objectivity/ObjectivityStore.java | 2 +- .../server/internal/objectivity/ObjectivityStoreAccessor.java | 2 +- .../internal/objectivity/ObjectivityStoreChunkReader.java | 2 +- .../objectivity/clustering/ObjyPlacementManagerLocal.java | 2 +- .../cdo/server/internal/objectivity/db/ObjyClassProposed.java | 2 +- .../emf/cdo/server/internal/objectivity/db/ObjyConnection.java | 2 +- .../emf/cdo/server/internal/objectivity/db/ObjyObject.java | 2 +- .../cdo/server/internal/objectivity/db/ObjyObjectManager.java | 2 +- .../internal/objectivity/mapper/FeatureMapTypeMapper.java | 2 +- .../server/internal/objectivity/mapper/NumericTypeMapper.java | 2 +- .../emf/cdo/server/internal/objectivity/mapper/ObjyMapper.java | 2 +- .../internal/objectivity/mapper/StringManyTypeMapper.java | 2 +- .../cdo/server/internal/objectivity/schema/ObjyArrayList.java | 2 +- .../server/internal/objectivity/schema/ObjyArrayListLong.java | 2 +- .../internal/objectivity/schema/ObjyArrayListString.java | 2 +- .../emf/cdo/server/internal/objectivity/schema/ObjyBase.java | 2 +- .../server/internal/objectivity/schema/ObjyBranchManager.java | 2 +- .../internal/objectivity/schema/ObjyFeatureMapArrayList.java | 2 +- .../internal/objectivity/schema/ObjyFeatureMapEntry.java | 2 +- .../cdo/server/internal/objectivity/schema/ObjyLockArea.java | 2 +- .../internal/objectivity/schema/ObjyLockAreaManager.java | 2 +- .../emf/cdo/server/internal/objectivity/schema/ObjyProxy.java | 2 +- .../server/internal/objectivity/schema/ObjyResourceList.java | 2 +- .../org/eclipse/emf/cdo/server/ocl/CDOAdditionalOperation.java | 2 +- .../src/org/eclipse/emf/cdo/server/ocl/CDOEnvironment.java | 2 +- .../eclipse/emf/cdo/server/ocl/CDOEvaluationEnvironment.java | 2 +- .../src/org/eclipse/emf/cdo/server/ocl/CDOExtentCreator.java | 2 +- .../src/org/eclipse/emf/cdo/server/ocl/OCLQueryHandler.java | 2 +- .../emf/cdo/server/internal/security/SecurityExtension.java | 2 +- .../cdo/server/internal/security/SecurityManagerCommand.java | 2 +- .../eclipse/emf/cdo/server/spi/security/AnnotationHandler.java | 2 +- .../eclipse/emf/cdo/server/spi/security/HomeFolderHandler.java | 2 +- .../emf/cdo/server/spi/security/InternalSecurityManager.java | 2 +- .../emf/cdo/server/spi/security/SecurityManagerFactory.java | 2 +- .../src/org/eclipse/emf/cdo/internal/server/QueryResult.java | 2 +- .../org/eclipse/emf/cdo/internal/server/SessionManager.java | 2 +- .../emf/cdo/internal/server/bundle/CDOCommandProvider.java | 2 +- .../server/embedded/EmbeddedServerSessionProtocol.java | 2 +- .../emf/cdo/internal/server/syncing/FailoverParticipant.java | 2 +- .../cdo/internal/server/syncing/ReplicatorCommitContext.java | 2 +- .../src/org/eclipse/emf/cdo/server/CDOServerExporter.java | 2 +- .../src/org/eclipse/emf/cdo/server/CDOServerImporter.java | 2 +- .../src/org/eclipse/emf/cdo/spi/server/AuthenticationUtil.java | 2 +- .../src/org/eclipse/emf/cdo/spi/server/CDOCommand.java | 2 +- .../src/org/eclipse/emf/cdo/spi/server/DurableLockArea.java | 2 +- .../eclipse/emf/cdo/spi/server/IAuthenticationProtocol.java | 2 +- .../src/org/eclipse/emf/cdo/spi/server/ISessionProtocol.java | 2 +- .../org/eclipse/emf/cdo/spi/server/InternalLockManager.java | 2 +- .../src/org/eclipse/emf/cdo/spi/server/InternalSession.java | 2 +- .../org/eclipse/emf/cdo/spi/server/InternalSessionManager.java | 2 +- .../emf/cdo/spi/server/InternalSynchronizableRepository.java | 2 +- .../src/org/eclipse/emf/cdo/spi/server/LongIDStore.java | 2 +- .../eclipse/emf/cdo/spi/server/ObjectWriteAccessHandler.java | 2 +- .../org/eclipse/emf/cdo/spi/server/RepositoryUserManager.java | 2 +- .../src/org/eclipse/emf/cdo/spi/server/SyncingUtil.java | 2 +- .../org/eclipse/emf/cdo/tests/db/AbstractSetupDBConfig.java | 2 +- .../src/org/eclipse/emf/cdo/tests/db/AllTestsDBH2Audit.java | 2 +- .../org/eclipse/emf/cdo/tests/db/AllTestsDBH2Branching.java | 2 +- .../src/org/eclipse/emf/cdo/tests/db/AllTestsDBH2NonAudit.java | 2 +- .../src/org/eclipse/emf/cdo/tests/db/AnyTestManyTimesDB.java | 2 +- .../src/org/eclipse/emf/cdo/tests/db/Bugzilla_396743_Test.java | 2 +- .../org/eclipse/emf/cdo/tests/db/CustomTypeMappingTest.java | 2 +- .../src/org/eclipse/emf/cdo/tests/db/DBConfig.java | 2 +- .../src/org/eclipse/emf/cdo/tests/db/Net4jDBTest.java | 2 +- .../src/org/eclipse/emf/cdo/tests/db/PostgresqlConfig.java | 2 +- .../src/org/eclipse/emf/cdo/tests/db/SQLQueryTest.java | 2 +- .../emf/cdo/tests/db/capabilities/AbstractCapabilityTest.java | 2 +- .../emf/cdo/tests/db/offline/Bugzilla_351078_DB_Test.java | 2 +- .../org/eclipse/emf/cdo/tests/db/offline/DBOfflineConfig.java | 2 +- .../org/eclipse/emf/cdo/tests/db/verifier/DBStoreVerifier.java | 2 +- .../eclipse/emf/cdo/tests/hibernate/AuditFeatureMapTest.java | 2 +- .../eclipse/emf/cdo/tests/hibernate/CDOObjectHistoryTest.java | 2 +- .../emf/cdo/tests/hibernate/HibernateBugzilla_356181_Test.java | 2 +- .../cdo/tests/hibernate/HibernateExternalAnnotationTest.java | 2 +- .../eclipse/emf/cdo/tests/hibernate/HibernateLazyLoadTest.java | 2 +- .../tests/hibernate/HibernateMultiValuedOfAttributeTest.java | 2 +- .../eclipse/emf/cdo/tests/hibernate/HibernateQueryTest.java | 2 +- .../hibernate/model/HibernateTest/HibernateTestFactory.java | 2 +- .../hibernate/model/HibernateTest/HibernateTestPackage.java | 2 +- .../hibernate/model/HibernateTest/impl/Bz356181_MainImpl.java | 2 +- .../model/HibernateTest/impl/Bz356181_NonTransientImpl.java | 2 +- .../hibernate/model/HibernateTest/impl/Bz380987_GroupImpl.java | 2 +- .../model/HibernateTest/impl/Bz380987_PersonImpl.java | 2 +- .../hibernate/model/HibernateTest/impl/Bz380987_PlaceImpl.java | 2 +- .../hibernate/model/HibernateTest/impl/Bz387752_MainImpl.java | 2 +- .../hibernate/model/HibernateTest/impl/Bz397682CImpl.java | 2 +- .../hibernate/model/HibernateTest/impl/Bz397682PImpl.java | 2 +- .../hibernate/model/HibernateTest/impl/Bz398057AImpl.java | 2 +- .../hibernate/model/HibernateTest/impl/Bz398057B1Impl.java | 2 +- .../hibernate/model/HibernateTest/impl/Bz398057BImpl.java | 2 +- .../model/HibernateTest/impl/HibernateTestFactoryImpl.java | 2 +- .../model/HibernateTest/impl/HibernateTestPackageImpl.java | 2 +- plugins/org.eclipse.emf.cdo.tests.mango/plugin.xml | 2 +- .../org/eclipse/emf/cdo/tests/mango/impl/MangoFactoryImpl.java | 2 +- .../org/eclipse/emf/cdo/tests/mango/impl/MangoPackageImpl.java | 2 +- .../emf/cdo/tests/mango/legacy/impl/MangoFactoryImpl.java | 2 +- .../emf/cdo/tests/mango/legacy/impl/MangoPackageImpl.java | 2 +- .../emf/cdo/tests/mango/legacy/impl/MangoParameterImpl.java | 2 +- plugins/org.eclipse.emf.cdo.tests.model1/plugin.xml | 2 +- .../src/org/eclipse/emf/cdo/tests/model1/Customer.java | 2 +- .../src/org/eclipse/emf/cdo/tests/model1/Model1Package.java | 2 +- .../src/org/eclipse/emf/cdo/tests/model1/PurchaseOrder.java | 2 +- .../src/org/eclipse/emf/cdo/tests/model1/SalesOrder.java | 2 +- .../eclipse/emf/cdo/tests/model1/impl/Model1FactoryImpl.java | 2 +- .../eclipse/emf/cdo/tests/model1/impl/Model1PackageImpl.java | 2 +- .../eclipse/emf/cdo/tests/model1/impl/PurchaseOrderImpl.java | 2 +- .../org/eclipse/emf/cdo/tests/model1/impl/SalesOrderImpl.java | 2 +- .../org/eclipse/emf/cdo/tests/model1/legacy/Model1Package.java | 2 +- .../eclipse/emf/cdo/tests/model1/legacy/impl/AddressImpl.java | 2 +- .../eclipse/emf/cdo/tests/model1/legacy/impl/CategoryImpl.java | 2 +- .../eclipse/emf/cdo/tests/model1/legacy/impl/CompanyImpl.java | 2 +- .../eclipse/emf/cdo/tests/model1/legacy/impl/CustomerImpl.java | 2 +- .../emf/cdo/tests/model1/legacy/impl/Model1FactoryImpl.java | 2 +- .../emf/cdo/tests/model1/legacy/impl/Model1PackageImpl.java | 2 +- .../emf/cdo/tests/model1/legacy/impl/OrderAddressImpl.java | 2 +- .../emf/cdo/tests/model1/legacy/impl/OrderDetailImpl.java | 2 +- .../eclipse/emf/cdo/tests/model1/legacy/impl/OrderImpl.java | 2 +- .../eclipse/emf/cdo/tests/model1/legacy/impl/Product1Impl.java | 2 +- .../emf/cdo/tests/model1/legacy/impl/ProductToOrderImpl.java | 2 +- .../emf/cdo/tests/model1/legacy/impl/PurchaseOrderImpl.java | 2 +- .../emf/cdo/tests/model1/legacy/impl/SalesOrderImpl.java | 2 +- .../eclipse/emf/cdo/tests/model1/legacy/impl/SupplierImpl.java | 2 +- .../eclipse/emf/cdo/tests/model1/legacy/util/Model1Switch.java | 2 +- plugins/org.eclipse.emf.cdo.tests.model2/plugin.xml | 2 +- .../src/org/eclipse/emf/cdo/tests/model2/MapHolder.java | 2 +- .../src/org/eclipse/emf/cdo/tests/model2/Model2Package.java | 2 +- .../eclipse/emf/cdo/tests/model2/impl/Model2PackageImpl.java | 2 +- .../org/eclipse/emf/cdo/tests/model2/legacy/Model2Package.java | 2 +- .../legacy/impl/EObjectToEObjectBothContainedMapImpl.java | 2 +- .../legacy/impl/EObjectToEObjectKeyContainedMapImpl.java | 2 +- .../cdo/tests/model2/legacy/impl/EObjectToEObjectMapImpl.java | 2 +- .../legacy/impl/EObjectToEObjectValueContainedMapImpl.java | 2 +- .../cdo/tests/model2/legacy/impl/IntegerToStringMapImpl.java | 2 +- .../emf/cdo/tests/model2/legacy/impl/MapHolderImpl.java | 2 +- .../emf/cdo/tests/model2/legacy/impl/Model2FactoryImpl.java | 2 +- .../emf/cdo/tests/model2/legacy/impl/Model2PackageImpl.java | 2 +- .../emf/cdo/tests/model2/legacy/impl/NotUnsettableImpl.java | 2 +- .../tests/model2/legacy/impl/NotUnsettableWithDefaultImpl.java | 2 +- .../tests/model2/legacy/impl/PersistentContainmentImpl.java | 2 +- .../cdo/tests/model2/legacy/impl/SpecialPurchaseOrderImpl.java | 2 +- .../model2/legacy/impl/StringToAddressContainmentMapImpl.java | 2 +- .../model2/legacy/impl/StringToAddressReferenceMapImpl.java | 2 +- .../cdo/tests/model2/legacy/impl/StringToStringMapImpl.java | 2 +- .../emf/cdo/tests/model2/legacy/impl/TaskContainerImpl.java | 2 +- .../org/eclipse/emf/cdo/tests/model2/legacy/impl/TaskImpl.java | 2 +- .../cdo/tests/model2/legacy/impl/TransientContainerImpl.java | 2 +- .../emf/cdo/tests/model2/legacy/impl/Unsettable1Impl.java | 2 +- .../tests/model2/legacy/impl/Unsettable2WithDefaultImpl.java | 2 +- plugins/org.eclipse.emf.cdo.tests.model3/plugin.xml | 2 +- .../eclipse/emf/cdo/tests/model3/impl/Model3PackageImpl.java | 2 +- .../eclipse/emf/cdo/tests/model3/legacy/impl/Class1Impl.java | 2 +- .../model3/legacy/impl/ClassWithJavaClassAttributeImpl.java | 2 +- .../model3/legacy/impl/ClassWithJavaObjectAttributeImpl.java | 2 +- .../eclipse/emf/cdo/tests/model3/legacy/impl/DiagramImpl.java | 2 +- .../org/eclipse/emf/cdo/tests/model3/legacy/impl/EdgeImpl.java | 2 +- .../emf/cdo/tests/model3/legacy/impl/EdgeTargetImpl.java | 2 +- .../eclipse/emf/cdo/tests/model3/legacy/impl/MetaRefImpl.java | 2 +- .../emf/cdo/tests/model3/legacy/impl/Model3FactoryImpl.java | 2 +- .../emf/cdo/tests/model3/legacy/impl/Model3PackageImpl.java | 2 +- .../eclipse/emf/cdo/tests/model3/legacy/impl/NodeBImpl.java | 2 +- .../eclipse/emf/cdo/tests/model3/legacy/impl/NodeCImpl.java | 2 +- .../eclipse/emf/cdo/tests/model3/legacy/impl/NodeDImpl.java | 2 +- .../eclipse/emf/cdo/tests/model3/legacy/impl/NodeEImpl.java | 2 +- .../tests/model3/subpackage/impl/SubpackageFactoryImpl.java | 2 +- .../tests/model3/subpackage/impl/SubpackagePackageImpl.java | 2 +- .../cdo/tests/model3/subpackage/legacy/impl/Class2Impl.java | 2 +- .../model3/subpackage/legacy/impl/SubpackagePackageImpl.java | 2 +- plugins/org.eclipse.emf.cdo.tests.model4/plugin.xml | 2 +- .../eclipse/emf/cdo/tests/model4/GenRefMapNonContained.java | 2 +- .../emf/cdo/tests/model4/impl/ImplMultiRefContainerImpl.java | 2 +- .../cdo/tests/model4/impl/ImplMultiRefContainerNPLImpl.java | 2 +- .../tests/model4/impl/ImplMultiRefNonContainedElementImpl.java | 2 +- .../cdo/tests/model4/impl/ImplMultiRefNonContainerImpl.java | 2 +- .../cdo/tests/model4/impl/ImplMultiRefNonContainerNPLImpl.java | 2 +- .../cdo/tests/model4/impl/ImplSingleRefContainerNPLImpl.java | 2 +- .../model4/impl/ImplSingleRefNonContainedElementImpl.java | 2 +- .../cdo/tests/model4/impl/ImplSingleRefNonContainerImpl.java | 2 +- .../tests/model4/impl/ImplSingleRefNonContainerNPLImpl.java | 2 +- .../model4/impl/MultiNonContainedUnsettableElementImpl.java | 2 +- .../tests/model4/impl/RefMultiNonContainedUnsettableImpl.java | 2 +- .../eclipse/emf/cdo/tests/model4/impl/model4PackageImpl.java | 2 +- .../model4/legacy/impl/ContainedElementNoOppositeImpl.java | 2 +- .../tests/model4/legacy/impl/GenRefMapNonContainedImpl.java | 2 +- .../cdo/tests/model4/legacy/impl/GenRefMultiContainedImpl.java | 2 +- .../tests/model4/legacy/impl/GenRefMultiNonContainedImpl.java | 2 +- .../tests/model4/legacy/impl/GenRefSingleContainedImpl.java | 2 +- .../tests/model4/legacy/impl/GenRefSingleNonContainedImpl.java | 2 +- .../tests/model4/legacy/impl/ImplContainedElementNPLImpl.java | 2 +- .../model4/legacy/impl/ImplMultiRefContainedElementImpl.java | 2 +- .../tests/model4/legacy/impl/ImplMultiRefContainerImpl.java | 2 +- .../legacy/impl/ImplMultiRefNonContainedElementImpl.java | 2 +- .../tests/model4/legacy/impl/ImplMultiRefNonContainerImpl.java | 2 +- .../model4/legacy/impl/ImplSingleRefContainedElementImpl.java | 2 +- .../tests/model4/legacy/impl/ImplSingleRefContainerImpl.java | 2 +- .../model4/legacy/impl/ImplSingleRefContainerNPLImpl.java | 2 +- .../legacy/impl/ImplSingleRefNonContainedElementImpl.java | 2 +- .../model4/legacy/impl/ImplSingleRefNonContainerImpl.java | 2 +- .../model4/legacy/impl/ImplSingleRefNonContainerNPLImpl.java | 2 +- .../tests/model4/legacy/impl/MultiContainedElementImpl.java | 2 +- .../tests/model4/legacy/impl/MultiNonContainedElementImpl.java | 2 +- .../legacy/impl/MultiNonContainedUnsettableElementImpl.java | 2 +- .../cdo/tests/model4/legacy/impl/RefMultiContainedImpl.java | 2 +- .../model4/legacy/impl/RefMultiNonContainedUnsettableImpl.java | 2 +- .../cdo/tests/model4/legacy/impl/RefSingleContainedImpl.java | 2 +- .../tests/model4/legacy/impl/RefSingleContainedNPLImpl.java | 2 +- .../tests/model4/legacy/impl/RefSingleNonContainedImpl.java | 2 +- .../tests/model4/legacy/impl/RefSingleNonContainedNPLImpl.java | 2 +- .../tests/model4/legacy/impl/SingleContainedElementImpl.java | 2 +- .../model4/legacy/impl/SingleNonContainedElementImpl.java | 2 +- .../emf/cdo/tests/model4/legacy/impl/model4FactoryImpl.java | 2 +- .../emf/cdo/tests/model4/legacy/impl/model4PackageImpl.java | 2 +- .../org/eclipse/emf/cdo/tests/model4/legacy/model4Package.java | 2 +- .../src/org/eclipse/emf/cdo/tests/model4/model4Package.java | 2 +- plugins/org.eclipse.emf.cdo.tests.model4interfaces/plugin.xml | 2 +- .../model4interfaces/impl/model4interfacesFactoryImpl.java | 2 +- .../model4interfaces/impl/model4interfacesPackageImpl.java | 2 +- .../legacy/impl/model4interfacesPackageImpl.java | 2 +- .../tests/model4interfaces/legacy/model4interfacesFactory.java | 2 +- .../tests/model4interfaces/legacy/model4interfacesPackage.java | 2 +- .../cdo/tests/model4interfaces/model4interfacesFactory.java | 2 +- .../cdo/tests/model4interfaces/model4interfacesPackage.java | 2 +- plugins/org.eclipse.emf.cdo.tests.model5/plugin.xml | 2 +- .../org/eclipse/emf/cdo/tests/model5/GenListOfIntArray.java | 2 +- .../src/org/eclipse/emf/cdo/tests/model5/Model5Factory.java | 2 +- .../src/org/eclipse/emf/cdo/tests/model5/Model5Package.java | 2 +- .../src/org/eclipse/emf/cdo/tests/model5/WithCustomType.java | 10 +++++++++- .../eclipse/emf/cdo/tests/model5/impl/Model5FactoryImpl.java | 2 +- .../eclipse/emf/cdo/tests/model5/impl/Model5PackageImpl.java | 2 +- .../eclipse/emf/cdo/tests/model5/impl/WithCustomTypeImpl.java | 10 +++++++++- .../org/eclipse/emf/cdo/tests/model5/legacy/Model5Factory.java | 2 +- .../org/eclipse/emf/cdo/tests/model5/legacy/Model5Package.java | 2 +- .../eclipse/emf/cdo/tests/model5/legacy/impl/ChildImpl.java | 2 +- .../emf/cdo/tests/model5/legacy/impl/Model5FactoryImpl.java | 2 +- .../emf/cdo/tests/model5/legacy/impl/Model5PackageImpl.java | 2 +- .../eclipse/emf/cdo/tests/model5/legacy/impl/ParentImpl.java | 2 +- .../emf/cdo/tests/model5/legacy/impl/WithCustomTypeImpl.java | 10 +++++++++- .../emf/cdo/tests/model5/legacy/util/Model5AdapterFactory.java | 2 +- .../eclipse/emf/cdo/tests/model5/legacy/util/Model5Switch.java | 2 +- .../emf/cdo/tests/model5/util/IsLoadingTestFixture.java | 2 +- .../emf/cdo/tests/model5/util/Model5AdapterFactory.java | 2 +- .../org/eclipse/emf/cdo/tests/model5/util/Model5Switch.java | 2 +- plugins/org.eclipse.emf.cdo.tests.model6/plugin.xml | 2 +- .../src/org/eclipse/emf/cdo/tests/model6/PropertiesMap.java | 2 +- .../eclipse/emf/cdo/tests/model6/impl/Model6FactoryImpl.java | 2 +- .../eclipse/emf/cdo/tests/model6/impl/Model6PackageImpl.java | 2 +- .../org/eclipse/emf/cdo/tests/model6/legacy/impl/BImpl.java | 2 +- .../emf/cdo/tests/model6/legacy/impl/BaseObjectImpl.java | 2 +- .../cdo/tests/model6/legacy/impl/CanReferenceLegacyImpl.java | 2 +- .../cdo/tests/model6/legacy/impl/ContainmentObjectImpl.java | 2 +- .../org/eclipse/emf/cdo/tests/model6/legacy/impl/DImpl.java | 2 +- .../cdo/tests/model6/legacy/impl/EmptyStringDefaultImpl.java | 2 +- .../model6/legacy/impl/EmptyStringDefaultUnsettableImpl.java | 2 +- .../org/eclipse/emf/cdo/tests/model6/legacy/impl/GImpl.java | 2 +- .../cdo/tests/model6/legacy/impl/HasNillableAttributeImpl.java | 2 +- .../emf/cdo/tests/model6/legacy/impl/Model6FactoryImpl.java | 2 +- .../emf/cdo/tests/model6/legacy/impl/Model6PackageImpl.java | 2 +- .../cdo/tests/model6/legacy/impl/MyEnumListUnsettableImpl.java | 2 +- .../cdo/tests/model6/legacy/impl/PropertiesMapEntryImpl.java | 2 +- .../tests/model6/legacy/impl/PropertiesMapEntryValueImpl.java | 2 +- .../emf/cdo/tests/model6/legacy/impl/PropertiesMapImpl.java | 2 +- .../emf/cdo/tests/model6/legacy/impl/ReferenceObjectImpl.java | 2 +- .../emf/cdo/tests/model6/legacy/impl/UnorderedListImpl.java | 2 +- .../cdo/tests/model6/legacy/impl/UnsettableAttributesImpl.java | 2 +- .../org/eclipse/emf/cdo/tests/mongodb/MongoDBInitialTest.java | 2 +- .../emf/cdo/tests/objectivity/ObjyExternalReferenceTest.java | 2 +- .../src/org/eclipse/emf/cdo/tests/ui/CDOSessionsViewTest.java | 2 +- .../src/org/eclipse/emf/cdo/tests/uml/DynamicProfileTest.java | 2 +- .../eclipse/emf/cdo/tests/uml/LegacyDynamicPackageTest.java | 2 +- .../model/derived/DerivedFactory.java | 2 +- .../model/derived/DerivedPackage.java | 2 +- .../model/derived/impl/DerivedFactoryImpl.java | 2 +- .../model/derived/impl/DerivedPackageImpl.java | 2 +- .../model/derived/util/DerivedAdapterFactory.java | 2 +- .../model/derived/util/DerivedSwitch.java | 2 +- .../org.eclipse.emf.cdo.tests/model/interface_/IInterface.java | 2 +- .../model/interface_/impl/InterfaceFactoryImpl.java | 2 +- .../model/interface_/impl/InterfacePackageImpl.java | 2 +- .../model/interface_/util/InterfaceAdapterFactory.java | 2 +- .../model/interface_/util/InterfaceSwitch.java | 2 +- .../org.eclipse.emf.cdo.tests/model/reference/Reference.java | 2 +- .../model/reference/ReferenceFactory.java | 2 +- .../model/reference/ReferencePackage.java | 2 +- .../model/reference/impl/ReferenceFactoryImpl.java | 2 +- .../model/reference/impl/ReferencePackageImpl.java | 2 +- .../model/reference/util/ReferenceAdapterFactory.java | 2 +- .../model/reference/util/ReferenceSwitch.java | 2 +- .../src/org/eclipse/emf/cdo/tests/AbstractSyncingTest.java | 2 +- .../src/org/eclipse/emf/cdo/tests/AttributeTest.java | 2 +- .../src/org/eclipse/emf/cdo/tests/AuditEMapTest.java | 2 +- .../src/org/eclipse/emf/cdo/tests/BranchingTest.java | 2 +- .../src/org/eclipse/emf/cdo/tests/ChangeSubscriptionTest.java | 2 +- .../src/org/eclipse/emf/cdo/tests/CommitInfoTest.java | 2 +- .../src/org/eclipse/emf/cdo/tests/CommitPerformanceTest.java | 2 +- .../src/org/eclipse/emf/cdo/tests/ComplexTest.java | 2 +- .../src/org/eclipse/emf/cdo/tests/ConflictResolverTest.java | 2 +- .../src/org/eclipse/emf/cdo/tests/ContainmentTest.java | 2 +- .../src/org/eclipse/emf/cdo/tests/DymamicEcoreTest.java | 2 +- .../src/org/eclipse/emf/cdo/tests/EMFCompareTest.java | 2 +- .../src/org/eclipse/emf/cdo/tests/EMFComplianceTest.java | 2 +- .../src/org/eclipse/emf/cdo/tests/EMFTest.java | 2 +- .../src/org/eclipse/emf/cdo/tests/EMapTest.java | 2 +- .../src/org/eclipse/emf/cdo/tests/EnumTest.java | 2 +- .../src/org/eclipse/emf/cdo/tests/IndexReconstructionTest.java | 2 +- .../src/org/eclipse/emf/cdo/tests/InitialTest.java | 2 +- .../src/org/eclipse/emf/cdo/tests/InvalidationTest.java | 2 +- .../src/org/eclipse/emf/cdo/tests/MapDynamicTest.java | 2 +- .../src/org/eclipse/emf/cdo/tests/MapTest.java | 2 +- .../src/org/eclipse/emf/cdo/tests/MergingTest.java | 2 +- .../org/eclipse/emf/cdo/tests/MultiValuedOfAttributeTest.java | 2 +- .../src/org/eclipse/emf/cdo/tests/OCLQueryTest.java | 2 +- .../src/org/eclipse/emf/cdo/tests/PackageRegistryTest.java | 2 +- .../src/org/eclipse/emf/cdo/tests/PartialCommitTest.java | 2 +- .../src/org/eclipse/emf/cdo/tests/ReconnectingSessionTest.java | 2 +- .../src/org/eclipse/emf/cdo/tests/RepositoryTest.java | 2 +- .../src/org/eclipse/emf/cdo/tests/RevisionDeltaTest.java | 2 +- .../src/org/eclipse/emf/cdo/tests/SecurityTest.java | 2 +- .../src/org/eclipse/emf/cdo/tests/SetFeatureTest.java | 2 +- .../src/org/eclipse/emf/cdo/tests/StateMachineTest.java | 2 +- .../src/org/eclipse/emf/cdo/tests/TransactionHandlerTest.java | 2 +- .../src/org/eclipse/emf/cdo/tests/UnsetTest.java | 2 +- .../src/org/eclipse/emf/cdo/tests/WorkspaceTest.java | 2 +- .../src/org/eclipse/emf/cdo/tests/XATransactionTest.java | 2 +- .../emf/cdo/tests/_FetchRuleAnalyzerTest_DISABLED_.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_243310_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_246442_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_246622_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_247141_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_248052_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_248124_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_248915_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_250036_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_250757_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_251087_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_251752_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_252909_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_254489_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_255662_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_256141_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_258850_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_258933_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_259695_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_260756_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_260764_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_266857_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_266982_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_267050_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_273565_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_273758_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_276696_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_283131_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_283985_1_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_285008_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_289932_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_302233_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_302414_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_303466_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_303807_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_314186_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_315026_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_316273_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_318518_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_318844_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_319836_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_321986_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_322754_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_322804_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_324635_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_324756_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_326518_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_328790_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_330052_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_334608_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_334995_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_336314_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_336590_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_337054_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_337587_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_338884_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_339461_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_340961_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_342130_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_343084_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_343332_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_343471_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_347964_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_349804_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_350027_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_350987_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_352204_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_352303_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_352832_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_359669_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_359966_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_361819_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_363355_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_365832_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_377173_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_381395_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_397822_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_399470_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_399641_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_400311b_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_405606_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_411927_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_412767_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_414270_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_414949_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_415415_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_416366_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_416474_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_417825_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_417844_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_418267_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_419574_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_429659_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_430836_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_435532_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_436246_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_437817_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_439337_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_441136_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_443281_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_447912_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_449806_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_456993_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_458279_Test.java | 2 +- .../eclipse/emf/cdo/tests/bugzilla/Bugzilla_466721_Test.java | 2 +- .../src/org/eclipse/emf/cdo/tests/bundle/OM.java | 2 +- .../src/org/eclipse/emf/cdo/tests/config/IConfig.java | 2 +- .../src/org/eclipse/emf/cdo/tests/config/IModelConfig.java | 2 +- .../org/eclipse/emf/cdo/tests/config/IRepositoryConfig.java | 2 +- .../src/org/eclipse/emf/cdo/tests/config/impl/ConfigTest.java | 2 +- .../eclipse/emf/cdo/tests/offline/Bugzilla_319552_Test.java | 2 +- .../eclipse/emf/cdo/tests/offline/Bugzilla_328352_Test.java | 2 +- .../org/eclipse/emf/cdo/tests/offline/OfflineDelayed2Test.java | 2 +- .../org/eclipse/emf/cdo/tests/offline/OfflineLockingTest.java | 2 +- .../eclipse/emf/cdo/tests/performance/AllPerformanceTests.java | 2 +- .../emf/cdo/tests/performance/DeletePerformanceTest.java | 2 +- .../performance/framework/IPerformanceRecordAnalyzer.java | 2 +- .../emf/cdo/tests/performance/framework/PerformanceRecord.java | 2 +- .../emf/cdo/tests/performance/framework/PerformanceTest.java | 2 +- .../cdo/tests/performance/framework/PerformanceTestSuite.java | 2 +- .../framework/PrintStreamPerformanceRecordAnalyzer.java | 2 +- .../emf/cdo/tests/performance/framework/ProbeCollector.java | 2 +- .../emf/cdo/tests/revisioncache/AbstractRevisionCacheTest.java | 2 +- .../src/org/eclipse/emf/cdo/tests/revisioncache/Session.java | 2 +- .../src/org/eclipse/emf/cdo/tests/util/TestAdapter.java | 2 +- .../src/org/eclipse/emf/cdo/tests/util/TestListener.java | 2 +- .../org/eclipse/emf/cdo/tests/util/TestRevisionManager.java | 2 +- .../src/org/eclipse/emf/cdo/transfer/ui/TransferDialog.java | 2 +- .../src/org/eclipse/emf/cdo/transfer/CDOTransfer.java | 2 +- .../org/eclipse/emf/cdo/transfer/CDOTransferMappingImpl.java | 2 +- .../org/eclipse/emf/cdo/ui/internal/admin/CDOAdminView.java | 2 +- .../eclipse/emf/cdo/ui/internal/admin/actions/AdminAction.java | 2 +- .../cdo/ui/internal/admin/actions/CreateRepositoryAction.java | 2 +- .../cdo/ui/internal/admin/actions/DeleteRepositoryAction.java | 2 +- .../ui/internal/admin/wizards/CreateRepositoryGeneralPage.java | 2 +- .../ui/internal/admin/wizards/CreateRepositoryStorePage.java | 2 +- .../eclipse/emf/cdo/ui/internal/compare/CompareCDOMerger.java | 2 +- .../emf/cdo/ui/internal/team/history/CDOHistoryPage.java | 2 +- .../src/org/eclipse/emf/cdo/internal/ui/CDOLobStorage.java | 2 +- .../eclipse/emf/cdo/internal/ui/CDOPropertyAdapterFactory.java | 2 +- .../emf/cdo/internal/ui/actions/AbstractOpenViewAction.java | 2 +- .../emf/cdo/internal/ui/actions/CloseSessionAction.java | 2 +- .../eclipse/emf/cdo/internal/ui/actions/CloseViewAction.java | 2 +- .../emf/cdo/internal/ui/actions/DeleteResourceAction.java | 2 +- .../emf/cdo/internal/ui/actions/EditingDomainAction.java | 2 +- .../cdo/internal/ui/actions/EnableViewDurabilityAction.java | 2 +- .../emf/cdo/internal/ui/actions/ExportResourceAction.java | 2 +- .../emf/cdo/internal/ui/actions/NewResourceNodeAction.java | 2 +- .../cdo/internal/ui/actions/NewTopLevelResourceNodeAction.java | 2 +- .../emf/cdo/internal/ui/actions/OpenResourceEditorAction.java | 2 +- .../internal/ui/actions/RegisterFilesystemPackagesAction.java | 2 +- .../internal/ui/actions/RegisterGeneratedPackagesAction.java | 2 +- .../emf/cdo/internal/ui/actions/RegisterPackagesAction.java | 2 +- .../emf/cdo/internal/ui/actions/ResourceNodeAction.java | 2 +- .../internal/ui/actions/ResourceNodeNameInputValidator.java | 2 +- .../cdo/internal/ui/actions/TransactionalBackgroundAction.java | 2 +- .../ui/actions/delegates/ExportResourceActionDelegate.java | 2 +- .../ui/actions/delegates/ImportResourceActionDelegate.java | 2 +- .../ui/actions/delegates/NewResourceNodeActionDelegate.java | 2 +- .../ui/actions/delegates/RemoveResourceActionDelegate.java | 2 +- .../ui/actions/delegates/RenameResourceActionDelegate.java | 2 +- .../delegates/TransactionalBackgroundActionDelegate.java | 2 +- .../src/org/eclipse/emf/cdo/internal/ui/bundle/OM.java | 2 +- .../eclipse/emf/cdo/internal/ui/dialogs/EditObjectDialog.java | 2 +- .../emf/cdo/internal/ui/dialogs/SelectPackageDialog.java | 2 +- .../emf/cdo/internal/ui/editor/EditorEditorAdvisor.java | 2 +- .../src/org/eclipse/emf/cdo/internal/ui/history/Branch.java | 2 +- .../src/org/eclipse/emf/cdo/internal/ui/history/Commit.java | 2 +- .../src/org/eclipse/emf/cdo/internal/ui/history/Net.java | 2 +- .../org/eclipse/emf/cdo/internal/ui/history/NetRenderer.java | 2 +- .../src/org/eclipse/emf/cdo/internal/ui/history/Segment.java | 2 +- .../org/eclipse/emf/cdo/internal/ui/history/SegmentList.java | 2 +- .../src/org/eclipse/emf/cdo/internal/ui/history/Track.java | 2 +- .../emf/cdo/internal/ui/perspectives/CDOPerspective.java | 2 +- .../emf/cdo/internal/ui/preferences/CDOPreferencePage.java | 2 +- .../emf/cdo/internal/ui/views/CDORemoteSessionsView.java | 2 +- .../org/eclipse/emf/cdo/internal/ui/views/CDOSessionsView.java | 2 +- .../eclipse/emf/cdo/internal/ui/views/CDOTimeMachineView.java | 2 +- .../eclipse/emf/cdo/internal/ui/views/CDOWatchListView.java | 2 +- .../src/org/eclipse/emf/cdo/ui/CDOEditorUtil.java | 2 +- .../org/eclipse/emf/cdo/ui/CDOInteractiveExceptionHandler.java | 2 +- .../src/org/eclipse/emf/cdo/ui/CDOItemProvider.java | 2 +- .../src/org/eclipse/emf/cdo/ui/CDOLabelProvider.java | 2 +- .../src/org/eclipse/emf/cdo/ui/Support.java | 2 +- .../org/eclipse/emf/cdo/ui/widgets/CommitHistoryComposite.java | 2 +- .../eclipse/emf/cdo/ui/widgets/SelectTimeStampComposite.java | 2 +- .../src/org/eclipse/emf/cdo/ui/widgets/SessionComposite.java | 2 +- .../emf/cdo/internal/workspace/AbstractCDOWorkspaceBase.java | 2 +- .../cdo/internal/workspace/CDOWorkspaceConfigurationImpl.java | 2 +- .../src/org/eclipse/emf/cdo/workspace/CDOWorkspaceUtil.java | 2 +- .../src/org/eclipse/emf/cdo/CDOElement.java | 2 +- .../eclipse/emf/cdo/eresource/impl/EresourceFactoryImpl.java | 2 +- .../src/org/eclipse/emf/cdo/etypes/impl/EtypesFactoryImpl.java | 2 +- .../emf/cdo/transaction/CDOAsyncTransactionHandler.java | 2 +- .../org/eclipse/emf/cdo/transaction/CDOConflictResolver2.java | 2 +- .../emf/cdo/transaction/CDODefaultTransactionHandler1.java | 2 +- .../src/org/eclipse/emf/cdo/transaction/CDOMerger2.java | 2 +- .../eclipse/emf/cdo/transaction/CDOTransactionCommentator.java | 2 +- .../eclipse/emf/cdo/transaction/CDOTransactionHandler1.java | 2 +- .../src/org/eclipse/emf/cdo/util/CDOLazyContentAdapter.java | 2 +- .../org/eclipse/emf/cdo/util/DanglingReferenceException.java | 2 +- .../org/eclipse/emf/cdo/view/CDORevisionPrefetchingPolicy.java | 2 +- .../emf/internal/cdo/object/CDODeltaNotificationImpl.java | 2 +- .../org/eclipse/emf/internal/cdo/object/CDOElementTester.java | 2 +- .../org/eclipse/emf/internal/cdo/object/CDOLegacyAdapter.java | 2 +- .../org/eclipse/emf/internal/cdo/object/CDOLegacyWrapper.java | 2 +- .../emf/internal/cdo/object/CDONotificationBuilder.java | 2 +- .../eclipse/emf/internal/cdo/object/CDOObjectWrapperBase.java | 2 +- .../eclipse/emf/internal/cdo/session/CDOAuthenticatorImpl.java | 2 +- .../internal/cdo/session/CDOCollectionLoadingPolicyImpl.java | 2 +- .../eclipse/emf/internal/cdo/session/CDOSessionFactory.java | 2 +- .../internal/cdo/transaction/CDOHandlingConflictResolver.java | 2 +- .../emf/internal/cdo/transaction/CDOUserSavepointImpl.java | 2 +- .../eclipse/emf/internal/cdo/util/CommitIntegrityCheck.java | 2 +- .../eclipse/emf/internal/cdo/util/CompletePackageClosure.java | 2 +- .../eclipse/emf/internal/cdo/view/CDOObjectHistoryImpl.java | 2 +- .../internal/cdo/view/CDORevisionPrefetchingPolicyImpl.java | 2 +- .../emf/internal/cdo/view/CDOViewProviderRegistryImpl.java | 2 +- .../org/eclipse/emf/internal/cdo/view/CDOViewRegistryImpl.java | 2 +- .../emf/internal/cdo/view/PluginContainerViewProvider.java | 2 +- .../eclipse/emf/spi/cdo/AbstractObjectConflictResolver.java | 2 +- .../src/org/eclipse/emf/spi/cdo/CDOPermissionUpdater.java | 2 +- .../src/org/eclipse/emf/spi/cdo/DefaultCDOMerger.java | 2 +- .../src/org/eclipse/emf/spi/cdo/InternalCDOXATransaction.java | 2 +- .../net4j/buddies/internal/common/CollaborationContainer.java | 2 +- .../org/eclipse/net4j/buddies/internal/common/Membership.java | 2 +- .../net4j/buddies/internal/common/MembershipContainer.java | 2 +- .../eclipse/net4j/buddies/internal/common/MembershipKey.java | 2 +- .../internal/common/protocol/CollaborationLeftIndication.java | 2 +- .../server/protocol/CollaborationInitiatedNotification.java | 2 +- .../net4j/buddies/internal/ui/AbstractItemProvider.java | 2 +- .../src/org/eclipse/net4j/db/derby/DerbyAdapter.java | 2 +- plugins/org.eclipse.net4j.db.doc/build.xml | 4 ++-- .../src/org/eclipse/net4j/db/jdbc/DelegatingConnection.java | 2 +- .../src/org/eclipse/net4j/db/oracle/OracleAdapter.java | 2 +- .../src/org/eclipse/net4j/db/postgresql/PostgreSQLAdapter.java | 2 +- .../src/org/eclipse/net4j/db/IDBConnection.java | 2 +- .../eclipse/net4j/db/ddl/SchemaElementNotFoundException.java | 2 +- .../src/org/eclipse/net4j/db/ddl/delta/IDBDeltaVisitor.java | 2 +- .../src/org/eclipse/net4j/internal/db/DBConnection.java | 2 +- .../src/org/eclipse/net4j/internal/db/bundle/OM.java | 2 +- .../src/org/eclipse/net4j/internal/db/ddl/DBIndex.java | 2 +- .../src/org/eclipse/net4j/internal/db/ddl/DBSchema.java | 2 +- .../src/org/eclipse/net4j/internal/db/ddl/delta/DBDelta.java | 2 +- .../org/eclipse/net4j/internal/db/ddl/delta/DBFieldDelta.java | 2 +- .../org/eclipse/net4j/internal/db/ddl/delta/DBIndexDelta.java | 2 +- .../eclipse/net4j/internal/db/ddl/delta/DBIndexFieldDelta.java | 2 +- .../eclipse/net4j/internal/db/ddl/delta/DBPropertyDelta.java | 2 +- .../org/eclipse/net4j/internal/db/ddl/delta/DBSchemaDelta.java | 2 +- .../org/eclipse/net4j/internal/db/ddl/delta/DBTableDelta.java | 2 +- plugins/org.eclipse.net4j.doc/build.xml | 4 ++-- .../net4j/buddies/internal/common/CollaborationContainer.java | 2 +- .../org/eclipse/net4j/buddies/internal/common/Membership.java | 2 +- .../net4j/buddies/internal/common/MembershipContainer.java | 2 +- .../eclipse/net4j/buddies/internal/common/MembershipKey.java | 2 +- .../internal/common/protocol/CollaborationLeftIndication.java | 2 +- .../server/protocol/CollaborationInitiatedNotification.java | 2 +- .../net4j/buddies/internal/ui/AbstractItemProvider.java | 2 +- .../src/org/eclipse/net4j/jms/internal/server/Server.java | 2 +- .../org/eclipse/net4j/jms/internal/server/ServerConsumer.java | 2 +- .../org/eclipse/net4j/internal/jms/ConnectionFactoryImpl.java | 2 +- .../src/org/eclipse/net4j/internal/jms/ConnectionImpl.java | 2 +- .../src/org/eclipse/net4j/internal/jms/MessageImpl.java | 2 +- .../org/eclipse/net4j/internal/jms/MessageProducerImpl.java | 2 +- .../src/org/eclipse/net4j/internal/jms/SessionImpl.java | 2 +- .../org/eclipse/net4j/internal/jms/TopicSubscriberImpl.java | 2 +- .../internal/jms/protocol/JMSRegisterConsumerRequest.java | 2 +- .../eclipse/net4j/examples/echo/client/EchoClientProtocol.java | 2 +- .../eclipse/net4j/examples/echo/server/EchoServerProtocol.java | 2 +- .../org/eclipse/net4j/http/internal/server/HTTPAcceptor.java | 2 +- .../net4j/http/internal/server/Net4jTransportServlet.java | 2 +- .../eclipse/net4j/http/internal/server/RandomizerInjector.java | 2 +- .../src/org/eclipse/net4j/http/server/HTTPServerUtil.java | 2 +- .../org/eclipse/net4j/http/server/INet4jTransportServlet.java | 2 +- .../src/org/eclipse/net4j/http/HTTPUtil.java | 2 +- .../src/org/eclipse/net4j/jms/internal/server/Server.java | 2 +- .../org/eclipse/net4j/jms/internal/server/ServerConsumer.java | 2 +- .../org/eclipse/net4j/internal/jms/ConnectionFactoryImpl.java | 2 +- .../src/org/eclipse/net4j/internal/jms/ConnectionImpl.java | 2 +- .../src/org/eclipse/net4j/internal/jms/MessageImpl.java | 2 +- .../org/eclipse/net4j/internal/jms/MessageProducerImpl.java | 2 +- .../src/org/eclipse/net4j/internal/jms/SessionImpl.java | 2 +- .../org/eclipse/net4j/internal/jms/TopicSubscriberImpl.java | 2 +- .../internal/jms/protocol/JMSRegisterConsumerRequest.java | 2 +- .../src/org/eclipse/net4j/internal/jvm/JVMConnector.java | 2 +- .../src/org/eclipse/net4j/jvm/JVMUtil.java | 2 +- .../src/org/eclipse/net4j/internal/tcp/SelectorUtil.java | 2 +- .../src/org/eclipse/net4j/internal/tcp/TCPConnector.java | 2 +- .../src/org/eclipse/net4j/internal/tcp/TCPSelector.java | 2 +- .../org/eclipse/net4j/internal/tcp/TCPSelectorInjector.java | 2 +- .../org/eclipse/net4j/internal/tcp/ssl/SSLEngineManager.java | 2 +- .../src/org/eclipse/net4j/tcp/ssl/SSLUtil.java | 2 +- .../src/org/eclipse/net4j/tests/ChannelTest.java | 2 +- .../src/org/eclipse/net4j/util/tests/ConcurrentRunner.java | 2 +- .../src/org/eclipse/net4j/util/tests/StreamWrapperTest.java | 2 +- .../src/org/eclipse/net4j/util/tests/UTFTest.java | 2 +- .../org/eclipse/net4j/util/tests/cache/SensitiveProtoTest.java | 2 +- .../src/org/eclipse/net4j/internal/ui/views/AcceptorsView.java | 2 +- .../org/eclipse/net4j/internal/ui/views/ConnectorsView.java | 2 +- plugins/org.eclipse.net4j.util.doc/build.xml | 4 ++-- .../src/org/eclipse/net4j/util/ui/TableLabelProvider.java | 2 +- .../eclipse/net4j/util/ui/confirmation/ConfirmationDialog.java | 2 +- .../util/ui/confirmation/InteractiveConfirmationProvider.java | 2 +- .../src/org/eclipse/net4j/util/ui/container/ElementWizard.java | 2 +- .../eclipse/net4j/util/ui/container/ElementWizardAction.java | 2 +- .../net4j/util/ui/container/ElementWizardComposite.java | 2 +- .../eclipse/net4j/util/ui/container/ElementWizardDialog.java | 2 +- .../org/eclipse/net4j/util/ui/container/IElementWizard.java | 2 +- .../src/org/eclipse/net4j/util/ui/handlers/SafeHandler.java | 2 +- .../org/eclipse/net4j/util/ui/prefs/PrefIntegerAndDisable.java | 2 +- .../org/eclipse/net4j/util/ui/prefs/PrefTextAndDisable.java | 2 +- .../net4j/util/ui/security/InteractiveCredentialsProvider.java | 2 +- .../eclipse/net4j/util/ui/views/ContainerPathItemProvider.java | 2 +- .../src/org/eclipse/net4j/util/ui/views/MasterDetailsView.java | 2 +- .../src/org/eclipse/net4j/util/ui/widgets/BaseDialog.java | 2 +- .../org/eclipse/net4j/util/ui/widgets/HistoryTextDialog.java | 2 +- .../src/org/eclipse/net4j/util/ui/widgets/SearchField.java | 2 +- .../internal/util/container/PluginElementProcessorList.java | 2 +- .../net4j/internal/util/factory/PluginFactoryRegistry.java | 2 +- .../src/org/eclipse/net4j/internal/util/table/Dumper.java | 2 +- .../eclipse/net4j/internal/util/table/RectangularRange.java | 2 +- .../src/org/eclipse/net4j/util/AdapterUtil.java | 2 +- .../src/org/eclipse/net4j/util/HexUtil.java | 2 +- .../src/org/eclipse/net4j/util/ReflectUtil.java | 2 +- .../src/org/eclipse/net4j/util/StringUtil.java | 2 +- .../src/org/eclipse/net4j/util/UUIDGenerator.java | 2 +- .../src/org/eclipse/net4j/util/XMLUtil.java | 2 +- .../eclipse/net4j/util/cache/HysteresisConditionPolicy.java | 2 +- .../eclipse/net4j/util/collection/GrowingRandomAccessList.java | 2 +- .../org/eclipse/net4j/util/collection/MoveableArrayList.java | 2 +- .../net4j/util/concurrent/DelegatingExecutorService.java | 2 +- .../eclipse/net4j/util/concurrent/ExecutorServiceFactory.java | 2 +- .../src/org/eclipse/net4j/util/concurrent/IRWLockManager.java | 2 +- .../src/org/eclipse/net4j/util/concurrent/IRWOLockManager.java | 2 +- .../src/org/eclipse/net4j/util/concurrent/RWLockManager.java | 2 +- .../eclipse/net4j/util/concurrent/SynchronizingCorrelator.java | 2 +- .../src/org/eclipse/net4j/util/concurrent/Timeouter.java | 2 +- .../org/eclipse/net4j/util/concurrent/TrackableTimerTask.java | 2 +- .../eclipse/net4j/util/confirmation/IConfirmationProvider.java | 2 +- .../org/eclipse/net4j/util/container/IElementProcessor.java | 2 +- .../org/eclipse/net4j/util/container/IManagedContainer.java | 2 +- .../src/org/eclipse/net4j/util/container/ManagedContainer.java | 2 +- .../src/org/eclipse/net4j/util/container/SetContainer.java | 2 +- .../net4j/util/container/delegate/ContainerBlockingQueue.java | 2 +- .../net4j/util/container/delegate/ContainerCollection.java | 2 +- .../eclipse/net4j/util/container/delegate/ContainerList.java | 2 +- .../eclipse/net4j/util/container/delegate/ContainerMap.java | 2 +- .../eclipse/net4j/util/container/delegate/ContainerQueue.java | 2 +- .../eclipse/net4j/util/container/delegate/ContainerSet.java | 2 +- .../net4j/util/container/delegate/ContainerSortedSet.java | 2 +- .../src/org/eclipse/net4j/util/fsm/FiniteStateMachine.java | 2 +- .../src/org/eclipse/net4j/util/io/IOUtil.java | 2 +- .../src/org/eclipse/net4j/util/io/SortedFileMap.java | 2 +- .../src/org/eclipse/net4j/util/om/OMPlatform.java | 2 +- .../src/org/eclipse/net4j/util/om/monitor/AbstractMonitor.java | 2 +- .../org/eclipse/net4j/util/om/monitor/ProgressDistributor.java | 2 +- .../src/org/eclipse/net4j/util/ref/KeyedPhantomReference.java | 2 +- .../src/org/eclipse/net4j/util/ref/KeyedSoftReference.java | 2 +- .../src/org/eclipse/net4j/util/ref/KeyedWeakReference.java | 2 +- .../src/org/eclipse/net4j/util/ref/ReferenceValueMap.java | 2 +- .../src/org/eclipse/net4j/util/registry/Registry.java | 2 +- .../org/eclipse/net4j/util/security/ChallengeNegotiator.java | 2 +- .../net4j/util/security/ChallengeNegotiatorConfigurer.java | 2 +- .../net4j/util/security/ChallengeResponseNegotiator.java | 2 +- .../src/org/eclipse/net4j/util/security/DiffieHellman.java | 2 +- .../util/security/IPasswordCredentialsUpdateProvider.java | 2 +- .../src/org/eclipse/net4j/util/security/IUserManager.java | 2 +- .../src/org/eclipse/net4j/util/security/Negotiator.java | 2 +- .../org/eclipse/net4j/util/security/ResponseNegotiator.java | 2 +- .../net4j/util/security/ResponseNegotiatorInjector.java | 2 +- .../src/org/eclipse/net4j/util/security/SecurityUtil.java | 2 +- .../src/org/eclipse/internal/net4j/TransportConfig.java | 2 +- .../src/org/eclipse/net4j/TransportInjector.java | 2 +- .../src/org/eclipse/net4j/buffer/BufferOutputStream.java | 2 +- .../eclipse/net4j/connector/ConnectorCredentialsInjector.java | 2 +- .../org/eclipse/net4j/protocol/ProtocolVersionException.java | 2 +- .../src/org/eclipse/net4j/signal/RemoteExceptionRequest.java | 2 +- .../src/org/eclipse/net4j/signal/SignalProtocol.java | 2 +- .../eclipse/net4j/signal/confirmation/ConfirmationPrompt.java | 2 +- .../org/eclipse/net4j/signal/heartbeat/HeartBeatProtocol.java | 2 +- .../net4j/signal/security/AuthenticatingSignalProtocol.java | 2 +- .../org.eclipse.net4j/src/org/eclipse/spi/net4j/Acceptor.java | 2 +- .../org.eclipse.net4j/src/org/eclipse/spi/net4j/Protocol.java | 2 +- .../org/gastro/business/provider/BusinessDayItemProvider.java | 2 +- .../business/provider/BusinessItemProviderAdapterFactory.java | 2 +- .../org/gastro/business/provider/OrderDetailItemProvider.java | 2 +- .../src/org/gastro/business/provider/OrderItemProvider.java | 2 +- .../src/org/gastro/business/provider/WaiterItemProvider.java | 2 +- .../src/org/gastro/business/impl/BusinessFactoryImpl.java | 2 +- .../src/org/gastro/business/impl/BusinessPackageImpl.java | 2 +- .../org/gastro/inventory/provider/DepartmentItemProvider.java | 2 +- .../org/gastro/inventory/provider/EmployeeItemProvider.java | 2 +- .../org/gastro/inventory/provider/IngredientItemProvider.java | 2 +- .../provider/InventoryItemProviderAdapterFactory.java | 2 +- .../org/gastro/inventory/provider/MenuCardItemProvider.java | 2 +- .../org/gastro/inventory/provider/OfferingItemProvider.java | 2 +- .../src/org/gastro/inventory/provider/ProductItemProvider.java | 2 +- .../src/org/gastro/inventory/provider/RecipeItemProvider.java | 2 +- .../org/gastro/inventory/provider/RestaurantItemProvider.java | 2 +- .../src/org/gastro/inventory/provider/SectionItemProvider.java | 2 +- .../src/org/gastro/inventory/provider/StationItemProvider.java | 2 +- .../src/org/gastro/inventory/provider/StockItemProvider.java | 2 +- .../gastro/inventory/provider/StockProductItemProvider.java | 2 +- .../src/org/gastro/inventory/provider/TableItemProvider.java | 2 +- .../src/org/gastro/inventory/impl/InventoryFactoryImpl.java | 2 +- .../src/org/gastro/inventory/impl/InventoryPackageImpl.java | 2 +- .../src/org/gastro/rcp/internal/department/OrdersView.java | 2 +- 1232 files changed, 1260 insertions(+), 1236 deletions(-) (limited to 'plugins') diff --git a/plugins/org.eclipse.emf.cdo.admin/src/org/eclipse/emf/cdo/internal/admin/CDOAdminClientImpl.java b/plugins/org.eclipse.emf.cdo.admin/src/org/eclipse/emf/cdo/internal/admin/CDOAdminClientImpl.java index 07917e9946..a7d61ad163 100644 --- a/plugins/org.eclipse.emf.cdo.admin/src/org/eclipse/emf/cdo/internal/admin/CDOAdminClientImpl.java +++ b/plugins/org.eclipse.emf.cdo.admin/src/org/eclipse/emf/cdo/internal/admin/CDOAdminClientImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, 2013, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2012, 2013, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.admin/src/org/eclipse/emf/cdo/internal/admin/CDOAdminClientManagerImpl.java b/plugins/org.eclipse.emf.cdo.admin/src/org/eclipse/emf/cdo/internal/admin/CDOAdminClientManagerImpl.java index 8f4e198d6e..eaf138b9be 100644 --- a/plugins/org.eclipse.emf.cdo.admin/src/org/eclipse/emf/cdo/internal/admin/CDOAdminClientManagerImpl.java +++ b/plugins/org.eclipse.emf.cdo.admin/src/org/eclipse/emf/cdo/internal/admin/CDOAdminClientManagerImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.admin/src/org/eclipse/emf/cdo/internal/admin/protocol/CDOAdminClientProtocol.java b/plugins/org.eclipse.emf.cdo.admin/src/org/eclipse/emf/cdo/internal/admin/protocol/CDOAdminClientProtocol.java index 26f4d2563f..20b70d1318 100644 --- a/plugins/org.eclipse.emf.cdo.admin/src/org/eclipse/emf/cdo/internal/admin/protocol/CDOAdminClientProtocol.java +++ b/plugins/org.eclipse.emf.cdo.admin/src/org/eclipse/emf/cdo/internal/admin/protocol/CDOAdminClientProtocol.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, 2013, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2012, 2013, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.admin/src/org/eclipse/emf/cdo/internal/admin/protocol/CreateRepositoryRequest.java b/plugins/org.eclipse.emf.cdo.admin/src/org/eclipse/emf/cdo/internal/admin/protocol/CreateRepositoryRequest.java index 99d75738cb..0497a704ab 100644 --- a/plugins/org.eclipse.emf.cdo.admin/src/org/eclipse/emf/cdo/internal/admin/protocol/CreateRepositoryRequest.java +++ b/plugins/org.eclipse.emf.cdo.admin/src/org/eclipse/emf/cdo/internal/admin/protocol/CreateRepositoryRequest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2012, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.common.db/src/org/eclipse/emf/cdo/common/db/CDOCommonDBUtil.java b/plugins/org.eclipse.emf.cdo.common.db/src/org/eclipse/emf/cdo/common/db/CDOCommonDBUtil.java index 96ab627956..168327b6e4 100644 --- a/plugins/org.eclipse.emf.cdo.common.db/src/org/eclipse/emf/cdo/common/db/CDOCommonDBUtil.java +++ b/plugins/org.eclipse.emf.cdo.common.db/src/org/eclipse/emf/cdo/common/db/CDOCommonDBUtil.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2012 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2009-2012, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.common.db/src/org/eclipse/emf/cdo/common/internal/db/DBRevisionCacheUtil.java b/plugins/org.eclipse.emf.cdo.common.db/src/org/eclipse/emf/cdo/common/internal/db/DBRevisionCacheUtil.java index 840326240a..98a7acf52a 100644 --- a/plugins/org.eclipse.emf.cdo.common.db/src/org/eclipse/emf/cdo/common/internal/db/DBRevisionCacheUtil.java +++ b/plugins/org.eclipse.emf.cdo.common.db/src/org/eclipse/emf/cdo/common/internal/db/DBRevisionCacheUtil.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2009-2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.common.db/src/org/eclipse/emf/cdo/common/internal/db/cache/DBRevisionCache.java b/plugins/org.eclipse.emf.cdo.common.db/src/org/eclipse/emf/cdo/common/internal/db/cache/DBRevisionCache.java index cc51b0c4d5..90e1021c78 100644 --- a/plugins/org.eclipse.emf.cdo.common.db/src/org/eclipse/emf/cdo/common/internal/db/cache/DBRevisionCache.java +++ b/plugins/org.eclipse.emf.cdo.common.db/src/org/eclipse/emf/cdo/common/internal/db/cache/DBRevisionCache.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2013 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2009-2013, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/branch/CDOBranch.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/branch/CDOBranch.java index 5ad33d8750..f8e506faae 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/branch/CDOBranch.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/branch/CDOBranch.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2013, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2009-2013, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/branch/CDOBranchChangedEvent.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/branch/CDOBranchChangedEvent.java index 205143de2b..f6a11fc1d7 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/branch/CDOBranchChangedEvent.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/branch/CDOBranchChangedEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2013, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/branch/CDOBranchPoint.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/branch/CDOBranchPoint.java index 64bf167939..896e58851e 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/branch/CDOBranchPoint.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/branch/CDOBranchPoint.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2012 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2009-2012, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/branch/CDOBranchPointRange.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/branch/CDOBranchPointRange.java index 7b5de43e92..2dd98a03f4 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/branch/CDOBranchPointRange.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/branch/CDOBranchPointRange.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/branch/CDOBranchProvider.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/branch/CDOBranchProvider.java index 13428f6646..9cde3ff583 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/branch/CDOBranchProvider.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/branch/CDOBranchProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2012 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/branch/CDOBranchVersion.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/branch/CDOBranchVersion.java index 3cb60dc522..18f96e1f70 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/branch/CDOBranchVersion.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/branch/CDOBranchVersion.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/commit/CDOCommitHistory.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/commit/CDOCommitHistory.java index f1db3a5890..be558896c3 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/commit/CDOCommitHistory.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/commit/CDOCommitHistory.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2012, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/commit/CDOCommitInfo.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/commit/CDOCommitInfo.java index 553270a868..b8814086c0 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/commit/CDOCommitInfo.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/commit/CDOCommitInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2012 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2012, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/commit/CDOCommitInfoManager.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/commit/CDOCommitInfoManager.java index 933be691b6..3c93792b8d 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/commit/CDOCommitInfoManager.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/commit/CDOCommitInfoManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2013, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2013, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/commit/handler/AsyncCommitInfoHandler.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/commit/handler/AsyncCommitInfoHandler.java index 4cf7d377be..07eed55abd 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/commit/handler/AsyncCommitInfoHandler.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/commit/handler/AsyncCommitInfoHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2011, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/lob/CDOBlob.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/lob/CDOBlob.java index 25e3674968..f43893ea36 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/lob/CDOBlob.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/lob/CDOBlob.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2011, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/lob/CDOClob.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/lob/CDOClob.java index 6c878e8051..8ed82c9f5e 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/lob/CDOClob.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/lob/CDOClob.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2011, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/lock/CDOLockUtil.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/lock/CDOLockUtil.java index 483571f989..d5c0065aea 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/lock/CDOLockUtil.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/lock/CDOLockUtil.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2011, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/lock/IDurableLockingManager.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/lock/IDurableLockingManager.java index 39b0b081ee..2f60ab414e 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/lock/IDurableLockingManager.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/lock/IDurableLockingManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2011, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/model/CDOModelUtil.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/model/CDOModelUtil.java index d835060d7a..848d8c2586 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/model/CDOModelUtil.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/model/CDOModelUtil.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008-2014 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2008-2014, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/model/EMFUtil.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/model/EMFUtil.java index c5d98f6824..6d85854c6e 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/model/EMFUtil.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/model/EMFUtil.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2013, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2009-2013, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/protocol/CDODataOutput.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/protocol/CDODataOutput.java index dfb75cd4f1..4ddd8ccbcb 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/protocol/CDODataOutput.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/protocol/CDODataOutput.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2013 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2013, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/revision/CDOIDAndBranch.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/revision/CDOIDAndBranch.java index 1d898f7bcd..f5e25bf8c2 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/revision/CDOIDAndBranch.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/revision/CDOIDAndBranch.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2013, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2011-2013, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/revision/delta/CDOSetFeatureDelta.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/revision/delta/CDOSetFeatureDelta.java index f867d8b9f8..5e2eabdf75 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/revision/delta/CDOSetFeatureDelta.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/revision/delta/CDOSetFeatureDelta.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008, 2010-2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2008, 2010-2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/util/CDOClassNotFoundException.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/util/CDOClassNotFoundException.java index 249c59a74f..3daacdfa89 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/util/CDOClassNotFoundException.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/util/CDOClassNotFoundException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/util/CDOCommonUtil.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/util/CDOCommonUtil.java index 0353b3fa99..50b963d4f1 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/util/CDOCommonUtil.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/util/CDOCommonUtil.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2013, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2013, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/util/CDOVersionProvider.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/util/CDOVersionProvider.java index b80646f561..0517fb70c0 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/util/CDOVersionProvider.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/util/CDOVersionProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/util/RepositoryStateChangedEvent.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/util/RepositoryStateChangedEvent.java index 89c4843dc6..1689e50974 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/util/RepositoryStateChangedEvent.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/util/RepositoryStateChangedEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2012 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2012, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/util/RepositoryTypeChangedEvent.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/util/RepositoryTypeChangedEvent.java index 03d99d642e..cf95256bfa 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/util/RepositoryTypeChangedEvent.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/util/RepositoryTypeChangedEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/branch/CDOBranchImpl.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/branch/CDOBranchImpl.java index be677a8582..cb85da6f2b 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/branch/CDOBranchImpl.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/branch/CDOBranchImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/branch/CDOBranchManagerImpl.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/branch/CDOBranchManagerImpl.java index 9a8deb9b86..1527886f73 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/branch/CDOBranchManagerImpl.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/branch/CDOBranchManagerImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2013, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2013, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/commit/CDOChangeSetDataImpl.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/commit/CDOChangeSetDataImpl.java index 5079ea978d..6b22e2a328 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/commit/CDOChangeSetDataImpl.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/commit/CDOChangeSetDataImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/commit/CDOCommitDataImpl.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/commit/CDOCommitDataImpl.java index 169a8cfee7..69d6a6f709 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/commit/CDOCommitDataImpl.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/commit/CDOCommitDataImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2013, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2013, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/commit/CDOCommitHistoryImpl.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/commit/CDOCommitHistoryImpl.java index 58788c3751..9610fc9a3f 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/commit/CDOCommitHistoryImpl.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/commit/CDOCommitHistoryImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/commit/CDOCommitHistoryProviderImpl.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/commit/CDOCommitHistoryProviderImpl.java index 163900a955..55f8df7827 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/commit/CDOCommitHistoryProviderImpl.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/commit/CDOCommitHistoryProviderImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/commit/CDOCommitInfoImpl.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/commit/CDOCommitInfoImpl.java index 40f4b1baf1..10293a89d4 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/commit/CDOCommitInfoImpl.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/commit/CDOCommitInfoImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2013, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2013, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/commit/CDOCommitInfoManagerImpl.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/commit/CDOCommitInfoManagerImpl.java index 850d014731..0fe9092dc4 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/commit/CDOCommitInfoManagerImpl.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/commit/CDOCommitInfoManagerImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2013, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2013, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/commit/DelegatingCommitInfo.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/commit/DelegatingCommitInfo.java index 25f2ee968c..982944d3bf 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/commit/DelegatingCommitInfo.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/commit/DelegatingCommitInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2013 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2013, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/commit/FailureCommitInfo.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/commit/FailureCommitInfo.java index 0833b28e16..65a68a86c6 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/commit/FailureCommitInfo.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/commit/FailureCommitInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2011, 2012, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/id/CDOIDObjectLongWithClassifierImpl.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/id/CDOIDObjectLongWithClassifierImpl.java index ba85a33d95..0e621622d6 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/id/CDOIDObjectLongWithClassifierImpl.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/id/CDOIDObjectLongWithClassifierImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2013, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2009-2013, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/id/CDOIDObjectStringWithClassifierImpl.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/id/CDOIDObjectStringWithClassifierImpl.java index b30b203b89..6e6046bbf9 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/id/CDOIDObjectStringWithClassifierImpl.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/id/CDOIDObjectStringWithClassifierImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2013, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2009-2013, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/lock/CDOLockAreaImpl.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/lock/CDOLockAreaImpl.java index faebd9a22c..c7fbdd573d 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/lock/CDOLockAreaImpl.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/lock/CDOLockAreaImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2011, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/model/CDOPackageRegistryImpl.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/model/CDOPackageRegistryImpl.java index fc4e10c8a1..4b3ed6ac29 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/model/CDOPackageRegistryImpl.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/model/CDOPackageRegistryImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2013 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2009-2013, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/model/CDOPackageUnitImpl.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/model/CDOPackageUnitImpl.java index afca0d2f46..0f3dd9e67a 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/model/CDOPackageUnitImpl.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/model/CDOPackageUnitImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2013, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2009-2013, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/model/CDOTypeImpl.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/model/CDOTypeImpl.java index b20284f043..c183289f01 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/model/CDOTypeImpl.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/model/CDOTypeImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008-2014 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2008-2014, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/revision/AbstractCDORevisionCache.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/revision/AbstractCDORevisionCache.java index 334078933c..fa0b80a5a9 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/revision/AbstractCDORevisionCache.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/revision/AbstractCDORevisionCache.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2013, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2011-2013, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/revision/CDOListImpl.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/revision/CDOListImpl.java index ad8cf66e02..06e77c786d 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/revision/CDOListImpl.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/revision/CDOListImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008-2013, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2008-2013, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/revision/CDORevisableImpl.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/revision/CDORevisableImpl.java index 24d5769b3a..d6b656f597 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/revision/CDORevisableImpl.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/revision/CDORevisableImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2011, 2012, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/revision/CDORevisionManagerImpl.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/revision/CDORevisionManagerImpl.java index 9608000bce..4323d1871d 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/revision/CDORevisionManagerImpl.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/revision/CDORevisionManagerImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2009-2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/revision/delta/CDOAddFeatureDeltaImpl.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/revision/delta/CDOAddFeatureDeltaImpl.java index b7c98650e3..58f8990843 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/revision/delta/CDOAddFeatureDeltaImpl.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/revision/delta/CDOAddFeatureDeltaImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008-2012, 2014, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2008-2012, 2014-2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/revision/delta/CDOContainerFeatureDeltaImpl.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/revision/delta/CDOContainerFeatureDeltaImpl.java index 2e8f887b91..495b9b97ff 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/revision/delta/CDOContainerFeatureDeltaImpl.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/revision/delta/CDOContainerFeatureDeltaImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008-2012, 2014 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2008-2012, 2014, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/revision/delta/CDOListFeatureDeltaImpl.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/revision/delta/CDOListFeatureDeltaImpl.java index d25f5cb871..45f459c347 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/revision/delta/CDOListFeatureDeltaImpl.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/revision/delta/CDOListFeatureDeltaImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008-2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2008-2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/revision/delta/CDOMoveFeatureDeltaImpl.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/revision/delta/CDOMoveFeatureDeltaImpl.java index da8d1583d6..1d8447eef0 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/revision/delta/CDOMoveFeatureDeltaImpl.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/revision/delta/CDOMoveFeatureDeltaImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008-2012, 2014, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2008-2012, 2014-2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/revision/delta/CDORemoveFeatureDeltaImpl.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/revision/delta/CDORemoveFeatureDeltaImpl.java index 9305868b68..d14aec4e7e 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/revision/delta/CDORemoveFeatureDeltaImpl.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/revision/delta/CDORemoveFeatureDeltaImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008-2012, 2014, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2008-2012, 2014-2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/revision/delta/CDORevisionDeltaImpl.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/revision/delta/CDORevisionDeltaImpl.java index e08af0525f..1c6fdc84cf 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/revision/delta/CDORevisionDeltaImpl.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/revision/delta/CDORevisionDeltaImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008-2014 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2008-2014, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/revision/delta/CDOSetFeatureDeltaImpl.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/revision/delta/CDOSetFeatureDeltaImpl.java index 43eeb54ddf..8b645c5510 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/revision/delta/CDOSetFeatureDeltaImpl.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/revision/delta/CDOSetFeatureDeltaImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008-2012, 2014, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2008-2012, 2014-2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/revision/delta/CDOSingleValueFeatureDeltaImpl.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/revision/delta/CDOSingleValueFeatureDeltaImpl.java index f3703c4f5d..7d7d5add23 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/revision/delta/CDOSingleValueFeatureDeltaImpl.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/revision/delta/CDOSingleValueFeatureDeltaImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008-2013 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2008-2013, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/CDOReplicationContext.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/CDOReplicationContext.java index dbbbc339ff..7848f3dc2b 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/CDOReplicationContext.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/CDOReplicationContext.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/admin/AbstractCDOAdmin.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/admin/AbstractCDOAdmin.java index 2875f6d7eb..52fc947e6b 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/admin/AbstractCDOAdmin.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/admin/AbstractCDOAdmin.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/branch/CDOBranchUtil.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/branch/CDOBranchUtil.java index d15189f04f..bf02fdb079 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/branch/CDOBranchUtil.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/branch/CDOBranchUtil.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2013, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2013, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/commit/CDOChangeKindCache.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/commit/CDOChangeKindCache.java index f34b2eb515..45c4cdf4a7 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/commit/CDOChangeKindCache.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/commit/CDOChangeKindCache.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/commit/CDOChangeSetDataRevisionProvider.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/commit/CDOChangeSetDataRevisionProvider.java index 7eb525c24e..a325c39e78 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/commit/CDOChangeSetDataRevisionProvider.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/commit/CDOChangeSetDataRevisionProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2014 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2014, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/commit/CDOChangeSetSegment.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/commit/CDOChangeSetSegment.java index aaf4e49593..cce8e04d0e 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/commit/CDOChangeSetSegment.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/commit/CDOChangeSetSegment.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2013 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2013, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/commit/CDOCommitInfoUtil.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/commit/CDOCommitInfoUtil.java index 70a8ada582..d860756e14 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/commit/CDOCommitInfoUtil.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/commit/CDOCommitInfoUtil.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2013 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2013, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/commit/CDORevisionAvailabilityInfo.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/commit/CDORevisionAvailabilityInfo.java index ad12cf7c31..d4b57d9556 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/commit/CDORevisionAvailabilityInfo.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/commit/CDORevisionAvailabilityInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2013 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2013, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/commit/InternalCDOCommitInfoManager.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/commit/InternalCDOCommitInfoManager.java index 40e900a05a..7eba937d66 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/commit/InternalCDOCommitInfoManager.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/commit/InternalCDOCommitInfoManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2013 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2013, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/protocol/CDODataInputImpl.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/protocol/CDODataInputImpl.java index 2ba38d4fa6..95c5848d88 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/protocol/CDODataInputImpl.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/protocol/CDODataInputImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2012-2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/protocol/CDODataOutputImpl.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/protocol/CDODataOutputImpl.java index bac74c7e4e..b6f2ac22e2 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/protocol/CDODataOutputImpl.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/protocol/CDODataOutputImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2012-2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/BaseCDORevision.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/BaseCDORevision.java index dc75594251..8a53547797 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/BaseCDORevision.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/BaseCDORevision.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/DelegatingCDORevisionManager.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/DelegatingCDORevisionManager.java index 28a2937da6..77559a19e7 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/DelegatingCDORevisionManager.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/DelegatingCDORevisionManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2012 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2012, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/InternalCDORevisionManager.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/InternalCDORevisionManager.java index 8d436c8a70..130ba3e15d 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/InternalCDORevisionManager.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/InternalCDORevisionManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2009-2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/RevisionInfo.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/RevisionInfo.java index 92e018ce6b..9034629c7a 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/RevisionInfo.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/RevisionInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.compare/src/org/eclipse/emf/cdo/compare/CDOCompare.java b/plugins/org.eclipse.emf.cdo.compare/src/org/eclipse/emf/cdo/compare/CDOCompare.java index 9cc188caf8..1e7d1cdcf2 100644 --- a/plugins/org.eclipse.emf.cdo.compare/src/org/eclipse/emf/cdo/compare/CDOCompare.java +++ b/plugins/org.eclipse.emf.cdo.compare/src/org/eclipse/emf/cdo/compare/CDOCompare.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2013, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.compare/src/org/eclipse/emf/cdo/compare/CDOCompareUtil.java b/plugins/org.eclipse.emf.cdo.compare/src/org/eclipse/emf/cdo/compare/CDOCompareUtil.java index 726d926bc3..c279f1d8ed 100644 --- a/plugins/org.eclipse.emf.cdo.compare/src/org/eclipse/emf/cdo/compare/CDOCompareUtil.java +++ b/plugins/org.eclipse.emf.cdo.compare/src/org/eclipse/emf/cdo/compare/CDOCompareUtil.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, 2013, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2012, 2013, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.compare/src/org/eclipse/emf/cdo/compare/CDOComparisonScope.java b/plugins/org.eclipse.emf.cdo.compare/src/org/eclipse/emf/cdo/compare/CDOComparisonScope.java index 228e0b74ca..e414d448f8 100644 --- a/plugins/org.eclipse.emf.cdo.compare/src/org/eclipse/emf/cdo/compare/CDOComparisonScope.java +++ b/plugins/org.eclipse.emf.cdo.compare/src/org/eclipse/emf/cdo/compare/CDOComparisonScope.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, 2013, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2012, 2013, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.edit/src/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/provider/DawnFragmentGeneratorItemProvider.java b/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.edit/src/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/provider/DawnFragmentGeneratorItemProvider.java index 162bed0027..af9b7d48cb 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.edit/src/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/provider/DawnFragmentGeneratorItemProvider.java +++ b/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.edit/src/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/provider/DawnFragmentGeneratorItemProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.edit/src/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/provider/DawnGeneratorItemProvider.java b/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.edit/src/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/provider/DawnGeneratorItemProvider.java index 7c0e04278b..6b17148b01 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.edit/src/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/provider/DawnGeneratorItemProvider.java +++ b/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.edit/src/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/provider/DawnGeneratorItemProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.edit/src/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/provider/DawngenmodelItemProviderAdapterFactory.java b/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.edit/src/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/provider/DawngenmodelItemProviderAdapterFactory.java index 3d31074fe4..0dacdbab44 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.edit/src/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/provider/DawngenmodelItemProviderAdapterFactory.java +++ b/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.edit/src/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/provider/DawngenmodelItemProviderAdapterFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.editor/src/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/presentation/DawngenmodelActionBarContributor.java b/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.editor/src/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/presentation/DawngenmodelActionBarContributor.java index 541fa78e54..d507a88f87 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.editor/src/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/presentation/DawngenmodelActionBarContributor.java +++ b/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.editor/src/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/presentation/DawngenmodelActionBarContributor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.editor/src/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/presentation/DawngenmodelModelWizard.java b/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.editor/src/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/presentation/DawngenmodelModelWizard.java index 26c10716cb..44bff58ed8 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.editor/src/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/presentation/DawngenmodelModelWizard.java +++ b/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.editor/src/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/presentation/DawngenmodelModelWizard.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.emf.edit/src/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/emf/dawnEmfGenmodel/provider/DawnEMFGeneratorItemProvider.java b/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.emf.edit/src/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/emf/dawnEmfGenmodel/provider/DawnEMFGeneratorItemProvider.java index d6348f5e02..59b885aa60 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.emf.edit/src/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/emf/dawnEmfGenmodel/provider/DawnEMFGeneratorItemProvider.java +++ b/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.emf.edit/src/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/emf/dawnEmfGenmodel/provider/DawnEMFGeneratorItemProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2011, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.emf.edit/src/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/emf/dawnEmfGenmodel/provider/DawnEmfGenmodelItemProviderAdapterFactory.java b/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.emf.edit/src/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/emf/dawnEmfGenmodel/provider/DawnEmfGenmodelItemProviderAdapterFactory.java index b96518fc8f..7b190f3538 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.emf.edit/src/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/emf/dawnEmfGenmodel/provider/DawnEmfGenmodelItemProviderAdapterFactory.java +++ b/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.emf.edit/src/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/emf/dawnEmfGenmodel/provider/DawnEmfGenmodelItemProviderAdapterFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2011, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.emf.ui/src-gen/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/emf/dawnEmfGenmodel/presentation/DawnEmfGenmodelActionBarContributor.java b/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.emf.ui/src-gen/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/emf/dawnEmfGenmodel/presentation/DawnEmfGenmodelActionBarContributor.java index bf1e946a0a..50ab949574 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.emf.ui/src-gen/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/emf/dawnEmfGenmodel/presentation/DawnEmfGenmodelActionBarContributor.java +++ b/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.emf.ui/src-gen/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/emf/dawnEmfGenmodel/presentation/DawnEmfGenmodelActionBarContributor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2011, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.emf.ui/src-gen/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/emf/dawnEmfGenmodel/presentation/DawnEmfGenmodelModelWizard.java b/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.emf.ui/src-gen/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/emf/dawnEmfGenmodel/presentation/DawnEmfGenmodelModelWizard.java index 28c2e94189..8d7aee04f9 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.emf.ui/src-gen/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/emf/dawnEmfGenmodel/presentation/DawnEmfGenmodelModelWizard.java +++ b/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.emf.ui/src-gen/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/emf/dawnEmfGenmodel/presentation/DawnEmfGenmodelModelWizard.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2011, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.emf.ui/src/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/emf/ui/actions/GenerateEMFFragmentAction.java b/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.emf.ui/src/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/emf/ui/actions/GenerateEMFFragmentAction.java index e9d16b5e05..8a1a9a13ff 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.emf.ui/src/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/emf/ui/actions/GenerateEMFFragmentAction.java +++ b/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.emf.ui/src/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/emf/ui/actions/GenerateEMFFragmentAction.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2011, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.emf/src-gen/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/emf/dawnEmfGenmodel/DawnEmfGenmodelFactory.java b/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.emf/src-gen/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/emf/dawnEmfGenmodel/DawnEmfGenmodelFactory.java index 98cfc3bd24..828386e03c 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.emf/src-gen/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/emf/dawnEmfGenmodel/DawnEmfGenmodelFactory.java +++ b/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.emf/src-gen/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/emf/dawnEmfGenmodel/DawnEmfGenmodelFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2011, 2012, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.emf/src-gen/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/emf/dawnEmfGenmodel/DawnEmfGenmodelPackage.java b/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.emf/src-gen/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/emf/dawnEmfGenmodel/DawnEmfGenmodelPackage.java index 3545e9fd7d..8927b74a02 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.emf/src-gen/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/emf/dawnEmfGenmodel/DawnEmfGenmodelPackage.java +++ b/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.emf/src-gen/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/emf/dawnEmfGenmodel/DawnEmfGenmodelPackage.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2011, 2012, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.emf/src-gen/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/emf/dawnEmfGenmodel/impl/DawnEMFGeneratorImpl.java b/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.emf/src-gen/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/emf/dawnEmfGenmodel/impl/DawnEMFGeneratorImpl.java index 99021ea1b9..39fc236068 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.emf/src-gen/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/emf/dawnEmfGenmodel/impl/DawnEMFGeneratorImpl.java +++ b/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.emf/src-gen/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/emf/dawnEmfGenmodel/impl/DawnEMFGeneratorImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2011, 2012, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.emf/src-gen/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/emf/dawnEmfGenmodel/impl/DawnEmfGenmodelPackageImpl.java b/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.emf/src-gen/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/emf/dawnEmfGenmodel/impl/DawnEmfGenmodelPackageImpl.java index ae6f6c156c..f15eb9f37a 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.emf/src-gen/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/emf/dawnEmfGenmodel/impl/DawnEmfGenmodelPackageImpl.java +++ b/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.emf/src-gen/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/emf/dawnEmfGenmodel/impl/DawnEmfGenmodelPackageImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2011, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.gmf.edit/src/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/gmf/dawnGmfGenmodel/provider/DawnCodeGenEditPlugin.java b/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.gmf.edit/src/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/gmf/dawnGmfGenmodel/provider/DawnCodeGenEditPlugin.java index 9a50bc2782..839ed2fb03 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.gmf.edit/src/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/gmf/dawnGmfGenmodel/provider/DawnCodeGenEditPlugin.java +++ b/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.gmf.edit/src/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/gmf/dawnGmfGenmodel/provider/DawnCodeGenEditPlugin.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2011, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.gmf.edit/src/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/gmf/dawnGmfGenmodel/provider/DawnGMFGeneratorItemProvider.java b/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.gmf.edit/src/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/gmf/dawnGmfGenmodel/provider/DawnGMFGeneratorItemProvider.java index 436c8539ea..06831fbae2 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.gmf.edit/src/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/gmf/dawnGmfGenmodel/provider/DawnGMFGeneratorItemProvider.java +++ b/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.gmf.edit/src/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/gmf/dawnGmfGenmodel/provider/DawnGMFGeneratorItemProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2011, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.gmf.edit/src/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/gmf/dawnGmfGenmodel/provider/DawnGmfGenmodelItemProviderAdapterFactory.java b/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.gmf.edit/src/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/gmf/dawnGmfGenmodel/provider/DawnGmfGenmodelItemProviderAdapterFactory.java index a2b88c52dc..694a5ea506 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.gmf.edit/src/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/gmf/dawnGmfGenmodel/provider/DawnGmfGenmodelItemProviderAdapterFactory.java +++ b/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.gmf.edit/src/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/gmf/dawnGmfGenmodel/provider/DawnGmfGenmodelItemProviderAdapterFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2011, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.gmf.ui/src-gen/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/gmf/dawnGmfGenmodel/presentation/DawnCodeGenEditorPlugin.java b/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.gmf.ui/src-gen/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/gmf/dawnGmfGenmodel/presentation/DawnCodeGenEditorPlugin.java index e36114c789..8bc4b6f22b 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.gmf.ui/src-gen/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/gmf/dawnGmfGenmodel/presentation/DawnCodeGenEditorPlugin.java +++ b/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.gmf.ui/src-gen/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/gmf/dawnGmfGenmodel/presentation/DawnCodeGenEditorPlugin.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2011, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.gmf.ui/src-gen/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/gmf/dawnGmfGenmodel/presentation/DawnGmfGenmodelActionBarContributor.java b/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.gmf.ui/src-gen/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/gmf/dawnGmfGenmodel/presentation/DawnGmfGenmodelActionBarContributor.java index 8681934d14..3222585b2d 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.gmf.ui/src-gen/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/gmf/dawnGmfGenmodel/presentation/DawnGmfGenmodelActionBarContributor.java +++ b/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.gmf.ui/src-gen/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/gmf/dawnGmfGenmodel/presentation/DawnGmfGenmodelActionBarContributor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2011, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.gmf.ui/src-gen/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/gmf/dawnGmfGenmodel/presentation/DawnGmfGenmodelModelWizard.java b/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.gmf.ui/src-gen/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/gmf/dawnGmfGenmodel/presentation/DawnGmfGenmodelModelWizard.java index 447b46213f..8f3b5dab27 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.gmf.ui/src-gen/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/gmf/dawnGmfGenmodel/presentation/DawnGmfGenmodelModelWizard.java +++ b/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.gmf.ui/src-gen/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/gmf/dawnGmfGenmodel/presentation/DawnGmfGenmodelModelWizard.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2011, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.gmf.ui/src/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/gmf/ui/actions/GenerateDawnGenModelGMFAction.java b/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.gmf.ui/src/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/gmf/ui/actions/GenerateDawnGenModelGMFAction.java index f80dbac64c..ec47ea8db2 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.gmf.ui/src/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/gmf/ui/actions/GenerateDawnGenModelGMFAction.java +++ b/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.gmf.ui/src/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/gmf/ui/actions/GenerateDawnGenModelGMFAction.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2011, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.gmf/src-gen/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/gmf/dawnGmfGenmodel/DawnGmfGenmodelFactory.java b/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.gmf/src-gen/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/gmf/dawnGmfGenmodel/DawnGmfGenmodelFactory.java index b874863cae..46fc4d4cc5 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.gmf/src-gen/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/gmf/dawnGmfGenmodel/DawnGmfGenmodelFactory.java +++ b/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.gmf/src-gen/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/gmf/dawnGmfGenmodel/DawnGmfGenmodelFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2011, 2012, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.gmf/src-gen/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/gmf/dawnGmfGenmodel/DawnGmfGenmodelPackage.java b/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.gmf/src-gen/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/gmf/dawnGmfGenmodel/DawnGmfGenmodelPackage.java index 8a518cc2b9..f658e6c98a 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.gmf/src-gen/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/gmf/dawnGmfGenmodel/DawnGmfGenmodelPackage.java +++ b/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.gmf/src-gen/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/gmf/dawnGmfGenmodel/DawnGmfGenmodelPackage.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2011, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.gmf/src-gen/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/gmf/dawnGmfGenmodel/impl/DawnGMFGeneratorImpl.java b/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.gmf/src-gen/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/gmf/dawnGmfGenmodel/impl/DawnGMFGeneratorImpl.java index 280454211d..17cd3dbe42 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.gmf/src-gen/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/gmf/dawnGmfGenmodel/impl/DawnGMFGeneratorImpl.java +++ b/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.gmf/src-gen/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/gmf/dawnGmfGenmodel/impl/DawnGMFGeneratorImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2011, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.gmf/src-gen/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/gmf/dawnGmfGenmodel/impl/DawnGmfGenmodelPackageImpl.java b/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.gmf/src-gen/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/gmf/dawnGmfGenmodel/impl/DawnGmfGenmodelPackageImpl.java index 88f09c0030..99d70a871e 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.gmf/src-gen/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/gmf/dawnGmfGenmodel/impl/DawnGmfGenmodelPackageImpl.java +++ b/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.gmf/src-gen/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/gmf/dawnGmfGenmodel/impl/DawnGmfGenmodelPackageImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2011, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel/src/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/DawngenmodelPackage.java b/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel/src/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/DawngenmodelPackage.java index d66a0a5929..07b630606e 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel/src/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/DawngenmodelPackage.java +++ b/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel/src/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/DawngenmodelPackage.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2012 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2012, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel/src/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/impl/DawnFragmentGeneratorImpl.java b/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel/src/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/impl/DawnFragmentGeneratorImpl.java index 4f842a9aeb..bc8c7479af 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel/src/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/impl/DawnFragmentGeneratorImpl.java +++ b/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel/src/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/impl/DawnFragmentGeneratorImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel/src/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/impl/DawnGeneratorImpl.java b/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel/src/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/impl/DawnGeneratorImpl.java index 31dee57e36..38b66aef98 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel/src/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/impl/DawnGeneratorImpl.java +++ b/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel/src/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/impl/DawnGeneratorImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel/src/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/impl/DawngenmodelPackageImpl.java b/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel/src/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/impl/DawngenmodelPackageImpl.java index 335fc041ea..7e6a8628fa 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel/src/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/impl/DawngenmodelPackageImpl.java +++ b/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel/src/org/eclipse/emf/cdo/dawn/codegen/dawngenmodel/impl/DawngenmodelPackageImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.codegen/src/org/eclipse/emf/cdo/dawn/codegen/actions/GenerateDawnGenModelAction.java b/plugins/org.eclipse.emf.cdo.dawn.codegen/src/org/eclipse/emf/cdo/dawn/codegen/actions/GenerateDawnGenModelAction.java index 6d34af6fdc..1ab0df8df4 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.codegen/src/org/eclipse/emf/cdo/dawn/codegen/actions/GenerateDawnGenModelAction.java +++ b/plugins/org.eclipse.emf.cdo.dawn.codegen/src/org/eclipse/emf/cdo/dawn/codegen/actions/GenerateDawnGenModelAction.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.codegen/src/org/eclipse/emf/cdo/dawn/codegen/creators/impl/AbstractFragmentCreator.java b/plugins/org.eclipse.emf.cdo.dawn.codegen/src/org/eclipse/emf/cdo/dawn/codegen/creators/impl/AbstractFragmentCreator.java index d63b3d95c2..26ed4f2f41 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.codegen/src/org/eclipse/emf/cdo/dawn/codegen/creators/impl/AbstractFragmentCreator.java +++ b/plugins/org.eclipse.emf.cdo.dawn.codegen/src/org/eclipse/emf/cdo/dawn/codegen/creators/impl/AbstractFragmentCreator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2011, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.codegen/src/org/eclipse/emf/cdo/dawn/codegen/util/ProjectCreationHelper.java b/plugins/org.eclipse.emf.cdo.dawn.codegen/src/org/eclipse/emf/cdo/dawn/codegen/util/ProjectCreationHelper.java index 5c1eb972cf..0cd5120795 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.codegen/src/org/eclipse/emf/cdo/dawn/codegen/util/ProjectCreationHelper.java +++ b/plugins/org.eclipse.emf.cdo.dawn.codegen/src/org/eclipse/emf/cdo/dawn/codegen/util/ProjectCreationHelper.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.ecore.editor.dawn/src/org/eclipse/emf/cdo/dawn/ecore/presentation/DawnEcoreEditor.java b/plugins/org.eclipse.emf.cdo.dawn.ecore.editor.dawn/src/org/eclipse/emf/cdo/dawn/ecore/presentation/DawnEcoreEditor.java index 2e1356640a..85c8a0ce83 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.ecore.editor.dawn/src/org/eclipse/emf/cdo/dawn/ecore/presentation/DawnEcoreEditor.java +++ b/plugins/org.eclipse.emf.cdo.dawn.ecore.editor.dawn/src/org/eclipse/emf/cdo/dawn/ecore/presentation/DawnEcoreEditor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2013, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2013, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.ecore.editor.dawn/src/org/eclipse/emf/cdo/dawn/ecore/presentation/DawnEcoreModelWizard.java b/plugins/org.eclipse.emf.cdo.dawn.ecore.editor.dawn/src/org/eclipse/emf/cdo/dawn/ecore/presentation/DawnEcoreModelWizard.java index 31186c052b..299a81367c 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.ecore.editor.dawn/src/org/eclipse/emf/cdo/dawn/ecore/presentation/DawnEcoreModelWizard.java +++ b/plugins/org.eclipse.emf.cdo.dawn.ecore.editor.dawn/src/org/eclipse/emf/cdo/dawn/ecore/presentation/DawnEcoreModelWizard.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.ecoretools.diagram.dawn/src/org/eclipse/emf/cdo/dawn/ecoretools/diagram/part/DawnEcoreCreationWizard.java b/plugins/org.eclipse.emf.cdo.dawn.ecoretools.diagram.dawn/src/org/eclipse/emf/cdo/dawn/ecoretools/diagram/part/DawnEcoreCreationWizard.java index 0f13120ccc..50bb0b6a09 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.ecoretools.diagram.dawn/src/org/eclipse/emf/cdo/dawn/ecoretools/diagram/part/DawnEcoreCreationWizard.java +++ b/plugins/org.eclipse.emf.cdo.dawn.ecoretools.diagram.dawn/src/org/eclipse/emf/cdo/dawn/ecoretools/diagram/part/DawnEcoreCreationWizard.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.ecoretools.diagram.dawn/src/org/eclipse/emf/cdo/dawn/ecoretools/diagram/part/DawnEcoreDiagramEditor.java b/plugins/org.eclipse.emf.cdo.dawn.ecoretools.diagram.dawn/src/org/eclipse/emf/cdo/dawn/ecoretools/diagram/part/DawnEcoreDiagramEditor.java index 0a1851433e..deaeaad976 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.ecoretools.diagram.dawn/src/org/eclipse/emf/cdo/dawn/ecoretools/diagram/part/DawnEcoreDiagramEditor.java +++ b/plugins/org.eclipse.emf.cdo.dawn.ecoretools.diagram.dawn/src/org/eclipse/emf/cdo/dawn/ecoretools/diagram/part/DawnEcoreDiagramEditor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2012 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2012, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.ecoretools.diagram.dawn/src/org/eclipse/emf/cdo/dawn/ecoretools/diagram/part/DawnEcoreDiagramEditorUtil.java b/plugins/org.eclipse.emf.cdo.dawn.ecoretools.diagram.dawn/src/org/eclipse/emf/cdo/dawn/ecoretools/diagram/part/DawnEcoreDiagramEditorUtil.java index c3991faee0..92674084f7 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.ecoretools.diagram.dawn/src/org/eclipse/emf/cdo/dawn/ecoretools/diagram/part/DawnEcoreDiagramEditorUtil.java +++ b/plugins/org.eclipse.emf.cdo.dawn.ecoretools.diagram.dawn/src/org/eclipse/emf/cdo/dawn/ecoretools/diagram/part/DawnEcoreDiagramEditorUtil.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.ecoretools.diagram.dawn/src/org/eclipse/emf/cdo/dawn/ecoretools/diagram/part/DawnEcoreDocumentProvider.java b/plugins/org.eclipse.emf.cdo.dawn.ecoretools.diagram.dawn/src/org/eclipse/emf/cdo/dawn/ecoretools/diagram/part/DawnEcoreDocumentProvider.java index 80cf380553..a420c8ade2 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.ecoretools.diagram.dawn/src/org/eclipse/emf/cdo/dawn/ecoretools/diagram/part/DawnEcoreDocumentProvider.java +++ b/plugins/org.eclipse.emf.cdo.dawn.ecoretools.diagram.dawn/src/org/eclipse/emf/cdo/dawn/ecoretools/diagram/part/DawnEcoreDocumentProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram.dawn/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/part/DawnAcoreCreationWizard.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram.dawn/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/part/DawnAcoreCreationWizard.java index 091bb5c01a..dba7406ac9 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram.dawn/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/part/DawnAcoreCreationWizard.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram.dawn/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/part/DawnAcoreCreationWizard.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram.dawn/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/part/DawnAcoreDiagramEditor.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram.dawn/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/part/DawnAcoreDiagramEditor.java index 6452035025..bc1bf6dbc7 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram.dawn/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/part/DawnAcoreDiagramEditor.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram.dawn/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/part/DawnAcoreDiagramEditor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2012 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2012, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram.dawn/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/part/DawnAcoreDiagramEditorUtil.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram.dawn/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/part/DawnAcoreDiagramEditorUtil.java index 85423620b2..208fdf0d99 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram.dawn/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/part/DawnAcoreDiagramEditorUtil.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram.dawn/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/part/DawnAcoreDiagramEditorUtil.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram.dawn/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/part/DawnAcoreDocumentProvider.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram.dawn/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/part/DawnAcoreDocumentProvider.java index a7404c2a7d..fe4ff88c32 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram.dawn/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/part/DawnAcoreDocumentProvider.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram.dawn/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/part/DawnAcoreDocumentProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/commands/AClassAggregationsReorientCommand.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/commands/AClassAggregationsReorientCommand.java index 81178576ff..6cf9ddfd4f 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/commands/AClassAggregationsReorientCommand.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/commands/AClassAggregationsReorientCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/commands/AClassAssociationsReorientCommand.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/commands/AClassAssociationsReorientCommand.java index 0bc4798fef..0911ee6f1c 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/commands/AClassAssociationsReorientCommand.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/commands/AClassAssociationsReorientCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/commands/AClassCompositionsReorientCommand.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/commands/AClassCompositionsReorientCommand.java index 09f8f061a3..fc5c12f112 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/commands/AClassCompositionsReorientCommand.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/commands/AClassCompositionsReorientCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/commands/AClassImplementedInterfacesCreateCommand.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/commands/AClassImplementedInterfacesCreateCommand.java index d1200f2190..9fa8cc6f77 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/commands/AClassImplementedInterfacesCreateCommand.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/commands/AClassImplementedInterfacesCreateCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/commands/AClassImplementedInterfacesReorientCommand.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/commands/AClassImplementedInterfacesReorientCommand.java index 15c67b103c..15d491b5b8 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/commands/AClassImplementedInterfacesReorientCommand.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/commands/AClassImplementedInterfacesReorientCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/commands/AClassSubClassesReorientCommand.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/commands/AClassSubClassesReorientCommand.java index 9c1992de58..b1f6e81dc6 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/commands/AClassSubClassesReorientCommand.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/commands/AClassSubClassesReorientCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/helpers/AcoreBaseEditHelper.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/helpers/AcoreBaseEditHelper.java index e232d12d9c..ea395ac98d 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/helpers/AcoreBaseEditHelper.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/helpers/AcoreBaseEditHelper.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/parts/AAttribute2EditPart.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/parts/AAttribute2EditPart.java index 9c6699820d..cd23d90fab 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/parts/AAttribute2EditPart.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/parts/AAttribute2EditPart.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/parts/AAttributeEditPart.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/parts/AAttributeEditPart.java index 1ffbb72a7d..8c4e55be54 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/parts/AAttributeEditPart.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/parts/AAttributeEditPart.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/parts/AClassEditPart.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/parts/AClassEditPart.java index 260970778b..f973fcbae7 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/parts/AClassEditPart.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/parts/AClassEditPart.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/parts/AClassNameEditPart.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/parts/AClassNameEditPart.java index cf74d29c8b..74c4fdc38c 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/parts/AClassNameEditPart.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/parts/AClassNameEditPart.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/parts/AInterfaceAAttributeInterfaceCompartmentEditPart.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/parts/AInterfaceAAttributeInterfaceCompartmentEditPart.java index 7a9f515102..fa13e04257 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/parts/AInterfaceAAttributeInterfaceCompartmentEditPart.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/parts/AInterfaceAAttributeInterfaceCompartmentEditPart.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/parts/AInterfaceAOperationInterfaceCompartmentEditPart.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/parts/AInterfaceAOperationInterfaceCompartmentEditPart.java index fdab26bcd4..f2d7557247 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/parts/AInterfaceAOperationInterfaceCompartmentEditPart.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/parts/AInterfaceAOperationInterfaceCompartmentEditPart.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/parts/AInterfaceEditPart.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/parts/AInterfaceEditPart.java index 71e33b0ef5..4c76f7b5c5 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/parts/AInterfaceEditPart.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/parts/AInterfaceEditPart.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2013, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010, 2013, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/parts/AInterfaceNameEditPart.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/parts/AInterfaceNameEditPart.java index d6d953cf11..51d4c1a962 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/parts/AInterfaceNameEditPart.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/parts/AInterfaceNameEditPart.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/parts/AOperation2EditPart.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/parts/AOperation2EditPart.java index 911605f3e8..48a50d3c21 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/parts/AOperation2EditPart.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/parts/AOperation2EditPart.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/parts/AOperationEditPart.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/parts/AOperationEditPart.java index 532447a3d7..97730dac47 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/parts/AOperationEditPart.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/parts/AOperationEditPart.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/policies/AClassAAttributeCompartmentCanonicalEditPolicy.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/policies/AClassAAttributeCompartmentCanonicalEditPolicy.java index 5cc132f26f..32483b7304 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/policies/AClassAAttributeCompartmentCanonicalEditPolicy.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/policies/AClassAAttributeCompartmentCanonicalEditPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/policies/AClassAOperationClassCompartmentCanonicalEditPolicy.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/policies/AClassAOperationClassCompartmentCanonicalEditPolicy.java index b3bc9cd631..3993e65397 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/policies/AClassAOperationClassCompartmentCanonicalEditPolicy.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/policies/AClassAOperationClassCompartmentCanonicalEditPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/policies/AClassItemSemanticEditPolicy.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/policies/AClassItemSemanticEditPolicy.java index 994f2a52a9..0d571155ba 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/policies/AClassItemSemanticEditPolicy.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/policies/AClassItemSemanticEditPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/policies/ACoreRootCanonicalEditPolicy.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/policies/ACoreRootCanonicalEditPolicy.java index c7d73ea83f..e79d24134d 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/policies/ACoreRootCanonicalEditPolicy.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/policies/ACoreRootCanonicalEditPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/policies/AInterfaceAAttributeInterfaceCompartmentCanonicalEditPolicy.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/policies/AInterfaceAAttributeInterfaceCompartmentCanonicalEditPolicy.java index 21a9ddb9e1..d25a52ccbc 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/policies/AInterfaceAAttributeInterfaceCompartmentCanonicalEditPolicy.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/policies/AInterfaceAAttributeInterfaceCompartmentCanonicalEditPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/policies/AInterfaceAOperationInterfaceCompartmentCanonicalEditPolicy.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/policies/AInterfaceAOperationInterfaceCompartmentCanonicalEditPolicy.java index 436bb6591a..6b44821e5c 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/policies/AInterfaceAOperationInterfaceCompartmentCanonicalEditPolicy.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/policies/AInterfaceAOperationInterfaceCompartmentCanonicalEditPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/policies/AInterfaceItemSemanticEditPolicy.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/policies/AInterfaceItemSemanticEditPolicy.java index 64e9fe6578..da76c48682 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/policies/AInterfaceItemSemanticEditPolicy.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/policies/AInterfaceItemSemanticEditPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/policies/AcoreBaseItemSemanticEditPolicy.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/policies/AcoreBaseItemSemanticEditPolicy.java index bfb29f7962..26b8ed7b79 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/policies/AcoreBaseItemSemanticEditPolicy.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/edit/policies/AcoreBaseItemSemanticEditPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/navigator/AcoreDomainNavigatorContentProvider.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/navigator/AcoreDomainNavigatorContentProvider.java index 1018f7396a..c64581b543 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/navigator/AcoreDomainNavigatorContentProvider.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/navigator/AcoreDomainNavigatorContentProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/navigator/AcoreDomainNavigatorItem.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/navigator/AcoreDomainNavigatorItem.java index 52b4fcb124..5a8538fbbf 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/navigator/AcoreDomainNavigatorItem.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/navigator/AcoreDomainNavigatorItem.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/navigator/AcoreNavigatorContentProvider.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/navigator/AcoreNavigatorContentProvider.java index 59e96287ba..4534f9fa53 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/navigator/AcoreNavigatorContentProvider.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/navigator/AcoreNavigatorContentProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/navigator/AcoreNavigatorItem.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/navigator/AcoreNavigatorItem.java index 0168131e8b..9529ba55cf 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/navigator/AcoreNavigatorItem.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/navigator/AcoreNavigatorItem.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/navigator/AcoreNavigatorLabelProvider.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/navigator/AcoreNavigatorLabelProvider.java index 47a5d097ff..ba7cffd0d7 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/navigator/AcoreNavigatorLabelProvider.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/navigator/AcoreNavigatorLabelProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/navigator/AcoreNavigatorLinkHelper.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/navigator/AcoreNavigatorLinkHelper.java index df340d460a..8db68c1649 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/navigator/AcoreNavigatorLinkHelper.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/navigator/AcoreNavigatorLinkHelper.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/parsers/MessageFormatParser.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/parsers/MessageFormatParser.java index 5e4c8d7c19..d201ce47c2 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/parsers/MessageFormatParser.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/parsers/MessageFormatParser.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/part/AcoreCreationWizard.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/part/AcoreCreationWizard.java index 2dc9b22346..34d79ae2ec 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/part/AcoreCreationWizard.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/part/AcoreCreationWizard.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/part/AcoreDiagramEditor.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/part/AcoreDiagramEditor.java index 2c6d20fa8d..ce172d7be2 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/part/AcoreDiagramEditor.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/part/AcoreDiagramEditor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/part/AcoreDiagramEditorPlugin.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/part/AcoreDiagramEditorPlugin.java index 629b6faf97..a89ad1bd8d 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/part/AcoreDiagramEditorPlugin.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/part/AcoreDiagramEditorPlugin.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/part/AcoreDiagramEditorUtil.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/part/AcoreDiagramEditorUtil.java index f29fb59080..b8c7f0f288 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/part/AcoreDiagramEditorUtil.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/part/AcoreDiagramEditorUtil.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/part/AcoreDiagramUpdateCommand.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/part/AcoreDiagramUpdateCommand.java index d7d73a0df6..f2208a7c21 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/part/AcoreDiagramUpdateCommand.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/part/AcoreDiagramUpdateCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/part/AcoreDiagramUpdater.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/part/AcoreDiagramUpdater.java index 2bb2d32a0c..f2a2bc936b 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/part/AcoreDiagramUpdater.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/part/AcoreDiagramUpdater.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/part/AcoreDocumentProvider.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/part/AcoreDocumentProvider.java index 126ae2a3a5..417bcb1a7e 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/part/AcoreDocumentProvider.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/part/AcoreDocumentProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/part/AcoreInitDiagramFileAction.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/part/AcoreInitDiagramFileAction.java index bf3a2d1fbf..91ba5a79c6 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/part/AcoreInitDiagramFileAction.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/part/AcoreInitDiagramFileAction.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/part/AcoreLinkDescriptor.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/part/AcoreLinkDescriptor.java index 5c733842ec..4f9a6e9974 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/part/AcoreLinkDescriptor.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/part/AcoreLinkDescriptor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/part/AcoreNewDiagramFileWizard.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/part/AcoreNewDiagramFileWizard.java index 14772e6aca..477ec440ea 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/part/AcoreNewDiagramFileWizard.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/part/AcoreNewDiagramFileWizard.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/part/AcorePaletteFactory.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/part/AcorePaletteFactory.java index d9a15a5de3..4f1831c1c9 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/part/AcorePaletteFactory.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/part/AcorePaletteFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/part/AcoreVisualIDRegistry.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/part/AcoreVisualIDRegistry.java index 680ecc1bc6..3175b1c5c9 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/part/AcoreVisualIDRegistry.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/part/AcoreVisualIDRegistry.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/part/ModelElementSelectionPage.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/part/ModelElementSelectionPage.java index fe2a7f5fff..b5c072e84f 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/part/ModelElementSelectionPage.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/part/ModelElementSelectionPage.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/providers/AcoreElementTypes.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/providers/AcoreElementTypes.java index bdce80d956..4f0ec8787a 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/providers/AcoreElementTypes.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/providers/AcoreElementTypes.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/providers/AcoreModelingAssistantProvider.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/providers/AcoreModelingAssistantProvider.java index 7246fff222..40db5ba366 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/providers/AcoreModelingAssistantProvider.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/providers/AcoreModelingAssistantProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/providers/AcoreParserProvider.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/providers/AcoreParserProvider.java index 11300fd9fa..519a1c9d01 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/providers/AcoreParserProvider.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/providers/AcoreParserProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/providers/AcoreViewProvider.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/providers/AcoreViewProvider.java index 864cd6af86..f38e77fb1b 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/providers/AcoreViewProvider.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.diagram/src/org/eclipse/emf/cdo/dawn/examples/acore/diagram/providers/AcoreViewProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.edit/src/org/eclipse/emf/cdo/dawn/examples/acore/provider/AAttributeItemProvider.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.edit/src/org/eclipse/emf/cdo/dawn/examples/acore/provider/AAttributeItemProvider.java index 1b7adfb914..adc654b054 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.edit/src/org/eclipse/emf/cdo/dawn/examples/acore/provider/AAttributeItemProvider.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.edit/src/org/eclipse/emf/cdo/dawn/examples/acore/provider/AAttributeItemProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.edit/src/org/eclipse/emf/cdo/dawn/examples/acore/provider/ABasicClassItemProvider.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.edit/src/org/eclipse/emf/cdo/dawn/examples/acore/provider/ABasicClassItemProvider.java index 65ed7f99fc..809272cf2b 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.edit/src/org/eclipse/emf/cdo/dawn/examples/acore/provider/ABasicClassItemProvider.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.edit/src/org/eclipse/emf/cdo/dawn/examples/acore/provider/ABasicClassItemProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.edit/src/org/eclipse/emf/cdo/dawn/examples/acore/provider/AClassChildItemProvider.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.edit/src/org/eclipse/emf/cdo/dawn/examples/acore/provider/AClassChildItemProvider.java index 3345ae6b20..d924e7235c 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.edit/src/org/eclipse/emf/cdo/dawn/examples/acore/provider/AClassChildItemProvider.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.edit/src/org/eclipse/emf/cdo/dawn/examples/acore/provider/AClassChildItemProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.edit/src/org/eclipse/emf/cdo/dawn/examples/acore/provider/AClassItemProvider.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.edit/src/org/eclipse/emf/cdo/dawn/examples/acore/provider/AClassItemProvider.java index a0c00719e3..28fb4d8ce9 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.edit/src/org/eclipse/emf/cdo/dawn/examples/acore/provider/AClassItemProvider.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.edit/src/org/eclipse/emf/cdo/dawn/examples/acore/provider/AClassItemProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.edit/src/org/eclipse/emf/cdo/dawn/examples/acore/provider/ACoreRootItemProvider.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.edit/src/org/eclipse/emf/cdo/dawn/examples/acore/provider/ACoreRootItemProvider.java index ff5d30672d..ab6706a059 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.edit/src/org/eclipse/emf/cdo/dawn/examples/acore/provider/ACoreRootItemProvider.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.edit/src/org/eclipse/emf/cdo/dawn/examples/acore/provider/ACoreRootItemProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.edit/src/org/eclipse/emf/cdo/dawn/examples/acore/provider/AInterfaceItemProvider.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.edit/src/org/eclipse/emf/cdo/dawn/examples/acore/provider/AInterfaceItemProvider.java index 1edf760782..4e0113ad9a 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.edit/src/org/eclipse/emf/cdo/dawn/examples/acore/provider/AInterfaceItemProvider.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.edit/src/org/eclipse/emf/cdo/dawn/examples/acore/provider/AInterfaceItemProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.edit/src/org/eclipse/emf/cdo/dawn/examples/acore/provider/AOperationItemProvider.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.edit/src/org/eclipse/emf/cdo/dawn/examples/acore/provider/AOperationItemProvider.java index f1bbbfaa15..20e9dfd0da 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.edit/src/org/eclipse/emf/cdo/dawn/examples/acore/provider/AOperationItemProvider.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.edit/src/org/eclipse/emf/cdo/dawn/examples/acore/provider/AOperationItemProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.edit/src/org/eclipse/emf/cdo/dawn/examples/acore/provider/AParameterItemProvider.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.edit/src/org/eclipse/emf/cdo/dawn/examples/acore/provider/AParameterItemProvider.java index 296c18d40b..5db2552ab0 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.edit/src/org/eclipse/emf/cdo/dawn/examples/acore/provider/AParameterItemProvider.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.edit/src/org/eclipse/emf/cdo/dawn/examples/acore/provider/AParameterItemProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.edit/src/org/eclipse/emf/cdo/dawn/examples/acore/provider/AcoreItemProviderAdapterFactory.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.edit/src/org/eclipse/emf/cdo/dawn/examples/acore/provider/AcoreItemProviderAdapterFactory.java index a532e039b5..48a1e70791 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.edit/src/org/eclipse/emf/cdo/dawn/examples/acore/provider/AcoreItemProviderAdapterFactory.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.edit/src/org/eclipse/emf/cdo/dawn/examples/acore/provider/AcoreItemProviderAdapterFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.editor.dawn/src/org/eclipse/emf/cdo/dawn/examples/acore/presentation/DawnAcoreEditor.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.editor.dawn/src/org/eclipse/emf/cdo/dawn/examples/acore/presentation/DawnAcoreEditor.java index 221275edd3..0a32a67994 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.editor.dawn/src/org/eclipse/emf/cdo/dawn/examples/acore/presentation/DawnAcoreEditor.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.editor.dawn/src/org/eclipse/emf/cdo/dawn/examples/acore/presentation/DawnAcoreEditor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2013, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2013, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.editor.dawn/src/org/eclipse/emf/cdo/dawn/examples/acore/presentation/DawnAcoreModelWizard.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.editor.dawn/src/org/eclipse/emf/cdo/dawn/examples/acore/presentation/DawnAcoreModelWizard.java index 6a37a8c568..7dcd54f0c0 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.editor.dawn/src/org/eclipse/emf/cdo/dawn/examples/acore/presentation/DawnAcoreModelWizard.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.editor.dawn/src/org/eclipse/emf/cdo/dawn/examples/acore/presentation/DawnAcoreModelWizard.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.editor/src/org/eclipse/emf/cdo/dawn/examples/acore/presentation/AcoreActionBarContributor.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.editor/src/org/eclipse/emf/cdo/dawn/examples/acore/presentation/AcoreActionBarContributor.java index d07f312086..c06afdfb9c 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.editor/src/org/eclipse/emf/cdo/dawn/examples/acore/presentation/AcoreActionBarContributor.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.editor/src/org/eclipse/emf/cdo/dawn/examples/acore/presentation/AcoreActionBarContributor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.editor/src/org/eclipse/emf/cdo/dawn/examples/acore/presentation/AcoreEditor.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.editor/src/org/eclipse/emf/cdo/dawn/examples/acore/presentation/AcoreEditor.java index 1c8be8cbfb..a98ef4ad2e 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.editor/src/org/eclipse/emf/cdo/dawn/examples/acore/presentation/AcoreEditor.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.editor/src/org/eclipse/emf/cdo/dawn/examples/acore/presentation/AcoreEditor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.editor/src/org/eclipse/emf/cdo/dawn/examples/acore/presentation/AcoreModelWizard.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.editor/src/org/eclipse/emf/cdo/dawn/examples/acore/presentation/AcoreModelWizard.java index 7aaf8e90ea..1d3d4ed7f1 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.editor/src/org/eclipse/emf/cdo/dawn/examples/acore/presentation/AcoreModelWizard.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.editor/src/org/eclipse/emf/cdo/dawn/examples/acore/presentation/AcoreModelWizard.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/diagram/AcoreDiagramTypeProvider.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/diagram/AcoreDiagramTypeProvider.java index 8e26b50018..d413958037 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/diagram/AcoreDiagramTypeProvider.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/diagram/AcoreDiagramTypeProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2013, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2011-2013, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/diagram/AcoreFeatureProvider.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/diagram/AcoreFeatureProvider.java index 45cced87c5..828b305f52 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/diagram/AcoreFeatureProvider.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/diagram/AcoreFeatureProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2013, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2011-2013, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreBasicAddElementFeature.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreBasicAddElementFeature.java index 7c9093c7b8..63ea7c57f1 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreBasicAddElementFeature.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreBasicAddElementFeature.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2011, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreUpdateAClassFeature.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreUpdateAClassFeature.java index ff21dc1251..746b17257d 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreUpdateAClassFeature.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/src/org/eclipse/emf/cdo/dawn/examples/acore/graphiti/features/AcoreUpdateAClassFeature.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2011, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/impl/AcoreFactoryImpl.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/impl/AcoreFactoryImpl.java index a35c00b538..e3dd7abacb 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/impl/AcoreFactoryImpl.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/impl/AcoreFactoryImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/impl/AcorePackageImpl.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/impl/AcorePackageImpl.java index 3b6245e539..7997e9f50b 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/impl/AcorePackageImpl.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/impl/AcorePackageImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.gmf/src/org/eclipse/emf/cdo/dawn/gmf/appearance/DawnEditPartStylizerRegistry.java b/plugins/org.eclipse.emf.cdo.dawn.gmf/src/org/eclipse/emf/cdo/dawn/gmf/appearance/DawnEditPartStylizerRegistry.java index 168994ce92..cc3ce230d9 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.gmf/src/org/eclipse/emf/cdo/dawn/gmf/appearance/DawnEditPartStylizerRegistry.java +++ b/plugins/org.eclipse.emf.cdo.dawn.gmf/src/org/eclipse/emf/cdo/dawn/gmf/appearance/DawnEditPartStylizerRegistry.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2011, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.gmf/src/org/eclipse/emf/cdo/dawn/gmf/appearance/impl/DawnBasicConnectionEditPartStylizerImpl.java b/plugins/org.eclipse.emf.cdo.dawn.gmf/src/org/eclipse/emf/cdo/dawn/gmf/appearance/impl/DawnBasicConnectionEditPartStylizerImpl.java index 38306889f3..b0871b0428 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.gmf/src/org/eclipse/emf/cdo/dawn/gmf/appearance/impl/DawnBasicConnectionEditPartStylizerImpl.java +++ b/plugins/org.eclipse.emf.cdo.dawn.gmf/src/org/eclipse/emf/cdo/dawn/gmf/appearance/impl/DawnBasicConnectionEditPartStylizerImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2011, 2012, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.gmf/src/org/eclipse/emf/cdo/dawn/gmf/appearance/impl/DawnBasicGraphicalEditPartStylizerImpl.java b/plugins/org.eclipse.emf.cdo.dawn.gmf/src/org/eclipse/emf/cdo/dawn/gmf/appearance/impl/DawnBasicGraphicalEditPartStylizerImpl.java index ca6a3ab7a6..9b322200dc 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.gmf/src/org/eclipse/emf/cdo/dawn/gmf/appearance/impl/DawnBasicGraphicalEditPartStylizerImpl.java +++ b/plugins/org.eclipse.emf.cdo.dawn.gmf/src/org/eclipse/emf/cdo/dawn/gmf/appearance/impl/DawnBasicGraphicalEditPartStylizerImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2011, 2012, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.gmf/src/org/eclipse/emf/cdo/dawn/gmf/appearance/impl/DawnBasicNodeEditPartStylizerImpl.java b/plugins/org.eclipse.emf.cdo.dawn.gmf/src/org/eclipse/emf/cdo/dawn/gmf/appearance/impl/DawnBasicNodeEditPartStylizerImpl.java index ae31a9e743..2b67d5ae0f 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.gmf/src/org/eclipse/emf/cdo/dawn/gmf/appearance/impl/DawnBasicNodeEditPartStylizerImpl.java +++ b/plugins/org.eclipse.emf.cdo.dawn.gmf/src/org/eclipse/emf/cdo/dawn/gmf/appearance/impl/DawnBasicNodeEditPartStylizerImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2011, 2012, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.gmf/src/org/eclipse/emf/cdo/dawn/gmf/notifications/impl/DawnGMFHandler.java b/plugins/org.eclipse.emf.cdo.dawn.gmf/src/org/eclipse/emf/cdo/dawn/gmf/notifications/impl/DawnGMFHandler.java index 85873a194e..3f22b97d4a 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.gmf/src/org/eclipse/emf/cdo/dawn/gmf/notifications/impl/DawnGMFHandler.java +++ b/plugins/org.eclipse.emf.cdo.dawn.gmf/src/org/eclipse/emf/cdo/dawn/gmf/notifications/impl/DawnGMFHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2013, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2011-2013, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.gmf/src/org/eclipse/emf/cdo/dawn/gmf/synchronize/DawnChangeHelper.java b/plugins/org.eclipse.emf.cdo.dawn.gmf/src/org/eclipse/emf/cdo/dawn/gmf/synchronize/DawnChangeHelper.java index 6475617529..18fe73d30d 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.gmf/src/org/eclipse/emf/cdo/dawn/gmf/synchronize/DawnChangeHelper.java +++ b/plugins/org.eclipse.emf.cdo.dawn.gmf/src/org/eclipse/emf/cdo/dawn/gmf/synchronize/DawnChangeHelper.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2011, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.gmf/src/org/eclipse/emf/cdo/dawn/gmf/util/DawnDiagramUpdater.java b/plugins/org.eclipse.emf.cdo.dawn.gmf/src/org/eclipse/emf/cdo/dawn/gmf/util/DawnDiagramUpdater.java index 7c4f1ab225..d3aa779189 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.gmf/src/org/eclipse/emf/cdo/dawn/gmf/util/DawnDiagramUpdater.java +++ b/plugins/org.eclipse.emf.cdo.dawn.gmf/src/org/eclipse/emf/cdo/dawn/gmf/util/DawnDiagramUpdater.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2013, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2011-2013, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.gmf/src/org/eclipse/emf/cdo/dawn/gmf/util/DawnResourceHelper.java b/plugins/org.eclipse.emf.cdo.dawn.gmf/src/org/eclipse/emf/cdo/dawn/gmf/util/DawnResourceHelper.java index 5fd4d93aa7..bde5b8e043 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.gmf/src/org/eclipse/emf/cdo/dawn/gmf/util/DawnResourceHelper.java +++ b/plugins/org.eclipse.emf.cdo.dawn.gmf/src/org/eclipse/emf/cdo/dawn/gmf/util/DawnResourceHelper.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2011, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.gmf/src/org/eclipse/emf/cdo/dawn/transaction/DawnDiagramEditingDomainFactory.java b/plugins/org.eclipse.emf.cdo.dawn.gmf/src/org/eclipse/emf/cdo/dawn/transaction/DawnDiagramEditingDomainFactory.java index 01f1e2b17a..b1c20b3633 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.gmf/src/org/eclipse/emf/cdo/dawn/transaction/DawnDiagramEditingDomainFactory.java +++ b/plugins/org.eclipse.emf.cdo.dawn.gmf/src/org/eclipse/emf/cdo/dawn/transaction/DawnDiagramEditingDomainFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2011, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.gmf/src/org/eclipse/emf/cdo/dawn/transaction/DawnGMFEditingDomainFactory.java b/plugins/org.eclipse.emf.cdo.dawn.gmf/src/org/eclipse/emf/cdo/dawn/transaction/DawnGMFEditingDomainFactory.java index 1285b9a805..8187f870b3 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.gmf/src/org/eclipse/emf/cdo/dawn/transaction/DawnGMFEditingDomainFactory.java +++ b/plugins/org.eclipse.emf.cdo.dawn.gmf/src/org/eclipse/emf/cdo/dawn/transaction/DawnGMFEditingDomainFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2011, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.graphiti/src/org/eclipse/emf/cdo/dawn/graphiti/editors/DawnGraphitiEditorSupport.java b/plugins/org.eclipse.emf.cdo.dawn.graphiti/src/org/eclipse/emf/cdo/dawn/graphiti/editors/DawnGraphitiEditorSupport.java index f4857d1277..c00caded30 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.graphiti/src/org/eclipse/emf/cdo/dawn/graphiti/editors/DawnGraphitiEditorSupport.java +++ b/plugins/org.eclipse.emf.cdo.dawn.graphiti/src/org/eclipse/emf/cdo/dawn/graphiti/editors/DawnGraphitiEditorSupport.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2011, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.graphiti/src/org/eclipse/emf/cdo/dawn/graphiti/notifications/DawnGraphitiHandler.java b/plugins/org.eclipse.emf.cdo.dawn.graphiti/src/org/eclipse/emf/cdo/dawn/graphiti/notifications/DawnGraphitiHandler.java index 64a4f7bdbd..3a8b30a15c 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.graphiti/src/org/eclipse/emf/cdo/dawn/graphiti/notifications/DawnGraphitiHandler.java +++ b/plugins/org.eclipse.emf.cdo.dawn.graphiti/src/org/eclipse/emf/cdo/dawn/graphiti/notifications/DawnGraphitiHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2011, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.graphiti/src/org/eclipse/emf/cdo/dawn/graphiti/util/DawnGraphitiUtil.java b/plugins/org.eclipse.emf.cdo.dawn.graphiti/src/org/eclipse/emf/cdo/dawn/graphiti/util/DawnGraphitiUtil.java index 583425e99b..f0e670b682 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.graphiti/src/org/eclipse/emf/cdo/dawn/graphiti/util/DawnGraphitiUtil.java +++ b/plugins/org.eclipse.emf.cdo.dawn.graphiti/src/org/eclipse/emf/cdo/dawn/graphiti/util/DawnGraphitiUtil.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2011, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.graphiti/src/org/eclipse/emf/cdo/dawn/graphiti/wizards/DawnBasicGraphitiWizard.java b/plugins/org.eclipse.emf.cdo.dawn.graphiti/src/org/eclipse/emf/cdo/dawn/graphiti/wizards/DawnBasicGraphitiWizard.java index e12b7e6fc5..2fbf83c3ce 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.graphiti/src/org/eclipse/emf/cdo/dawn/graphiti/wizards/DawnBasicGraphitiWizard.java +++ b/plugins/org.eclipse.emf.cdo.dawn.graphiti/src/org/eclipse/emf/cdo/dawn/graphiti/wizards/DawnBasicGraphitiWizard.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2011, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.tests/src/org/eclipse/emf/cdo/dawn/tests/AbstractDawnTest.java b/plugins/org.eclipse.emf.cdo.dawn.tests/src/org/eclipse/emf/cdo/dawn/tests/AbstractDawnTest.java index 286190a9b3..b85a3d325d 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.tests/src/org/eclipse/emf/cdo/dawn/tests/AbstractDawnTest.java +++ b/plugins/org.eclipse.emf.cdo.dawn.tests/src/org/eclipse/emf/cdo/dawn/tests/AbstractDawnTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.tests/src/org/eclipse/emf/cdo/dawn/tests/AbstractDawnUITest.java b/plugins/org.eclipse.emf.cdo.dawn.tests/src/org/eclipse/emf/cdo/dawn/tests/AbstractDawnUITest.java index 1a68451e52..8da99e7380 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.tests/src/org/eclipse/emf/cdo/dawn/tests/AbstractDawnUITest.java +++ b/plugins/org.eclipse.emf.cdo.dawn.tests/src/org/eclipse/emf/cdo/dawn/tests/AbstractDawnUITest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2012 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2012, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.tests/src/org/eclipse/emf/cdo/dawn/tests/bugzillas/Bugzilla_333291_Test.java b/plugins/org.eclipse.emf.cdo.dawn.tests/src/org/eclipse/emf/cdo/dawn/tests/bugzillas/Bugzilla_333291_Test.java index 346ceb7e7f..64ca128893 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.tests/src/org/eclipse/emf/cdo/dawn/tests/bugzillas/Bugzilla_333291_Test.java +++ b/plugins/org.eclipse.emf.cdo.dawn.tests/src/org/eclipse/emf/cdo/dawn/tests/bugzillas/Bugzilla_333291_Test.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2013 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2013, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.tests/src/org/eclipse/emf/cdo/dawn/tests/common/DawnCodeGenGMFFragmentTest.java b/plugins/org.eclipse.emf.cdo.dawn.tests/src/org/eclipse/emf/cdo/dawn/tests/common/DawnCodeGenGMFFragmentTest.java index 39835f8b73..e5085c1713 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.tests/src/org/eclipse/emf/cdo/dawn/tests/common/DawnCodeGenGMFFragmentTest.java +++ b/plugins/org.eclipse.emf.cdo.dawn.tests/src/org/eclipse/emf/cdo/dawn/tests/common/DawnCodeGenGMFFragmentTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.tests/src/org/eclipse/emf/cdo/dawn/tests/common/GMFTest.java b/plugins/org.eclipse.emf.cdo.dawn.tests/src/org/eclipse/emf/cdo/dawn/tests/common/GMFTest.java index f6b17c706b..1e8a090361 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.tests/src/org/eclipse/emf/cdo/dawn/tests/common/GMFTest.java +++ b/plugins/org.eclipse.emf.cdo.dawn.tests/src/org/eclipse/emf/cdo/dawn/tests/common/GMFTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2013, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2013, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.tests/src/org/eclipse/emf/cdo/dawn/tests/common/TestFrameworkTest.java b/plugins/org.eclipse.emf.cdo.dawn.tests/src/org/eclipse/emf/cdo/dawn/tests/common/TestFrameworkTest.java index b35982b295..61b3dce81a 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.tests/src/org/eclipse/emf/cdo/dawn/tests/common/TestFrameworkTest.java +++ b/plugins/org.eclipse.emf.cdo.dawn.tests/src/org/eclipse/emf/cdo/dawn/tests/common/TestFrameworkTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2013, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2013, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.tests/src/org/eclipse/emf/cdo/dawn/tests/ui/DawnCodeGenerationTest.java b/plugins/org.eclipse.emf.cdo.dawn.tests/src/org/eclipse/emf/cdo/dawn/tests/ui/DawnCodeGenerationTest.java index 47f0780aab..9a55efe1da 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.tests/src/org/eclipse/emf/cdo/dawn/tests/ui/DawnCodeGenerationTest.java +++ b/plugins/org.eclipse.emf.cdo.dawn.tests/src/org/eclipse/emf/cdo/dawn/tests/ui/DawnCodeGenerationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2013, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2011-2013, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.tests/src/org/eclipse/emf/cdo/dawn/tests/ui/emf/DawnBasicEMFUITest.java b/plugins/org.eclipse.emf.cdo.dawn.tests/src/org/eclipse/emf/cdo/dawn/tests/ui/emf/DawnBasicEMFUITest.java index fde900cdda..8b4fe36f33 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.tests/src/org/eclipse/emf/cdo/dawn/tests/ui/emf/DawnBasicEMFUITest.java +++ b/plugins/org.eclipse.emf.cdo.dawn.tests/src/org/eclipse/emf/cdo/dawn/tests/ui/emf/DawnBasicEMFUITest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2012 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2012, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.tests/src/org/eclipse/emf/cdo/dawn/tests/ui/emf/DawnEMFHandleEditorTest.java b/plugins/org.eclipse.emf.cdo.dawn.tests/src/org/eclipse/emf/cdo/dawn/tests/ui/emf/DawnEMFHandleEditorTest.java index 67b9ca3837..5c877d67f2 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.tests/src/org/eclipse/emf/cdo/dawn/tests/ui/emf/DawnEMFHandleEditorTest.java +++ b/plugins/org.eclipse.emf.cdo.dawn.tests/src/org/eclipse/emf/cdo/dawn/tests/ui/emf/DawnEMFHandleEditorTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2013 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2013, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.tests/src/org/eclipse/emf/cdo/dawn/tests/ui/gmf/DawnBasicGMFUITest.java b/plugins/org.eclipse.emf.cdo.dawn.tests/src/org/eclipse/emf/cdo/dawn/tests/ui/gmf/DawnBasicGMFUITest.java index 19ce60681a..fc10b1f315 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.tests/src/org/eclipse/emf/cdo/dawn/tests/ui/gmf/DawnBasicGMFUITest.java +++ b/plugins/org.eclipse.emf.cdo.dawn.tests/src/org/eclipse/emf/cdo/dawn/tests/ui/gmf/DawnBasicGMFUITest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2013 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2013, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.tests/src/org/eclipse/emf/cdo/dawn/tests/ui/gmf/DawnCreationWizardTest.java b/plugins/org.eclipse.emf.cdo.dawn.tests/src/org/eclipse/emf/cdo/dawn/tests/ui/gmf/DawnCreationWizardTest.java index c8fc6d1e5c..91c7335369 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.tests/src/org/eclipse/emf/cdo/dawn/tests/ui/gmf/DawnCreationWizardTest.java +++ b/plugins/org.eclipse.emf.cdo.dawn.tests/src/org/eclipse/emf/cdo/dawn/tests/ui/gmf/DawnCreationWizardTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2012 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2012, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.tests/src/org/eclipse/emf/cdo/dawn/tests/ui/util/DawnAcoreTestUtil.java b/plugins/org.eclipse.emf.cdo.dawn.tests/src/org/eclipse/emf/cdo/dawn/tests/ui/util/DawnAcoreTestUtil.java index 523f454c01..3831d32a53 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.tests/src/org/eclipse/emf/cdo/dawn/tests/ui/util/DawnAcoreTestUtil.java +++ b/plugins/org.eclipse.emf.cdo.dawn.tests/src/org/eclipse/emf/cdo/dawn/tests/ui/util/DawnAcoreTestUtil.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.tests/src/org/eclipse/emf/cdo/dawn/tests/ui/util/DawnEcoreTestUtil.java b/plugins/org.eclipse.emf.cdo.dawn.tests/src/org/eclipse/emf/cdo/dawn/tests/ui/util/DawnEcoreTestUtil.java index 276d95b8e6..3203681e91 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.tests/src/org/eclipse/emf/cdo/dawn/tests/ui/util/DawnEcoreTestUtil.java +++ b/plugins/org.eclipse.emf.cdo.dawn.tests/src/org/eclipse/emf/cdo/dawn/tests/ui/util/DawnEcoreTestUtil.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.tests/src/org/eclipse/emf/cdo/dawn/tests/ui/util/DawnSWTBotEMFEditor.java b/plugins/org.eclipse.emf.cdo.dawn.tests/src/org/eclipse/emf/cdo/dawn/tests/ui/util/DawnSWTBotEMFEditor.java index fc0c915604..8ed4cb06b0 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.tests/src/org/eclipse/emf/cdo/dawn/tests/ui/util/DawnSWTBotEMFEditor.java +++ b/plugins/org.eclipse.emf.cdo.dawn.tests/src/org/eclipse/emf/cdo/dawn/tests/ui/util/DawnSWTBotEMFEditor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.tests/src/org/eclipse/emf/cdo/dawn/tests/ui/util/DawnSWTBotUtil.java b/plugins/org.eclipse.emf.cdo.dawn.tests/src/org/eclipse/emf/cdo/dawn/tests/ui/util/DawnSWTBotUtil.java index 2278cb984c..ec910e9fd2 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.tests/src/org/eclipse/emf/cdo/dawn/tests/ui/util/DawnSWTBotUtil.java +++ b/plugins/org.eclipse.emf.cdo.dawn.tests/src/org/eclipse/emf/cdo/dawn/tests/ui/util/DawnSWTBotUtil.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2013, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2013, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.ui/src/org/eclipse/emf/cdo/dawn/ui/handlers/SolveConflictHandler.java b/plugins/org.eclipse.emf.cdo.dawn.ui/src/org/eclipse/emf/cdo/dawn/ui/handlers/SolveConflictHandler.java index 38a7aa1d60..14db900908 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.ui/src/org/eclipse/emf/cdo/dawn/ui/handlers/SolveConflictHandler.java +++ b/plugins/org.eclipse.emf.cdo.dawn.ui/src/org/eclipse/emf/cdo/dawn/ui/handlers/SolveConflictHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2011, 2012, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.ui/src/org/eclipse/emf/cdo/dawn/ui/stylizer/DawnElementStylizerRegistry.java b/plugins/org.eclipse.emf.cdo.dawn.ui/src/org/eclipse/emf/cdo/dawn/ui/stylizer/DawnElementStylizerRegistry.java index 86b67129b7..76c443d281 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.ui/src/org/eclipse/emf/cdo/dawn/ui/stylizer/DawnElementStylizerRegistry.java +++ b/plugins/org.eclipse.emf.cdo.dawn.ui/src/org/eclipse/emf/cdo/dawn/ui/stylizer/DawnElementStylizerRegistry.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2011, 2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.ui/src/org/eclipse/emf/cdo/dawn/ui/views/DawnExplorer.java b/plugins/org.eclipse.emf.cdo.dawn.ui/src/org/eclipse/emf/cdo/dawn/ui/views/DawnExplorer.java index 74011e36d6..33c0580710 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.ui/src/org/eclipse/emf/cdo/dawn/ui/views/DawnExplorer.java +++ b/plugins/org.eclipse.emf.cdo.dawn.ui/src/org/eclipse/emf/cdo/dawn/ui/views/DawnExplorer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2012 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2012, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn.ui/src/org/eclipse/emf/cdo/dawn/ui/wizards/DawnCreateNewDiagramResourceWizardPage.java b/plugins/org.eclipse.emf.cdo.dawn.ui/src/org/eclipse/emf/cdo/dawn/ui/wizards/DawnCreateNewDiagramResourceWizardPage.java index abff4467dd..3fec4c7af2 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.ui/src/org/eclipse/emf/cdo/dawn/ui/wizards/DawnCreateNewDiagramResourceWizardPage.java +++ b/plugins/org.eclipse.emf.cdo.dawn.ui/src/org/eclipse/emf/cdo/dawn/ui/wizards/DawnCreateNewDiagramResourceWizardPage.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn/src/org/eclipse/emf/cdo/dawn/actions/HandleConflictsAction.java b/plugins/org.eclipse.emf.cdo.dawn/src/org/eclipse/emf/cdo/dawn/actions/HandleConflictsAction.java index 9843159ee6..2c059a3d09 100644 --- a/plugins/org.eclipse.emf.cdo.dawn/src/org/eclipse/emf/cdo/dawn/actions/HandleConflictsAction.java +++ b/plugins/org.eclipse.emf.cdo.dawn/src/org/eclipse/emf/cdo/dawn/actions/HandleConflictsAction.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn/src/org/eclipse/emf/cdo/dawn/commands/CreateSemanticResourceRecordingCommand.java b/plugins/org.eclipse.emf.cdo.dawn/src/org/eclipse/emf/cdo/dawn/commands/CreateSemanticResourceRecordingCommand.java index deef866c9b..3c7ab147d1 100644 --- a/plugins/org.eclipse.emf.cdo.dawn/src/org/eclipse/emf/cdo/dawn/commands/CreateSemanticResourceRecordingCommand.java +++ b/plugins/org.eclipse.emf.cdo.dawn/src/org/eclipse/emf/cdo/dawn/commands/CreateSemanticResourceRecordingCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn/src/org/eclipse/emf/cdo/dawn/transaction/DawnTransactionChangeRecorder.java b/plugins/org.eclipse.emf.cdo.dawn/src/org/eclipse/emf/cdo/dawn/transaction/DawnTransactionChangeRecorder.java index 76f763d20c..c959eafb84 100644 --- a/plugins/org.eclipse.emf.cdo.dawn/src/org/eclipse/emf/cdo/dawn/transaction/DawnTransactionChangeRecorder.java +++ b/plugins/org.eclipse.emf.cdo.dawn/src/org/eclipse/emf/cdo/dawn/transaction/DawnTransactionChangeRecorder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2012, 2015 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2012, 2015, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.dawn/src/org/eclipse/emf/cdo/dawn/transaction/DawnTransactionalEditingDomainImpl.java b/plugins/org.eclipse.emf.cdo.dawn/src/org/eclipse/emf/cdo/dawn/transaction/DawnTransactionalEditingDomainImpl.java index 8d6f914eb0..33401fc17e 100644 --- a/plugins/org.eclipse.emf.cdo.dawn/src/org/eclipse/emf/cdo/dawn/transaction/DawnTransactionalEditingDomainImpl.java +++ b/plugins/org.eclipse.emf.cdo.dawn/src/org/eclipse/emf/cdo/dawn/transaction/DawnTransactionalEditingDomainImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2012 Eike Stepper (Berlin, Germany) and others. + * Copyright (c) 2010-2012, 2016 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/plugins/org.eclipse.emf.cdo.doc/build.xml b/plugins/org.eclipse.emf.cdo.doc/build.xml index 97edb621dd..b3b2e415c7 100644 --- a/plugins/org.eclipse.emf.cdo.doc/build.xml +++ b/plugins/org.eclipse.emf.cdo.doc/build.xml @@ -1,6 +1,6 @@