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:06:06 UTC

svn commit: r153014 - in webservices/mirae/trunk/samples/documentsamples/calculator/calculator/axis/localhost: CalculatorIF.java CalculatorStub.java _mul.java _mulResponse.java _sub.java _subResponse.java

Author: damitha
Date: Tue Feb  8 21:06:03 2005
New Revision: 153014

URL: http://svn.apache.org/viewcvs?view=rev&rev=153014
Log:
apache licence was added

Modified:
    webservices/mirae/trunk/samples/documentsamples/calculator/calculator/axis/localhost/CalculatorIF.java
    webservices/mirae/trunk/samples/documentsamples/calculator/calculator/axis/localhost/CalculatorStub.java
    webservices/mirae/trunk/samples/documentsamples/calculator/calculator/axis/localhost/_mul.java
    webservices/mirae/trunk/samples/documentsamples/calculator/calculator/axis/localhost/_mulResponse.java
    webservices/mirae/trunk/samples/documentsamples/calculator/calculator/axis/localhost/_sub.java
    webservices/mirae/trunk/samples/documentsamples/calculator/calculator/axis/localhost/_subResponse.java

Modified: webservices/mirae/trunk/samples/documentsamples/calculator/calculator/axis/localhost/CalculatorIF.java
URL: http://svn.apache.org/viewcvs/webservices/mirae/trunk/samples/documentsamples/calculator/calculator/axis/localhost/CalculatorIF.java?view=diff&r1=153013&r2=153014
==============================================================================
--- webservices/mirae/trunk/samples/documentsamples/calculator/calculator/axis/localhost/CalculatorIF.java (original)
+++ webservices/mirae/trunk/samples/documentsamples/calculator/calculator/axis/localhost/CalculatorIF.java Tue Feb  8 21:06:03 2005
@@ -1,3 +1,19 @@
+/*
+ * 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 calculator.axis.localhost;
 /*This interface is automatically generated by 
 *WSDL2WS_J2ME tool

Modified: webservices/mirae/trunk/samples/documentsamples/calculator/calculator/axis/localhost/CalculatorStub.java
URL: http://svn.apache.org/viewcvs/webservices/mirae/trunk/samples/documentsamples/calculator/calculator/axis/localhost/CalculatorStub.java?view=diff&r1=153013&r2=153014
==============================================================================
--- webservices/mirae/trunk/samples/documentsamples/calculator/calculator/axis/localhost/CalculatorStub.java (original)
+++ webservices/mirae/trunk/samples/documentsamples/calculator/calculator/axis/localhost/CalculatorStub.java Tue Feb  8 21:06:03 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 calculator.axis.localhost;
+
 /*This class is automatically generated by 
 *WSDL2WS_J2ME tool
 *The client side stub of the document literal web service. 
 */
-
 public class CalculatorStub implements calculator.axis.localhost.CalculatorIF{
 
 	private java.lang.String enduri;

Modified: webservices/mirae/trunk/samples/documentsamples/calculator/calculator/axis/localhost/_mul.java
URL: http://svn.apache.org/viewcvs/webservices/mirae/trunk/samples/documentsamples/calculator/calculator/axis/localhost/_mul.java?view=diff&r1=153013&r2=153014
==============================================================================
--- webservices/mirae/trunk/samples/documentsamples/calculator/calculator/axis/localhost/_mul.java (original)
+++ webservices/mirae/trunk/samples/documentsamples/calculator/calculator/axis/localhost/_mul.java Tue Feb  8 21:06:03 2005
@@ -1,3 +1,19 @@
+/*
+ * 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 calculator.axis.localhost;
 import org.xml.sax.Attributes;
 import org.xml.sax.SAXException;

Modified: webservices/mirae/trunk/samples/documentsamples/calculator/calculator/axis/localhost/_mulResponse.java
URL: http://svn.apache.org/viewcvs/webservices/mirae/trunk/samples/documentsamples/calculator/calculator/axis/localhost/_mulResponse.java?view=diff&r1=153013&r2=153014
==============================================================================
--- webservices/mirae/trunk/samples/documentsamples/calculator/calculator/axis/localhost/_mulResponse.java (original)
+++ webservices/mirae/trunk/samples/documentsamples/calculator/calculator/axis/localhost/_mulResponse.java Tue Feb  8 21:06:03 2005
@@ -1,3 +1,19 @@
+/*
+ * 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 calculator.axis.localhost;
 import org.xml.sax.Attributes;
 import org.xml.sax.SAXException;

Modified: webservices/mirae/trunk/samples/documentsamples/calculator/calculator/axis/localhost/_sub.java
URL: http://svn.apache.org/viewcvs/webservices/mirae/trunk/samples/documentsamples/calculator/calculator/axis/localhost/_sub.java?view=diff&r1=153013&r2=153014
==============================================================================
--- webservices/mirae/trunk/samples/documentsamples/calculator/calculator/axis/localhost/_sub.java (original)
+++ webservices/mirae/trunk/samples/documentsamples/calculator/calculator/axis/localhost/_sub.java Tue Feb  8 21:06:03 2005
@@ -1,3 +1,19 @@
+/*
+ * 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 calculator.axis.localhost;
 import org.xml.sax.Attributes;
 import org.xml.sax.SAXException;

Modified: webservices/mirae/trunk/samples/documentsamples/calculator/calculator/axis/localhost/_subResponse.java
URL: http://svn.apache.org/viewcvs/webservices/mirae/trunk/samples/documentsamples/calculator/calculator/axis/localhost/_subResponse.java?view=diff&r1=153013&r2=153014
==============================================================================
--- webservices/mirae/trunk/samples/documentsamples/calculator/calculator/axis/localhost/_subResponse.java (original)
+++ webservices/mirae/trunk/samples/documentsamples/calculator/calculator/axis/localhost/_subResponse.java Tue Feb  8 21:06:03 2005
@@ -1,3 +1,19 @@
+/*
+ * 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 calculator.axis.localhost;
 import org.xml.sax.Attributes;
 import org.xml.sax.SAXException;