mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-18 13:45:45 +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
|
@ECHO OFF
|
||||||
rem *******************************************************************************
|
@rem ***************************************************************************
|
||||||
rem Copyright (c) 2005, 2007 IBM Corporation and others.
|
@rem Copyright (c) 2005, 2008 IBM Corporation 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
|
||||||
rem http://www.eclipse.org/legal/epl-v10.html
|
@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) - Bug 142952: support run by dbl click
|
||||||
rem Martin Oberhuber (Wind River) - Add usage print, set variables local
|
@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
|
||||||
REM Usage: daemon.bat [<port> | <low port>-<high port>] [ <low server port>-<high server port>]
|
REM Usage: daemon.bat [<port> | <low port>-<high port>] [ <low server port>-<high server port>]
|
||||||
|
|
|
@ -1,15 +1,15 @@
|
||||||
@echo off
|
@echo off
|
||||||
rem *******************************************************************************
|
@rem ***************************************************************************
|
||||||
rem Copyright (c) 2005, 2006 IBM Corporation, Wind River Systems, Inc. and others.
|
@rem Copyright (c) 2005, 2006 IBM Corporation 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
|
||||||
rem http://www.eclipse.org/legal/epl-v10.html
|
@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 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
|
||||||
REM Usage: server.bat [<port>] [<timeout>]
|
REM Usage: server.bat [<port>] [<timeout>]
|
||||||
|
|
|
@ -1,14 +1,14 @@
|
||||||
@echo off
|
@echo off
|
||||||
rem *******************************************************************************
|
@rem ***************************************************************************
|
||||||
rem Copyright (c) 2005, 2006 IBM Corporation and others.
|
@rem Copyright (c) 2005, 2006 IBM Corporation 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
|
||||||
rem http://www.eclipse.org/legal/epl-v10.html
|
@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 *******************************************************************************
|
@rem ***************************************************************************
|
||||||
@echo on
|
@echo on
|
||||||
set ECLIPSEDIR=.
|
set ECLIPSEDIR=.
|
||||||
set CORE=%ECLIPSEDIR%\dstore_core.jar
|
set CORE=%ECLIPSEDIR%\dstore_core.jar
|
||||||
|
|
Loading…
Add table
Reference in a new issue