From 35796f38ef34251db4d78dfae8cf63bb7cd0a6f2 Mon Sep 17 00:00:00 2001 From: David Dykstal Date: Fri, 6 Oct 2006 14:56:35 +0000 Subject: [PATCH] [cleanup] copyright --- .../rse/core/filters/ISystemFilterStartHere.java | 10 ++++++++++ .../serverruntime/data/rsecomm.properties | 10 ++++++++++ .../serverruntime/scripts/aix/server.sh | 10 ++++++++++ .../serverruntime/scripts/macosx/server.sh | 10 ++++++++++ .../serverruntime/scripts/unix/server.sh | 10 ++++++++++ .../serverruntime/scripts/windows/daemon.bat | 10 ++++++++++ .../serverruntime/scripts/windows/server.bat | 10 ++++++++++ .../serverruntime/scripts/windows/setup.bat | 12 ++++++++++++ .../services/dstore/util/FileSystemMessageUtil.java | 10 ++++++++++ .../messages/ISystemMessageProvider.java | 10 ++++++++++ .../SubSystemConfigurationProxyComparator.java | 10 ++++++++++ 11 files changed, 112 insertions(+) diff --git a/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterStartHere.java b/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterStartHere.java index 7f710c37f2c..390c65f8882 100644 --- a/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterStartHere.java +++ b/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterStartHere.java @@ -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; diff --git a/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/data/rsecomm.properties b/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/data/rsecomm.properties index 8abced9e119..0be83514760 100644 --- a/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/data/rsecomm.properties +++ b/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/data/rsecomm.properties @@ -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 +############################################################################### # # # 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 099a6bd6ea8..88a669d52f1 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,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 diff --git a/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/macosx/server.sh b/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/macosx/server.sh index f96a0ebb769..3c797124a66 100644 --- a/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/macosx/server.sh +++ b/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/macosx/server.sh @@ -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=.; 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 f96a0ebb769..3c797124a66 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,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=.; 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 dd02d5a5a38..c1940c31b3f 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,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 [ | -] [ -] 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 f8c29c2b0f6..62148285827 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,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 [] [] diff --git a/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/windows/setup.bat b/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/windows/setup.bat index a97bace476b..cf7d05ede71 100644 --- a/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/windows/setup.bat +++ b/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/windows/setup.bat @@ -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 diff --git a/rse/plugins/org.eclipse.rse.services.dstore/src/org/eclipse/rse/services/dstore/util/FileSystemMessageUtil.java b/rse/plugins/org.eclipse.rse.services.dstore/src/org/eclipse/rse/services/dstore/util/FileSystemMessageUtil.java index 96dc92a9b02..d1d33058414 100644 --- a/rse/plugins/org.eclipse.rse.services.dstore/src/org/eclipse/rse/services/dstore/util/FileSystemMessageUtil.java +++ b/rse/plugins/org.eclipse.rse.services.dstore/src/org/eclipse/rse/services/dstore/util/FileSystemMessageUtil.java @@ -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; diff --git a/rse/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/messages/ISystemMessageProvider.java b/rse/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/messages/ISystemMessageProvider.java index 34df9341475..032e0c23327 100644 --- a/rse/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/messages/ISystemMessageProvider.java +++ b/rse/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/messages/ISystemMessageProvider.java @@ -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 { diff --git a/rse/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/internal/subsystems/SubSystemConfigurationProxyComparator.java b/rse/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/internal/subsystems/SubSystemConfigurationProxyComparator.java index 01268c6da97..54480e53e25 100644 --- a/rse/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/internal/subsystems/SubSystemConfigurationProxyComparator.java +++ b/rse/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/internal/subsystems/SubSystemConfigurationProxyComparator.java @@ -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;