From fc7cd4b0e4319c9fd1ccf775df00998758c41109 Mon Sep 17 00:00:00 2001 From: Eike Stepper Date: Wed, 8 Jun 2022 17:05:22 +0200 Subject: [Releng] Update copyrights --- plugins/org.eclipse.emf.cdo.common/plugin.properties | 4 ++-- .../src/org/eclipse/emf/cdo/common/CDOCommonSession.java | 2 +- .../src/org/eclipse/emf/cdo/common/model/CDOType.java | 2 +- .../src/org/eclipse/emf/cdo/common/protocol/CDODataInput.java | 2 +- .../src/org/eclipse/emf/cdo/common/protocol/CDODataOutput.java | 2 +- .../org/eclipse/emf/cdo/internal/common/messages/messages.properties | 2 +- .../src/org/eclipse/emf/cdo/internal/common/model/CDOTypeImpl.java | 2 +- .../src/org/eclipse/emf/cdo/spi/common/AbstractQueryResult.java | 2 +- .../src/org/eclipse/emf/cdo/spi/common/protocol/CDODataInputImpl.java | 2 +- .../org/eclipse/emf/cdo/spi/common/protocol/CDODataOutputImpl.java | 2 +- .../src/org/eclipse/emf/cdo/compare/CDOCompareUtil.java | 2 +- plugins/org.eclipse.emf.cdo.dawn.ui/plugin.properties | 4 ++-- plugins/org.eclipse.emf.cdo.dawn.ui/plugin.xml | 2 +- plugins/org.eclipse.emf.cdo.dawn.ui/pom.xml | 2 +- plugins/org.eclipse.emf.cdo.explorer.ui/plugin.properties | 4 ++-- plugins/org.eclipse.emf.cdo.explorer.ui/pom.xml | 2 +- plugins/org.eclipse.emf.cdo.explorer/plugin.properties | 4 ++-- plugins/org.eclipse.emf.cdo.explorer/plugin.xml | 2 +- plugins/org.eclipse.emf.cdo.net4j/plugin.properties | 4 ++-- .../org/eclipse/emf/cdo/internal/net4j/protocol/CDOClientRequest.java | 2 +- .../cdo/internal/net4j/protocol/CDOClientRequestWithMonitoring.java | 2 +- plugins/org.eclipse.emf.cdo.security.ui/pom.xml | 2 +- .../emf/cdo/security/internal/ui/editor/CDOSecurityFormEditor.java | 2 +- .../eclipse/emf/cdo/security/internal/ui/editor/UserDetailsPage.java | 2 +- .../org/eclipse/emf/cdo/security/internal/ui/messages/Messages.java | 2 +- .../eclipse/emf/cdo/security/internal/ui/messages/messages.properties | 2 +- plugins/org.eclipse.emf.cdo.server.admin/plugin.properties | 4 ++-- plugins/org.eclipse.emf.cdo.server.db/plugin.properties | 4 ++-- .../src/org/eclipse/emf/cdo/server/internal/db/SQLQueryHandler.java | 2 +- .../internal/db/mapping/horizontal/HorizontalAuditClassMapping.java | 2 +- .../eclipse/emf/cdo/server/internal/lissome/LissomeFileHandle.java | 2 +- plugins/org.eclipse.emf.cdo.server.net4j/plugin.properties | 4 ++-- .../emf/cdo/server/internal/net4j/protocol/CDOServerIndication.java | 2 +- .../emf/cdo/server/internal/net4j/protocol/CDOServerRequest.java | 2 +- plugins/org.eclipse.emf.cdo.server.product/plugin.properties | 4 ++-- plugins/org.eclipse.emf.cdo.server.product/plugin.xml | 2 +- plugins/org.eclipse.emf.cdo.server.product/pom.xml | 2 +- plugins/org.eclipse.emf.cdo.server.security/plugin.properties | 4 ++-- .../src/org/eclipse/emf/cdo/internal/server/UnitManager.java | 2 +- .../src/org/eclipse/emf/cdo/tests/MEMStoreQueryTest.java | 2 +- plugins/org.eclipse.emf.cdo.transfer.ui/plugin.properties | 4 ++-- plugins/org.eclipse.emf.cdo.ui.compare/plugin.properties | 4 ++-- plugins/org.eclipse.emf.cdo.ui.compare/plugin.xml | 2 +- plugins/org.eclipse.emf.cdo.ui.compare/pom.xml | 2 +- .../src/org/eclipse/emf/cdo/ui/compare/CDOCompareEditorUtil.java | 2 +- .../org/eclipse/emf/cdo/ui/internal/compare/CompareWithEachOther.java | 2 +- .../src/org/eclipse/emf/cdo/internal/ui/messages/messages.properties | 2 +- .../src/org/eclipse/emf/cdo/ui/CDOLabelProvider.java | 2 +- plugins/org.eclipse.emf.cdo.workspace/plugin.properties | 4 ++-- plugins/org.eclipse.emf.cdo/plugin.properties | 4 ++-- .../src/org/eclipse/emf/cdo/session/CDOSession.java | 2 +- plugins/org.eclipse.net4j.trace/plugin.properties | 4 ++-- plugins/org.eclipse.net4j.util.ui/plugin.properties | 4 ++-- .../src/org/eclipse/net4j/util/properties/Property.java | 2 +- plugins/org.eclipse.net4j/plugin.properties | 4 ++-- .../src/org/eclipse/net4j/signal/IndicationWithResponse.java | 2 +- .../src/org/eclipse/net4j/signal/RequestWithConfirmation.java | 2 +- plugins/org.eclipse.net4j/src/org/eclipse/net4j/signal/Signal.java | 2 +- 58 files changed, 75 insertions(+), 75 deletions(-) diff --git a/plugins/org.eclipse.emf.cdo.common/plugin.properties b/plugins/org.eclipse.emf.cdo.common/plugin.properties index 08f5bab0bc..f217d1aec2 100644 --- a/plugins/org.eclipse.emf.cdo.common/plugin.properties +++ b/plugins/org.eclipse.emf.cdo.common/plugin.properties @@ -1,4 +1,4 @@ -# Copyright (c) 2008-2010, 2012 Eike Stepper (Loehne, Germany) and others. +# Copyright (c) 2008-2010, 2012, 2022 Eike Stepper (Loehne, 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 @@ -12,4 +12,4 @@ providerName = Eclipse Modeling Project productGroup.name = URI Handlers productGroup.name.0 = Resource Set Configurers -productGroup.name.1 = Type Handlers \ No newline at end of file +productGroup.name.1 = Type Handlers diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/CDOCommonSession.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/CDOCommonSession.java index d3509702a7..16825ce433 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/CDOCommonSession.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/CDOCommonSession.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2012, 2015, 2019, 2021 Eike Stepper (Loehne, Germany) and others. + * Copyright (c) 2009-2012, 2015, 2019, 2021, 2022 Eike Stepper (Loehne, 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/CDOType.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/model/CDOType.java index e7af57ee0c..128f60e92d 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/model/CDOType.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/model/CDOType.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008-2013, 2019, 2020 Eike Stepper (Loehne, Germany) and others. + * Copyright (c) 2008-2013, 2019, 2020, 2022 Eike Stepper (Loehne, 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/CDODataInput.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/protocol/CDODataInput.java index 20a02247c8..2ac7dbd2d4 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/protocol/CDODataInput.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/protocol/CDODataInput.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2013, 2017, 2021 Eike Stepper (Loehne, Germany) and others. + * Copyright (c) 2010-2013, 2017, 2021, 2022 Eike Stepper (Loehne, 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 85597e7871..598225a3d1 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, 2016, 2017, 2020, 2021 Eike Stepper (Loehne, Germany) and others. + * Copyright (c) 2010-2013, 2016, 2017, 2020-2022 Eike Stepper (Loehne, 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/messages/messages.properties b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/messages/messages.properties index 48033e29a1..90c2401af2 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/messages/messages.properties +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/messages/messages.properties @@ -1,4 +1,4 @@ -# Copyright (c) 2009-2012, 2015, 2018, 2020, 2021 Eike Stepper (Loehne, Germany) and others. +# Copyright (c) 2009-2012, 2015, 2018, 2020-2022 Eike Stepper (Loehne, 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 68ea93c435..7b3a130db4 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, 2016-2021 Eike Stepper (Loehne, Germany) and others. + * Copyright (c) 2008-2014, 2016-2022 Eike Stepper (Loehne, 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/AbstractQueryResult.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/AbstractQueryResult.java index 95fff37b03..beaf7ff0b6 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/AbstractQueryResult.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/AbstractQueryResult.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2013, 2019 Eike Stepper (Loehne, Germany) and others. + * Copyright (c) 2009-2013, 2019, 2022 Eike Stepper (Loehne, 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 149012472e..234b4d037a 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-2017, 2019-2021 Eike Stepper (Loehne, Germany) and others. + * Copyright (c) 2012-2017, 2019-2022 Eike Stepper (Loehne, 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 a7413a6c15..c559494c1a 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-2017, 2019-2021 Eike Stepper (Loehne, Germany) and others. + * Copyright (c) 2012-2017, 2019-2022 Eike Stepper (Loehne, 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 dca008228d..0e8de59987 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, 2016 Eike Stepper (Loehne, Germany) and others. + * Copyright (c) 2012, 2013, 2015, 2016, 2022 Eike Stepper (Loehne, 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/plugin.properties b/plugins/org.eclipse.emf.cdo.dawn.ui/plugin.properties index f409ea3de5..b5b779c55f 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.ui/plugin.properties +++ b/plugins/org.eclipse.emf.cdo.dawn.ui/plugin.properties @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012, 2017 Eike Stepper (Loehne, Germany) and others. +# Copyright (c) 2010-2012, 2017, 2022 Eike Stepper (Loehne, 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 @@ -21,4 +21,4 @@ command.label = Lock command.label.0 = Unlock menu.label.0 = Conflict command.label.1 = Solve Conflict -command.name.1 = Solve Conflict \ No newline at end of file +command.name.1 = Solve Conflict diff --git a/plugins/org.eclipse.emf.cdo.dawn.ui/plugin.xml b/plugins/org.eclipse.emf.cdo.dawn.ui/plugin.xml index 78c5d01e3f..39bd1e74cb 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.ui/plugin.xml +++ b/plugins/org.eclipse.emf.cdo.dawn.ui/plugin.xml @@ -1,7 +1,7 @@