diff options
Diffstat (limited to 'plugins')
95 files changed, 189 insertions, 146 deletions
diff --git a/plugins/org.eclipse.emf.cdo.common/plugin.xml b/plugins/org.eclipse.emf.cdo.common/plugin.xml index 3cb8d728b4..b331ff7431 100644 --- a/plugins/org.eclipse.emf.cdo.common/plugin.xml +++ b/plugins/org.eclipse.emf.cdo.common/plugin.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <?eclipse version="3.4"?> <!-- - Copyright (c) 2018, 2021 Eike Stepper (Loehne, Germany) and others. + Copyright (c) 2018, 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/util/CDOQueryInfo.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/util/CDOQueryInfo.java index a843e6d6c3..8f1bf95805 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/util/CDOQueryInfo.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/util/CDOQueryInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2013, 2016 Eike Stepper (Loehne, Germany) and others. + * Copyright (c) 2010-2013, 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/internal/common/id/CDOIDObjectLongImpl.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/id/CDOIDObjectLongImpl.java index 9348bb4ff7..77d68b97b7 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/id/CDOIDObjectLongImpl.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/id/CDOIDObjectLongImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2013, 2017, 2019, 2020 Eike Stepper (Loehne, Germany) and others. + * Copyright (c) 2009-2013, 2017, 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/internal/common/id/CDOIDObjectUUIDImpl.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/id/CDOIDObjectUUIDImpl.java index 672c16e83b..1b3384ed85 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/id/CDOIDObjectUUIDImpl.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/id/CDOIDObjectUUIDImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2013, 2019 Eike Stepper (Loehne, Germany) and others. + * Copyright (c) 2010-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/internal/common/id/CDOIDTempObjectImpl.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/id/CDOIDTempObjectImpl.java index 85ae58b5f3..46b410d8a7 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/id/CDOIDTempObjectImpl.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/internal/common/id/CDOIDTempObjectImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008-2013, 2017, 2019 Eike Stepper (Loehne, Germany) and others. + * Copyright (c) 2008-2013, 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/id/AbstractCDOID.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/id/AbstractCDOID.java index 883542a060..b9ad8bad65 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/id/AbstractCDOID.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/id/AbstractCDOID.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2013, 2018, 2019 Eike Stepper (Loehne, Germany) and others. + * Copyright (c) 2009-2013, 2018, 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/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.cdo.compare/META-INF/MANIFEST.MF index 52c5b53da3..8d1007fb35 100644 --- a/plugins/org.eclipse.emf.cdo.compare/META-INF/MANIFEST.MF +++ b/plugins/org.eclipse.emf.cdo.compare/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.emf.cdo.compare;singleton:=true -Bundle-Version: 4.6.0.qualifier +Bundle-Version: 4.6.1.qualifier Bundle-ClassPath: . Bundle-Vendor: %providerName Bundle-Localization: plugin @@ -11,8 +11,8 @@ Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Require-Bundle: org.eclipse.emf.cdo;bundle-version="[4.0.0,5.0.0)";visibility:=reexport, org.eclipse.emf.compare;bundle-version="[3.0.0,4.0.0)";visibility:=reexport, org.eclipse.emf.compare.rcp;bundle-version="[2.0.0,3.0.0)";resolution:=optional;x-installation:=greedy -Export-Package: org.eclipse.emf.cdo.compare;version="4.6.0", - org.eclipse.emf.cdo.internal.compare.bundle;version="4.6.0";x-friends:="org.eclipse.emf.cdo.tests" +Export-Package: org.eclipse.emf.cdo.compare;version="4.6.1", + org.eclipse.emf.cdo.internal.compare.bundle;version="4.6.1";x-friends:="org.eclipse.emf.cdo.tests" Bundle-ActivationPolicy: lazy Import-Package: com.google.common.base;version="[27.0.0,30.2.0)", com.google.common.collect;version="[27.0.0,30.2.0)", diff --git a/plugins/org.eclipse.emf.cdo.compare/plugin.xml b/plugins/org.eclipse.emf.cdo.compare/plugin.xml index ec36415757..477a8c90a3 100644 --- a/plugins/org.eclipse.emf.cdo.compare/plugin.xml +++ b/plugins/org.eclipse.emf.cdo.compare/plugin.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <?eclipse version="3.4"?> <!-- - Copyright (c) 2021 Eike Stepper (Loehne, Germany) and others. + Copyright (c) 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.compare/pom.xml b/plugins/org.eclipse.emf.cdo.compare/pom.xml index d84283a69d..267adebe39 100644 --- a/plugins/org.eclipse.emf.cdo.compare/pom.xml +++ b/plugins/org.eclipse.emf.cdo.compare/pom.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2017, 2019-2021 Eike Stepper (Loehne, Germany) and others. + Copyright (c) 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 @@ -25,7 +25,7 @@ <groupId>org.eclipse.emf.cdo</groupId> <artifactId>org.eclipse.emf.cdo.compare</artifactId> - <version>4.6.0-SNAPSHOT</version> + <version>4.6.1-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> </project> 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 251f8ff0b1..7c18bcf94d 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, 2016, 2019-2021 Eike Stepper (Loehne, Germany) and others. + * Copyright (c) 2013, 2015, 2016, 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/CDOComparisonScope.java b/plugins/org.eclipse.emf.cdo.compare/src/org/eclipse/emf/cdo/compare/CDOComparisonScope.java index f9104c2c1e..d25c415a7e 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-2017, 2019-2021 Eike Stepper (Loehne, Germany) and others. + * Copyright (c) 2012, 2013, 2015-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.dawn.gmf/pom.xml b/plugins/org.eclipse.emf.cdo.dawn.gmf/pom.xml index b5a7a3c0f2..a3d26dbad9 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.gmf/pom.xml +++ b/plugins/org.eclipse.emf.cdo.dawn.gmf/pom.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2017, 2019, 2020 Eike Stepper (Loehne, Germany) and others. + Copyright (c) 2017, 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.dawn.gmf/src/org/eclipse/emf/cdo/dawn/gmf/editors/impl/DawnGMFEditorSupport.java b/plugins/org.eclipse.emf.cdo.dawn.gmf/src/org/eclipse/emf/cdo/dawn/gmf/editors/impl/DawnGMFEditorSupport.java index d1d17824f4..1a9f4fd3a5 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.gmf/src/org/eclipse/emf/cdo/dawn/gmf/editors/impl/DawnGMFEditorSupport.java +++ b/plugins/org.eclipse.emf.cdo.dawn.gmf/src/org/eclipse/emf/cdo/dawn/gmf/editors/impl/DawnGMFEditorSupport.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2013, 2015, 2019 Eike Stepper (Loehne, Germany) and others. + * Copyright (c) 2011-2013, 2015, 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.dawn.util/pom.xml b/plugins/org.eclipse.emf.cdo.dawn.util/pom.xml index 0519cd48e3..e01013f4fc 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.util/pom.xml +++ b/plugins/org.eclipse.emf.cdo.dawn.util/pom.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2017, 2019, 2020 Eike Stepper (Loehne, Germany) and others. + Copyright (c) 2017, 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.dawn/pom.xml b/plugins/org.eclipse.emf.cdo.dawn/pom.xml index 324cf4d37a..e940af7c49 100644 --- a/plugins/org.eclipse.emf.cdo.dawn/pom.xml +++ b/plugins/org.eclipse.emf.cdo.dawn/pom.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2017-2021 Eike Stepper (Loehne, Germany) and others. + Copyright (c) 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 diff --git a/plugins/org.eclipse.emf.cdo.dawn/src/org/eclipse/emf/cdo/dawn/notifications/BasicDawnLockingHandler.java b/plugins/org.eclipse.emf.cdo.dawn/src/org/eclipse/emf/cdo/dawn/notifications/BasicDawnLockingHandler.java index 695d71302a..79e82e2140 100644 --- a/plugins/org.eclipse.emf.cdo.dawn/src/org/eclipse/emf/cdo/dawn/notifications/BasicDawnLockingHandler.java +++ b/plugins/org.eclipse.emf.cdo.dawn/src/org/eclipse/emf/cdo/dawn/notifications/BasicDawnLockingHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2012, 2015, 2019, 2021 Eike Stepper (Loehne, Germany) and others. + * Copyright (c) 2011, 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.dawn/src/org/eclipse/emf/cdo/dawn/resources/impl/DawnWrapperResourceImpl.java b/plugins/org.eclipse.emf.cdo.dawn/src/org/eclipse/emf/cdo/dawn/resources/impl/DawnWrapperResourceImpl.java index 50178a5b59..ef0e0f02bd 100644 --- a/plugins/org.eclipse.emf.cdo.dawn/src/org/eclipse/emf/cdo/dawn/resources/impl/DawnWrapperResourceImpl.java +++ b/plugins/org.eclipse.emf.cdo.dawn/src/org/eclipse/emf/cdo/dawn/resources/impl/DawnWrapperResourceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2012, 2015 Eike Stepper (Loehne, Germany) and others. + * Copyright (c) 2010-2012, 2015, 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.examples.installer/pom.xml b/plugins/org.eclipse.emf.cdo.examples.installer/pom.xml index ef6f32158e..a9e9bf97fd 100644 --- a/plugins/org.eclipse.emf.cdo.examples.installer/pom.xml +++ b/plugins/org.eclipse.emf.cdo.examples.installer/pom.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2017-2021 Eike Stepper (Loehne, Germany) and others. + Copyright (c) 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 diff --git a/plugins/org.eclipse.emf.cdo.lm.edit/src/org/eclipse/emf/cdo/lm/provider/ProcessElementItemProvider.java b/plugins/org.eclipse.emf.cdo.lm.edit/src/org/eclipse/emf/cdo/lm/provider/ProcessElementItemProvider.java index cac280ca8f..50ef95c892 100644 --- a/plugins/org.eclipse.emf.cdo.lm.edit/src/org/eclipse/emf/cdo/lm/provider/ProcessElementItemProvider.java +++ b/plugins/org.eclipse.emf.cdo.lm.edit/src/org/eclipse/emf/cdo/lm/provider/ProcessElementItemProvider.java @@ -1,4 +1,12 @@ -/** +/* + * Copyright (c) 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 + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Eike Stepper - initial API and implementation */ package org.eclipse.emf.cdo.lm.provider; diff --git a/plugins/org.eclipse.emf.cdo.lm/src/org/eclipse/emf/cdo/lm/ProcessElement.java b/plugins/org.eclipse.emf.cdo.lm/src/org/eclipse/emf/cdo/lm/ProcessElement.java index 8b1a7a4a95..aa60b14f40 100644 --- a/plugins/org.eclipse.emf.cdo.lm/src/org/eclipse/emf/cdo/lm/ProcessElement.java +++ b/plugins/org.eclipse.emf.cdo.lm/src/org/eclipse/emf/cdo/lm/ProcessElement.java @@ -1,4 +1,12 @@ -/** +/* + * Copyright (c) 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 + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Eike Stepper - initial API and implementation */ package org.eclipse.emf.cdo.lm; diff --git a/plugins/org.eclipse.emf.cdo.lm/src/org/eclipse/emf/cdo/lm/impl/ProcessElementImpl.java b/plugins/org.eclipse.emf.cdo.lm/src/org/eclipse/emf/cdo/lm/impl/ProcessElementImpl.java index bde258992f..58d866de6b 100644 --- a/plugins/org.eclipse.emf.cdo.lm/src/org/eclipse/emf/cdo/lm/impl/ProcessElementImpl.java +++ b/plugins/org.eclipse.emf.cdo.lm/src/org/eclipse/emf/cdo/lm/impl/ProcessElementImpl.java @@ -1,4 +1,12 @@ -/** +/* + * Copyright (c) 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 + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Eike Stepper - initial API and implementation */ package org.eclipse.emf.cdo.lm.impl; diff --git a/plugins/org.eclipse.emf.cdo.net4j/plugin.xml b/plugins/org.eclipse.emf.cdo.net4j/plugin.xml index c31094ee39..d6722a15a7 100644 --- a/plugins/org.eclipse.emf.cdo.net4j/plugin.xml +++ b/plugins/org.eclipse.emf.cdo.net4j/plugin.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <?eclipse version="3.4"?> <!-- - Copyright (c) 2009, 2010, 2012, 2020 Eike Stepper (Loehne, Germany) and others. + Copyright (c) 2009, 2010, 2012, 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.net4j/src/org/eclipse/emf/cdo/internal/net4j/protocol/QueryRequest.java b/plugins/org.eclipse.emf.cdo.net4j/src/org/eclipse/emf/cdo/internal/net4j/protocol/QueryRequest.java index eb476205b3..d39bbb37e8 100644 --- a/plugins/org.eclipse.emf.cdo.net4j/src/org/eclipse/emf/cdo/internal/net4j/protocol/QueryRequest.java +++ b/plugins/org.eclipse.emf.cdo.net4j/src/org/eclipse/emf/cdo/internal/net4j/protocol/QueryRequest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2013, 2017, 2021 Eike Stepper (Loehne, Germany) and others. + * Copyright (c) 2009-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.server.admin/plugin.xml b/plugins/org.eclipse.emf.cdo.server.admin/plugin.xml index 4d536cc10a..bc0e200468 100644 --- a/plugins/org.eclipse.emf.cdo.server.admin/plugin.xml +++ b/plugins/org.eclipse.emf.cdo.server.admin/plugin.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <?eclipse version="3.4"?> <!-- - Copyright (c) 2012, 2013, 2015 Eike Stepper (Loehne, Germany) and others. + Copyright (c) 2012, 2013, 2015, 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.server.admin/src/org/eclipse/emf/cdo/server/internal/admin/RepositoryConfigurationManagerExtension.java b/plugins/org.eclipse.emf.cdo.server.admin/src/org/eclipse/emf/cdo/server/internal/admin/RepositoryConfigurationManagerExtension.java index f08fb21e8f..f9a5283eae 100644 --- a/plugins/org.eclipse.emf.cdo.server.admin/src/org/eclipse/emf/cdo/server/internal/admin/RepositoryConfigurationManagerExtension.java +++ b/plugins/org.eclipse.emf.cdo.server.admin/src/org/eclipse/emf/cdo/server/internal/admin/RepositoryConfigurationManagerExtension.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013, 2015, 2018, 2019 Eike Stepper (Loehne, Germany) and others. + * Copyright (c) 2013, 2015, 2018, 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.server.db/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.cdo.server.db/META-INF/MANIFEST.MF index 3c61ac1882..b171a9c814 100644 --- a/plugins/org.eclipse.emf.cdo.server.db/META-INF/MANIFEST.MF +++ b/plugins/org.eclipse.emf.cdo.server.db/META-INF/MANIFEST.MF @@ -1,7 +1,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-SymbolicName: org.eclipse.emf.cdo.server.db;singleton:=true -Bundle-Version: 4.11.2.qualifier +Bundle-Version: 4.11.3.qualifier Bundle-Name: %pluginName Bundle-Vendor: %providerName Bundle-Localization: plugin @@ -12,11 +12,11 @@ Bundle-ClassPath: . Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)", org.eclipse.net4j.db;bundle-version="[4.0.0,5.0.0)";visibility:=reexport, org.eclipse.emf.cdo.server;bundle-version="[4.0.0,5.0.0)";visibility:=reexport -Export-Package: org.eclipse.emf.cdo.server.db;version="4.11.2", - org.eclipse.emf.cdo.server.db.mapping;version="4.11.2", - org.eclipse.emf.cdo.server.internal.db;version="4.11.2";x-friends:="org.eclipse.emf.cdo.tests,org.eclipse.emf.cdo.tests.db,org.eclipse.emf.cdo.explorer.ui", - org.eclipse.emf.cdo.server.internal.db.bundle;version="4.11.2";x-internal:=true, - org.eclipse.emf.cdo.server.internal.db.mapping;version="4.11.2";x-friends:="org.eclipse.emf.cdo.tests,org.eclipse.emf.cdo.tests.db", - org.eclipse.emf.cdo.server.internal.db.mapping.horizontal;version="4.11.2";x-friends:="org.eclipse.emf.cdo.tests,org.eclipse.emf.cdo.tests.db", - org.eclipse.emf.cdo.server.internal.db.messages;version="4.11.2";x-internal:=true +Export-Package: org.eclipse.emf.cdo.server.db;version="4.11.3", + org.eclipse.emf.cdo.server.db.mapping;version="4.11.3", + org.eclipse.emf.cdo.server.internal.db;version="4.11.3";x-friends:="org.eclipse.emf.cdo.tests,org.eclipse.emf.cdo.tests.db,org.eclipse.emf.cdo.explorer.ui", + org.eclipse.emf.cdo.server.internal.db.bundle;version="4.11.3";x-internal:=true, + org.eclipse.emf.cdo.server.internal.db.mapping;version="4.11.3";x-friends:="org.eclipse.emf.cdo.tests,org.eclipse.emf.cdo.tests.db", + org.eclipse.emf.cdo.server.internal.db.mapping.horizontal;version="4.11.3";x-friends:="org.eclipse.emf.cdo.tests,org.eclipse.emf.cdo.tests.db", + org.eclipse.emf.cdo.server.internal.db.messages;version="4.11.3";x-internal:=true Automatic-Module-Name: org.eclipse.emf.cdo.server.db diff --git a/plugins/org.eclipse.emf.cdo.server.db/plugin.xml b/plugins/org.eclipse.emf.cdo.server.db/plugin.xml index 158f6d51bb..5df9610920 100644 --- a/plugins/org.eclipse.emf.cdo.server.db/plugin.xml +++ b/plugins/org.eclipse.emf.cdo.server.db/plugin.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <?eclipse version="3.4"?> <!-- - Copyright (c) 2007-2012, 2020, 2021 Eike Stepper (Loehne, Germany) and others. + Copyright (c) 2007-2012, 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.server.db/pom.xml b/plugins/org.eclipse.emf.cdo.server.db/pom.xml index ec4afa6b51..0bcf3d5698 100644 --- a/plugins/org.eclipse.emf.cdo.server.db/pom.xml +++ b/plugins/org.eclipse.emf.cdo.server.db/pom.xml @@ -25,7 +25,7 @@ <groupId>org.eclipse.emf.cdo</groupId> <artifactId>org.eclipse.emf.cdo.server.db</artifactId> - <version>4.11.2-SNAPSHOT</version> + <version>4.11.3-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> </project> diff --git a/plugins/org.eclipse.emf.cdo.server.lissome/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.cdo.server.lissome/META-INF/MANIFEST.MF index f0a2f8fcbb..5319b776b7 100644 --- a/plugins/org.eclipse.emf.cdo.server.lissome/META-INF/MANIFEST.MF +++ b/plugins/org.eclipse.emf.cdo.server.lissome/META-INF/MANIFEST.MF @@ -1,7 +1,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-SymbolicName: org.eclipse.emf.cdo.server.lissome;singleton:=true -Bundle-Version: 4.3.3.qualifier +Bundle-Version: 4.3.4.qualifier Bundle-Name: %pluginName Bundle-Vendor: %providerName Bundle-Localization: plugin @@ -14,10 +14,10 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)", org.eclipse.net4j.db.h2;bundle-version="[4.0.0,5.0.0)" Import-Package: org.h2;version="[1.0.0,2.0.0)", org.h2.jdbcx;version="[1.0.0,2.0.0)" -Export-Package: org.eclipse.emf.cdo.server.internal.lissome;version="4.3.3";x-friends:="org.eclipse.emf.cdo.tests.lissome", - org.eclipse.emf.cdo.server.internal.lissome.bundle;version="4.3.3";x-friends:="org.eclipse.emf.cdo.tests.lissome", - org.eclipse.emf.cdo.server.internal.lissome.db;version="4.3.3";x-friends:="org.eclipse.emf.cdo.tests.lissome", - org.eclipse.emf.cdo.server.internal.lissome.file;version="4.3.3";x-friends:="org.eclipse.emf.cdo.tests.lissome", - org.eclipse.emf.cdo.server.internal.lissome.optimizer;version="4.3.3";x-friends:="org.eclipse.emf.cdo.tests.lissome", - org.eclipse.emf.cdo.server.lissome;version="4.3.3" +Export-Package: org.eclipse.emf.cdo.server.internal.lissome;version="4.3.4";x-friends:="org.eclipse.emf.cdo.tests.lissome", + org.eclipse.emf.cdo.server.internal.lissome.bundle;version="4.3.4";x-friends:="org.eclipse.emf.cdo.tests.lissome", + org.eclipse.emf.cdo.server.internal.lissome.db;version="4.3.4";x-friends:="org.eclipse.emf.cdo.tests.lissome", + org.eclipse.emf.cdo.server.internal.lissome.file;version="4.3.4";x-friends:="org.eclipse.emf.cdo.tests.lissome", + org.eclipse.emf.cdo.server.internal.lissome.optimizer;version="4.3.4";x-friends:="org.eclipse.emf.cdo.tests.lissome", + org.eclipse.emf.cdo.server.lissome;version="4.3.4" Automatic-Module-Name: org.eclipse.emf.cdo.server.lissome diff --git a/plugins/org.eclipse.emf.cdo.server.lissome/plugin.xml b/plugins/org.eclipse.emf.cdo.server.lissome/plugin.xml index aabd9ef7af..d88f0251f9 100644 --- a/plugins/org.eclipse.emf.cdo.server.lissome/plugin.xml +++ b/plugins/org.eclipse.emf.cdo.server.lissome/plugin.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <?eclipse version="3.4"?> <!-- - Copyright (c) 2012 Eike Stepper (Loehne, Germany) and others. + Copyright (c) 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 diff --git a/plugins/org.eclipse.emf.cdo.server.lissome/pom.xml b/plugins/org.eclipse.emf.cdo.server.lissome/pom.xml index ddd0a606c3..7c0bb8eb87 100644 --- a/plugins/org.eclipse.emf.cdo.server.lissome/pom.xml +++ b/plugins/org.eclipse.emf.cdo.server.lissome/pom.xml @@ -25,7 +25,7 @@ <groupId>org.eclipse.emf.cdo</groupId> <artifactId>org.eclipse.emf.cdo.server.lissome</artifactId> - <version>4.3.3-SNAPSHOT</version> + <version>4.3.4-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> </project> diff --git a/plugins/org.eclipse.emf.cdo.server.net4j/plugin.xml b/plugins/org.eclipse.emf.cdo.server.net4j/plugin.xml index d604731987..d9ac9256cd 100644 --- a/plugins/org.eclipse.emf.cdo.server.net4j/plugin.xml +++ b/plugins/org.eclipse.emf.cdo.server.net4j/plugin.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <?eclipse version="3.4"?> <!-- - Copyright (c) 2009, 2010, 2012 Eike Stepper (Loehne, Germany) and others. + Copyright (c) 2009, 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 diff --git a/plugins/org.eclipse.emf.cdo.server.net4j/src/org/eclipse/emf/cdo/server/internal/net4j/bundle/Net4jAppExtension.java b/plugins/org.eclipse.emf.cdo.server.net4j/src/org/eclipse/emf/cdo/server/internal/net4j/bundle/Net4jAppExtension.java index 5a6e4d167e..9f122b3b32 100644 --- a/plugins/org.eclipse.emf.cdo.server.net4j/src/org/eclipse/emf/cdo/server/internal/net4j/bundle/Net4jAppExtension.java +++ b/plugins/org.eclipse.emf.cdo.server.net4j/src/org/eclipse/emf/cdo/server/internal/net4j/bundle/Net4jAppExtension.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2012, 2019, 2021 Eike Stepper (Loehne, Germany) and others. + * Copyright (c) 2009-2012, 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.server.net4j/src/org/eclipse/emf/cdo/server/internal/net4j/protocol/CommitTransactionIndication.java b/plugins/org.eclipse.emf.cdo.server.net4j/src/org/eclipse/emf/cdo/server/internal/net4j/protocol/CommitTransactionIndication.java index 158cc6b5c0..537d63be7f 100644 --- a/plugins/org.eclipse.emf.cdo.server.net4j/src/org/eclipse/emf/cdo/server/internal/net4j/protocol/CommitTransactionIndication.java +++ b/plugins/org.eclipse.emf.cdo.server.net4j/src/org/eclipse/emf/cdo/server/internal/net4j/protocol/CommitTransactionIndication.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2013, 2015-2019, 2021 Eike Stepper (Loehne, Germany) and others. + * Copyright (c) 2009-2013, 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.server.net4j/src/org/eclipse/emf/cdo/server/internal/net4j/protocol/QueryIndication.java b/plugins/org.eclipse.emf.cdo.server.net4j/src/org/eclipse/emf/cdo/server/internal/net4j/protocol/QueryIndication.java index d8dedc3e55..0741468cdc 100644 --- a/plugins/org.eclipse.emf.cdo.server.net4j/src/org/eclipse/emf/cdo/server/internal/net4j/protocol/QueryIndication.java +++ b/plugins/org.eclipse.emf.cdo.server.net4j/src/org/eclipse/emf/cdo/server/internal/net4j/protocol/QueryIndication.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2013, 2016, 2017, 2021 Eike Stepper (Loehne, Germany) and others. + * Copyright (c) 2009-2013, 2016, 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.server.ocl/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.cdo.server.ocl/META-INF/MANIFEST.MF index df3aae27f4..2b99090699 100644 --- a/plugins/org.eclipse.emf.cdo.server.ocl/META-INF/MANIFEST.MF +++ b/plugins/org.eclipse.emf.cdo.server.ocl/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-SymbolicName: org.eclipse.emf.cdo.server.ocl;singleton:=true Bundle-Name: %pluginName -Bundle-Version: 4.4.1.qualifier +Bundle-Version: 4.4.2.qualifier Bundle-ClassPath: . Bundle-Vendor: %providerName Bundle-Localization: plugin @@ -10,5 +10,5 @@ Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)", org.eclipse.ocl.ecore;bundle-version="[3.0.0,4.0.0)", org.eclipse.emf.cdo.server;bundle-version="[4.0.0,5.0.0)" -Export-Package: org.eclipse.emf.cdo.server.ocl;version="4.4.1" +Export-Package: org.eclipse.emf.cdo.server.ocl;version="4.4.2" Automatic-Module-Name: org.eclipse.emf.cdo.server.ocl diff --git a/plugins/org.eclipse.emf.cdo.server.ocl/plugin.xml b/plugins/org.eclipse.emf.cdo.server.ocl/plugin.xml index 728e208567..78648a2495 100644 --- a/plugins/org.eclipse.emf.cdo.server.ocl/plugin.xml +++ b/plugins/org.eclipse.emf.cdo.server.ocl/plugin.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <?eclipse version="3.4"?> <!-- - Copyright (c) 2010, 2012 Eike Stepper (Loehne, Germany) and others. + Copyright (c) 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 diff --git a/plugins/org.eclipse.emf.cdo.server.ocl/pom.xml b/plugins/org.eclipse.emf.cdo.server.ocl/pom.xml index 9b00c50257..3341c27561 100644 --- a/plugins/org.eclipse.emf.cdo.server.ocl/pom.xml +++ b/plugins/org.eclipse.emf.cdo.server.ocl/pom.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2017, 2019-2021 Eike Stepper (Loehne, Germany) and others. + Copyright (c) 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 @@ -25,7 +25,7 @@ <groupId>org.eclipse.emf.cdo</groupId> <artifactId>org.eclipse.emf.cdo.server.ocl</artifactId> - <version>4.4.1-SNAPSHOT</version> + <version>4.4.2-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> </project> diff --git a/plugins/org.eclipse.emf.cdo.server.security/plugin.xml b/plugins/org.eclipse.emf.cdo.server.security/plugin.xml index 28c9f8ed7a..3c193539cc 100644 --- a/plugins/org.eclipse.emf.cdo.server.security/plugin.xml +++ b/plugins/org.eclipse.emf.cdo.server.security/plugin.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <?eclipse version="3.4"?> <!-- - Copyright (c) 2012, 2013, 2021 Eike Stepper (Loehne, Germany) and others. + Copyright (c) 2012, 2013, 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.server/plugin.properties b/plugins/org.eclipse.emf.cdo.server/plugin.properties index 0c9590c26d..0345386790 100644 --- a/plugins/org.eclipse.emf.cdo.server/plugin.properties +++ b/plugins/org.eclipse.emf.cdo.server/plugin.properties @@ -1,4 +1,4 @@ -# Copyright (c) 2006-2012 Eike Stepper (Loehne, Germany) and others. +# Copyright (c) 2006-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 diff --git a/plugins/org.eclipse.emf.cdo.server/plugin.xml b/plugins/org.eclipse.emf.cdo.server/plugin.xml index e8cbcea2b5..9d4dc06870 100644 --- a/plugins/org.eclipse.emf.cdo.server/plugin.xml +++ b/plugins/org.eclipse.emf.cdo.server/plugin.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <?eclipse version="3.4"?> <!-- - Copyright (c) 2006-2012, 2018 Eike Stepper (Loehne, Germany) and others. + Copyright (c) 2006-2012, 2018, 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.server/schema/appExtensions.exsd b/plugins/org.eclipse.emf.cdo.server/schema/appExtensions.exsd index 9ed14bcab8..b748ee1d12 100644 --- a/plugins/org.eclipse.emf.cdo.server/schema/appExtensions.exsd +++ b/plugins/org.eclipse.emf.cdo.server/schema/appExtensions.exsd @@ -105,7 +105,7 @@ <meta.section type="copyright"/> </appinfo> <documentation> - Copyright (c) 2009, 2012 Eike Stepper (Loehne, Germany) and others.<br> + Copyright (c) 2009, 2012, 2022 Eike Stepper (Loehne, Germany) and others.<br> 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 <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a> </documentation> </annotation> diff --git a/plugins/org.eclipse.emf.cdo.server/src/org/eclipse/emf/cdo/internal/server/QueryManager.java b/plugins/org.eclipse.emf.cdo.server/src/org/eclipse/emf/cdo/internal/server/QueryManager.java index c984e6e5a3..fc90e798c3 100644 --- a/plugins/org.eclipse.emf.cdo.server/src/org/eclipse/emf/cdo/internal/server/QueryManager.java +++ b/plugins/org.eclipse.emf.cdo.server/src/org/eclipse/emf/cdo/internal/server/QueryManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008-2013, 2015, 2016, 2019-2021 Eike Stepper (Loehne, Germany) and others. + * Copyright (c) 2008-2013, 2015, 2016, 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.server/src/org/eclipse/emf/cdo/internal/server/QueryResult.java b/plugins/org.eclipse.emf.cdo.server/src/org/eclipse/emf/cdo/internal/server/QueryResult.java index a2a84dc7cb..9142e3dc90 100644 --- a/plugins/org.eclipse.emf.cdo.server/src/org/eclipse/emf/cdo/internal/server/QueryResult.java +++ b/plugins/org.eclipse.emf.cdo.server/src/org/eclipse/emf/cdo/internal/server/QueryResult.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008-2012, 2015, 2016 Eike Stepper (Loehne, Germany) and others. + * Copyright (c) 2008-2012, 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.server/src/org/eclipse/emf/cdo/internal/server/bundle/CDOServerApplication.java b/plugins/org.eclipse.emf.cdo.server/src/org/eclipse/emf/cdo/internal/server/bundle/CDOServerApplication.java index 15af513ed1..6af2a9945a 100644 --- a/plugins/org.eclipse.emf.cdo.server/src/org/eclipse/emf/cdo/internal/server/bundle/CDOServerApplication.java +++ b/plugins/org.eclipse.emf.cdo.server/src/org/eclipse/emf/cdo/internal/server/bundle/CDOServerApplication.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007-2012, 2018-2021 Eike Stepper (Loehne, Germany) and others. + * Copyright (c) 2007-2012, 2018-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.server/src/org/eclipse/emf/cdo/server/IQueryHandler.java b/plugins/org.eclipse.emf.cdo.server/src/org/eclipse/emf/cdo/server/IQueryHandler.java index 9e6d4740ba..cd0c243d4e 100644 --- a/plugins/org.eclipse.emf.cdo.server/src/org/eclipse/emf/cdo/server/IQueryHandler.java +++ b/plugins/org.eclipse.emf.cdo.server/src/org/eclipse/emf/cdo/server/IQueryHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008-2012, 2015 Eike Stepper (Loehne, Germany) and others. + * Copyright (c) 2008-2012, 2015, 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.server/src/org/eclipse/emf/cdo/spi/server/AppExtension.java b/plugins/org.eclipse.emf.cdo.server/src/org/eclipse/emf/cdo/spi/server/AppExtension.java index a992629226..02fe876623 100644 --- a/plugins/org.eclipse.emf.cdo.server/src/org/eclipse/emf/cdo/spi/server/AppExtension.java +++ b/plugins/org.eclipse.emf.cdo.server/src/org/eclipse/emf/cdo/spi/server/AppExtension.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Eike Stepper (Loehne, Germany) and others. + * Copyright (c) 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.server/src/org/eclipse/emf/cdo/spi/server/IAppExtension4.java b/plugins/org.eclipse.emf.cdo.server/src/org/eclipse/emf/cdo/spi/server/IAppExtension4.java index 317fc4e3f4..4a1b734795 100644 --- a/plugins/org.eclipse.emf.cdo.server/src/org/eclipse/emf/cdo/spi/server/IAppExtension4.java +++ b/plugins/org.eclipse.emf.cdo.server/src/org/eclipse/emf/cdo/spi/server/IAppExtension4.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Eike Stepper (Loehne, Germany) and others. + * Copyright (c) 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.server/src/org/eclipse/emf/cdo/spi/server/IAppExtension5.java b/plugins/org.eclipse.emf.cdo.server/src/org/eclipse/emf/cdo/spi/server/IAppExtension5.java index fddea3cfc8..f016cbb010 100644 --- a/plugins/org.eclipse.emf.cdo.server/src/org/eclipse/emf/cdo/spi/server/IAppExtension5.java +++ b/plugins/org.eclipse.emf.cdo.server/src/org/eclipse/emf/cdo/spi/server/IAppExtension5.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Eike Stepper (Loehne, Germany) and others. + * Copyright (c) 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.server/src/org/eclipse/emf/cdo/spi/server/InternalQueryResult.java b/plugins/org.eclipse.emf.cdo.server/src/org/eclipse/emf/cdo/spi/server/InternalQueryResult.java index c9a2d85613..002ac9d559 100644 --- a/plugins/org.eclipse.emf.cdo.server/src/org/eclipse/emf/cdo/spi/server/InternalQueryResult.java +++ b/plugins/org.eclipse.emf.cdo.server/src/org/eclipse/emf/cdo/spi/server/InternalQueryResult.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2012 Eike Stepper (Loehne, Germany) and others. + * Copyright (c) 2009-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 diff --git a/plugins/org.eclipse.emf.cdo.transfer.ui/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.cdo.transfer.ui/META-INF/MANIFEST.MF index 1178ac7153..bfb82fbf22 100644 --- a/plugins/org.eclipse.emf.cdo.transfer.ui/META-INF/MANIFEST.MF +++ b/plugins/org.eclipse.emf.cdo.transfer.ui/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.emf.cdo.transfer.ui;singleton:=true -Bundle-Version: 4.4.2.qualifier +Bundle-Version: 4.4.3.qualifier Bundle-ClassPath: . Bundle-Vendor: %providerName Bundle-Localization: plugin @@ -15,11 +15,11 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)", org.eclipse.emf.cdo.ui.shared;bundle-version="[4.1.0,5.0.0)", org.eclipse.emf.cdo.transfer;bundle-version="[4.2.0,5.0.0)";visibility:=reexport, org.eclipse.emf.cdo.transfer.workspace;bundle-version="[4.2.0,5.0.0)";resolution:=optional -Export-Package: org.eclipse.emf.cdo.transfer.internal.ui;version="4.4.2";x-internal:=true, - org.eclipse.emf.cdo.transfer.internal.ui.bundle;version="4.4.2";x-internal:=true, - org.eclipse.emf.cdo.transfer.spi.ui;version="4.4.2", - org.eclipse.emf.cdo.transfer.ui;version="4.4.2", - org.eclipse.emf.cdo.transfer.ui.swt;version="4.4.2", +Export-Package: org.eclipse.emf.cdo.transfer.internal.ui;version="4.4.3";x-internal:=true, + org.eclipse.emf.cdo.transfer.internal.ui.bundle;version="4.4.3";x-internal:=true, + org.eclipse.emf.cdo.transfer.spi.ui;version="4.4.3", + org.eclipse.emf.cdo.transfer.ui;version="4.4.3", + org.eclipse.emf.cdo.transfer.ui.swt;version="4.4.3", org.eclipse.wb.swt;version="4.2.100";x-internal:=true Bundle-ActivationPolicy: lazy Bundle-Activator: org.eclipse.emf.cdo.transfer.internal.ui.bundle.OM$Activator diff --git a/plugins/org.eclipse.emf.cdo.transfer.ui/plugin.xml b/plugins/org.eclipse.emf.cdo.transfer.ui/plugin.xml index a9207a479d..32c66d853e 100644 --- a/plugins/org.eclipse.emf.cdo.transfer.ui/plugin.xml +++ b/plugins/org.eclipse.emf.cdo.transfer.ui/plugin.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <?eclipse version="3.4"?> <!-- - Copyright (c) 2012 Eike Stepper (Loehne, Germany) and others. + Copyright (c) 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 diff --git a/plugins/org.eclipse.emf.cdo.transfer.ui/pom.xml b/plugins/org.eclipse.emf.cdo.transfer.ui/pom.xml index 527d3f96b1..62258df64e 100644 --- a/plugins/org.eclipse.emf.cdo.transfer.ui/pom.xml +++ b/plugins/org.eclipse.emf.cdo.transfer.ui/pom.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2017, 2019-2021 Eike Stepper (Loehne, Germany) and others. + Copyright (c) 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 @@ -25,7 +25,7 @@ <groupId>org.eclipse.emf.cdo</groupId> <artifactId>org.eclipse.emf.cdo.transfer.ui</artifactId> - <version>4.4.2-SNAPSHOT</version> + <version>4.4.3-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> </project> diff --git a/plugins/org.eclipse.emf.cdo.ui/src/org/eclipse/emf/cdo/internal/ui/CDOAdapterFactoryContentProvider.java b/plugins/org.eclipse.emf.cdo.ui/src/org/eclipse/emf/cdo/internal/ui/CDOAdapterFactoryContentProvider.java index 1b63726595..ff8f6d0459 100644 --- a/plugins/org.eclipse.emf.cdo.ui/src/org/eclipse/emf/cdo/internal/ui/CDOAdapterFactoryContentProvider.java +++ b/plugins/org.eclipse.emf.cdo.ui/src/org/eclipse/emf/cdo/internal/ui/CDOAdapterFactoryContentProvider.java @@ -1,3 +1,13 @@ +/* + * Copyright (c) 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 + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Eike Stepper - initial API and implementation + */ package org.eclipse.emf.cdo.internal.ui; import org.eclipse.emf.cdo.internal.ui.bundle.OM; diff --git a/plugins/org.eclipse.emf.cdo.ui/src/org/eclipse/emf/cdo/internal/ui/CDOContentProvider.java b/plugins/org.eclipse.emf.cdo.ui/src/org/eclipse/emf/cdo/internal/ui/CDOContentProvider.java index fac93d8ecf..6fcde258c6 100644 --- a/plugins/org.eclipse.emf.cdo.ui/src/org/eclipse/emf/cdo/internal/ui/CDOContentProvider.java +++ b/plugins/org.eclipse.emf.cdo.ui/src/org/eclipse/emf/cdo/internal/ui/CDOContentProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, 2021 Eike Stepper (Loehne, Germany) and others. + * Copyright (c) 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.ui/src/org/eclipse/emf/cdo/internal/ui/editor/CDOActionBarContributor.java b/plugins/org.eclipse.emf.cdo.ui/src/org/eclipse/emf/cdo/internal/ui/editor/CDOActionBarContributor.java index 54a5b3b965..63926110e9 100644 --- a/plugins/org.eclipse.emf.cdo.ui/src/org/eclipse/emf/cdo/internal/ui/editor/CDOActionBarContributor.java +++ b/plugins/org.eclipse.emf.cdo.ui/src/org/eclipse/emf/cdo/internal/ui/editor/CDOActionBarContributor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007-2013, 2015, 2016, 2019-2021 Eike Stepper (Loehne, Germany) and others. + * Copyright (c) 2007-2013, 2015, 2016, 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.workspace/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.cdo.workspace/META-INF/MANIFEST.MF index 98bb1c408e..9258b63a75 100644 --- a/plugins/org.eclipse.emf.cdo.workspace/META-INF/MANIFEST.MF +++ b/plugins/org.eclipse.emf.cdo.workspace/META-INF/MANIFEST.MF @@ -1,7 +1,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-SymbolicName: org.eclipse.emf.cdo.workspace;singleton:=true -Bundle-Version: 4.4.3.qualifier +Bundle-Version: 4.4.4.qualifier Bundle-Name: %pluginName Bundle-Vendor: %providerName Bundle-Localization: plugin @@ -13,8 +13,8 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)";resoluti org.eclipse.emf.cdo.server.net4j;bundle-version="[4.0.0,5.0.0)", org.eclipse.emf.cdo.net4j;bundle-version="[4.0.0,5.0.0)", org.eclipse.net4j.jvm;bundle-version="[4.0.0,5.0.0)" -Export-Package: org.eclipse.emf.cdo.internal.workspace;version="4.4.3";x-friends:="org.eclipse.emf.cdo.tests,org.eclipse.emf.cdo.tests.db,org.eclipse.emf.cdo.ui.workspace", - org.eclipse.emf.cdo.internal.workspace.bundle;version="4.4.3";x-internal:=true, - org.eclipse.emf.cdo.spi.workspace;version="4.4.3", - org.eclipse.emf.cdo.workspace;version="4.4.3" +Export-Package: org.eclipse.emf.cdo.internal.workspace;version="4.4.4";x-friends:="org.eclipse.emf.cdo.tests,org.eclipse.emf.cdo.tests.db,org.eclipse.emf.cdo.ui.workspace", + org.eclipse.emf.cdo.internal.workspace.bundle;version="4.4.4";x-internal:=true, + org.eclipse.emf.cdo.spi.workspace;version="4.4.4", + org.eclipse.emf.cdo.workspace;version="4.4.4" Automatic-Module-Name: org.eclipse.emf.cdo.workspace diff --git a/plugins/org.eclipse.emf.cdo.workspace/plugin.xml b/plugins/org.eclipse.emf.cdo.workspace/plugin.xml index 92d4c7dc40..701acfd141 100644 --- a/plugins/org.eclipse.emf.cdo.workspace/plugin.xml +++ b/plugins/org.eclipse.emf.cdo.workspace/plugin.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <?eclipse version="3.4"?> <!-- - Copyright (c) 2010-2012 Eike Stepper (Loehne, Germany) and others. + Copyright (c) 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 diff --git a/plugins/org.eclipse.emf.cdo.workspace/pom.xml b/plugins/org.eclipse.emf.cdo.workspace/pom.xml index df02cf918a..2d2f908dc0 100644 --- a/plugins/org.eclipse.emf.cdo.workspace/pom.xml +++ b/plugins/org.eclipse.emf.cdo.workspace/pom.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2017, 2019, 2021 Eike Stepper (Loehne, Germany) and others. + Copyright (c) 2017, 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 @@ -25,7 +25,7 @@ <groupId>org.eclipse.emf.cdo</groupId> <artifactId>org.eclipse.emf.cdo.workspace</artifactId> - <version>4.4.3-SNAPSHOT</version> + <version>4.4.4-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> </project> diff --git a/plugins/org.eclipse.emf.cdo/plugin.xml b/plugins/org.eclipse.emf.cdo/plugin.xml index 9b78395747..082cd982f0 100644 --- a/plugins/org.eclipse.emf.cdo/plugin.xml +++ b/plugins/org.eclipse.emf.cdo/plugin.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <?eclipse version="3.4"?> <!-- - Copyright (c) 2006-2016, 2018, 2021 Eike Stepper (Loehne, Germany) and others. + Copyright (c) 2006-2016, 2018, 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/src/org/eclipse/emf/cdo/eresource/impl/CDOResourceFactoryImpl.java b/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/cdo/eresource/impl/CDOResourceFactoryImpl.java index 7714bbd1c4..e51909aa01 100644 --- a/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/cdo/eresource/impl/CDOResourceFactoryImpl.java +++ b/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/cdo/eresource/impl/CDOResourceFactoryImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007-2012, 2015, 2019 Eike Stepper (Loehne, Germany) and others. + * Copyright (c) 2007-2012, 2015, 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/src/org/eclipse/emf/cdo/eresource/impl/CDOResourceFolderImpl.java b/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/cdo/eresource/impl/CDOResourceFolderImpl.java index 111c0f9c2c..fd53f5a97e 100644 --- a/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/cdo/eresource/impl/CDOResourceFolderImpl.java +++ b/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/cdo/eresource/impl/CDOResourceFolderImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008-2012, 2015, 2016, 2018, 2019 Eike Stepper (Loehne, Germany) and others. + * Copyright (c) 2008-2012, 2015, 2016, 2018, 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/src/org/eclipse/emf/cdo/eresource/impl/CDOResourceImpl.java b/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/cdo/eresource/impl/CDOResourceImpl.java index 8b7c042e11..b2ac7ba17c 100644 --- a/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/cdo/eresource/impl/CDOResourceImpl.java +++ b/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/cdo/eresource/impl/CDOResourceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007-2016, 2018-2021 Eike Stepper (Loehne, Germany) and others. + * Copyright (c) 2007-2016, 2018-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/src/org/eclipse/emf/internal/cdo/CDOObjectImpl.java b/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/internal/cdo/CDOObjectImpl.java index 34ac3121b2..5a0d23ee1d 100644 --- a/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/internal/cdo/CDOObjectImpl.java +++ b/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/internal/cdo/CDOObjectImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007-2016, 2018-2021 Eike Stepper (Loehne, Germany) and others. + * Copyright (c) 2007-2016, 2018-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.net4j.buddies.chat/META-INF/MANIFEST.MF b/plugins/org.eclipse.net4j.buddies.chat/META-INF/MANIFEST.MF index f67b2ecd05..59ba281338 100644 --- a/plugins/org.eclipse.net4j.buddies.chat/META-INF/MANIFEST.MF +++ b/plugins/org.eclipse.net4j.buddies.chat/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.net4j.buddies.chat;singleton:=true -Bundle-Version: 4.1.2.qualifier +Bundle-Version: 4.1.3.qualifier Bundle-ClassPath: . Bundle-Vendor: %providerName Bundle-Localization: plugin @@ -10,8 +10,8 @@ Bundle-Activator: org.eclipse.net4j.buddies.internal.chat.bundle.OM$Activator Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)", org.eclipse.net4j.buddies.common;bundle-version="[4.0.0,5.0.0)";visibility:=reexport -Export-Package: org.eclipse.net4j.buddies.chat;version="4.1.2", - org.eclipse.net4j.buddies.internal.chat;version="4.1.2", - org.eclipse.net4j.buddies.internal.chat.bundle;version="4.1.2";x-internal:=true +Export-Package: org.eclipse.net4j.buddies.chat;version="4.1.3", + org.eclipse.net4j.buddies.internal.chat;version="4.1.3", + org.eclipse.net4j.buddies.internal.chat.bundle;version="4.1.3";x-internal:=true Bundle-ActivationPolicy: lazy Automatic-Module-Name: org.eclipse.net4j.buddies.chat diff --git a/plugins/org.eclipse.net4j.buddies.chat/plugin.xml b/plugins/org.eclipse.net4j.buddies.chat/plugin.xml index cb795bf014..5a30d29d5e 100644 --- a/plugins/org.eclipse.net4j.buddies.chat/plugin.xml +++ b/plugins/org.eclipse.net4j.buddies.chat/plugin.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <?eclipse version="3.4"?> <!-- - Copyright (c) 2008, 2012 Eike Stepper (Loehne, Germany) and others. + Copyright (c) 2008, 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 diff --git a/plugins/org.eclipse.net4j.buddies.chat/pom.xml b/plugins/org.eclipse.net4j.buddies.chat/pom.xml index 0b12e42643..fec36f6bcf 100644 --- a/plugins/org.eclipse.net4j.buddies.chat/pom.xml +++ b/plugins/org.eclipse.net4j.buddies.chat/pom.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2017, 2019, 2021 Eike Stepper (Loehne, Germany) and others. + Copyright (c) 2017, 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 @@ -25,7 +25,7 @@ <groupId>org.eclipse.emf.cdo</groupId> <artifactId>org.eclipse.net4j.buddies.chat</artifactId> - <version>4.1.2-SNAPSHOT</version> + <version>4.1.3-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> </project> diff --git a/plugins/org.eclipse.net4j.buddies.common/META-INF/MANIFEST.MF b/plugins/org.eclipse.net4j.buddies.common/META-INF/MANIFEST.MF index 814b5ea5ff..605f9de1f4 100644 --- a/plugins/org.eclipse.net4j.buddies.common/META-INF/MANIFEST.MF +++ b/plugins/org.eclipse.net4j.buddies.common/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.net4j.buddies.common;singleton:=true -Bundle-Version: 4.1.2.qualifier +Bundle-Version: 4.1.3.qualifier Bundle-Vendor: %providerName Bundle-Activator: org.eclipse.net4j.buddies.internal.common.bundle.OM$Activator Bundle-ClassPath: . @@ -11,10 +11,10 @@ Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)", org.eclipse.net4j;bundle-version="[4.0.0,5.0.0)";visibility:=reexport Import-Package: org.osgi.framework;version="[1.3.0,2.0.0)";resolution:=optional -Export-Package: org.eclipse.net4j.buddies.common;version="4.1.2", - org.eclipse.net4j.buddies.internal.common;version="4.1.2";x-friends:="org.eclipse.net4j.buddies,org.eclipse.net4j.buddies.server,org.eclipse.net4j.buddies.ui", - org.eclipse.net4j.buddies.internal.common.bundle;version="4.1.2";x-internal:=true, - org.eclipse.net4j.buddies.internal.common.protocol;version="4.1.2";x-friends:="org.eclipse.net4j.buddies,org.eclipse.net4j.buddies.server", - org.eclipse.net4j.buddies.spi.common;version="4.1.2" +Export-Package: org.eclipse.net4j.buddies.common;version="4.1.3", + org.eclipse.net4j.buddies.internal.common;version="4.1.3";x-friends:="org.eclipse.net4j.buddies,org.eclipse.net4j.buddies.server,org.eclipse.net4j.buddies.ui", + org.eclipse.net4j.buddies.internal.common.bundle;version="4.1.3";x-internal:=true, + org.eclipse.net4j.buddies.internal.common.protocol;version="4.1.3";x-friends:="org.eclipse.net4j.buddies,org.eclipse.net4j.buddies.server", + org.eclipse.net4j.buddies.spi.common;version="4.1.3" Bundle-ActivationPolicy: lazy Automatic-Module-Name: org.eclipse.net4j.buddies.common diff --git a/plugins/org.eclipse.net4j.buddies.common/build.properties b/plugins/org.eclipse.net4j.buddies.common/build.properties index e5a57fe428..68e5c5803c 100644 --- a/plugins/org.eclipse.net4j.buddies.common/build.properties +++ b/plugins/org.eclipse.net4j.buddies.common/build.properties @@ -1,4 +1,4 @@ -# Copyright (c) 2008-2010, 2012, 2017 Eike Stepper (Loehne, Germany) and others. +# Copyright (c) 2008-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 diff --git a/plugins/org.eclipse.net4j.buddies.common/plugin.xml b/plugins/org.eclipse.net4j.buddies.common/plugin.xml index a6ecb63167..00a7537bec 100644 --- a/plugins/org.eclipse.net4j.buddies.common/plugin.xml +++ b/plugins/org.eclipse.net4j.buddies.common/plugin.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <?eclipse version="3.4"?> <!-- - Copyright (c) 2008, 2012 Eike Stepper (Loehne, Germany) and others. + Copyright (c) 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.net4j.buddies.common/pom.xml b/plugins/org.eclipse.net4j.buddies.common/pom.xml index a61428c58b..d015dce86d 100644 --- a/plugins/org.eclipse.net4j.buddies.common/pom.xml +++ b/plugins/org.eclipse.net4j.buddies.common/pom.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2017, 2019, 2021 Eike Stepper (Loehne, Germany) and others. + Copyright (c) 2017, 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 @@ -25,7 +25,7 @@ <groupId>org.eclipse.emf.cdo</groupId> <artifactId>org.eclipse.net4j.buddies.common</artifactId> - <version>4.1.2-SNAPSHOT</version> + <version>4.1.3-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> </project> diff --git a/plugins/org.eclipse.net4j.examples.installer/examples/org.eclipse.net4j.buddies.chat/META-INF/MANIFEST.MF b/plugins/org.eclipse.net4j.examples.installer/examples/org.eclipse.net4j.buddies.chat/META-INF/MANIFEST.MF index f67b2ecd05..59ba281338 100644 --- a/plugins/org.eclipse.net4j.examples.installer/examples/org.eclipse.net4j.buddies.chat/META-INF/MANIFEST.MF +++ b/plugins/org.eclipse.net4j.examples.installer/examples/org.eclipse.net4j.buddies.chat/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.net4j.buddies.chat;singleton:=true -Bundle-Version: 4.1.2.qualifier +Bundle-Version: 4.1.3.qualifier Bundle-ClassPath: . Bundle-Vendor: %providerName Bundle-Localization: plugin @@ -10,8 +10,8 @@ Bundle-Activator: org.eclipse.net4j.buddies.internal.chat.bundle.OM$Activator Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)", org.eclipse.net4j.buddies.common;bundle-version="[4.0.0,5.0.0)";visibility:=reexport -Export-Package: org.eclipse.net4j.buddies.chat;version="4.1.2", - org.eclipse.net4j.buddies.internal.chat;version="4.1.2", - org.eclipse.net4j.buddies.internal.chat.bundle;version="4.1.2";x-internal:=true +Export-Package: org.eclipse.net4j.buddies.chat;version="4.1.3", + org.eclipse.net4j.buddies.internal.chat;version="4.1.3", + org.eclipse.net4j.buddies.internal.chat.bundle;version="4.1.3";x-internal:=true Bundle-ActivationPolicy: lazy Automatic-Module-Name: org.eclipse.net4j.buddies.chat diff --git a/plugins/org.eclipse.net4j.examples.installer/examples/org.eclipse.net4j.buddies.chat/plugin.xml b/plugins/org.eclipse.net4j.examples.installer/examples/org.eclipse.net4j.buddies.chat/plugin.xml index cb795bf014..5a30d29d5e 100644 --- a/plugins/org.eclipse.net4j.examples.installer/examples/org.eclipse.net4j.buddies.chat/plugin.xml +++ b/plugins/org.eclipse.net4j.examples.installer/examples/org.eclipse.net4j.buddies.chat/plugin.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <?eclipse version="3.4"?> <!-- - Copyright (c) 2008, 2012 Eike Stepper (Loehne, Germany) and others. + Copyright (c) 2008, 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 diff --git a/plugins/org.eclipse.net4j.examples.installer/examples/org.eclipse.net4j.buddies.chat/pom.xml b/plugins/org.eclipse.net4j.examples.installer/examples/org.eclipse.net4j.buddies.chat/pom.xml index 0b12e42643..fec36f6bcf 100644 --- a/plugins/org.eclipse.net4j.examples.installer/examples/org.eclipse.net4j.buddies.chat/pom.xml +++ b/plugins/org.eclipse.net4j.examples.installer/examples/org.eclipse.net4j.buddies.chat/pom.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2017, 2019, 2021 Eike Stepper (Loehne, Germany) and others. + Copyright (c) 2017, 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 @@ -25,7 +25,7 @@ <groupId>org.eclipse.emf.cdo</groupId> <artifactId>org.eclipse.net4j.buddies.chat</artifactId> - <version>4.1.2-SNAPSHOT</version> + <version>4.1.3-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> </project> diff --git a/plugins/org.eclipse.net4j.examples.installer/examples/org.eclipse.net4j.buddies.common/META-INF/MANIFEST.MF b/plugins/org.eclipse.net4j.examples.installer/examples/org.eclipse.net4j.buddies.common/META-INF/MANIFEST.MF index 814b5ea5ff..605f9de1f4 100644 --- a/plugins/org.eclipse.net4j.examples.installer/examples/org.eclipse.net4j.buddies.common/META-INF/MANIFEST.MF +++ b/plugins/org.eclipse.net4j.examples.installer/examples/org.eclipse.net4j.buddies.common/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.net4j.buddies.common;singleton:=true -Bundle-Version: 4.1.2.qualifier +Bundle-Version: 4.1.3.qualifier Bundle-Vendor: %providerName Bundle-Activator: org.eclipse.net4j.buddies.internal.common.bundle.OM$Activator Bundle-ClassPath: . @@ -11,10 +11,10 @@ Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)", org.eclipse.net4j;bundle-version="[4.0.0,5.0.0)";visibility:=reexport Import-Package: org.osgi.framework;version="[1.3.0,2.0.0)";resolution:=optional -Export-Package: org.eclipse.net4j.buddies.common;version="4.1.2", - org.eclipse.net4j.buddies.internal.common;version="4.1.2";x-friends:="org.eclipse.net4j.buddies,org.eclipse.net4j.buddies.server,org.eclipse.net4j.buddies.ui", - org.eclipse.net4j.buddies.internal.common.bundle;version="4.1.2";x-internal:=true, - org.eclipse.net4j.buddies.internal.common.protocol;version="4.1.2";x-friends:="org.eclipse.net4j.buddies,org.eclipse.net4j.buddies.server", - org.eclipse.net4j.buddies.spi.common;version="4.1.2" +Export-Package: org.eclipse.net4j.buddies.common;version="4.1.3", + org.eclipse.net4j.buddies.internal.common;version="4.1.3";x-friends:="org.eclipse.net4j.buddies,org.eclipse.net4j.buddies.server,org.eclipse.net4j.buddies.ui", + org.eclipse.net4j.buddies.internal.common.bundle;version="4.1.3";x-internal:=true, + org.eclipse.net4j.buddies.internal.common.protocol;version="4.1.3";x-friends:="org.eclipse.net4j.buddies,org.eclipse.net4j.buddies.server", + org.eclipse.net4j.buddies.spi.common;version="4.1.3" Bundle-ActivationPolicy: lazy Automatic-Module-Name: org.eclipse.net4j.buddies.common diff --git a/plugins/org.eclipse.net4j.examples.installer/examples/org.eclipse.net4j.buddies.common/build.properties b/plugins/org.eclipse.net4j.examples.installer/examples/org.eclipse.net4j.buddies.common/build.properties index e5a57fe428..68e5c5803c 100644 --- a/plugins/org.eclipse.net4j.examples.installer/examples/org.eclipse.net4j.buddies.common/build.properties +++ b/plugins/org.eclipse.net4j.examples.installer/examples/org.eclipse.net4j.buddies.common/build.properties @@ -1,4 +1,4 @@ -# Copyright (c) 2008-2010, 2012, 2017 Eike Stepper (Loehne, Germany) and others. +# Copyright (c) 2008-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 diff --git a/plugins/org.eclipse.net4j.examples.installer/examples/org.eclipse.net4j.buddies.common/plugin.xml b/plugins/org.eclipse.net4j.examples.installer/examples/org.eclipse.net4j.buddies.common/plugin.xml index a6ecb63167..00a7537bec 100644 --- a/plugins/org.eclipse.net4j.examples.installer/examples/org.eclipse.net4j.buddies.common/plugin.xml +++ b/plugins/org.eclipse.net4j.examples.installer/examples/org.eclipse.net4j.buddies.common/plugin.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <?eclipse version="3.4"?> <!-- - Copyright (c) 2008, 2012 Eike Stepper (Loehne, Germany) and others. + Copyright (c) 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.net4j.examples.installer/examples/org.eclipse.net4j.buddies.common/pom.xml b/plugins/org.eclipse.net4j.examples.installer/examples/org.eclipse.net4j.buddies.common/pom.xml index a61428c58b..d015dce86d 100644 --- a/plugins/org.eclipse.net4j.examples.installer/examples/org.eclipse.net4j.buddies.common/pom.xml +++ b/plugins/org.eclipse.net4j.examples.installer/examples/org.eclipse.net4j.buddies.common/pom.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2017, 2019, 2021 Eike Stepper (Loehne, Germany) and others. + Copyright (c) 2017, 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 @@ -25,7 +25,7 @@ <groupId>org.eclipse.emf.cdo</groupId> <artifactId>org.eclipse.net4j.buddies.common</artifactId> - <version>4.1.2-SNAPSHOT</version> + <version>4.1.3-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> </project> diff --git a/plugins/org.eclipse.net4j.examples.installer/pom.xml b/plugins/org.eclipse.net4j.examples.installer/pom.xml index 542c027b87..0403e9ca4a 100644 --- a/plugins/org.eclipse.net4j.examples.installer/pom.xml +++ b/plugins/org.eclipse.net4j.examples.installer/pom.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2017-2021 Eike Stepper (Loehne, Germany) and others. + Copyright (c) 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 diff --git a/plugins/org.eclipse.net4j.tcp/pom.xml b/plugins/org.eclipse.net4j.tcp/pom.xml index 8e219a997c..81f1fe8f06 100644 --- a/plugins/org.eclipse.net4j.tcp/pom.xml +++ b/plugins/org.eclipse.net4j.tcp/pom.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2017-2021 Eike Stepper (Loehne, Germany) and others. + Copyright (c) 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 diff --git a/plugins/org.eclipse.net4j.tcp/src/org/eclipse/net4j/tcp/ssl/SSLUtil.java b/plugins/org.eclipse.net4j.tcp/src/org/eclipse/net4j/tcp/ssl/SSLUtil.java index 22f0c815a0..429cc1a85e 100644 --- a/plugins/org.eclipse.net4j.tcp/src/org/eclipse/net4j/tcp/ssl/SSLUtil.java +++ b/plugins/org.eclipse.net4j.tcp/src/org/eclipse/net4j/tcp/ssl/SSLUtil.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2012, 2015, 2016, 2018 Eike Stepper (Loehne, Germany) and others. + * Copyright (c) 2011, 2012, 2015, 2016, 2018, 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.net4j.trace/META-INF/MANIFEST.MF b/plugins/org.eclipse.net4j.trace/META-INF/MANIFEST.MF index ad27d1586e..73102079a6 100644 --- a/plugins/org.eclipse.net4j.trace/META-INF/MANIFEST.MF +++ b/plugins/org.eclipse.net4j.trace/META-INF/MANIFEST.MF @@ -1,7 +1,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-SymbolicName: org.eclipse.net4j.trace;singleton:=true -Bundle-Version: 1.1.2.qualifier +Bundle-Version: 1.1.3.qualifier Bundle-Name: %pluginName Bundle-Vendor: %providerName Bundle-Localization: plugin @@ -15,9 +15,9 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)";resoluti org.eclipse.net4j.jvm;bundle-version="[4.0.0,5.0.0)";visibility:=reexport, org.eclipse.net4j.tcp;bundle-version="[4.0.0,5.0.0)";visibility:=reexport, org.eclipse.net4j.util;bundle-version="[3.8.0,4.0.0)";visibility:=reexport -Export-Package: org.eclipse.net4j.internal.trace;version="1.1.2";x-friends:="org.eclipse.net4j.trace.aspectj", - org.eclipse.net4j.internal.trace.bundle;version="1.1.2";x-friends:="org.eclipse.net4j.trace.aspectj", - org.eclipse.net4j.trace;version="1.1.2" +Export-Package: org.eclipse.net4j.internal.trace;version="1.1.3";x-friends:="org.eclipse.net4j.trace.aspectj", + org.eclipse.net4j.internal.trace.bundle;version="1.1.3";x-friends:="org.eclipse.net4j.trace.aspectj", + org.eclipse.net4j.trace;version="1.1.3" Automatic-Module-Name: org.eclipse.net4j.trace Eclipse-SupplementBundle: org.eclipse.net4j, org.eclipse.net4j.jvm, diff --git a/plugins/org.eclipse.net4j.trace/plugin.xml b/plugins/org.eclipse.net4j.trace/plugin.xml index c796f98cc2..042979a54c 100644 --- a/plugins/org.eclipse.net4j.trace/plugin.xml +++ b/plugins/org.eclipse.net4j.trace/plugin.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <?eclipse version="3.4"?> <!-- - Copyright (c) 2018 Eike Stepper (Loehne, Germany) and others. + Copyright (c) 2018, 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.net4j.trace/pom.xml b/plugins/org.eclipse.net4j.trace/pom.xml index 3509dcbe60..01a4fe7e7c 100644 --- a/plugins/org.eclipse.net4j.trace/pom.xml +++ b/plugins/org.eclipse.net4j.trace/pom.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2018, 2019, 2021 Eike Stepper (Loehne, Germany) and others. + Copyright (c) 2018, 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 @@ -25,7 +25,7 @@ <groupId>org.eclipse.emf.cdo</groupId> <artifactId>org.eclipse.net4j.trace</artifactId> - <version>1.1.2-SNAPSHOT</version> + <version>1.1.3-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> </project> diff --git a/plugins/org.eclipse.net4j.util.ui/plugin.xml b/plugins/org.eclipse.net4j.util.ui/plugin.xml index 009932ad0b..58823cd9c0 100644 --- a/plugins/org.eclipse.net4j.util.ui/plugin.xml +++ b/plugins/org.eclipse.net4j.util.ui/plugin.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <?eclipse version="3.4"?> <!-- - Copyright (c) 2007, 2009, 2010, 2012, 2013, 2016 Eike Stepper (Loehne, Germany) and others. + Copyright (c) 2007, 2009, 2010, 2012, 2013, 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.net4j.util/plugin.properties b/plugins/org.eclipse.net4j.util/plugin.properties index 9390d180b0..5ef588f615 100644 --- a/plugins/org.eclipse.net4j.util/plugin.properties +++ b/plugins/org.eclipse.net4j.util/plugin.properties @@ -1,4 +1,4 @@ -# Copyright (c) 2006-2012 Eike Stepper (Loehne, Germany) and others. +# Copyright (c) 2006-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 diff --git a/plugins/org.eclipse.net4j.util/plugin.xml b/plugins/org.eclipse.net4j.util/plugin.xml index 747c119ddd..ef85038354 100644 --- a/plugins/org.eclipse.net4j.util/plugin.xml +++ b/plugins/org.eclipse.net4j.util/plugin.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <?eclipse version="3.4"?> <!-- - Copyright (c) 2006-2009, 2012, 2013, 2018 Eike Stepper (Loehne, Germany) and others. + Copyright (c) 2006-2009, 2012, 2013, 2018, 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.net4j.util/schema/factories.exsd b/plugins/org.eclipse.net4j.util/schema/factories.exsd index b73ff6ffaa..6391790e72 100644 --- a/plugins/org.eclipse.net4j.util/schema/factories.exsd +++ b/plugins/org.eclipse.net4j.util/schema/factories.exsd @@ -166,7 +166,7 @@ <meta.section type="copyright"/> </appinfo> <documentation> - Copyright (c) 2007, 2012, 2021 Eike Stepper (Loehne, Germany) and others.<br> + Copyright (c) 2007, 2012, 2021, 2022 Eike Stepper (Loehne, Germany) and others.<br> 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 <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a> </documentation> </annotation> diff --git a/plugins/org.eclipse.net4j.util/schema/productGroups.exsd b/plugins/org.eclipse.net4j.util/schema/productGroups.exsd index e0e86879a7..ea688793de 100644 --- a/plugins/org.eclipse.net4j.util/schema/productGroups.exsd +++ b/plugins/org.eclipse.net4j.util/schema/productGroups.exsd @@ -122,5 +122,14 @@ </documentation> </annotation> + <annotation> + <appinfo> + <meta.section type="copyright"/> + </appinfo> + <documentation> + Copyright (c) 2022 Eike Stepper (Loehne, Germany) and others.<br> +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 <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a> + </documentation> + </annotation> </schema> diff --git a/plugins/org.eclipse.net4j.util/src/org/eclipse/net4j/internal/util/container/PluginElementProcessorList.java b/plugins/org.eclipse.net4j.util/src/org/eclipse/net4j/internal/util/container/PluginElementProcessorList.java index 8e45044a71..9dbf84cbbb 100644 --- a/plugins/org.eclipse.net4j.util/src/org/eclipse/net4j/internal/util/container/PluginElementProcessorList.java +++ b/plugins/org.eclipse.net4j.util/src/org/eclipse/net4j/internal/util/container/PluginElementProcessorList.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007-2009, 2011, 2012, 2015, 2016, 2019 Eike Stepper (Loehne, Germany) and others. + * Copyright (c) 2007-2009, 2011, 2012, 2015, 2016, 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.net4j.util/src/org/eclipse/net4j/util/UUIDGenerator.java b/plugins/org.eclipse.net4j.util/src/org/eclipse/net4j/util/UUIDGenerator.java index d9c1006225..29648e709e 100644 --- a/plugins/org.eclipse.net4j.util/src/org/eclipse/net4j/util/UUIDGenerator.java +++ b/plugins/org.eclipse.net4j.util/src/org/eclipse/net4j/util/UUIDGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2012, 2015, 2016 Eike Stepper (Loehne, Germany) and others. + * Copyright (c) 2011, 2012, 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.net4j.util/src/org/eclipse/net4j/util/concurrent/ThreadPool.java b/plugins/org.eclipse.net4j.util/src/org/eclipse/net4j/util/concurrent/ThreadPool.java index 504bcb0fdd..b1749cea18 100644 --- a/plugins/org.eclipse.net4j.util/src/org/eclipse/net4j/util/concurrent/ThreadPool.java +++ b/plugins/org.eclipse.net4j.util/src/org/eclipse/net4j/util/concurrent/ThreadPool.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, 2019, 2020 Eike Stepper (Loehne, Germany) and others. + * Copyright (c) 2015, 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.net4j.util/src/org/eclipse/net4j/util/container/SetContainer.java b/plugins/org.eclipse.net4j.util/src/org/eclipse/net4j/util/container/SetContainer.java index 0b62079ce0..1ec61d8aee 100644 --- a/plugins/org.eclipse.net4j.util/src/org/eclipse/net4j/util/container/SetContainer.java +++ b/plugins/org.eclipse.net4j.util/src/org/eclipse/net4j/util/container/SetContainer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, 2015, 2016, 2019 Eike Stepper (Loehne, Germany) and others. + * Copyright (c) 2012, 2015, 2016, 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.net4j/plugin.xml b/plugins/org.eclipse.net4j/plugin.xml index 36eb3a4e5b..94d9759b63 100644 --- a/plugins/org.eclipse.net4j/plugin.xml +++ b/plugins/org.eclipse.net4j/plugin.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <?eclipse version="3.4"?> <!-- - Copyright (c) 2006-2009, 2012, 2016, 2018 Eike Stepper (Loehne, Germany) and others. + Copyright (c) 2006-2009, 2012, 2016, 2018, 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.net4j/src/org/eclipse/net4j/signal/SignalReactor.java b/plugins/org.eclipse.net4j/src/org/eclipse/net4j/signal/SignalReactor.java index 8d6f15a545..11dd68596d 100644 --- a/plugins/org.eclipse.net4j/src/org/eclipse/net4j/signal/SignalReactor.java +++ b/plugins/org.eclipse.net4j/src/org/eclipse/net4j/signal/SignalReactor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006-2009, 2011, 2012, 2021 Eike Stepper (Loehne, Germany) and others. + * Copyright (c) 2006-2009, 2011, 2012, 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 |