Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJayaprakash Arthanareeswaran2012-07-26 16:05:47 +0000
committerJayaprakash Arthanareeswaran2012-07-26 16:05:47 +0000
commitb4479722cb720b0c4dbcd9de962474b7e0e0f573 (patch)
tree508bac1592232160d13784717a93dd291ffab031
parent09073fd150a9048c7ec28089fbef1eb48747ccaa (diff)
downloadeclipse.jdt.core-b4479722cb720b0c4dbcd9de962474b7e0e0f573.tar.gz
eclipse.jdt.core-b4479722cb720b0c4dbcd9de962474b7e0e0f573.tar.xz
eclipse.jdt.core-b4479722cb720b0c4dbcd9de962474b7e0e0f573.zip
Adding copyright message to RunAllJava8Tests
-rw-r--r--org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/RunAllJava8Tests.java14
1 files changed, 14 insertions, 0 deletions
diff --git a/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/RunAllJava8Tests.java b/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/RunAllJava8Tests.java
index d7bc01cced..ea94a5c2cd 100644
--- a/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/RunAllJava8Tests.java
+++ b/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/RunAllJava8Tests.java
@@ -1,3 +1,17 @@
+/*******************************************************************************
+ * Copyright (c) 2011, 2012 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/epl-v10.html
+ *
+ * This is an implementation of an early-draft specification developed under the Java
+ * Community Process (JCP) and is made available for testing and evaluation purposes
+ * only. The code is not compatible with any specification of the JCP.
+ *
+ * Contributors:
+ * IBM Corporation - initial API and implementation
+ *******************************************************************************/
package org.eclipse.jdt.core.tests.compiler.regression;
import java.lang.reflect.InvocationTargetException;

Back to the top