diff options
author | nandika | 2010-08-18 16:35:44 +0000 |
---|---|---|
committer | nandika | 2010-08-18 16:35:44 +0000 |
commit | 148c708fe80a1e6c6c12522075906d05e9a59fc1 (patch) | |
tree | ecdef64214bf47a061f85207edf78e1e151a32c8 /samples | |
parent | 04f15499ba29547e07a17ec1c9db5e0fc86775f8 (diff) | |
download | axis2c-148c708fe80a1e6c6c12522075906d05e9a59fc1.tar.gz axis2c-148c708fe80a1e6c6c12522075906d05e9a59fc1.tar.bz2 |
license added
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@986779 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'samples')
-rw-r--r-- | samples/client/math/services.xml | 18 | ||||
-rw-r--r-- | samples/client/version/services.xml | 18 | ||||
-rw-r--r-- | samples/server/Calculator/services.xml | 18 | ||||
-rw-r--r-- | samples/server/echo/services.xml | 18 | ||||
-rw-r--r-- | samples/server/math/services.xml | 18 | ||||
-rw-r--r-- | samples/server/mtom/services.xml | 18 | ||||
-rw-r--r-- | samples/server/mtom_callback/services.xml | 18 | ||||
-rw-r--r-- | samples/server/notify/services.xml | 18 | ||||
-rw-r--r-- | samples/server/session/services.xml | 18 | ||||
-rw-r--r-- | samples/server/sg_math/services.xml | 18 | ||||
-rw-r--r-- | samples/server/version/services.xml | 18 |
11 files changed, 198 insertions, 0 deletions
diff --git a/samples/client/math/services.xml b/samples/client/math/services.xml index 53c43e9..abdf4b2 100644 --- a/samples/client/math/services.xml +++ b/samples/client/math/services.xml @@ -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> diff --git a/samples/client/version/services.xml b/samples/client/version/services.xml index 88fa9a1..cd1530a 100644 --- a/samples/client/version/services.xml +++ b/samples/client/version/services.xml @@ -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> diff --git a/samples/server/Calculator/services.xml b/samples/server/Calculator/services.xml index b449764..b8613ee 100644 --- a/samples/server/Calculator/services.xml +++ b/samples/server/Calculator/services.xml @@ -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> diff --git a/samples/server/echo/services.xml b/samples/server/echo/services.xml index ea75640..fe4b43f 100644 --- a/samples/server/echo/services.xml +++ b/samples/server/echo/services.xml @@ -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> diff --git a/samples/server/math/services.xml b/samples/server/math/services.xml index 70ff77b..f153714 100644 --- a/samples/server/math/services.xml +++ b/samples/server/math/services.xml @@ -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> diff --git a/samples/server/mtom/services.xml b/samples/server/mtom/services.xml index 1a1b1b2..5f0b35e 100644 --- a/samples/server/mtom/services.xml +++ b/samples/server/mtom/services.xml @@ -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> diff --git a/samples/server/mtom_callback/services.xml b/samples/server/mtom_callback/services.xml index 7219c8b..06e1d2d 100644 --- a/samples/server/mtom_callback/services.xml +++ b/samples/server/mtom_callback/services.xml @@ -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> diff --git a/samples/server/notify/services.xml b/samples/server/notify/services.xml index ff2be47..db027b9 100644 --- a/samples/server/notify/services.xml +++ b/samples/server/notify/services.xml @@ -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> diff --git a/samples/server/session/services.xml b/samples/server/session/services.xml index 9a95f4f..7c37857 100644 --- a/samples/server/session/services.xml +++ b/samples/server/session/services.xml @@ -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> diff --git a/samples/server/sg_math/services.xml b/samples/server/sg_math/services.xml index 524a7ee..3992b02 100644 --- a/samples/server/sg_math/services.xml +++ b/samples/server/sg_math/services.xml @@ -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> diff --git a/samples/server/version/services.xml b/samples/server/version/services.xml index 37bdc6b..397d8ae 100644 --- a/samples/server/version/services.xml +++ b/samples/server/version/services.xml @@ -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> |