mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-02 22:55:26 +02:00
[cleanup] Fix copyright dates
This commit is contained in:
parent
e00e26f9c9
commit
27838e12cd
3 changed files with 33 additions and 33 deletions
|
@ -1,16 +1,16 @@
|
|||
@ECHO OFF
|
||||
rem *******************************************************************************
|
||||
rem Copyright (c) 2005, 2007 IBM Corporation 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 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 Copyright (c) 2005, 2008 IBM Corporation 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 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
|
||||
REM Usage: daemon.bat [<port> | <low port>-<high port>] [ <low server port>-<high server port>]
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
@echo off
|
||||
rem *******************************************************************************
|
||||
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 Martin Oberhuber (Wind River) - Add usage print, support run by dbl click
|
||||
rem *******************************************************************************
|
||||
@rem ***************************************************************************
|
||||
@rem Copyright (c) 2005, 2006 IBM Corporation 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 Martin Oberhuber (Wind River) - Add usage print, support run by dbl click
|
||||
@rem ***************************************************************************
|
||||
REM
|
||||
REM Start an RSE Windows Server
|
||||
REM Usage: server.bat [<port>] [<timeout>]
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
@echo off
|
||||
rem *******************************************************************************
|
||||
rem Copyright (c) 2005, 2006 IBM Corporation 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 *******************************************************************************
|
||||
@rem ***************************************************************************
|
||||
@rem Copyright (c) 2005, 2006 IBM Corporation 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 ***************************************************************************
|
||||
@echo on
|
||||
set ECLIPSEDIR=.
|
||||
set CORE=%ECLIPSEDIR%\dstore_core.jar
|
||||
|
|
Loading…
Add table
Reference in a new issue