diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2010-01-12 08:15:18 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2010-01-12 08:15:18 +0000 |
commit | 2eaf514a43e9a4db037d5a425f7857939b4ed83f (patch) | |
tree | a83597d43e9d022977818f46d944112e0acb4894 /sca-java-1.x/branches | |
parent | 4203d801d4c9f05505353f0e76df42efb383aad4 (diff) |
Adding missing Apache License headers
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@898232 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/branches')
19 files changed, 342 insertions, 0 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6/itest/domainmgr/basic/runtest/src/test/resources/domain/cloud.composite b/sca-java-1.x/branches/sca-java-1.6/itest/domainmgr/basic/runtest/src/test/resources/domain/cloud.composite index 42109ef963..179b469c69 100644 --- a/sca-java-1.x/branches/sca-java-1.6/itest/domainmgr/basic/runtest/src/test/resources/domain/cloud.composite +++ b/sca-java-1.x/branches/sca-java-1.6/itest/domainmgr/basic/runtest/src/test/resources/domain/cloud.composite @@ -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. +--> <composite local="true" name="cloud" targetNamespace="http://tuscany.apache.org/xmlns/sca/1.0" xmlns="http://www.osoa.org/xmlns/sca/1.0" diff --git a/sca-java-1.x/branches/sca-java-1.6/itest/domainmgr/basic/runtest/src/test/resources/domain/cloud/ClientNode.composite b/sca-java-1.x/branches/sca-java-1.6/itest/domainmgr/basic/runtest/src/test/resources/domain/cloud/ClientNode.composite index 5f5fe2fc96..bf6503d8a5 100644 --- a/sca-java-1.x/branches/sca-java-1.6/itest/domainmgr/basic/runtest/src/test/resources/domain/cloud/ClientNode.composite +++ b/sca-java-1.x/branches/sca-java-1.6/itest/domainmgr/basic/runtest/src/test/resources/domain/cloud/ClientNode.composite @@ -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. +--> <composite xmlns="http://www.osoa.org/xmlns/sca/1.0" xmlns:t="http://tuscany.apache.org/xmlns/sca/1.0" xmlns:c="http://client.scatours/" diff --git a/sca-java-1.x/branches/sca-java-1.6/itest/domainmgr/basic/runtest/src/test/resources/domain/cloud/ToursNode.composite b/sca-java-1.x/branches/sca-java-1.6/itest/domainmgr/basic/runtest/src/test/resources/domain/cloud/ToursNode.composite index 4f75d7cba2..a4575b2a49 100644 --- a/sca-java-1.x/branches/sca-java-1.6/itest/domainmgr/basic/runtest/src/test/resources/domain/cloud/ToursNode.composite +++ b/sca-java-1.x/branches/sca-java-1.6/itest/domainmgr/basic/runtest/src/test/resources/domain/cloud/ToursNode.composite @@ -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. +--> <composite xmlns="http://www.osoa.org/xmlns/sca/1.0" xmlns:t="http://tuscany.apache.org/xmlns/sca/1.0" xmlns:c="http://tuscanyscatours.com/" diff --git a/sca-java-1.x/branches/sca-java-1.6/itest/domainmgr/basic/runtest/src/test/resources/domain/cloud/TripsNode.composite b/sca-java-1.x/branches/sca-java-1.6/itest/domainmgr/basic/runtest/src/test/resources/domain/cloud/TripsNode.composite index 4254b0d6fb..8f65860595 100644 --- a/sca-java-1.x/branches/sca-java-1.6/itest/domainmgr/basic/runtest/src/test/resources/domain/cloud/TripsNode.composite +++ b/sca-java-1.x/branches/sca-java-1.6/itest/domainmgr/basic/runtest/src/test/resources/domain/cloud/TripsNode.composite @@ -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. +--> <composite xmlns="http://www.osoa.org/xmlns/sca/1.0" xmlns:t="http://tuscany.apache.org/xmlns/sca/1.0" xmlns:c="http://goodvaluetrips.com/" diff --git a/sca-java-1.x/branches/sca-java-1.6/itest/domainmgr/basic/runtest/src/test/resources/domain/domain.composite b/sca-java-1.x/branches/sca-java-1.6/itest/domainmgr/basic/runtest/src/test/resources/domain/domain.composite index 4141457795..5bc6ddf5ed 100644 --- a/sca-java-1.x/branches/sca-java-1.6/itest/domainmgr/basic/runtest/src/test/resources/domain/domain.composite +++ b/sca-java-1.x/branches/sca-java-1.6/itest/domainmgr/basic/runtest/src/test/resources/domain/domain.composite @@ -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. +--> <composite local="true" name="domain" targetNamespace="http://tuscany.apache.org/xmlns/sca/1.0" xmlns="http://www.osoa.org/xmlns/sca/1.0" diff --git a/sca-java-1.x/branches/sca-java-1.6/itest/domainmgr/basic/runtest/src/test/resources/domain/workspace.xml b/sca-java-1.x/branches/sca-java-1.6/itest/domainmgr/basic/runtest/src/test/resources/domain/workspace.xml index 075c3b8693..f63c2f3dfc 100644 --- a/sca-java-1.x/branches/sca-java-1.6/itest/domainmgr/basic/runtest/src/test/resources/domain/workspace.xml +++ b/sca-java-1.x/branches/sca-java-1.6/itest/domainmgr/basic/runtest/src/test/resources/domain/workspace.xml @@ -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. +--> <workspace xmlns="http://tuscany.apache.org/xmlns/sca/1.0" xmlns:ns1="http://tuscany.apache.org/xmlns/sca/1.0"> <contribution location="file:./cloud" diff --git a/sca-java-1.x/branches/sca-java-1.6/itest/domainmgr/callback/runtest/src/test/resources/domain/cloud.composite b/sca-java-1.x/branches/sca-java-1.6/itest/domainmgr/callback/runtest/src/test/resources/domain/cloud.composite index 4b2c664ed2..eb8b5796f2 100644 --- a/sca-java-1.x/branches/sca-java-1.6/itest/domainmgr/callback/runtest/src/test/resources/domain/cloud.composite +++ b/sca-java-1.x/branches/sca-java-1.6/itest/domainmgr/callback/runtest/src/test/resources/domain/cloud.composite @@ -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. +--> <composite local="true" name="cloud" targetNamespace="http://tuscany.apache.org/xmlns/sca/1.0" xmlns="http://www.osoa.org/xmlns/sca/1.0" diff --git a/sca-java-1.x/branches/sca-java-1.6/itest/domainmgr/callback/runtest/src/test/resources/domain/cloud/ClientNode.composite b/sca-java-1.x/branches/sca-java-1.6/itest/domainmgr/callback/runtest/src/test/resources/domain/cloud/ClientNode.composite index 509bfafac1..cc8b8ef632 100644 --- a/sca-java-1.x/branches/sca-java-1.6/itest/domainmgr/callback/runtest/src/test/resources/domain/cloud/ClientNode.composite +++ b/sca-java-1.x/branches/sca-java-1.6/itest/domainmgr/callback/runtest/src/test/resources/domain/cloud/ClientNode.composite @@ -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. +--> <composite xmlns="http://www.osoa.org/xmlns/sca/1.0" xmlns:t="http://tuscany.apache.org/xmlns/sca/1.0" xmlns:c="http://simplecallback" diff --git a/sca-java-1.x/branches/sca-java-1.6/itest/domainmgr/callback/runtest/src/test/resources/domain/cloud/ServiceNode.composite b/sca-java-1.x/branches/sca-java-1.6/itest/domainmgr/callback/runtest/src/test/resources/domain/cloud/ServiceNode.composite index 1f1f0c47c2..cf33e9f975 100644 --- a/sca-java-1.x/branches/sca-java-1.6/itest/domainmgr/callback/runtest/src/test/resources/domain/cloud/ServiceNode.composite +++ b/sca-java-1.x/branches/sca-java-1.6/itest/domainmgr/callback/runtest/src/test/resources/domain/cloud/ServiceNode.composite @@ -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. +--> <composite xmlns="http://www.osoa.org/xmlns/sca/1.0" xmlns:t="http://tuscany.apache.org/xmlns/sca/1.0" xmlns:c="http://simplecallback" diff --git a/sca-java-1.x/branches/sca-java-1.6/itest/domainmgr/callback/runtest/src/test/resources/domain/domain.composite b/sca-java-1.x/branches/sca-java-1.6/itest/domainmgr/callback/runtest/src/test/resources/domain/domain.composite index ba4d6bbf25..800eab2c57 100644 --- a/sca-java-1.x/branches/sca-java-1.6/itest/domainmgr/callback/runtest/src/test/resources/domain/domain.composite +++ b/sca-java-1.x/branches/sca-java-1.6/itest/domainmgr/callback/runtest/src/test/resources/domain/domain.composite @@ -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. +--> <composite local="true" name="domain" targetNamespace="http://tuscany.apache.org/xmlns/sca/1.0" xmlns="http://www.osoa.org/xmlns/sca/1.0" diff --git a/sca-java-1.x/branches/sca-java-1.6/itest/domainmgr/callback/runtest/src/test/resources/domain/workspace.xml b/sca-java-1.x/branches/sca-java-1.6/itest/domainmgr/callback/runtest/src/test/resources/domain/workspace.xml index 6a6288e39c..c9f5f84c58 100644 --- a/sca-java-1.x/branches/sca-java-1.6/itest/domainmgr/callback/runtest/src/test/resources/domain/workspace.xml +++ b/sca-java-1.x/branches/sca-java-1.6/itest/domainmgr/callback/runtest/src/test/resources/domain/workspace.xml @@ -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. +--> <workspace xmlns="http://tuscany.apache.org/xmlns/sca/1.0" xmlns:ns1="http://tuscany.apache.org/xmlns/sca/1.0"> <contribution location="file:./cloud" diff --git a/sca-java-1.x/branches/sca-java-1.6/itest/domainmgr/error/runtest/src/test/resources/domain/cloud.composite b/sca-java-1.x/branches/sca-java-1.6/itest/domainmgr/error/runtest/src/test/resources/domain/cloud.composite index ca43648169..13c15479e2 100644 --- a/sca-java-1.x/branches/sca-java-1.6/itest/domainmgr/error/runtest/src/test/resources/domain/cloud.composite +++ b/sca-java-1.x/branches/sca-java-1.6/itest/domainmgr/error/runtest/src/test/resources/domain/cloud.composite @@ -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. +--> <composite local="true" name="cloud" targetNamespace="http://tuscany.apache.org/xmlns/sca/1.0" xmlns="http://www.osoa.org/xmlns/sca/1.0" diff --git a/sca-java-1.x/branches/sca-java-1.6/itest/domainmgr/error/runtest/src/test/resources/domain/cloud/PaymentNode.composite b/sca-java-1.x/branches/sca-java-1.6/itest/domainmgr/error/runtest/src/test/resources/domain/cloud/PaymentNode.composite index e61fd4c1a3..5ad39494bc 100644 --- a/sca-java-1.x/branches/sca-java-1.6/itest/domainmgr/error/runtest/src/test/resources/domain/cloud/PaymentNode.composite +++ b/sca-java-1.x/branches/sca-java-1.6/itest/domainmgr/error/runtest/src/test/resources/domain/cloud/PaymentNode.composite @@ -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. +--> <composite xmlns="http://www.osoa.org/xmlns/sca/1.0" xmlns:t="http://tuscany.apache.org/xmlns/sca/1.0" xmlns:c="http://scatours" diff --git a/sca-java-1.x/branches/sca-java-1.6/itest/domainmgr/error/runtest/src/test/resources/domain/domain.composite b/sca-java-1.x/branches/sca-java-1.6/itest/domainmgr/error/runtest/src/test/resources/domain/domain.composite index f03181ecc5..1564a5a3cb 100644 --- a/sca-java-1.x/branches/sca-java-1.6/itest/domainmgr/error/runtest/src/test/resources/domain/domain.composite +++ b/sca-java-1.x/branches/sca-java-1.6/itest/domainmgr/error/runtest/src/test/resources/domain/domain.composite @@ -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. +--> <composite local="true" name="domain" targetNamespace="http://tuscany.apache.org/xmlns/sca/1.0" xmlns="http://www.osoa.org/xmlns/sca/1.0" diff --git a/sca-java-1.x/branches/sca-java-1.6/itest/domainmgr/error/runtest/src/test/resources/domain/workspace.xml b/sca-java-1.x/branches/sca-java-1.6/itest/domainmgr/error/runtest/src/test/resources/domain/workspace.xml index 9ee266671d..14b47357d3 100644 --- a/sca-java-1.x/branches/sca-java-1.6/itest/domainmgr/error/runtest/src/test/resources/domain/workspace.xml +++ b/sca-java-1.x/branches/sca-java-1.6/itest/domainmgr/error/runtest/src/test/resources/domain/workspace.xml @@ -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. +--> <workspace xmlns="http://tuscany.apache.org/xmlns/sca/1.0" xmlns:ns1="http://tuscany.apache.org/xmlns/sca/1.0"> <contribution location="file:./cloud" diff --git a/sca-java-1.x/branches/sca-java-1.6/itest/domainmgr/transaction/runtest/src/test/resources/domain/cloud.composite b/sca-java-1.x/branches/sca-java-1.6/itest/domainmgr/transaction/runtest/src/test/resources/domain/cloud.composite index ca43648169..13c15479e2 100644 --- a/sca-java-1.x/branches/sca-java-1.6/itest/domainmgr/transaction/runtest/src/test/resources/domain/cloud.composite +++ b/sca-java-1.x/branches/sca-java-1.6/itest/domainmgr/transaction/runtest/src/test/resources/domain/cloud.composite @@ -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. +--> <composite local="true" name="cloud" targetNamespace="http://tuscany.apache.org/xmlns/sca/1.0" xmlns="http://www.osoa.org/xmlns/sca/1.0" diff --git a/sca-java-1.x/branches/sca-java-1.6/itest/domainmgr/transaction/runtest/src/test/resources/domain/cloud/PaymentNode.composite b/sca-java-1.x/branches/sca-java-1.6/itest/domainmgr/transaction/runtest/src/test/resources/domain/cloud/PaymentNode.composite index e61fd4c1a3..5ad39494bc 100644 --- a/sca-java-1.x/branches/sca-java-1.6/itest/domainmgr/transaction/runtest/src/test/resources/domain/cloud/PaymentNode.composite +++ b/sca-java-1.x/branches/sca-java-1.6/itest/domainmgr/transaction/runtest/src/test/resources/domain/cloud/PaymentNode.composite @@ -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. +--> <composite xmlns="http://www.osoa.org/xmlns/sca/1.0" xmlns:t="http://tuscany.apache.org/xmlns/sca/1.0" xmlns:c="http://scatours" diff --git a/sca-java-1.x/branches/sca-java-1.6/itest/domainmgr/transaction/runtest/src/test/resources/domain/domain.composite b/sca-java-1.x/branches/sca-java-1.6/itest/domainmgr/transaction/runtest/src/test/resources/domain/domain.composite index f03181ecc5..1564a5a3cb 100644 --- a/sca-java-1.x/branches/sca-java-1.6/itest/domainmgr/transaction/runtest/src/test/resources/domain/domain.composite +++ b/sca-java-1.x/branches/sca-java-1.6/itest/domainmgr/transaction/runtest/src/test/resources/domain/domain.composite @@ -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. +--> <composite local="true" name="domain" targetNamespace="http://tuscany.apache.org/xmlns/sca/1.0" xmlns="http://www.osoa.org/xmlns/sca/1.0" diff --git a/sca-java-1.x/branches/sca-java-1.6/itest/domainmgr/transaction/runtest/src/test/resources/domain/workspace.xml b/sca-java-1.x/branches/sca-java-1.6/itest/domainmgr/transaction/runtest/src/test/resources/domain/workspace.xml index 1379b37dce..5270e59405 100644 --- a/sca-java-1.x/branches/sca-java-1.6/itest/domainmgr/transaction/runtest/src/test/resources/domain/workspace.xml +++ b/sca-java-1.x/branches/sca-java-1.6/itest/domainmgr/transaction/runtest/src/test/resources/domain/workspace.xml @@ -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. +--> <workspace xmlns="http://tuscany.apache.org/xmlns/sca/1.0" xmlns:ns1="http://tuscany.apache.org/xmlns/sca/1.0"> <contribution location="file:./cloud" |