You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-commits@axis.apache.org by na...@apache.org on 2010/08/18 18:35:44 UTC

svn commit: r986779 - in /axis/axis2/c/core/trunk: samples/client/math/ samples/client/version/ samples/server/Calculator/ samples/server/echo/ samples/server/math/ samples/server/mtom/ samples/server/mtom_callback/ samples/server/notify/ samples/serve...

Author: nandika
Date: Wed Aug 18 16:35:44 2010
New Revision: 986779

URL: http://svn.apache.org/viewvc?rev=986779&view=rev
Log:
license added

Modified:
    axis/axis2/c/core/trunk/samples/client/math/services.xml
    axis/axis2/c/core/trunk/samples/client/version/services.xml
    axis/axis2/c/core/trunk/samples/server/Calculator/services.xml
    axis/axis2/c/core/trunk/samples/server/echo/services.xml
    axis/axis2/c/core/trunk/samples/server/math/services.xml
    axis/axis2/c/core/trunk/samples/server/mtom/services.xml
    axis/axis2/c/core/trunk/samples/server/mtom_callback/services.xml
    axis/axis2/c/core/trunk/samples/server/notify/services.xml
    axis/axis2/c/core/trunk/samples/server/session/services.xml
    axis/axis2/c/core/trunk/samples/server/sg_math/services.xml
    axis/axis2/c/core/trunk/samples/server/version/services.xml
    axis/axis2/c/core/trunk/test/resources/services.xml
    axis/axis2/c/core/trunk/xdocs/docs/hello/service/hello/services.xml

Modified: axis/axis2/c/core/trunk/samples/client/math/services.xml
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/samples/client/math/services.xml?rev=986779&r1=986778&r2=986779&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/samples/client/math/services.xml (original)
+++ axis/axis2/c/core/trunk/samples/client/math/services.xml Wed Aug 18 16:35:44 2010
@@ -1,3 +1,21 @@
+<!--
+/*
+ * 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.
+ */
+ -->
 <service name="math">
     <parameter name="ServiceClass" locked="xsd:false">math</parameter>
     <description>

Modified: axis/axis2/c/core/trunk/samples/client/version/services.xml
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/samples/client/version/services.xml?rev=986779&r1=986778&r2=986779&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/samples/client/version/services.xml (original)
+++ axis/axis2/c/core/trunk/samples/client/version/services.xml Wed Aug 18 16:35:44 2010
@@ -1,3 +1,21 @@
+<!--
+/*
+ * 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.
+ */
+ -->
 <service name="version">
     <parameter name="ServiceClass" locked="xsd:false">version</parameter>
     <description>

Modified: axis/axis2/c/core/trunk/samples/server/Calculator/services.xml
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/samples/server/Calculator/services.xml?rev=986779&r1=986778&r2=986779&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/samples/server/Calculator/services.xml (original)
+++ axis/axis2/c/core/trunk/samples/server/Calculator/services.xml Wed Aug 18 16:35:44 2010
@@ -1,3 +1,21 @@
+<!--
+/*
+ * 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.
+ */
+ -->
 <service name="Calculator">
     <parameter name="ServiceClass" locked="xsd:false">Calculator</parameter>
 

Modified: axis/axis2/c/core/trunk/samples/server/echo/services.xml
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/samples/server/echo/services.xml?rev=986779&r1=986778&r2=986779&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/samples/server/echo/services.xml (original)
+++ axis/axis2/c/core/trunk/samples/server/echo/services.xml Wed Aug 18 16:35:44 2010
@@ -1,3 +1,21 @@
+<!--
+/*
+ * 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.
+ */
+ -->
 <service name="echo">
     <parameter name="ServiceClass" locked="xsd:false">echo</parameter>
 

Modified: axis/axis2/c/core/trunk/samples/server/math/services.xml
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/samples/server/math/services.xml?rev=986779&r1=986778&r2=986779&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/samples/server/math/services.xml (original)
+++ axis/axis2/c/core/trunk/samples/server/math/services.xml Wed Aug 18 16:35:44 2010
@@ -1,3 +1,21 @@
+<!--
+/*
+ * 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.
+ */
+ -->
 <service name="math">
     <parameter name="ServiceClass" locked="xsd:false">math</parameter>
    <description>

