Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2011-01-01 11:05:58 +0000
committerEike Stepper2011-01-01 11:05:58 +0000
commit62be4a4dea388ce7b1316f40470db0f0cd341261 (patch)
treeda688d52a254bed07815525536d5072e3ed66966 /plugins/org.eclipse.emf.cdo.examples.hibernate.server
parent65d21984b9ea473e5200e10db884eb6bab4aedf2 (diff)
downloadcdo-62be4a4dea388ce7b1316f40470db0f0cd341261.tar.gz
cdo-62be4a4dea388ce7b1316f40470db0f0cd341261.tar.xz
cdo-62be4a4dea388ce7b1316f40470db0f0cd341261.zip
Updated copyrights
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.examples.hibernate.server')
-rw-r--r--plugins/org.eclipse.emf.cdo.examples.hibernate.server/build.properties11
-rw-r--r--plugins/org.eclipse.emf.cdo.examples.hibernate.server/copyright.txt2
-rw-r--r--plugins/org.eclipse.emf.cdo.examples.hibernate.server/plugin.properties2
-rw-r--r--plugins/org.eclipse.emf.cdo.examples.hibernate.server/src/org/eclipse/emf/cdo/examples/hibernate/server/CDOExampleEFeatureAnnotator.java7
-rw-r--r--plugins/org.eclipse.emf.cdo.examples.hibernate.server/src/org/eclipse/emf/cdo/examples/hibernate/server/CDOExampleUUIDHexGenerator.java6
5 files changed, 19 insertions, 9 deletions
diff --git a/plugins/org.eclipse.emf.cdo.examples.hibernate.server/build.properties b/plugins/org.eclipse.emf.cdo.examples.hibernate.server/build.properties
index ecd1a8b87a..02e0940cf8 100644
--- a/plugins/org.eclipse.emf.cdo.examples.hibernate.server/build.properties
+++ b/plugins/org.eclipse.emf.cdo.examples.hibernate.server/build.properties
@@ -1,3 +1,14 @@
+# 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
+
+# NLS_MESSAGEFORMAT_VAR
+
bin.includes = META-INF/,\
.,\
src/log4j.properties,\
diff --git a/plugins/org.eclipse.emf.cdo.examples.hibernate.server/copyright.txt b/plugins/org.eclipse.emf.cdo.examples.hibernate.server/copyright.txt
index b20a592315..04cf2d232a 100644
--- a/plugins/org.eclipse.emf.cdo.examples.hibernate.server/copyright.txt
+++ b/plugins/org.eclipse.emf.cdo.examples.hibernate.server/copyright.txt
@@ -1,4 +1,4 @@
-Copyright (c) 2010 Eike Stepper (Berlin, Germany) and others.
+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
diff --git a/plugins/org.eclipse.emf.cdo.examples.hibernate.server/plugin.properties b/plugins/org.eclipse.emf.cdo.examples.hibernate.server/plugin.properties
index a9e8110e32..3580435241 100644
--- a/plugins/org.eclipse.emf.cdo.examples.hibernate.server/plugin.properties
+++ b/plugins/org.eclipse.emf.cdo.examples.hibernate.server/plugin.properties
@@ -1,4 +1,4 @@
-# Copyright (c) 2010 Eike Stepper (Berlin, Germany) and others.
+# 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
diff --git a/plugins/org.eclipse.emf.cdo.examples.hibernate.server/src/org/eclipse/emf/cdo/examples/hibernate/server/CDOExampleEFeatureAnnotator.java b/plugins/org.eclipse.emf.cdo.examples.hibernate.server/src/org/eclipse/emf/cdo/examples/hibernate/server/CDOExampleEFeatureAnnotator.java
index 1d05b862cc..8bcd1d94f6 100644
--- a/plugins/org.eclipse.emf.cdo.examples.hibernate.server/src/org/eclipse/emf/cdo/examples/hibernate/server/CDOExampleEFeatureAnnotator.java
+++ b/plugins/org.eclipse.emf.cdo.examples.hibernate.server/src/org/eclipse/emf/cdo/examples/hibernate/server/CDOExampleEFeatureAnnotator.java
@@ -1,13 +1,12 @@
/**
- * Copyright (c) 2010 Eike Stepper (Berlin, Germany) and others.
+ * 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:
- * Martin Taal - initial API and implementation
- * Eike Stepper - maintenance
+ * Eike Stepper - initial API and implementation
*/
package org.eclipse.emf.cdo.examples.hibernate.server;
@@ -20,7 +19,7 @@ import org.eclipse.emf.teneo.annotations.pamodel.PAnnotatedEStructuralFeature;
/**
* An example of providing an extension for Teneo Mapping. See <a
* href="http://wiki.eclipse.org/Teneo/Hibernate/Extensions">here</a> for more information on Teneo extensions.
- *
+ *
* @author Martin Taal
*/
public class CDOExampleEFeatureAnnotator extends CDOEFeatureAnnotator
diff --git a/plugins/org.eclipse.emf.cdo.examples.hibernate.server/src/org/eclipse/emf/cdo/examples/hibernate/server/CDOExampleUUIDHexGenerator.java b/plugins/org.eclipse.emf.cdo.examples.hibernate.server/src/org/eclipse/emf/cdo/examples/hibernate/server/CDOExampleUUIDHexGenerator.java
index 835d6f7bfc..0ed7981da5 100644
--- a/plugins/org.eclipse.emf.cdo.examples.hibernate.server/src/org/eclipse/emf/cdo/examples/hibernate/server/CDOExampleUUIDHexGenerator.java
+++ b/plugins/org.eclipse.emf.cdo.examples.hibernate.server/src/org/eclipse/emf/cdo/examples/hibernate/server/CDOExampleUUIDHexGenerator.java
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2004 - 2010 Eike Stepper (Berlin, Germany) and others.
+ * 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
@@ -12,12 +12,12 @@
package org.eclipse.emf.cdo.examples.hibernate.server;
-import java.io.Serializable;
-
import org.hibernate.engine.SessionImplementor;
import org.hibernate.id.UUIDHexGenerator;
import org.hibernate.persister.entity.EntityPersister;
+import java.io.Serializable;
+
/**
* An example of overriding the standard UUID generator of Hibernate to prevent it overwriting an already existing id in
* an object.

Back to the top