Modified: ode/branches/APACHE_ODE_1.X/utils/src/test/resources/hierarchical-1.properties URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/utils/src/test/resources/hierarchical-1.properties?rev=766202&r1=766201&r2=766202&view=diff ============================================================================== --- ode/branches/APACHE_ODE_1.X/utils/src/test/resources/hierarchical-1.properties (original) +++ ode/branches/APACHE_ODE_1.X/utils/src/test/resources/hierarchical-1.properties Sat Apr 18 02:02:46 2009 @@ -1,3 +1,20 @@ +# +# 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. +# + alias.foo=http://foo.com alias.bar=http://bar.com
Modified: ode/branches/APACHE_ODE_1.X/utils/src/test/resources/hierarchical-2.properties URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/utils/src/test/resources/hierarchical-2.properties?rev=766202&r1=766201&r2=766202&view=diff ============================================================================== --- ode/branches/APACHE_ODE_1.X/utils/src/test/resources/hierarchical-2.properties (original) +++ ode/branches/APACHE_ODE_1.X/utils/src/test/resources/hierarchical-2.properties Sat Apr 18 02:02:46 2009 @@ -1,3 +1,20 @@ +# +# 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. +# + # define a different alias for the same namespace alias.foo2=http://foo.com alias.hello=http://hello.com Modified: ode/branches/APACHE_ODE_1.X/utils/src/test/resources/wsdl-utils.wsdl URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/utils/src/test/resources/wsdl-utils.wsdl?rev=766202&r1=766201&r2=766202&view=diff ============================================================================== --- ode/branches/APACHE_ODE_1.X/utils/src/test/resources/wsdl-utils.wsdl (original) +++ ode/branches/APACHE_ODE_1.X/utils/src/test/resources/wsdl-utils.wsdl Sat Apr 18 02:02:46 2009 @@ -1,4 +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. + --> <wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:ns0="http://axis2.ode.apache.org/xsd"
