mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 23:25:26 +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
|
||||
# are made available under the terms of the Eclipse Public License v1.0
|
||||
# which accompanies this distribution, and is available at
|
||||
|
@ -28,3 +28,5 @@ bin.includes = rsetests.jar,\
|
|||
javacSource = 1.4
|
||||
javacTarget = 1.4
|
||||
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
|
||||
# are made available under the terms of the Eclipse Public License v1.0
|
||||
# which accompanies this distribution, and is available at
|
||||
|
@ -9,10 +9,6 @@
|
|||
# IBM Corporation - initial API and implementation
|
||||
# Martin Oberhuber (Wind River) - fix ant build for "assert", make consistent
|
||||
###############################################################################
|
||||
|
||||
#
|
||||
# Externalized MANIFEST.MF and plugin.xml strings
|
||||
#
|
||||
pluginName=RSE Unit Tests
|
||||
providerName=Eclipse.org
|
||||
|
||||
|
|
|
@ -1,12 +1,13 @@
|
|||
###############################################################################
|
||||
# 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
|
||||
# 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:
|
||||
# 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.
|
||||
# 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
|
||||
# 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:
|
||||
# IBM Corporation - initial API and implementation
|
||||
# Uwe Stieber (Wind River) - refactoring and cleanup.
|
||||
# *******************************************************************************/
|
||||
###############################################################################
|
||||
|
||||
# The default RSE host node label/name
|
||||
name = Local
|
||||
|
|
|
@ -1,12 +1,13 @@
|
|||
# *******************************************************************************
|
||||
# Copyright (c) 2006 IBM Corporation and others. 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
|
||||
###############################################################################
|
||||
# Copyright (c) 2006 Wind River Systems, Inc. and others.
|
||||
# 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:
|
||||
# Uwe Stieber (Wind River) - initial contribution.
|
||||
# *******************************************************************************/
|
||||
###############################################################################
|
||||
|
||||
# Do not change the properties within this file without changing
|
||||
# the consuming unittest too!
|
||||
|
|
Loading…
Add table
Reference in a new issue