You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mirae-dev@ws.apache.org by da...@apache.org on 2005/02/09 06:28:06 UTC

svn commit: r153023 - webservices/mirae/trunk/samples/rpcsamples/calculator/lk/opensource/wsmobile/CalculatorIF.java webservices/mirae/trunk/samples/rpcsamples/calculator/lk/opensource/wsmobile/CalculatorStub.java

Author: damitha
Date: Tue Feb  8 21:28:04 2005
New Revision: 153023

URL: http://svn.apache.org/viewcvs?view=rev&rev=153023
Log:
apache licence was addedto the samples

Modified:
    webservices/mirae/trunk/samples/rpcsamples/calculator/lk/opensource/wsmobile/CalculatorIF.java
    webservices/mirae/trunk/samples/rpcsamples/calculator/lk/opensource/wsmobile/CalculatorStub.java

Modified: webservices/mirae/trunk/samples/rpcsamples/calculator/lk/opensource/wsmobile/CalculatorIF.java
URL: http://svn.apache.org/viewcvs/webservices/mirae/trunk/samples/rpcsamples/calculator/lk/opensource/wsmobile/CalculatorIF.java?view=diff&r1=153022&r2=153023
==============================================================================
--- webservices/mirae/trunk/samples/rpcsamples/calculator/lk/opensource/wsmobile/CalculatorIF.java (original)
+++ webservices/mirae/trunk/samples/rpcsamples/calculator/lk/opensource/wsmobile/CalculatorIF.java Tue Feb  8 21:28:04 2005
@@ -1,9 +1,25 @@
+/*
+ * Copyright 2001-2004 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package lk.opensource.wsmobile;
-/*This interface is automatically generated by 
-*WSDL2WS_J2ME tool
-*The client side representation of the web service. 
-*/
 
+/**This interface is automatically generated by 
+ *WSDL2WS_J2ME tool
+ *The client side representation of the web service. 
+ */
 public interface CalculatorIF   {
 	public int add(int param0,int param1)throws Exception;
 	public int sub(int param0,int param1)throws Exception;

Modified: webservices/mirae/trunk/samples/rpcsamples/calculator/lk/opensource/wsmobile/CalculatorStub.java
URL: http://svn.apache.org/viewcvs/webservices/mirae/trunk/samples/rpcsamples/calculator/lk/opensource/wsmobile/CalculatorStub.java?view=diff&r1=153022&r2=153023
==============================================================================
--- webservices/mirae/trunk/samples/rpcsamples/calculator/lk/opensource/wsmobile/CalculatorStub.java (original)
+++ webservices/mirae/trunk/samples/rpcsamples/calculator/lk/opensource/wsmobile/CalculatorStub.java Tue Feb  8 21:28:04 2005
@@ -1,9 +1,25 @@
+/*
+ * Copyright 2001-2004 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package lk.opensource.wsmobile;
+
 /*This class is automatically generated by 
 *WSDL2WS_J2ME tool
 *The client side stub of the web service. 
 */
-
 public class CalculatorStub implements lk.opensource.wsmobile.CalculatorIF{
 
 	private java.lang.String enduri;