add copyright notice and credits
authorXavier Raynaud <xavier.raynaud@kalray.eu>
Tue, 13 Sep 2011 13:31:51 +0000 (15:31 +0200)
committerXavier Raynaud <xavier.raynaud@kalray.eu>
Tue, 13 Sep 2011 13:31:51 +0000 (15:31 +0200)
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/widgets/IDoubleClickListener.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/widgets/TmfVirtualTable.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/widgets/TooltipProvider.java

index e9510fb4dadb1dd1e388bd739c605508c16aeb1e..9c6c3ed5525805ce8fe79291803a652592184085 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************
+ * Copyright (c) 2011 Kalray.
+ * 
+ * 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:
+ *   Xavier Raynaud - Initial API and implementation
+ ******************************************************************************/
 package org.eclipse.linuxtools.tmf.ui.widgets;
 
 import org.eclipse.swt.widgets.TableItem;
index 3424bf69d9883b2b5ddcc896bae90f9e2f699b8c..7d6c1f99198f5885938dcfaf086a340d086dc4d5 100644 (file)
@@ -10,6 +10,7 @@
  *   Matthew Khouzam - Initial API and implementation
  *   Francois Chouinard - Refactoring, slider support, bug fixing 
  *   Patrick Tasse - Improvements and bug fixing
+ *   Xavier Raynaud - Improvements
  ******************************************************************************/
 
 package org.eclipse.linuxtools.tmf.ui.widgets;
index c417a57583e617b359b3af923aefd47e02ff4c7f..28d792019a90728006c4e5785c327c0f6b081d79 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************
+ * Copyright (c) 2011 Kalray.
+ * 
+ * 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:
+ *   Xavier Raynaud - Initial API and implementation
+ ******************************************************************************/
 package org.eclipse.linuxtools.tmf.ui.widgets;
 
 public interface TooltipProvider {
This page took 0.025574 seconds and 5 git commands to generate.