diff options
author | nandika | 2010-08-18 15:02:12 +0000 |
---|---|---|
committer | nandika | 2010-08-18 15:02:12 +0000 |
commit | 0e1cee5b93e5a1f933be6732490ab6accd193dd9 (patch) | |
tree | e71eb0dba0f6f676914f84c9c3633e56b86a7dce /axiom/test/resources | |
parent | e5e80f74524f9d8adecd121d1766bec4ff2ceb14 (diff) | |
download | axis2c-0e1cee5b93e5a1f933be6732490ab6accd193dd9.tar.gz axis2c-0e1cee5b93e5a1f933be6732490ab6accd193dd9.tar.bz2 |
license added
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@986721 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'axiom/test/resources')
-rw-r--r-- | axiom/test/resources/xml/om/test.xml | 20 | ||||
-rw-r--r-- | axiom/test/resources/xml/om/testNamespaces.xml | 19 | ||||
-rw-r--r-- | axiom/test/resources/xml/om/underscore.xml | 20 |
3 files changed, 57 insertions, 2 deletions
diff --git a/axiom/test/resources/xml/om/test.xml b/axiom/test/resources/xml/om/test.xml index a222795..fbe3d98 100644 --- a/axiom/test/resources/xml/om/test.xml +++ b/axiom/test/resources/xml/om/test.xml @@ -1,4 +1,22 @@ -<?xml version="1.0" ?> +<?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. + */ + --> <axiomc:book xmlns:axiomc="http://ws.apache.org/axis2/c/om" xmlns:isbn="urn:ISBN:0-395-74341-6" xmlns:bn="urn:BN"> <axiomc:title><axiomc:a bn:test='attr'>Axis2C OM HOWTO</axiomc:a><isbn:number>1748491379</isbn:number></axiomc:title> <isbn:number>1748491379</isbn:number> diff --git a/axiom/test/resources/xml/om/testNamespaces.xml b/axiom/test/resources/xml/om/testNamespaces.xml index 50f7c93..ca371a3 100644 --- a/axiom/test/resources/xml/om/testNamespaces.xml +++ b/axiom/test/resources/xml/om/testNamespaces.xml @@ -1,3 +1,22 @@ +<?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. + */ + --> <Template> <Application1 xmlns:xplt="http://www.xxxx.com/" xmlns:xpl="http://www.xxxx.com/" diff --git a/axiom/test/resources/xml/om/underscore.xml b/axiom/test/resources/xml/om/underscore.xml index 111446f..2547a09 100644 --- a/axiom/test/resources/xml/om/underscore.xml +++ b/axiom/test/resources/xml/om/underscore.xml @@ -1,4 +1,22 @@ -<?xml version="1.0" ?> +<?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. + */ + --> <root a="1" _a="2"> <b>1</b> <_b>2</_b> |