mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-08 17:45:24 +02:00
Fix Copyright Headers for Tests
This commit is contained in:
parent
7859057320
commit
2040ca2303
5 changed files with 21 additions and 20 deletions
|
@ -1,5 +1,5 @@
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Copyright (c) 2001, 2004 IBM Corporation and others.
|
# Copyright (c) 2001, 2006 IBM Corporation and others.
|
||||||
# All rights reserved. This program and the accompanying materials
|
# All rights reserved. This program and the accompanying materials
|
||||||
# are made available under the terms of the Eclipse Public License v1.0
|
# are made available under the terms of the Eclipse Public License v1.0
|
||||||
# which accompanies this distribution, and is available at
|
# which accompanies this distribution, and is available at
|
||||||
|
@ -28,3 +28,5 @@ bin.includes = rsetests.jar,\
|
||||||
javacSource = 1.4
|
javacSource = 1.4
|
||||||
javacTarget = 1.4
|
javacTarget = 1.4
|
||||||
source.rsetests.jar = src/
|
source.rsetests.jar = src/
|
||||||
|
src.includes = .settings/,\
|
||||||
|
teamConfig/
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Copyright (c) 2001, 2004 IBM Corporation and others.
|
# Copyright (c) 2001, 2006 IBM Corporation and others.
|
||||||
# All rights reserved. This program and the accompanying materials
|
# All rights reserved. This program and the accompanying materials
|
||||||
# are made available under the terms of the Eclipse Public License v1.0
|
# are made available under the terms of the Eclipse Public License v1.0
|
||||||
# which accompanies this distribution, and is available at
|
# which accompanies this distribution, and is available at
|
||||||
|
@ -9,10 +9,6 @@
|
||||||
# IBM Corporation - initial API and implementation
|
# IBM Corporation - initial API and implementation
|
||||||
# Martin Oberhuber (Wind River) - fix ant build for "assert", make consistent
|
# Martin Oberhuber (Wind River) - fix ant build for "assert", make consistent
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
#
|
|
||||||
# Externalized MANIFEST.MF and plugin.xml strings
|
|
||||||
#
|
|
||||||
pluginName=RSE Unit Tests
|
pluginName=RSE Unit Tests
|
||||||
providerName=Eclipse.org
|
providerName=Eclipse.org
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Copyright (c) 2001, 2004 IBM Corporation and others.
|
# Copyright (c) 2001, 2006 IBM Corporation and others.
|
||||||
# All rights reserved. This program and the accompanying materials
|
# All rights reserved. This program and the accompanying materials
|
||||||
# are made available under the terms of the Eclipse Public License v1.0
|
# are made available under the terms of the Eclipse Public License v1.0
|
||||||
# which accompanies this distribution, and is available at
|
# which accompanies this distribution, and is available at
|
||||||
|
@ -7,6 +7,7 @@
|
||||||
#
|
#
|
||||||
# Contributors:
|
# Contributors:
|
||||||
# IBM Corporation - initial API and implementation
|
# IBM Corporation - initial API and implementation
|
||||||
|
# Uwe Stieber (Wind River) - Rework test data location & connection management
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,13 +1,14 @@
|
||||||
# *******************************************************************************
|
###############################################################################
|
||||||
# Copyright (c) 2006 IBM Corporation and others. All rights reserved.
|
# Copyright (c) 2006 IBM Corporation and others. All rights reserved.
|
||||||
# This program and the accompanying materials are made available under the terms
|
# All rights reserved. This program and the accompanying materials
|
||||||
# of the Eclipse Public License v1.0 which accompanies this distribution, and is
|
# are made available under the terms of the Eclipse Public License v1.0
|
||||||
# available at http://www.eclipse.org/legal/epl-v10.html
|
# which accompanies this distribution, and is available at
|
||||||
|
# http://www.eclipse.org/legal/epl-v10.html
|
||||||
#
|
#
|
||||||
# Contributors:
|
# Contributors:
|
||||||
# IBM Corporation - initial API and implementation
|
# IBM Corporation - initial API and implementation
|
||||||
# Uwe Stieber (Wind River) - refactoring and cleanup.
|
# Uwe Stieber (Wind River) - refactoring and cleanup.
|
||||||
# *******************************************************************************/
|
###############################################################################
|
||||||
|
|
||||||
# The default RSE host node label/name
|
# The default RSE host node label/name
|
||||||
name = Local
|
name = Local
|
||||||
|
|
|
@ -1,12 +1,13 @@
|
||||||
# *******************************************************************************
|
###############################################################################
|
||||||
# Copyright (c) 2006 IBM Corporation and others. All rights reserved.
|
# Copyright (c) 2006 Wind River Systems, Inc. and others.
|
||||||
# This program and the accompanying materials are made available under the terms
|
# All rights reserved. This program and the accompanying materials
|
||||||
# of the Eclipse Public License v1.0 which accompanies this distribution, and is
|
# are made available under the terms of the Eclipse Public License v1.0
|
||||||
# available at http://www.eclipse.org/legal/epl-v10.html
|
# which accompanies this distribution, and is available at
|
||||||
|
# http://www.eclipse.org/legal/epl-v10.html
|
||||||
#
|
#
|
||||||
# Contributors:
|
# Contributors:
|
||||||
# Uwe Stieber (Wind River) - initial contribution.
|
# Uwe Stieber (Wind River) - initial contribution.
|
||||||
# *******************************************************************************/
|
###############################################################################
|
||||||
|
|
||||||
# Do not change the properties within this file without changing
|
# Do not change the properties within this file without changing
|
||||||
# the consuming unittest too!
|
# the consuming unittest too!
|
||||||
|
|
Loading…
Add table
Reference in a new issue