tmf: Update copyright headers in tmf.ui
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / views / uml2sd / drawings / IImage.java
index 6888157cc6ff5781f9db358664bb75c7ac65293d..93a4e83b83029ec7df2776600ac350c5e2d1b42f 100755 (executable)
@@ -1,31 +1,30 @@
 /**********************************************************************
- * Copyright (c) 2005, 2006 IBM Corporation and others.
- * Copyright (c) 2011, 2012 Ericsson.
- * 
+ * Copyright (c) 2005, 2012 IBM Corporation, Ericsson
  * 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: 
- * IBM - Initial API and implementation
- * Bernd Hufmann - Updated for TMF
+ *
+ * Contributors:
+ *     IBM - Initial API and implementation
+ *     Bernd Hufmann - Updated for TMF
  **********************************************************************/
+
 package org.eclipse.linuxtools.tmf.ui.views.uml2sd.drawings;
 
 /**
  * Interface for handling a image resource.
- * 
+ *
  * @version 1.0
  * @author sveyrier
- * 
+ *
  */
 public interface IImage {
 
     /**
      * Returns the contained image. Returned object must be an instance of org.eclipse.swt.graphics.Image if used with
      * the org.eclipse.linuxtools.tmf.ui.views.uml2sd.NGC graphical context
-     * 
+     *
      * @return the color
      */
     public Object getImage();
This page took 0.024451 seconds and 5 git commands to generate.