mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-26 02:15:31 +02:00
[cleanup] copyright
This commit is contained in:
parent
80f04f8b97
commit
35796f38ef
11 changed files with 112 additions and 0 deletions
|
@ -1,3 +1,13 @@
|
||||||
|
/*******************************************************************************
|
||||||
|
* Copyright (c) 2005, 2006 IBM Corporation 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
|
||||||
|
*******************************************************************************/
|
||||||
package org.eclipse.rse.core.filters;
|
package org.eclipse.rse.core.filters;
|
||||||
|
|
||||||
import org.eclipse.rse.core.model.ISystemProfile;
|
import org.eclipse.rse.core.model.ISystemProfile;
|
||||||
|
|
|
@ -1,3 +1,13 @@
|
||||||
|
###############################################################################
|
||||||
|
# Copyright (c) 2005, 2006 IBM Corporation 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
|
||||||
|
###############################################################################
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,4 +1,14 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
#*******************************************************************************
|
||||||
|
# Copyright (c) 2005, 2006 IBM Corporation 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
|
||||||
|
#*******************************************************************************
|
||||||
# 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,4 +1,14 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
#*******************************************************************************
|
||||||
|
# Copyright (c) 2005, 2006 IBM Corporation 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
|
||||||
|
#*******************************************************************************
|
||||||
# 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
|
||||||
serverpath=.;
|
serverpath=.;
|
||||||
|
|
|
@ -1,4 +1,14 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
#*******************************************************************************
|
||||||
|
# Copyright (c) 2005, 2006 IBM Corporation 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
|
||||||
|
#*******************************************************************************
|
||||||
# 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
|
||||||
serverpath=.;
|
serverpath=.;
|
||||||
|
|
|
@ -1,4 +1,14 @@
|
||||||
@ECHO OFF
|
@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
|
||||||
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,4 +1,14 @@
|
||||||
@echo off
|
@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
|
||||||
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,3 +1,15 @@
|
||||||
|
@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 *******************************************************************************
|
||||||
|
@echo on
|
||||||
set ECLIPSEDIR=.
|
set ECLIPSEDIR=.
|
||||||
set CORE=%ECLIPSEDIR%\dstore_core.jar
|
set CORE=%ECLIPSEDIR%\dstore_core.jar
|
||||||
set MINERS=%ECLIPSEDIR%\dstore_miners.jar
|
set MINERS=%ECLIPSEDIR%\dstore_miners.jar
|
||||||
|
|
|
@ -1,3 +1,13 @@
|
||||||
|
/*******************************************************************************
|
||||||
|
* Copyright (c) 2005, 2006 IBM Corporation 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
|
||||||
|
*******************************************************************************/
|
||||||
package org.eclipse.rse.services.dstore.util;
|
package org.eclipse.rse.services.dstore.util;
|
||||||
|
|
||||||
import org.eclipse.dstore.core.model.DataElement;
|
import org.eclipse.dstore.core.model.DataElement;
|
||||||
|
|
|
@ -1,3 +1,13 @@
|
||||||
|
/*******************************************************************************
|
||||||
|
* Copyright (c) 2005, 2006 IBM Corporation 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
|
||||||
|
*******************************************************************************/
|
||||||
package org.eclipse.rse.services.clientserver.messages;
|
package org.eclipse.rse.services.clientserver.messages;
|
||||||
|
|
||||||
public interface ISystemMessageProvider {
|
public interface ISystemMessageProvider {
|
||||||
|
|
|
@ -1,3 +1,13 @@
|
||||||
|
/*******************************************************************************
|
||||||
|
* Copyright (c) 2005, 2006 IBM Corporation 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
|
||||||
|
*******************************************************************************/
|
||||||
package org.eclipse.rse.core.internal.subsystems;
|
package org.eclipse.rse.core.internal.subsystems;
|
||||||
|
|
||||||
import java.util.Comparator;
|
import java.util.Comparator;
|
||||||
|
|
Loading…
Add table
Reference in a new issue