You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by he...@apache.org on 2011/12/27 16:09:44 UTC

svn commit: r1224923 - in /incubator/airavata/trunk/samples: complex-math-service/src/main/java/org/apache/airavata/samples/ complex-math-service/src/main/resources/ levenshtein-distance-service/src/main/java/org/apache/airavata/samples/ levenshtein-di...

Author: heshan
Date: Tue Dec 27 15:09:43 2011
New Revision: 1224923

URL: http://svn.apache.org/viewvc?rev=1224923&view=rev
Log:
Adding missing license headers.

Modified:
    incubator/airavata/trunk/samples/complex-math-service/src/main/java/org/apache/airavata/samples/ComplexMathService.java
    incubator/airavata/trunk/samples/complex-math-service/src/main/resources/ComplexMathService.wsdl
    incubator/airavata/trunk/samples/levenshtein-distance-service/src/main/java/org/apache/airavata/samples/LevenshteinDistanceService.java
    incubator/airavata/trunk/samples/levenshtein-distance-service/src/main/resources/LevenshteinDistanceService.wsdl

Modified: incubator/airavata/trunk/samples/complex-math-service/src/main/java/org/apache/airavata/samples/ComplexMathService.java
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/samples/complex-math-service/src/main/java/org/apache/airavata/samples/ComplexMathService.java?rev=1224923&r1=1224922&r2=1224923&view=diff
==============================================================================
--- incubator/airavata/trunk/samples/complex-math-service/src/main/java/org/apache/airavata/samples/ComplexMathService.java (original)
+++ incubator/airavata/trunk/samples/complex-math-service/src/main/java/org/apache/airavata/samples/ComplexMathService.java Tue Dec 27 15:09:43 2011
@@ -1,3 +1,24 @@
+/*
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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 org.apache.airavata.samples;
 
 public class ComplexMathService {

Modified: incubator/airavata/trunk/samples/complex-math-service/src/main/resources/ComplexMathService.wsdl
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/samples/complex-math-service/src/main/resources/ComplexMathService.wsdl?rev=1224923&r1=1224922&r2=1224923&view=diff
==============================================================================
--- incubator/airavata/trunk/samples/complex-math-service/src/main/resources/ComplexMathService.wsdl (original)
+++ incubator/airavata/trunk/samples/complex-math-service/src/main/resources/ComplexMathService.wsdl Tue Dec 27 15:09:43 2011
@@ -1,4 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file
+	distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you 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. -->
 <wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:ns1="http://org.apache.axis2/xsd" xmlns:ns="http://interpreter.xbaya.airavata.apache.org" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" targetNamespace="http://interpreter.xbaya.airavata.apache.org">
     <wsdl:types>
         <xs:schema attributeFormDefault="qualified" elementFormDefault="unqualified" targetNamespace="http://interpreter.xbaya.airavata.apache.org">

Modified: incubator/airavata/trunk/samples/levenshtein-distance-service/src/main/java/org/apache/airavata/samples/LevenshteinDistanceService.java
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/samples/levenshtein-distance-service/src/main/java/org/apache/airavata/samples/LevenshteinDistanceService.java?rev=1224923&r1=1224922&r2=1224923&view=diff
==============================================================================
--- incubator/airavata/trunk/samples/levenshtein-distance-service/src/main/java/org/apache/airavata/samples/LevenshteinDistanceService.java (original)
+++ incubator/airavata/trunk/samples/levenshtein-distance-service/src/main/java/org/apache/airavata/samples/LevenshteinDistanceService.java Tue Dec 27 15:09:43 2011
@@ -1,3 +1,24 @@
+/*
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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 org.apache.airavata.samples;
 
 public class LevenshteinDistanceService {

Modified: incubator/airavata/trunk/samples/levenshtein-distance-service/src/main/resources/LevenshteinDistanceService.wsdl
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/samples/levenshtein-distance-service/src/main/resources/LevenshteinDistanceService.wsdl?rev=1224923&r1=1224922&r2=1224923&view=diff
==============================================================================
--- incubator/airavata/trunk/samples/levenshtein-distance-service/src/main/resources/LevenshteinDistanceService.wsdl (original)
+++ incubator/airavata/trunk/samples/levenshtein-distance-service/src/main/resources/LevenshteinDistanceService.wsdl Tue Dec 27 15:09:43 2011
@@ -1,4 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file
+    distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you 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. -->
 <wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:ns1="http://org.apache.axis2/xsd" xmlns:ns="http://interpreter.xbaya.airavata.apache.org" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" targetNamespace="http://interpreter.xbaya.airavata.apache.org">
     <wsdl:types>
         <xs:schema attributeFormDefault="qualified" elementFormDefault="unqualified" targetNamespace="http://interpreter.xbaya.airavata.apache.org">