Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Inglis2005-06-23 16:01:26 +0000
committerDavid Inglis2005-06-23 16:01:26 +0000
commit92cae3205af7d1fd606c5b4ad327930431baf3cb (patch)
treed6573ba3d2df36855cc13d672e6b56d7bb7fa78f /debug/org.eclipse.cdt.debug.ui/src/org/eclipse/cdt/debug/internal/ui/actions/ManageBreakpointRulerActionDelegate.java
parente470be863133ddccc100a4f060cbe7812f41fdc4 (diff)
downloadorg.eclipse.cdt-92cae3205af7d1fd606c5b4ad327930431baf3cb.tar.gz
org.eclipse.cdt-92cae3205af7d1fd606c5b4ad327930431baf3cb.tar.xz
org.eclipse.cdt-92cae3205af7d1fd606c5b4ad327930431baf3cb.zip
CPL to EPL transistion - license header update for QNX
Diffstat (limited to 'debug/org.eclipse.cdt.debug.ui/src/org/eclipse/cdt/debug/internal/ui/actions/ManageBreakpointRulerActionDelegate.java')
-rw-r--r--debug/org.eclipse.cdt.debug.ui/src/org/eclipse/cdt/debug/internal/ui/actions/ManageBreakpointRulerActionDelegate.java16
1 files changed, 8 insertions, 8 deletions
diff --git a/debug/org.eclipse.cdt.debug.ui/src/org/eclipse/cdt/debug/internal/ui/actions/ManageBreakpointRulerActionDelegate.java b/debug/org.eclipse.cdt.debug.ui/src/org/eclipse/cdt/debug/internal/ui/actions/ManageBreakpointRulerActionDelegate.java
index 14ae2a9092e..7718bc7579f 100644
--- a/debug/org.eclipse.cdt.debug.ui/src/org/eclipse/cdt/debug/internal/ui/actions/ManageBreakpointRulerActionDelegate.java
+++ b/debug/org.eclipse.cdt.debug.ui/src/org/eclipse/cdt/debug/internal/ui/actions/ManageBreakpointRulerActionDelegate.java
@@ -1,13 +1,13 @@
-/**********************************************************************
+/*******************************************************************************
* Copyright (c) 2004 QNX Software Systems and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Common Public License v1.0
+ * 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/cpl-v10.html
- *
- * Contributors:
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
* QNX Software Systems - Initial API and implementation
-***********************************************************************/
+ *******************************************************************************/
package org.eclipse.cdt.debug.internal.ui.actions;
import org.eclipse.jface.action.IAction;
@@ -42,4 +42,4 @@ public class ManageBreakpointRulerActionDelegate extends AbstractRulerActionDele
fActiveEditor = targetEditor;
super.setActiveEditor( callerAction, targetEditor );
}
-} \ No newline at end of file
+}

Back to the top