Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/util/EXTLibraryAdapterFactory.java')
-rw-r--r--examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/util/EXTLibraryAdapterFactory.java6
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/util/EXTLibraryAdapterFactory.java b/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/util/EXTLibraryAdapterFactory.java
index a41bd973c..d4c45efb0 100644
--- a/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/util/EXTLibraryAdapterFactory.java
+++ b/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/util/EXTLibraryAdapterFactory.java
@@ -1,6 +1,4 @@
/**
- * <copyright>
- *
* Copyright (c) 2005-2006 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
@@ -9,10 +7,6 @@
*
* Contributors:
* IBM - Initial API and implementation
- *
- * </copyright>
- *
- * $Id: EXTLibraryAdapterFactory.java,v 1.4 2008/02/20 22:12:51 emerks Exp $
*/
package org.eclipse.emf.examples.extlibrary.util;

Back to the top