Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.m2t.common.recipe.ui.tests/src/org/eclipse/m2t/common/recipe/eclipseChecks/test/tests/TestUtil.java')
-rw-r--r--tests/org.eclipse.m2t.common.recipe.ui.tests/src/org/eclipse/m2t/common/recipe/eclipseChecks/test/tests/TestUtil.java10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/org.eclipse.m2t.common.recipe.ui.tests/src/org/eclipse/m2t/common/recipe/eclipseChecks/test/tests/TestUtil.java b/tests/org.eclipse.m2t.common.recipe.ui.tests/src/org/eclipse/m2t/common/recipe/eclipseChecks/test/tests/TestUtil.java
index 388183e4..5de33aa5 100644
--- a/tests/org.eclipse.m2t.common.recipe.ui.tests/src/org/eclipse/m2t/common/recipe/eclipseChecks/test/tests/TestUtil.java
+++ b/tests/org.eclipse.m2t.common.recipe.ui.tests/src/org/eclipse/m2t/common/recipe/eclipseChecks/test/tests/TestUtil.java
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2005, 2007 committers of openArchitectureWare 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/epl-v10.html
+ *
+ * Contributors:
+ * committers of openArchitectureWare - initial API and implementation
+ *******************************************************************************/
package org.eclipse.m2t.common.recipe.eclipseChecks.test.tests;
import java.net.URL;

Back to the top