Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Recoskie2005-06-20 20:52:53 +0000
committerChris Recoskie2005-06-20 20:52:53 +0000
commite1abf3b487d5f0c725de57c7f9f14f9ab7c78496 (patch)
treee23c3eac9858fa3d308183d4a80ddb3e829c4d98 /build/org.eclipse.cdt.managedbuilder.ui/src/org/eclipse/cdt/managedbuilder/ui/properties/BuildOptionComboFieldEditor.java
parentdfc14ef0f33943f6dae46f34d1e3a1aa090dc0b8 (diff)
downloadorg.eclipse.cdt-e1abf3b487d5f0c725de57c7f9f14f9ab7c78496.tar.gz
org.eclipse.cdt-e1abf3b487d5f0c725de57c7f9f14f9ab7c78496.tar.xz
org.eclipse.cdt-e1abf3b487d5f0c725de57c7f9f14f9ab7c78496.zip
crecoskie June 20, 2005 - updating copyright and license info for EPL transition
Diffstat (limited to 'build/org.eclipse.cdt.managedbuilder.ui/src/org/eclipse/cdt/managedbuilder/ui/properties/BuildOptionComboFieldEditor.java')
-rw-r--r--build/org.eclipse.cdt.managedbuilder.ui/src/org/eclipse/cdt/managedbuilder/ui/properties/BuildOptionComboFieldEditor.java16
1 files changed, 8 insertions, 8 deletions
diff --git a/build/org.eclipse.cdt.managedbuilder.ui/src/org/eclipse/cdt/managedbuilder/ui/properties/BuildOptionComboFieldEditor.java b/build/org.eclipse.cdt.managedbuilder.ui/src/org/eclipse/cdt/managedbuilder/ui/properties/BuildOptionComboFieldEditor.java
index 68c594dec43..8c07c191218 100644
--- a/build/org.eclipse.cdt.managedbuilder.ui/src/org/eclipse/cdt/managedbuilder/ui/properties/BuildOptionComboFieldEditor.java
+++ b/build/org.eclipse.cdt.managedbuilder.ui/src/org/eclipse/cdt/managedbuilder/ui/properties/BuildOptionComboFieldEditor.java
@@ -1,13 +1,13 @@
-/**********************************************************************
- * Copyright (c) 2002,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 v0.5
+/*******************************************************************************
+ * Copyright (c) 2002, 2004 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-v05.html
- *
- * Contributors:
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
* IBM Rational Software - Initial API and implementation
-***********************************************************************/
+ *******************************************************************************/
package org.eclipse.cdt.managedbuilder.ui.properties;
import org.eclipse.cdt.utils.ui.controls.ControlFactory;

Back to the top