Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Swanson2005-02-23 16:00:19 +0000
committerDarin Swanson2005-02-23 16:00:19 +0000
commit26d05c0c25a168e77825bcf2f03d4c62b9e271be (patch)
treed4dcab9579807072baff8375893aaa1b2c5c86f7 /org.eclipse.ui.externaltools/External Tools Base/org/eclipse/ui/externaltools/internal/ui/BuilderPropertyPage.java
parentc560e118d5b28e23beba3c8a784ba7248f9741f6 (diff)
downloadeclipse.platform.debug-26d05c0c25a168e77825bcf2f03d4c62b9e271be.tar.gz
eclipse.platform.debug-26d05c0c25a168e77825bcf2f03d4c62b9e271be.tar.xz
eclipse.platform.debug-26d05c0c25a168e77825bcf2f03d4c62b9e271be.zip
CPL --> EPL
Diffstat (limited to 'org.eclipse.ui.externaltools/External Tools Base/org/eclipse/ui/externaltools/internal/ui/BuilderPropertyPage.java')
-rw-r--r--org.eclipse.ui.externaltools/External Tools Base/org/eclipse/ui/externaltools/internal/ui/BuilderPropertyPage.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/org.eclipse.ui.externaltools/External Tools Base/org/eclipse/ui/externaltools/internal/ui/BuilderPropertyPage.java b/org.eclipse.ui.externaltools/External Tools Base/org/eclipse/ui/externaltools/internal/ui/BuilderPropertyPage.java
index e726b95ae..0bca43c20 100644
--- a/org.eclipse.ui.externaltools/External Tools Base/org/eclipse/ui/externaltools/internal/ui/BuilderPropertyPage.java
+++ b/org.eclipse.ui.externaltools/External Tools Base/org/eclipse/ui/externaltools/internal/ui/BuilderPropertyPage.java
@@ -1,9 +1,9 @@
/*******************************************************************************
- * 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
@@ -1160,4 +1160,4 @@ public final class BuilderPropertyPage extends PropertyPage implements ICheckSta
}
return super.performCancel();
}
-} \ No newline at end of file
+}

Back to the top