Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.net4j.util.defs/src/org/eclipse/net4j/util/defs/Def.java')
-rw-r--r--plugins/org.eclipse.net4j.util.defs/src/org/eclipse/net4j/util/defs/Def.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/org.eclipse.net4j.util.defs/src/org/eclipse/net4j/util/defs/Def.java b/plugins/org.eclipse.net4j.util.defs/src/org/eclipse/net4j/util/defs/Def.java
index 3b17bbecb2..bfb6bbb2cc 100644
--- a/plugins/org.eclipse.net4j.util.defs/src/org/eclipse/net4j/util/defs/Def.java
+++ b/plugins/org.eclipse.net4j.util.defs/src/org/eclipse/net4j/util/defs/Def.java
@@ -1,16 +1,16 @@
/**
* <copyright>
- * Copyright (c) 2004 - 2008 André Dietisheim, Switzerland.
+ * Copyright (c) 2004 - 2009 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:
- * André Dietisheim - initial API and implementation
+ * Andre Dietisheim - initial API and implementation
* </copyright>
*
- * $Id: Def.java,v 1.1 2008-12-31 14:43:36 estepper Exp $
+ * $Id: Def.java,v 1.2 2009-01-10 14:56:57 estepper Exp $
*/
package org.eclipse.net4j.util.defs;

Back to the top