diff options
author | Darin Wright | 2010-05-26 17:06:44 +0000 |
---|---|---|
committer | Darin Wright | 2010-05-26 17:06:44 +0000 |
commit | 3b796b92ed501108b5d725ba205dbdc5107ecf40 (patch) | |
tree | 82c985674983ee6b560de63050f099c4869e2f2e /org.eclipse.debug.tests | |
parent | 54f8b95fc47b75991853891e2b9039921f411ded (diff) | |
download | eclipse.platform.debug-3b796b92ed501108b5d725ba205dbdc5107ecf40.tar.gz eclipse.platform.debug-3b796b92ed501108b5d725ba205dbdc5107ecf40.tar.xz eclipse.platform.debug-3b796b92ed501108b5d725ba205dbdc5107ecf40.zip |
copyright update
Diffstat (limited to 'org.eclipse.debug.tests')
-rw-r--r-- | org.eclipse.debug.tests/build.properties | 10 | ||||
-rwxr-xr-x | org.eclipse.debug.tests/plugin.properties | 4 | ||||
-rw-r--r-- | org.eclipse.debug.tests/test.xml | 10 |
3 files changed, 22 insertions, 2 deletions
diff --git a/org.eclipse.debug.tests/build.properties b/org.eclipse.debug.tests/build.properties index 9e54bd13e..6b24bcb7e 100644 --- a/org.eclipse.debug.tests/build.properties +++ b/org.eclipse.debug.tests/build.properties @@ -1,3 +1,13 @@ +############################################################################### +# Copyright (c) 2009 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 +############################################################################### source.. = src/ output.. = bin/ bin.includes = META-INF/,\ diff --git a/org.eclipse.debug.tests/plugin.properties b/org.eclipse.debug.tests/plugin.properties index 7db3e66ef..0f638c66d 100755 --- a/org.eclipse.debug.tests/plugin.properties +++ b/org.eclipse.debug.tests/plugin.properties @@ -1,10 +1,10 @@ ############################################################################### -# Copyright (c) 2000, 2005 IBM Corporation and others. +# Copyright (c) 2009 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 implementation ############################################################################### diff --git a/org.eclipse.debug.tests/test.xml b/org.eclipse.debug.tests/test.xml index c23a3b109..a52699707 100644 --- a/org.eclipse.debug.tests/test.xml +++ b/org.eclipse.debug.tests/test.xml @@ -1,4 +1,14 @@ <?xml version="1.0"?> +<!-- + Copyright (c) 2009 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 + --> <project name="testsuite" default="run" basedir="."> <!-- The property ${eclipse-home} should be passed into this script --> |