From 6b250acd6221ac24752bce437fbeaf7f196d00d2 Mon Sep 17 00:00:00 2001 From: Javier Montalvo Orus Date: Fri, 6 Oct 2006 09:56:51 +0000 Subject: [PATCH] Fix Copyrights --- .../build.properties | 10 ++++++++++ .../build.properties | 13 +++++++++---- .../org.eclipse.tm.discovery.model/build.properties | 10 ++++++++++ .../build.properties | 10 ++++++++++ .../tm/discovery/protocol/dnssd/Activator.java | 10 ++++++++++ .../build.properties | 10 ++++++++++ .../tm/discovery/transport/udp/Activator.java | 10 ++++++++++ .../org.eclipse.tm.discovery.view/build.properties | 10 ++++++++++ .../build.properties | 10 ++++++++++ 9 files changed, 89 insertions(+), 4 deletions(-) diff --git a/discovery/org.eclipse.tm.discovery.engine/build.properties b/discovery/org.eclipse.tm.discovery.engine/build.properties index 4efbec66a4a..64f9ab21ecd 100644 --- a/discovery/org.eclipse.tm.discovery.engine/build.properties +++ b/discovery/org.eclipse.tm.discovery.engine/build.properties @@ -1,3 +1,13 @@ +################################################################################## +# 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/,\ diff --git a/discovery/org.eclipse.tm.discovery.model.edit/build.properties b/discovery/org.eclipse.tm.discovery.model.edit/build.properties index 7589e9c22bc..eb22b2add17 100644 --- a/discovery/org.eclipse.tm.discovery.model.edit/build.properties +++ b/discovery/org.eclipse.tm.discovery.model.edit/build.properties @@ -1,7 +1,12 @@ -# -# -# -# $Id: build.properties,v 1.1 2006/09/07 11:57:27 jmontalvo Exp $ +################################################################################## +# 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 +################################################################################## bin.includes = META-INF/,\ about.html,\ diff --git a/discovery/org.eclipse.tm.discovery.model/build.properties b/discovery/org.eclipse.tm.discovery.model/build.properties index fc422570b27..eea357b24cc 100644 --- a/discovery/org.eclipse.tm.discovery.model/build.properties +++ b/discovery/org.eclipse.tm.discovery.model/build.properties @@ -1,3 +1,13 @@ +################################################################################## +# 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/ bin.includes = META-INF/,\ about.html,\ diff --git a/discovery/org.eclipse.tm.discovery.protocol.dnssd/build.properties b/discovery/org.eclipse.tm.discovery.protocol.dnssd/build.properties index bc4a65bce5f..e4c000c4c2c 100644 --- a/discovery/org.eclipse.tm.discovery.protocol.dnssd/build.properties +++ b/discovery/org.eclipse.tm.discovery.protocol.dnssd/build.properties @@ -1,3 +1,13 @@ +################################################################################## +# 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/,\ diff --git a/discovery/org.eclipse.tm.discovery.protocol.dnssd/src/org/eclipse/tm/discovery/protocol/dnssd/Activator.java b/discovery/org.eclipse.tm.discovery.protocol.dnssd/src/org/eclipse/tm/discovery/protocol/dnssd/Activator.java index 85d502f91c3..c935012908c 100644 --- a/discovery/org.eclipse.tm.discovery.protocol.dnssd/src/org/eclipse/tm/discovery/protocol/dnssd/Activator.java +++ b/discovery/org.eclipse.tm.discovery.protocol.dnssd/src/org/eclipse/tm/discovery/protocol/dnssd/Activator.java @@ -1,3 +1,13 @@ +/******************************************************************************** + * 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 + ********************************************************************************/ + package org.eclipse.tm.discovery.protocol.dnssd; import org.eclipse.ui.plugin.AbstractUIPlugin; diff --git a/discovery/org.eclipse.tm.discovery.transport.udp/build.properties b/discovery/org.eclipse.tm.discovery.transport.udp/build.properties index bc4a65bce5f..e4c000c4c2c 100644 --- a/discovery/org.eclipse.tm.discovery.transport.udp/build.properties +++ b/discovery/org.eclipse.tm.discovery.transport.udp/build.properties @@ -1,3 +1,13 @@ +################################################################################## +# 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/,\ diff --git a/discovery/org.eclipse.tm.discovery.transport.udp/src/org/eclipse/tm/discovery/transport/udp/Activator.java b/discovery/org.eclipse.tm.discovery.transport.udp/src/org/eclipse/tm/discovery/transport/udp/Activator.java index 6dd8a85c5e8..de348986415 100644 --- a/discovery/org.eclipse.tm.discovery.transport.udp/src/org/eclipse/tm/discovery/transport/udp/Activator.java +++ b/discovery/org.eclipse.tm.discovery.transport.udp/src/org/eclipse/tm/discovery/transport/udp/Activator.java @@ -1,3 +1,13 @@ +/******************************************************************************** + * 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 + ********************************************************************************/ + package org.eclipse.tm.discovery.transport.udp; import org.eclipse.ui.plugin.AbstractUIPlugin; diff --git a/discovery/org.eclipse.tm.discovery.view/build.properties b/discovery/org.eclipse.tm.discovery.view/build.properties index 2b39871ca5f..1f857cd2e5a 100644 --- a/discovery/org.eclipse.tm.discovery.view/build.properties +++ b/discovery/org.eclipse.tm.discovery.view/build.properties @@ -1,3 +1,13 @@ +################################################################################## +# 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/,\ diff --git a/discovery/org.eclipse.tm.discovery.wizard/build.properties b/discovery/org.eclipse.tm.discovery.wizard/build.properties index ae5c58b1e92..815bfc7429b 100644 --- a/discovery/org.eclipse.tm.discovery.wizard/build.properties +++ b/discovery/org.eclipse.tm.discovery.wizard/build.properties @@ -1,3 +1,13 @@ +################################################################################## +# 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/,\