tmf: Update copyright headers in tmf.ui
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / views / uml2sd / drawings / impl / FontImpl.java
index f662bf8e1d9205846ec32e5c97e71b7611bcd728..b0f935a9bb36b1f6e55cd8e22be17db90b7c9e4c 100755 (executable)
@@ -1,16 +1,15 @@
 /**********************************************************************
- * Copyright (c) 2005, 2008 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.impl;
 
 import org.eclipse.linuxtools.tmf.ui.views.uml2sd.drawings.IFont;
@@ -20,17 +19,17 @@ import org.eclipse.swt.widgets.Display;
 
 /**
  * Default implementation of the IFont interface.
- * 
+ *
  * @version 1.0
  * @author sveyrier
- * 
+ *
  */
 public class FontImpl implements IFont {
 
     // ------------------------------------------------------------------------
     // Attributes
     // ------------------------------------------------------------------------
-    
+
     /**
      * The font object
      */
@@ -45,7 +44,7 @@ public class FontImpl implements IFont {
     // ------------------------------------------------------------------------
     /**
      * Default constructor.
-     * 
+     *
      * @param display The display to use
      * @param data A font data
      */
@@ -55,7 +54,7 @@ public class FontImpl implements IFont {
 
     /**
      * Copy constructor
-     * 
+     *
      * @param value A font to copy.
      */
     protected FontImpl(Font value) {
@@ -68,7 +67,7 @@ public class FontImpl implements IFont {
     // ------------------------------------------------------------------------
     /**
      * Returns a font implementation based system font.
-     *  
+     *
      * @return a font implementation based system font.
      */
     public static FontImpl getSystemFont() {
@@ -83,7 +82,7 @@ public class FontImpl implements IFont {
     public Object getFont() {
         return fFont;
     }
-    
+
     /*
      * (non-Javadoc)
      * @see org.eclipse.linuxtools.tmf.ui.views.uml2sd.drawings.IFont#dispose()
This page took 0.033273 seconds and 5 git commands to generate.