Fixing some text in the starting script

git-svn-id: https://svn.apache.org/repos/asf/synapse/branches/1.2@663312 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/main/bin/synapse.bat b/src/main/bin/synapse.bat
index bea76ad..40d5c3d 100644
--- a/src/main/bin/synapse.bat
+++ b/src/main/bin/synapse.bat
@@ -1,18 +1,21 @@
 @echo off

 

-REM Copyright (c) 2006, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.

+REM Licensed to the Apache Software Foundation (ASF) under one

+REM or more contributor license agreements.  See the NOTICE file

+REM distributed with this work for additional information

+REM regarding copyright ownership.  The ASF licenses this file

+REM to you under the Apache License, Version 2.0 (the

+REM "License"); you may not use this file except in compliance

+REM with the License.  You may obtain a copy of the License at

 REM

-REM Licensed under the Apache License, Version 2.0 (the "License");

-REM you may not use this file except in compliance with the License.

-REM You may obtain a copy of the License at

+REM    http://www.apache.org/licenses/LICENSE-2.0

 REM

-REM      http://www.apache.org/licenses/LICENSE-2.0

-REM

-REM Unless required by applicable law or agreed to in writing, software

-REM distributed under the License is distributed on an "AS IS" BASIS,

-REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

-REM See the License for the specific language governing permissions and

-REM limitations under the License.

+REM Unless required by applicable law or agreed to in writing,

+REM software distributed under the License is distributed on an

+REM  # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY

+REM KIND, either express or implied.  See the License for the

+REM specific language governing permissions and limitations

+REM under the License.

 

 if "%OS%"=="Windows_NT" @setlocal

 if "%OS%"=="WINNT" @setlocal

@@ -60,7 +63,7 @@
 if exist "%SYNAPSE_HOME%\README.TXT" goto checkJava

 

 :noSYNAPSEHome

-echo SYNAPSE_HOME is set incorrectly or WSO2 SYNAPSE could not be located. Please set SYNAPSE_HOME.

+echo SYNAPSE_HOME is set incorrectly or SYNAPSE could not be located. Please set SYNAPSE_HOME.

 goto end

 

 :checkJava

@@ -78,7 +81,7 @@
 :runServer

 @rem @echo on

 cd %SYNAPSE_HOME%

-echo "Starting WSO2 Enterprise Service Bus ..."

+echo "Starting Synapse/Java ..."

 echo Using SYNAPSE_HOME:        %SYNAPSE_HOME%

 echo Using JAVA_HOME:       %JAVA_HOME%