Modified: axis/axis2/c/core/trunk/samples/server/mtom/services.xml
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/samples/server/mtom/services.xml?rev=986779&r1=986778&r2=986779&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/samples/server/mtom/services.xml (original)
+++ axis/axis2/c/core/trunk/samples/server/mtom/services.xml Wed Aug 18 16:35:44 2010
@@ -1,3 +1,21 @@
+<!--
+/*
+ * 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.
+ */
+ -->
 <service name="mtom">
     <parameter name="ServiceClass" locked="xsd:false">mtom</parameter>
 

Modified: axis/axis2/c/core/trunk/samples/server/mtom_callback/services.xml
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/samples/server/mtom_callback/services.xml?rev=986779&r1=986778&r2=986779&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/samples/server/mtom_callback/services.xml (original)
+++ axis/axis2/c/core/trunk/samples/server/mtom_callback/services.xml Wed Aug 18 16:35:44 2010
@@ -1,3 +1,21 @@
+<!--
+/*
+ * 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.
+ */
+ -->
 <service name="mtom_callback">
     <parameter name="ServiceClass" locked="xsd:false">mtom_callback</parameter>
 

Modified: axis/axis2/c/core/trunk/samples/server/notify/services.xml
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/samples/server/notify/services.xml?rev=986779&r1=986778&r2=986779&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/samples/server/notify/services.xml (original)
+++ axis/axis2/c/core/trunk/samples/server/notify/services.xml Wed Aug 18 16:35:44 2010
@@ -1,3 +1,21 @@
+<!--
+/*
+ * 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.
+ */
+ -->
 <service name="notify">
     <parameter name="ServiceClass" locked="xsd:false">notify</parameter>
 

Modified: axis/axis2/c/core/trunk/samples/server/session/services.xml
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/samples/server/session/services.xml?rev=986779&r1=986778&r2=986779&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/samples/server/session/services.xml (original)
+++ axis/axis2/c/core/trunk/samples/server/session/services.xml Wed Aug 18 16:35:44 2010
@@ -1,3 +1,21 @@
+<!--
+/*
+ * 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.
+ */
+ -->
 <service name="session">
     <parameter name="ServiceClass" locked="xsd:false">session</parameter>
 

Modified: axis/axis2/c/core/trunk/samples/server/sg_math/services.xml
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/samples/server/sg_math/services.xml?rev=986779&r1=986778&r2=986779&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/samples/server/sg_math/services.xml (original)
+++ axis/axis2/c/core/trunk/samples/server/sg_math/services.xml Wed Aug 18 16:35:44 2010
@@ -1,3 +1,21 @@
+<!--
+/*
+ * 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.
+ */
+ -->
 <serviceGroup name="sg_math">
     <service name="add">
         <parameter name="ServiceClass" locked="xsd:false">add</parameter>

Modified: axis/axis2/c/core/trunk/samples/server/version/services.xml
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/samples/server/version/services.xml?rev=986779&r1=986778&r2=986779&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/samples/server/version/services.xml (original)
+++ axis/axis2/c/core/trunk/samples/server/version/services.xml Wed Aug 18 16:35:44 2010
@@ -1,3 +1,21 @@
+<!--
+/*
+ * 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.
+ */
+ -->
 <service name="version">
     <parameter name="ServiceClass" locked="xsd:false">version</parameter>
    <description>

Modified: axis/axis2/c/core/trunk/test/resources/services.xml
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/test/resources/services.xml?rev=986779&r1=986778&r2=986779&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/test/resources/services.xml (original)
+++ axis/axis2/c/core/trunk/test/resources/services.xml Wed Aug 18 16:35:44 2010
@@ -1,3 +1,21 @@
+<!--
+/*
+ * 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.
+ */
+ -->
 <serviceGroup>
 
   <service name="add_service">

Modified: axis/axis2/c/core/trunk/xdocs/docs/hello/service/hello/services.xml
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/xdocs/docs/hello/service/hello/services.xml?rev=986779&r1=986778&r2=986779&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/xdocs/docs/hello/service/hello/services.xml (original)
+++ axis/axis2/c/core/trunk/xdocs/docs/hello/service/hello/services.xml Wed Aug 18 16:35:44 2010
@@ -1,3 +1,21 @@
+<!--
+/*
+ * 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.
+ */
+ -->
 <service name="hello">
     <parameter name="ServiceClass" locked="xsd:false">hello</parameter>
    <description>