diff --git a/releng/org.eclipse.rse.build/build.pl b/releng/org.eclipse.rse.build/build.pl index e54e492d448..a1e699aa9b6 100644 --- a/releng/org.eclipse.rse.build/build.pl +++ b/releng/org.eclipse.rse.build/build.pl @@ -1,4 +1,15 @@ #!/usr/bin/perl +#******************************************************************************* +# Copyright (c) 2006, 2007 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: +# David Dykstal (IBM) - initial API and implementation +# Martin Oberhuber (Wind River) - ongoing maintenance +#******************************************************************************* # Build script for Remote System Explorer # Authors: Dave Dykstal, Kushal Munir diff --git a/releng/org.eclipse.rse.build/fetchBuilder.pl b/releng/org.eclipse.rse.build/fetchBuilder.pl index eddadec9fc3..399661b0334 100755 --- a/releng/org.eclipse.rse.build/fetchBuilder.pl +++ b/releng/org.eclipse.rse.build/fetchBuilder.pl @@ -1,4 +1,15 @@ #!/usr/bin/perl +#******************************************************************************* +# 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: +# David Dykstal (IBM) - initial API and implementation +# Martin Oberhuber (Wind River) - ongoing maintenance +#******************************************************************************* use warnings; print STDERR "Which tag do you want to fetch? (default is HEAD): ";