mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-04 15:45:25 +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;
|
||||
|
||||
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
|
||||
#*******************************************************************************
|
||||
# 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
|
||||
# This script will start the datastore server listening on an available socket
|
||||
|
||||
|
|
|
@ -1,4 +1,14 @@
|
|||
#!/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
|
||||
# This script will start the datastore server listening on an available socket
|
||||
serverpath=.;
|
||||
|
|
|
@ -1,4 +1,14 @@
|
|||
#!/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
|
||||
# This script will start the datastore server listening on an available socket
|
||||
serverpath=.;
|
||||
|
|
|
@ -1,4 +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 Start an RSE Windows Daemon
|
||||
REM Usage: daemon.bat [<port> | <low port>-<high port>] [ <low server port>-<high server port>]
|
||||
|
|
|
@ -1,4 +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 Start an RSE Windows Server
|
||||
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 CORE=%ECLIPSEDIR%\dstore_core.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;
|
||||
|
||||
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;
|
||||
|
||||
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;
|
||||
|
||||
import java.util.Comparator;
|
||||
|
|
Loading…
Add table
Reference in a new issue