Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2009-01-10 14:57:40 +0000
committerEike Stepper2009-01-10 14:57:40 +0000
commitd85a33f4be79721c4e0a68431323fea7dc298aca (patch)
tree666e0812616503c5df712aef54d9a7150147cc4e /plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/defs/CDOSessionDefImplTest.java
parented0e34112f6844631d824d5ad3b5c50b71a3696e (diff)
downloadcdo-d85a33f4be79721c4e0a68431323fea7dc298aca.tar.gz
cdo-d85a33f4be79721c4e0a68431323fea7dc298aca.tar.xz
cdo-d85a33f4be79721c4e0a68431323fea7dc298aca.zip
fixed copyrights
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/defs/CDOSessionDefImplTest.java')
-rw-r--r--plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/defs/CDOSessionDefImplTest.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/defs/CDOSessionDefImplTest.java b/plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/defs/CDOSessionDefImplTest.java
index 164a6bc890..b3eec80974 100644
--- a/plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/defs/CDOSessionDefImplTest.java
+++ b/plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/defs/CDOSessionDefImplTest.java
@@ -1,12 +1,12 @@
/***************************************************************************
- * Copyright (c) 2004 - 2008 André Dietisheim, Germany.
+ * Copyright (c) 2004 - 2009 Andre Dietisheim, Germany.
* All rights reserved. This program and 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:
- * André Dietisheim - initial API and implementation
+ * Andre Dietisheim - initial API and implementation
**************************************************************************/
package org.eclipse.emf.cdo.tests.defs;
@@ -22,7 +22,7 @@ import org.eclipse.net4j.defs.util.Net4jDefsUtil;
import org.eclipse.net4j.util.lifecycle.LifecycleUtil;
/**
- * @author André Dietisheim
+ * @author Andre Dietisheim
*/
public class CDOSessionDefImplTest extends AbstractCDOTest
{

Back to the top