From fe4aa4c065be8b71a13a6667b542e47d0c64c5a4 Mon Sep 17 00:00:00 2001 From: Vivian Kong Date: Tue, 16 Jun 2009 21:36:53 +0000 Subject: [PATCH] update copyright --- dsf/org.eclipse.cdt.tests.dsf/build.properties | 10 ++++++++++ .../src/org/eclipse/cdt/tests/dsf/TestDsfExecutor.java | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/dsf/org.eclipse.cdt.tests.dsf/build.properties b/dsf/org.eclipse.cdt.tests.dsf/build.properties index e398e4efb7b..fd0325c6bc6 100644 --- a/dsf/org.eclipse.cdt.tests.dsf/build.properties +++ b/dsf/org.eclipse.cdt.tests.dsf/build.properties @@ -1,3 +1,13 @@ +############################################################################### +# Copyright (c) 2009 Wind River Systems 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 +############################################################################### source.. = src/ output.. = bin/ bin.includes = META-INF/,\ diff --git a/dsf/org.eclipse.cdt.tests.dsf/src/org/eclipse/cdt/tests/dsf/TestDsfExecutor.java b/dsf/org.eclipse.cdt.tests.dsf/src/org/eclipse/cdt/tests/dsf/TestDsfExecutor.java index 3abea7202ae..5271f00c5fb 100644 --- a/dsf/org.eclipse.cdt.tests.dsf/src/org/eclipse/cdt/tests/dsf/TestDsfExecutor.java +++ b/dsf/org.eclipse.cdt.tests.dsf/src/org/eclipse/cdt/tests/dsf/TestDsfExecutor.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2009 Wind River Systems 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.cdt.tests.dsf; import java.util.ArrayList;