tmf: Update copyright headers in tmf.ui
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / views / uml2sd / handlers / provider / ISDExtendedActionBarProvider.java
index 0d8975054bb59039ffa2ab754fda178e1940dd37..3db07d2370ee986d4b7d517ca7ff2f12b147a202 100755 (executable)
@@ -1,27 +1,26 @@
 /**********************************************************************
- * 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.provider;
 
 import org.eclipse.ui.IActionBars;
 
 /**
  * Interface for providing an extended action bar provider.
- * 
+ *
  * Sequence Diagram loaders which implement this interface provide their own action to the action bar.
- * 
+ *
  * Action provider are associated to a Sequence Diagram SDWidget calling SDViewer.setExtendedActionBarProvider()
- * 
+ *
  * @version 1.0
  * @author sveyrier
  */
@@ -30,7 +29,7 @@ public interface ISDExtendedActionBarProvider {
     /**
      * The caller is supposed to add its own actions in the cool bar and the drop-down menu.<br>
      * See examples in SDView.createCoolbarContent().
-     * 
+     *
      * @param bar the bar
      */
     void supplementCoolbarContent(IActionBars bar);
This page took 0.024398 seconds and 5 git commands to generate.