Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreutarass2010-06-09 23:33:55 +0000
committereutarass2010-06-09 23:33:55 +0000
commitfc7a818d886957253b075a0e5cbcb48393ec10ea (patch)
tree5c8b34766c693dbcc254ec3eecdc522e2d1ae236 /plugins/org.eclipse.tm.tcf.debug/src/org
parent8a89625caa58b1cc08fdc944b5ab5a98bdbc099d (diff)
downloadorg.eclipse.tcf-fc7a818d886957253b075a0e5cbcb48393ec10ea.tar.gz
org.eclipse.tcf-fc7a818d886957253b075a0e5cbcb48393ec10ea.tar.xz
org.eclipse.tcf-fc7a818d886957253b075a0e5cbcb48393ec10ea.zip
Fixed: missing copyright notice
Diffstat (limited to 'plugins/org.eclipse.tm.tcf.debug/src/org')
-rw-r--r--plugins/org.eclipse.tm.tcf.debug/src/org/eclipse/tm/internal/tcf/debug/tests/TestEchoERR.java10
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/org.eclipse.tm.tcf.debug/src/org/eclipse/tm/internal/tcf/debug/tests/TestEchoERR.java b/plugins/org.eclipse.tm.tcf.debug/src/org/eclipse/tm/internal/tcf/debug/tests/TestEchoERR.java
index 6f9ef7edc..bebf589ab 100644
--- a/plugins/org.eclipse.tm.tcf.debug/src/org/eclipse/tm/internal/tcf/debug/tests/TestEchoERR.java
+++ b/plugins/org.eclipse.tm.tcf.debug/src/org/eclipse/tm/internal/tcf/debug/tests/TestEchoERR.java
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2010 Wind River Systems, Inc. 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:
+ * Wind River Systems - initial API and implementation
+ *******************************************************************************/
package org.eclipse.tm.internal.tcf.debug.tests;
import java.math.BigDecimal;

Back to the top