Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDouglas Pollock2005-02-25 20:52:38 +0000
committerDouglas Pollock2005-02-25 20:52:38 +0000
commit84c88d88d7e32c5213d0deefd88317d6593bf9d3 (patch)
tree3269852461e28f251d2c0cf1a7a87bd3bf3536ab /bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/commands/NotHandledException.java
parentac330c79df7562adc25e2f91ef9b10a64579be07 (diff)
downloadeclipse.platform.ui-84c88d88d7e32c5213d0deefd88317d6593bf9d3.tar.gz
eclipse.platform.ui-84c88d88d7e32c5213d0deefd88317d6593bf9d3.tar.xz
eclipse.platform.ui-84c88d88d7e32c5213d0deefd88317d6593bf9d3.zip
Copyright update. Dates changed. Changed from the CPL to the EPL.
Diffstat (limited to 'bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/commands/NotHandledException.java')
-rw-r--r--bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/commands/NotHandledException.java12
1 files changed, 6 insertions, 6 deletions
diff --git a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/commands/NotHandledException.java b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/commands/NotHandledException.java
index 38b787bfed7..67cf85b247a 100644
--- a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/commands/NotHandledException.java
+++ b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/commands/NotHandledException.java
@@ -1,10 +1,10 @@
/*******************************************************************************
- * Copyright (c) 2000, 2004 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Common Public License v1.0
+ * Copyright (c) 2000, 2005 IBM Corporation and others.
+ * 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
- *
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -52,4 +52,4 @@ public final class NotHandledException extends CommandException {
public NotHandledException(final org.eclipse.core.commands.NotHandledException e) {
super(e.getMessage(), e);
}
-} \ No newline at end of file
+}

Back to the top