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:02:05 UTC

svn commit: r153011 - webservices/mirae/trunk/samples/documentsamples/calculator/calculator/axis/localhost/_divResponse.java

Author: damitha
Date: Tue Feb  8 21:02:04 2005
New Revision: 153011

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

Modified:
    webservices/mirae/trunk/samples/documentsamples/calculator/calculator/axis/localhost/_divResponse.java

Modified: webservices/mirae/trunk/samples/documentsamples/calculator/calculator/axis/localhost/_divResponse.java
URL: http://svn.apache.org/viewcvs/webservices/mirae/trunk/samples/documentsamples/calculator/calculator/axis/localhost/_divResponse.java?view=diff&r1=153010&r2=153011
==============================================================================
--- webservices/mirae/trunk/samples/documentsamples/calculator/calculator/axis/localhost/_divResponse.java (original)
+++ webservices/mirae/trunk/samples/documentsamples/calculator/calculator/axis/localhost/_divResponse.java Tue Feb  8 21:02:04 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;