Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2011-09-15 11:13:28 +0000
committerEike Stepper2011-09-15 11:13:28 +0000
commitcbe30d9771b769bb3601b529fb5522f1b8a73728 (patch)
treea9f34445529a2c99cca09358f3058cf5a71b0a58 /plugins/org.eclipse.emf.cdo.tests.db4o
parent353dc167ebcd12cafa6aa7dfc1288ee96d4f9c2c (diff)
downloadcdo-cbe30d9771b769bb3601b529fb5522f1b8a73728.tar.gz
cdo-cbe30d9771b769bb3601b529fb5522f1b8a73728.tar.xz
cdo-cbe30d9771b769bb3601b529fb5522f1b8a73728.zip
file headers
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.tests.db4o')
-rw-r--r--plugins/org.eclipse.emf.cdo.tests.db4o/src/org/eclipse/emf/cdo/tests/db4o/DB4OConfig.java10
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.tests.db4o/src/org/eclipse/emf/cdo/tests/db4o/DB4OConfig.java b/plugins/org.eclipse.emf.cdo.tests.db4o/src/org/eclipse/emf/cdo/tests/db4o/DB4OConfig.java
index 2196551c39..ce15531bbe 100644
--- a/plugins/org.eclipse.emf.cdo.tests.db4o/src/org/eclipse/emf/cdo/tests/db4o/DB4OConfig.java
+++ b/plugins/org.eclipse.emf.cdo.tests.db4o/src/org/eclipse/emf/cdo/tests/db4o/DB4OConfig.java
@@ -1,3 +1,13 @@
+/*
+ * Copyright (c) 2004 - 2011 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:
+ * Eike Stepper - initial API and implementation
+ */
package org.eclipse.emf.cdo.tests.db4o;
import org.eclipse.emf.cdo.common.CDOCommonRepository.IDGenerationLocation;

Back to the top