tmf: Update copyright headers in tmf.ui
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / views / uml2sd / handlers / Print.java
index 1de25cfa8ef7bb0f09ac5857d4b50dbcd92ca462..5c006513aacc002979320ba0599b7ac9584e51a6 100755 (executable)
@@ -1,16 +1,15 @@
 /**********************************************************************
- * 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.handlers;
 
 import org.eclipse.jface.action.Action;
@@ -18,7 +17,7 @@ import org.eclipse.linuxtools.tmf.ui.views.uml2sd.SDView;
 
 /**
  * Action class implementation for 'Printing'.
- * 
+ *
  * @version 1.0
  * @author sveyrier
  */
@@ -31,7 +30,7 @@ public class Print extends Action {
      * The action ID.
      */
     public static final String ID = "org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.print"; //$NON-NLS-1$
-    
+
     // ------------------------------------------------------------------------
     // Attributes
     // ------------------------------------------------------------------------
@@ -39,15 +38,15 @@ public class Print extends Action {
      * The sequence diagram view reference
      */
     private SDView fView;
-    
+
     // ------------------------------------------------------------------------
     // Constructors
     // ------------------------------------------------------------------------
     /**
-     * Constructor 
-     * 
+     * Constructor
+     *
      * @param view The view reference
-     */    
+     */
     public Print(SDView view) {
         super();
         setId(ID);
This page took 0.043866 seconds and 5 git commands to generate.