diff --git a/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/aix/auth.pl b/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/aix/auth.pl index f1cd746f00a..87e34f73b75 100644 --- a/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/aix/auth.pl +++ b/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/aix/auth.pl @@ -1,4 +1,14 @@ #!/usr/bin/perl -w +#******************************************************************************* +# Copyright (c) 2005, 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 +#******************************************************************************* use Shell; diff --git a/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/aix/daemon.pl b/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/aix/daemon.pl index 3149d0e9d03..d101d2933a3 100644 --- a/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/aix/daemon.pl +++ b/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/aix/daemon.pl @@ -1,5 +1,14 @@ #!/usr/bin/perl -w - +#******************************************************************************* +# Copyright (c) 2005, 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 +#******************************************************************************* $port = "4035"; $helpFlag = "-h"; diff --git a/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/linux/auth.pl b/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/linux/auth.pl index 01f7fb3316d..068b4d94638 100644 --- a/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/linux/auth.pl +++ b/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/linux/auth.pl @@ -1,4 +1,14 @@ #!/usr/bin/perl -w +#******************************************************************************* +# Copyright (c) 2005, 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 +#******************************************************************************* use Shell; diff --git a/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/linux/daemon.pl b/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/linux/daemon.pl index 3149d0e9d03..d101d2933a3 100644 --- a/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/linux/daemon.pl +++ b/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/linux/daemon.pl @@ -1,5 +1,14 @@ #!/usr/bin/perl -w - +#******************************************************************************* +# Copyright (c) 2005, 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 +#******************************************************************************* $port = "4035"; $helpFlag = "-h"; diff --git a/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/linux/server.pl b/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/linux/server.pl index 5a655a96e89..b3c12e4f388 100644 --- a/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/linux/server.pl +++ b/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/linux/server.pl @@ -1,4 +1,15 @@ #!/usr/bin/perl +#******************************************************************************* +# Copyright (c) 2005, 2006 IBM Corporation, 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: +# IBM Corporation - initial API and implementation +# Martin Oberhuber (Wind River) - Fix bug 149129 - Perl String compare with eq +#******************************************************************************* $port = $ARGV[0]; $timeout = $ARGV[1]; diff --git a/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/macosx/auth.pl b/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/macosx/auth.pl index 9d74c13db8b..d8cbd279867 100644 --- a/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/macosx/auth.pl +++ b/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/macosx/auth.pl @@ -1,4 +1,14 @@ #!/usr/bin/perl -w +#******************************************************************************* +# Copyright (c) 2005, 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 +#******************************************************************************* # Assumes the $CLASSPATH environment variable is set. # Assumes password is supplied on STDIN. diff --git a/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/macosx/check.pl b/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/macosx/check.pl index 781168d7ccf..8db5df88598 100644 --- a/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/macosx/check.pl +++ b/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/macosx/check.pl @@ -1,4 +1,14 @@ #!/usr/bin/perl -w +#******************************************************************************* +# Copyright (c) 2005, 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 +#******************************************************************************* # On MacOS X the password check must be run under the user's uid. # If the password is OK, prints "0\n" to STDOUT. diff --git a/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/macosx/daemon.pl b/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/macosx/daemon.pl index c8e2b975925..568e665b0de 100644 --- a/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/macosx/daemon.pl +++ b/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/macosx/daemon.pl @@ -1,4 +1,14 @@ #!/usr/bin/perl -w +#******************************************************************************* +# Copyright (c) 2005, 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 +#******************************************************************************* # Arguments: # ARGV[0] is the port number for the daemon to listen on. Default is 4035. diff --git a/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/unix/auth.pl b/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/unix/auth.pl index e4c81ab1ed4..f641c22a4fc 100644 --- a/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/unix/auth.pl +++ b/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/unix/auth.pl @@ -1,4 +1,14 @@ #!/usr/bin/perl -w +#******************************************************************************* +# Copyright (c) 2005, 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 +#******************************************************************************* use Shell; diff --git a/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/unix/daemon.pl b/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/unix/daemon.pl index 3149d0e9d03..d101d2933a3 100644 --- a/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/unix/daemon.pl +++ b/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/unix/daemon.pl @@ -1,5 +1,14 @@ #!/usr/bin/perl -w - +#******************************************************************************* +# Copyright (c) 2005, 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 +#******************************************************************************* $port = "4035"; $helpFlag = "-h";