mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-07 00:05:53 +02:00
Fix Copyrights
This commit is contained in:
parent
6b250acd62
commit
67eaded88a
2 changed files with 11 additions and 10 deletions
|
@ -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/
|
source.. = src/
|
||||||
output.. = bin/
|
output.. = bin/
|
||||||
bin.includes = META-INF/,\
|
bin.includes = META-INF/,\
|
||||||
about.html,\
|
about.html,\
|
||||||
plugin.properties,\
|
plugin.properties,\
|
||||||
.,\
|
.,\
|
||||||
plugin.xml
|
plugin.xml
|
|
@ -9,15 +9,6 @@
|
||||||
********************************************************************************/
|
********************************************************************************/
|
||||||
|
|
||||||
package org.eclipse.rse.discovery;
|
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;
|
import org.eclipse.osgi.util.NLS;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue