diff --git a/rse/tests/org.eclipse.rse.tests.framework.examples/build.properties b/rse/tests/org.eclipse.rse.tests.framework.examples/build.properties index 8e2806dfb58..67a4ef97321 100755 --- a/rse/tests/org.eclipse.rse.tests.framework.examples/build.properties +++ b/rse/tests/org.eclipse.rse.tests.framework.examples/build.properties @@ -1,3 +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 +# +# Contributors: +# IBM Corporation - initial API and implementation +############################################################################### source.. = src/ output.. = bin/ bin.includes = META-INF/,\ diff --git a/rse/tests/org.eclipse.rse.tests.framework/build.properties b/rse/tests/org.eclipse.rse.tests.framework/build.properties index 426f288715d..9a099180e73 100644 --- a/rse/tests/org.eclipse.rse.tests.framework/build.properties +++ b/rse/tests/org.eclipse.rse.tests.framework/build.properties @@ -1,3 +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 +# +# Contributors: +# IBM Corporation - initial API and implementation +############################################################################### bin.includes = META-INF/,\ plugin.xml,\ plugin.properties,\