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

Add missing copyrights

This commit is contained in:
Martin Oberhuber 2006-09-21 20:31:44 +00:00
parent b3cf3491c1
commit 795e84bcda
2 changed files with 22 additions and 0 deletions

View file

@ -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/,\

View file

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