diff options
author | Eike Stepper | 2022-05-15 16:07:41 +0000 |
---|---|---|
committer | Eike Stepper | 2022-05-15 16:07:41 +0000 |
commit | 90e38b11a129f0a7873900a9394f3de7abafae62 (patch) | |
tree | a2a157c7200f25a04f79773efe74bee8c82ba042 /plugins/org.eclipse.emf.cdo.ui/src/org | |
parent | eed5476b2067138a2130fe562c23840561e73384 (diff) | |
download | cdo-90e38b11a129f0a7873900a9394f3de7abafae62.tar.gz cdo-90e38b11a129f0a7873900a9394f3de7abafae62.tar.xz cdo-90e38b11a129f0a7873900a9394f3de7abafae62.zip |
[Releng] Update copyrights
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.ui/src/org')
3 files changed, 12 insertions, 2 deletions
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 |