tmf: Update copyright headers in tmf.ui
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / views / uml2sd / core / LifelineCategories.java
index ec73feebe42280cc2ffedca4dbd1569aa495807e..5a48dc4524d62b0a309b4ac7a0523dadefe1c95a 100755 (executable)
@@ -1,15 +1,13 @@
 /**********************************************************************
- * 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.core;
 
@@ -17,13 +15,13 @@ import org.eclipse.linuxtools.tmf.ui.views.uml2sd.drawings.IImage;
 
 /**
  * <p>
- * LifelineCategories is used to assign additional description for 
+ * LifelineCategories is used to assign additional description for
  * lifelines of the same type. This consists in providing a type name and an icon.
  * The icon will be displayed in the rectangle which contains the lifeline name.
  * The category name is only display in the lifeline tooltip.
  * </p>
- * 
- * @version 1.0 
+ *
+ * @version 1.0
  * @author sveyrier
  */
 public class LifelineCategories {
@@ -47,7 +45,7 @@ public class LifelineCategories {
 
        /**
         * Returns the category name.
-        * 
+        *
         * @return the category name
         */
        public String getName() {
@@ -56,25 +54,25 @@ public class LifelineCategories {
 
        /**
         * Sets the category name.
-        * 
+        *
         * @param string the name
         */
        public void setName(String string) {
                fName = string;
        }
-          
+
        /**
         * Returns the category icon.
-        * 
+        *
         * @return the category icon
         */
        public IImage getImage() {
                return fCategoryImage;
        }
-       
+
        /**
         * Sets the category icon.
-        * 
+        *
         * @param image the icon
         */
        public void setImage(IImage image) {
This page took 0.024742 seconds and 5 git commands to generate.