Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.ecore.retrofit')
-rw-r--r--plugins/org.eclipse.emf.cdo.ecore.retrofit/about.properties4
-rw-r--r--plugins/org.eclipse.emf.cdo.ecore.retrofit/build.properties2
-rw-r--r--plugins/org.eclipse.emf.cdo.ecore.retrofit/copyright.txt4
-rw-r--r--plugins/org.eclipse.emf.cdo.ecore.retrofit/fragment.properties2
-rw-r--r--plugins/org.eclipse.emf.cdo.ecore.retrofit/src/org/eclipse/emf/ecore/impl/MinimalEStoreEObjectImpl.java4
5 files changed, 8 insertions, 8 deletions
diff --git a/plugins/org.eclipse.emf.cdo.ecore.retrofit/about.properties b/plugins/org.eclipse.emf.cdo.ecore.retrofit/about.properties
index 0967db9611..7f85960db6 100644
--- a/plugins/org.eclipse.emf.cdo.ecore.retrofit/about.properties
+++ b/plugins/org.eclipse.emf.cdo.ecore.retrofit/about.properties
@@ -1,4 +1,4 @@
-# Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.
+# Copyright (c) 2013 Eike Stepper (Berlin, Germany) and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -21,7 +21,7 @@ featureText = CDO Model Repository Client (Retrofit for EMF before 2.9)\n\
Version: {featureVersion}\n\
Build id: {0}\n\
\n\
-Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others. All rights reserved.\n\
+Copyright (c) 2004-2013 Eike Stepper (Berlin, Germany) and others. All rights reserved.\n\
\n\
Visit http://www.eclipse.org/cdo
diff --git a/plugins/org.eclipse.emf.cdo.ecore.retrofit/build.properties b/plugins/org.eclipse.emf.cdo.ecore.retrofit/build.properties
index 4c86a7c3db..dca1c85289 100644
--- a/plugins/org.eclipse.emf.cdo.ecore.retrofit/build.properties
+++ b/plugins/org.eclipse.emf.cdo.ecore.retrofit/build.properties
@@ -1,4 +1,4 @@
-# Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.
+# Copyright (c) 2013 Eike Stepper (Berlin, Germany) and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.emf.cdo.ecore.retrofit/copyright.txt b/plugins/org.eclipse.emf.cdo.ecore.retrofit/copyright.txt
index cea141de92..bfc6e9c3e3 100644
--- a/plugins/org.eclipse.emf.cdo.ecore.retrofit/copyright.txt
+++ b/plugins/org.eclipse.emf.cdo.ecore.retrofit/copyright.txt
@@ -1,8 +1,8 @@
-Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.
+Copyright (c) 2004-2013 Eike Stepper (Berlin, Germany) and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
Contributors:
- Martin Fluegge - initial API and implementation \ No newline at end of file
+ Martin Fluegge - initial API and implementation
diff --git a/plugins/org.eclipse.emf.cdo.ecore.retrofit/fragment.properties b/plugins/org.eclipse.emf.cdo.ecore.retrofit/fragment.properties
index cfe209dd1e..2cff4931ff 100644
--- a/plugins/org.eclipse.emf.cdo.ecore.retrofit/fragment.properties
+++ b/plugins/org.eclipse.emf.cdo.ecore.retrofit/fragment.properties
@@ -1,4 +1,4 @@
-# Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.
+# Copyright (c) 2013 Eike Stepper (Berlin, Germany) and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.emf.cdo.ecore.retrofit/src/org/eclipse/emf/ecore/impl/MinimalEStoreEObjectImpl.java b/plugins/org.eclipse.emf.cdo.ecore.retrofit/src/org/eclipse/emf/ecore/impl/MinimalEStoreEObjectImpl.java
index 15b541648b..286ef26708 100644
--- a/plugins/org.eclipse.emf.cdo.ecore.retrofit/src/org/eclipse/emf/ecore/impl/MinimalEStoreEObjectImpl.java
+++ b/plugins/org.eclipse.emf.cdo.ecore.retrofit/src/org/eclipse/emf/ecore/impl/MinimalEStoreEObjectImpl.java
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2002-2013 IBM Corporation and others.
+ * Copyright (c) 2013 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -330,4 +330,4 @@ public abstract class MinimalEStoreEObjectImpl extends MinimalEObjectImpl
protected void eAdapterRemoved(Adapter adapter)
{
}
-} \ No newline at end of file
+}

Back to the top