mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-12 19:45:22 +02:00
Add missing copyrights for Perl files
This commit is contained in:
parent
3f46fcc3a8
commit
6c971de409
10 changed files with 101 additions and 3 deletions
|
@ -1,4 +1,14 @@
|
||||||
#!/usr/bin/perl -w
|
#!/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;
|
use Shell;
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,14 @@
|
||||||
#!/usr/bin/perl -w
|
#!/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";
|
$port = "4035";
|
||||||
$helpFlag = "-h";
|
$helpFlag = "-h";
|
||||||
|
|
|
@ -1,4 +1,14 @@
|
||||||
#!/usr/bin/perl -w
|
#!/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;
|
use Shell;
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,14 @@
|
||||||
#!/usr/bin/perl -w
|
#!/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";
|
$port = "4035";
|
||||||
$helpFlag = "-h";
|
$helpFlag = "-h";
|
||||||
|
|
|
@ -1,4 +1,15 @@
|
||||||
#!/usr/bin/perl
|
#!/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];
|
$port = $ARGV[0];
|
||||||
$timeout = $ARGV[1];
|
$timeout = $ARGV[1];
|
||||||
|
|
|
@ -1,4 +1,14 @@
|
||||||
#!/usr/bin/perl -w
|
#!/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 the $CLASSPATH environment variable is set.
|
||||||
# Assumes password is supplied on STDIN.
|
# Assumes password is supplied on STDIN.
|
||||||
|
|
|
@ -1,4 +1,14 @@
|
||||||
#!/usr/bin/perl -w
|
#!/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.
|
# On MacOS X the password check must be run under the user's uid.
|
||||||
# If the password is OK, prints "0\n" to STDOUT.
|
# If the password is OK, prints "0\n" to STDOUT.
|
||||||
|
|
|
@ -1,4 +1,14 @@
|
||||||
#!/usr/bin/perl -w
|
#!/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:
|
# Arguments:
|
||||||
# ARGV[0] is the port number for the daemon to listen on. Default is 4035.
|
# ARGV[0] is the port number for the daemon to listen on. Default is 4035.
|
||||||
|
|
|
@ -1,4 +1,14 @@
|
||||||
#!/usr/bin/perl -w
|
#!/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;
|
use Shell;
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,14 @@
|
||||||
#!/usr/bin/perl -w
|
#!/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";
|
$port = "4035";
|
||||||
$helpFlag = "-h";
|
$helpFlag = "-h";
|
||||||
|
|
Loading…
Add table
Reference in a new issue