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.server.net4j/src/org/eclipse/emf/cdo/server/internal/net4j/protocol/CDOServerReadIndicationWithMonitoring.java
parent65d21984b9ea473e5200e10db884eb6bab4aedf2 (diff)
downloadcdo-62be4a4dea388ce7b1316f40470db0f0cd341261.tar.gz
cdo-62be4a4dea388ce7b1316f40470db0f0cd341261.tar.xz
cdo-62be4a4dea388ce7b1316f40470db0f0cd341261.zip
Updated copyrights
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.server.net4j/src/org/eclipse/emf/cdo/server/internal/net4j/protocol/CDOServerReadIndicationWithMonitoring.java')
-rw-r--r--plugins/org.eclipse.emf.cdo.server.net4j/src/org/eclipse/emf/cdo/server/internal/net4j/protocol/CDOServerReadIndicationWithMonitoring.java9
1 files changed, 3 insertions, 6 deletions
diff --git a/plugins/org.eclipse.emf.cdo.server.net4j/src/org/eclipse/emf/cdo/server/internal/net4j/protocol/CDOServerReadIndicationWithMonitoring.java b/plugins/org.eclipse.emf.cdo.server.net4j/src/org/eclipse/emf/cdo/server/internal/net4j/protocol/CDOServerReadIndicationWithMonitoring.java
index 6759c12dd5..753da306ea 100644
--- a/plugins/org.eclipse.emf.cdo.server.net4j/src/org/eclipse/emf/cdo/server/internal/net4j/protocol/CDOServerReadIndicationWithMonitoring.java
+++ b/plugins/org.eclipse.emf.cdo.server.net4j/src/org/eclipse/emf/cdo/server/internal/net4j/protocol/CDOServerReadIndicationWithMonitoring.java
@@ -1,15 +1,12 @@
/**
- * Copyright (c) 2004 - 2010 Eike Stepper begin_of_the_skype_highlighting end_of_the_skype_highlighting (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:
- * Eike Stepper begin_of_the_skype_highlighting end_of_the_skype_highlighting - initial API and implementation
- * Simon McDuff - bug 201266
- * Simon McDuff - bug 213402
- * Andre Dietisheim - bug 256649
+ * Eike Stepper - initial API and implementation
*/
package org.eclipse.emf.cdo.server.internal.net4j.protocol;
@@ -20,7 +17,7 @@ import org.eclipse.net4j.buffer.BufferInputStream;
import org.eclipse.net4j.buffer.BufferOutputStream;
/**
- * @author Eike Stepper begin_of_the_skype_highlighting end_of_the_skype_highlighting
+ * @author Eike Stepper
*/
public abstract class CDOServerReadIndicationWithMonitoring extends CDOServerIndicationWithMonitoring
{

Back to the top