From 7afc392807474bbdf6281702199fc4a88294676f Mon Sep 17 00:00:00 2001 From: antelder Date: Mon, 18 May 2009 06:56:29 +0000 Subject: Add missing license header git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775837 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/test/java/calculator/AddServiceRemote.java | 18 ++++ .../src/test/resources/ErlangReference.composite | 95 +++++++++++++--------- .../src/test/resources/ErlangService.composite | 87 ++++++++++++-------- .../contribution/java/impl/ContributionHelper.java | 18 ++++ .../transformers/OMElementXMLAdapter.java | 18 ++++ 5 files changed, 164 insertions(+), 72 deletions(-) (limited to 'branches') diff --git a/branches/sca-java-1.x/modules/binding-ejb-runtime/src/test/java/calculator/AddServiceRemote.java b/branches/sca-java-1.x/modules/binding-ejb-runtime/src/test/java/calculator/AddServiceRemote.java index 10321ff751..b0d1c8f6e5 100644 --- a/branches/sca-java-1.x/modules/binding-ejb-runtime/src/test/java/calculator/AddServiceRemote.java +++ b/branches/sca-java-1.x/modules/binding-ejb-runtime/src/test/java/calculator/AddServiceRemote.java @@ -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. + */ package calculator; import javax.ejb.Remote; diff --git a/branches/sca-java-1.x/modules/binding-erlang-runtime/src/test/resources/ErlangReference.composite b/branches/sca-java-1.x/modules/binding-erlang-runtime/src/test/resources/ErlangReference.composite index aa9d9f973e..63bce2b3fc 100644 --- a/branches/sca-java-1.x/modules/binding-erlang-runtime/src/test/resources/ErlangReference.composite +++ b/branches/sca-java-1.x/modules/binding-erlang-runtime/src/test/resources/ErlangReference.composite @@ -1,39 +1,58 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/branches/sca-java-1.x/modules/binding-erlang-runtime/src/test/resources/ErlangService.composite b/branches/sca-java-1.x/modules/binding-erlang-runtime/src/test/resources/ErlangService.composite index 6da602cffd..d48a225481 100644 --- a/branches/sca-java-1.x/modules/binding-erlang-runtime/src/test/resources/ErlangService.composite +++ b/branches/sca-java-1.x/modules/binding-erlang-runtime/src/test/resources/ErlangService.composite @@ -1,35 +1,54 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/branches/sca-java-1.x/modules/contribution-java/src/main/java/org/apache/tuscany/sca/contribution/java/impl/ContributionHelper.java b/branches/sca-java-1.x/modules/contribution-java/src/main/java/org/apache/tuscany/sca/contribution/java/impl/ContributionHelper.java index 54554bcc4e..e913495789 100644 --- a/branches/sca-java-1.x/modules/contribution-java/src/main/java/org/apache/tuscany/sca/contribution/java/impl/ContributionHelper.java +++ b/branches/sca-java-1.x/modules/contribution-java/src/main/java/org/apache/tuscany/sca/contribution/java/impl/ContributionHelper.java @@ -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. + */ package org.apache.tuscany.sca.contribution.java.impl; import java.io.File; diff --git a/branches/sca-java-1.x/modules/core-databinding/src/main/java/org/apache/tuscany/sca/core/databinding/transformers/OMElementXMLAdapter.java b/branches/sca-java-1.x/modules/core-databinding/src/main/java/org/apache/tuscany/sca/core/databinding/transformers/OMElementXMLAdapter.java index e94f034a40..ec67dabc15 100644 --- a/branches/sca-java-1.x/modules/core-databinding/src/main/java/org/apache/tuscany/sca/core/databinding/transformers/OMElementXMLAdapter.java +++ b/branches/sca-java-1.x/modules/core-databinding/src/main/java/org/apache/tuscany/sca/core/databinding/transformers/OMElementXMLAdapter.java @@ -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. + */ package org.apache.tuscany.sca.core.databinding.transformers; import java.io.StringReader; -- cgit v1.2.3