mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-12 19:45:22 +02:00
Add Copyright Attribution for Wind River Patch
This commit is contained in:
parent
6c971de409
commit
7bfaf35cf5
5 changed files with 14 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
||||||
################################################################################
|
################################################################################
|
||||||
# Copyright (c) 2006 IBM Corporation. All rights reserved.
|
# Copyright (c) 2006 IBM Corporation and Wind River Systems, Inc. All rights reserved.
|
||||||
# This program and the accompanying materials are made available under the terms
|
# 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
|
# of the Eclipse Public License v1.0 which accompanies this distribution, and is
|
||||||
# available at http://www.eclipse.org/legal/epl-v10.html
|
# available at http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
#*******************************************************************************
|
#*******************************************************************************
|
||||||
# Copyright (c) 2005, 2006 IBM Corporation and others.
|
# Copyright (c) 2005, 2006 IBM Corporation, Wind River Systems, Inc. and others.
|
||||||
# All rights reserved. This program and the accompanying materials
|
# All rights reserved. This program and the accompanying materials
|
||||||
# are made available under the terms of the Eclipse Public License v1.0
|
# are made available under the terms of the Eclipse Public License v1.0
|
||||||
# which accompanies this distribution, and is available at
|
# which accompanies this distribution, and is available at
|
||||||
|
@ -8,6 +8,7 @@
|
||||||
#
|
#
|
||||||
# Contributors:
|
# Contributors:
|
||||||
# IBM Corporation - initial API and implementation
|
# IBM Corporation - initial API and implementation
|
||||||
|
# Martin Oberhuber (Wind River) - Fix for solaris (Bourne Shell export statement)
|
||||||
#*******************************************************************************
|
#*******************************************************************************
|
||||||
# Shell script to start an RSE communications server
|
# Shell script to start an RSE communications server
|
||||||
# This script will start the datastore server listening on an available socket
|
# This script will start the datastore server listening on an available socket
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
#*******************************************************************************
|
#*******************************************************************************
|
||||||
# Copyright (c) 2005, 2006 IBM Corporation and others.
|
# Copyright (c) 2005, 2006 IBM Corporation, Wind River Systems, Inc. and others.
|
||||||
# All rights reserved. This program and the accompanying materials
|
# All rights reserved. This program and the accompanying materials
|
||||||
# are made available under the terms of the Eclipse Public License v1.0
|
# are made available under the terms of the Eclipse Public License v1.0
|
||||||
# which accompanies this distribution, and is available at
|
# which accompanies this distribution, and is available at
|
||||||
|
@ -8,6 +8,7 @@
|
||||||
#
|
#
|
||||||
# Contributors:
|
# Contributors:
|
||||||
# IBM Corporation - initial API and implementation
|
# IBM Corporation - initial API and implementation
|
||||||
|
# Martin Oberhuber (Wind River) - Fix for solaris (Bourne Shell export statement)
|
||||||
#*******************************************************************************
|
#*******************************************************************************
|
||||||
# Shell script to start an RSE communications server
|
# Shell script to start an RSE communications server
|
||||||
# This script will start the datastore server listening on an available socket
|
# This script will start the datastore server listening on an available socket
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
@ECHO OFF
|
@ECHO OFF
|
||||||
rem *******************************************************************************
|
rem *******************************************************************************
|
||||||
rem Copyright (c) 2005, 2006 IBM Corporation and others.
|
rem Copyright (c) 2005, 2006 IBM Corporation, Wind River Systems, Inc. and others.
|
||||||
rem All rights reserved. This program and the accompanying materials
|
rem All rights reserved. This program and the accompanying materials
|
||||||
rem are made available under the terms of the Eclipse Public License v1.0
|
rem are made available under the terms of the Eclipse Public License v1.0
|
||||||
rem which accompanies this distribution, and is available at
|
rem which accompanies this distribution, and is available at
|
||||||
|
@ -8,6 +8,8 @@ rem http://www.eclipse.org/legal/epl-v10.html
|
||||||
rem
|
rem
|
||||||
rem Contributors:
|
rem Contributors:
|
||||||
rem IBM Corporation - initial API and implementation
|
rem IBM Corporation - initial API and implementation
|
||||||
|
rem Martin Oberhuber (Wind River) - Bug 142952: support run by dbl click
|
||||||
|
rem Martin Oberhuber (Wind River) - Add usage print, set variables local
|
||||||
rem *******************************************************************************
|
rem *******************************************************************************
|
||||||
REM
|
REM
|
||||||
REM Start an RSE Windows Daemon
|
REM Start an RSE Windows Daemon
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
@echo off
|
@echo off
|
||||||
rem *******************************************************************************
|
rem *******************************************************************************
|
||||||
rem Copyright (c) 2005, 2006 IBM Corporation and others.
|
rem Copyright (c) 2005, 2006 IBM Corporation, Wind River Systems, Inc. and others.
|
||||||
rem All rights reserved. This program and the accompanying materials
|
rem All rights reserved. This program and the accompanying materials
|
||||||
rem are made available under the terms of the Eclipse Public License v1.0
|
rem are made available under the terms of the Eclipse Public License v1.0
|
||||||
rem which accompanies this distribution, and is available at
|
rem which accompanies this distribution, and is available at
|
||||||
|
@ -8,6 +8,7 @@ rem http://www.eclipse.org/legal/epl-v10.html
|
||||||
rem
|
rem
|
||||||
rem Contributors:
|
rem Contributors:
|
||||||
rem IBM Corporation - initial API and implementation
|
rem IBM Corporation - initial API and implementation
|
||||||
|
rem Martin Oberhuber (Wind River) - Add usage print, support run by dbl click
|
||||||
rem *******************************************************************************
|
rem *******************************************************************************
|
||||||
REM
|
REM
|
||||||
REM Start an RSE Windows Server
|
REM Start an RSE Windows Server
|
||||||
|
|
Loading…
Add table
Reference in a new issue