mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-04 23:55:26 +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
|
||||
# of the Eclipse Public License v1.0 which accompanies this distribution, and is
|
||||
# available at http://www.eclipse.org/legal/epl-v10.html
|
||||
|
|
|
@ -1,13 +1,14 @@
|
|||
#!/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
|
||||
# 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
|
||||
# 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
|
||||
# This script will start the datastore server listening on an available socket
|
||||
|
|
|
@ -1,13 +1,14 @@
|
|||
#!/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
|
||||
# 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
|
||||
# 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
|
||||
# This script will start the datastore server listening on an available socket
|
||||
|
|
|
@ -1,13 +1,15 @@
|
|||
@ECHO OFF
|
||||
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 are made available under the terms of the Eclipse Public License v1.0
|
||||
rem which accompanies this distribution, and is available at
|
||||
rem http://www.eclipse.org/legal/epl-v10.html
|
||||
rem
|
||||
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 Start an RSE Windows Daemon
|
||||
|
|
|
@ -1,13 +1,14 @@
|
|||
@echo off
|
||||
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 are made available under the terms of the Eclipse Public License v1.0
|
||||
rem which accompanies this distribution, and is available at
|
||||
rem http://www.eclipse.org/legal/epl-v10.html
|
||||
rem
|
||||
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 Start an RSE Windows Server
|
||||
|
|
Loading…
Add table
Reference in a new issue