From 795e84bcdaa0720793e80967f01420916e50ac43 Mon Sep 17 00:00:00 2001 From: Martin Oberhuber < martin.oberhuber@windriver.com> Date: Thu, 21 Sep 2006 20:31:44 +0000 Subject: [PATCH] Add missing copyrights --- .../org.eclipse.rse.remotecdt/build.properties | 11 +++++++++++ .../org/eclipse/rse/remotecdt/RemoteCDebuggerTab.java | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/rse/examples/org.eclipse.rse.remotecdt/build.properties b/rse/examples/org.eclipse.rse.remotecdt/build.properties index eb805ac6c34..07886194ad9 100644 --- a/rse/examples/org.eclipse.rse.remotecdt/build.properties +++ b/rse/examples/org.eclipse.rse.remotecdt/build.properties @@ -1,3 +1,14 @@ +##################################################################################### +# Copyright (c) 2006 PalmSource, Inc. +# 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: +# Ewa Matejska (PalmSource) +##################################################################################### + source.. = src/ output.. = bin/ bin.includes = META-INF/,\ diff --git a/rse/examples/org.eclipse.rse.remotecdt/src/org/eclipse/rse/remotecdt/RemoteCDebuggerTab.java b/rse/examples/org.eclipse.rse.remotecdt/src/org/eclipse/rse/remotecdt/RemoteCDebuggerTab.java index c6ee8074fc1..e7bfa0d9409 100644 --- a/rse/examples/org.eclipse.rse.remotecdt/src/org/eclipse/rse/remotecdt/RemoteCDebuggerTab.java +++ b/rse/examples/org.eclipse.rse.remotecdt/src/org/eclipse/rse/remotecdt/RemoteCDebuggerTab.java @@ -1,3 +1,14 @@ +/******************************************************************************* + * Copyright (c) 2006 PalmSource, Inc. + * 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: + * Ewa Matejska (PalmSource) + *******************************************************************************/ + package org.eclipse.rse.remotecdt; import java.util.ArrayList;