From 7bfaf35cf5442708b13b00865655da8112dba746 Mon Sep 17 00:00:00 2001 From: Martin Oberhuber < martin.oberhuber@windriver.com> Date: Tue, 24 Oct 2006 14:09:59 +0000 Subject: [PATCH] Add Copyright Attribution for Wind River Patch --- .../serverruntime/data/patterns.dat | 2 +- .../serverruntime/scripts/aix/server.sh | 5 +++-- .../serverruntime/scripts/unix/server.sh | 5 +++-- .../serverruntime/scripts/windows/daemon.bat | 6 ++++-- .../serverruntime/scripts/windows/server.bat | 5 +++-- 5 files changed, 14 insertions(+), 9 deletions(-) diff --git a/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/data/patterns.dat b/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/data/patterns.dat index d0406e9a86b..078fe81f234 100644 --- a/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/data/patterns.dat +++ b/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/data/patterns.dat @@ -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 diff --git a/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/aix/server.sh b/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/aix/server.sh index 88a669d52f1..79fcfb11a1f 100644 --- a/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/aix/server.sh +++ b/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/aix/server.sh @@ -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 diff --git a/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/unix/server.sh b/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/unix/server.sh index 3c797124a66..544b319b2c0 100644 --- a/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/unix/server.sh +++ b/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/unix/server.sh @@ -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 diff --git a/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/windows/daemon.bat b/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/windows/daemon.bat index c1940c31b3f..fe12eb65b45 100644 --- a/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/windows/daemon.bat +++ b/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/windows/daemon.bat @@ -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 diff --git a/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/windows/server.bat b/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/windows/server.bat index 62148285827..af2b8b99b0e 100644 --- a/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/windows/server.bat +++ b/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/windows/server.bat @@ -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