1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-03 14:25:37 +02:00

Fix Copyrights

This commit is contained in:
Javier Montalvo Orus 2006-10-06 10:06:54 +00:00
parent 6b250acd62
commit 67eaded88a
2 changed files with 11 additions and 10 deletions

View file

@ -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

View file

@ -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;