Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'examples/org.eclipse.emf.examples.databinding.project.ui.rcp/src/org/eclipse/emf/example/databinding/project/ui/rcp/databinding/Base64ToImageConverter.java')
-rw-r--r--examples/org.eclipse.emf.examples.databinding.project.ui.rcp/src/org/eclipse/emf/example/databinding/project/ui/rcp/databinding/Base64ToImageConverter.java6
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/org.eclipse.emf.examples.databinding.project.ui.rcp/src/org/eclipse/emf/example/databinding/project/ui/rcp/databinding/Base64ToImageConverter.java b/examples/org.eclipse.emf.examples.databinding.project.ui.rcp/src/org/eclipse/emf/example/databinding/project/ui/rcp/databinding/Base64ToImageConverter.java
index 6612f0ff5..c3da03775 100644
--- a/examples/org.eclipse.emf.examples.databinding.project.ui.rcp/src/org/eclipse/emf/example/databinding/project/ui/rcp/databinding/Base64ToImageConverter.java
+++ b/examples/org.eclipse.emf.examples.databinding.project.ui.rcp/src/org/eclipse/emf/example/databinding/project/ui/rcp/databinding/Base64ToImageConverter.java
@@ -1,6 +1,4 @@
/**
- * <copyright>
- *
* Copyright (c) 2009 Bestsolution.at and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
@@ -9,10 +7,6 @@
*
* Contributors:
* Tom Schindl<tom.schindl@bestsolution.at> - Initial API and implementation
- *
- * </copyright>
- *
- * $Id: Base64ToImageConverter.java,v 1.2 2009/06/01 17:19:26 tschindl Exp $
*/
package org.eclipse.emf.example.databinding.project.ui.rcp.databinding;

Back to the top