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.tests/src/org/eclipse/cdt
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.tests/src/org/eclipse/cdt')
-rw-r--r--build/org.eclipse.cdt.managedbuilder.ui.tests/src/org/eclipse/cdt/managedbuilder/ui/tests/TestCustomPageManager.java2
-rw-r--r--build/org.eclipse.cdt.managedbuilder.ui.tests/src/org/eclipse/cdt/managedbuilder/ui/tests/suite/AllManagedBuildUITests.java12
2 files changed, 7 insertions, 7 deletions
diff --git a/build/org.eclipse.cdt.managedbuilder.ui.tests/src/org/eclipse/cdt/managedbuilder/ui/tests/TestCustomPageManager.java b/build/org.eclipse.cdt.managedbuilder.ui.tests/src/org/eclipse/cdt/managedbuilder/ui/tests/TestCustomPageManager.java
index 62f570e9db4..b411ba8a521 100644
--- a/build/org.eclipse.cdt.managedbuilder.ui.tests/src/org/eclipse/cdt/managedbuilder/ui/tests/TestCustomPageManager.java
+++ b/build/org.eclipse.cdt.managedbuilder.ui.tests/src/org/eclipse/cdt/managedbuilder/ui/tests/TestCustomPageManager.java
@@ -22,7 +22,7 @@ import org.eclipse.cdt.managedbuilder.ui.wizards.*;
import org.eclipse.cdt.managedbuilder.ui.tests.util.TestToolchain;
/**
- * This class is respnsible for testing the functionality of the custom page manager (MBSCustomPageManager)
+ * This class is responsible for testing the functionality of the custom page manager (MBSCustomPageManager)
* that manages custom wizard pages that are provided by ISVs to supplement the pages in the New Project wizards
* for Managed Build.
*
diff --git a/build/org.eclipse.cdt.managedbuilder.ui.tests/src/org/eclipse/cdt/managedbuilder/ui/tests/suite/AllManagedBuildUITests.java b/build/org.eclipse.cdt.managedbuilder.ui.tests/src/org/eclipse/cdt/managedbuilder/ui/tests/suite/AllManagedBuildUITests.java
index 7dbe26bd0ea..74f028be9e3 100644
--- a/build/org.eclipse.cdt.managedbuilder.ui.tests/src/org/eclipse/cdt/managedbuilder/ui/tests/suite/AllManagedBuildUITests.java
+++ b/build/org.eclipse.cdt.managedbuilder.ui.tests/src/org/eclipse/cdt/managedbuilder/ui/tests/suite/AllManagedBuildUITests.java
@@ -1,13 +1,13 @@
-/**********************************************************************
+/*******************************************************************************
* Copyright (c) 2004, 2005 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
+ * 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:
* IBM - Initial API and implementation
- **********************************************************************/
+ *******************************************************************************/
package org.eclipse.cdt.managedbuilder.ui.tests.suite;
import org.eclipse.cdt.core.CCorePlugin;

Back to the top