From 67eaded88ad3e6f4fb253e430c8e3265849b5225 Mon Sep 17 00:00:00 2001 From: Javier Montalvo Orus Date: Fri, 6 Oct 2006 10:06:54 +0000 Subject: [PATCH] Fix Copyrights --- discovery/org.eclipse.rse.discovery/build.properties | 12 +++++++++++- .../src/org/eclipse/rse/discovery/Messages.java | 9 --------- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/discovery/org.eclipse.rse.discovery/build.properties b/discovery/org.eclipse.rse.discovery/build.properties index bc4a65bce5f..1b3591564d4 100644 --- a/discovery/org.eclipse.rse.discovery/build.properties +++ b/discovery/org.eclipse.rse.discovery/build.properties @@ -1,7 +1,17 @@ +################################################################################## +# Copyright (c) 2006 Symbian Software Ltd. 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: +# Javier Montalvo Orús (Symbian) - initial API and implementation +################################################################################## + source.. = src/ output.. = bin/ bin.includes = META-INF/,\ about.html,\ plugin.properties,\ .,\ - plugin.xml + plugin.xml \ No newline at end of file diff --git a/discovery/org.eclipse.rse.discovery/src/org/eclipse/rse/discovery/Messages.java b/discovery/org.eclipse.rse.discovery/src/org/eclipse/rse/discovery/Messages.java index 90659a7b23b..514dd7a6534 100644 --- a/discovery/org.eclipse.rse.discovery/src/org/eclipse/rse/discovery/Messages.java +++ b/discovery/org.eclipse.rse.discovery/src/org/eclipse/rse/discovery/Messages.java @@ -9,15 +9,6 @@ ********************************************************************************/ package org.eclipse.rse.discovery; -/******************************************************************************** - * Copyright (c) 2006 Symbian Software Ltd. 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: - * Javier Montalvo Orús (Symbian) - initial API and implementation - ********************************************************************************/ import org.eclipse.osgi.util.NLS;