Author: lresende
Date: Wed Jan 27 22:28:18 2010
New Revision: 903877
URL: http://svn.apache.org/viewvc?rev=903877&view=rev
Log:
Adding missing Apache License files
Modified:
tuscany/sca-java-1.x/trunk/modules/binding-hessian/src/test/java/org/zhulei/test/hessian/first/FirstImpl.java
tuscany/sca-java-1.x/trunk/modules/binding-hessian/src/test/java/org/zhulei/test/hessian/first/IFirst.java
tuscany/sca-java-1.x/trunk/modules/binding-hessian/src/test/java/org/zhulei/test/hessian/second/ISecond.java
tuscany/sca-java-1.x/trunk/modules/binding-hessian/src/test/java/org/zhulei/test/hessian/second/SecondImpl.java
tuscany/sca-java-1.x/trunk/modules/binding-hessian/src/test/resources/first_hessian.composite
tuscany/sca-java-1.x/trunk/modules/binding-hessian/src/test/resources/second_hessian.composite
tuscany/sca-java-1.x/trunk/samples/helloworld-ws-sdo/src/main/resources/resources/clinicalLaboratory.composite
tuscany/sca-java-1.x/trunk/samples/helloworld-ws-sdo/src/main/resources/test.xsd
tuscany/sca-java-1.x/trunk/samples/photo-gallery/src/main/resources/styles.css
Modified:
tuscany/sca-java-1.x/trunk/modules/binding-hessian/src/test/java/org/zhulei/test/hessian/first/FirstImpl.java
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-1.x/trunk/modules/binding-hessian/src/test/java/org/zhulei/test/hessian/first/FirstImpl.java?rev=903877&r1=903876&r2=903877&view=diff
==============================================================================
---
tuscany/sca-java-1.x/trunk/modules/binding-hessian/src/test/java/org/zhulei/test/hessian/first/FirstImpl.java
(original)
+++
tuscany/sca-java-1.x/trunk/modules/binding-hessian/src/test/java/org/zhulei/test/hessian/first/FirstImpl.java
Wed Jan 27 22:28:18 2010
@@ -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.zhulei.test.hessian.first;
import java.util.ArrayList;
Modified:
tuscany/sca-java-1.x/trunk/modules/binding-hessian/src/test/java/org/zhulei/test/hessian/first/IFirst.java
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-1.x/trunk/modules/binding-hessian/src/test/java/org/zhulei/test/hessian/first/IFirst.java?rev=903877&r1=903876&r2=903877&view=diff
==============================================================================
---
tuscany/sca-java-1.x/trunk/modules/binding-hessian/src/test/java/org/zhulei/test/hessian/first/IFirst.java
(original)
+++
tuscany/sca-java-1.x/trunk/modules/binding-hessian/src/test/java/org/zhulei/test/hessian/first/IFirst.java
Wed Jan 27 22:28:18 2010
@@ -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.zhulei.test.hessian.first;
import java.util.List;
Modified:
tuscany/sca-java-1.x/trunk/modules/binding-hessian/src/test/java/org/zhulei/test/hessian/second/ISecond.java
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-1.x/trunk/modules/binding-hessian/src/test/java/org/zhulei/test/hessian/second/ISecond.java?rev=903877&r1=903876&r2=903877&view=diff
==============================================================================
---
tuscany/sca-java-1.x/trunk/modules/binding-hessian/src/test/java/org/zhulei/test/hessian/second/ISecond.java
(original)
+++
tuscany/sca-java-1.x/trunk/modules/binding-hessian/src/test/java/org/zhulei/test/hessian/second/ISecond.java
Wed Jan 27 22:28:18 2010
@@ -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.zhulei.test.hessian.second;
public interface ISecond {
Modified:
tuscany/sca-java-1.x/trunk/modules/binding-hessian/src/test/java/org/zhulei/test/hessian/second/SecondImpl.java
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-1.x/trunk/modules/binding-hessian/src/test/java/org/zhulei/test/hessian/second/SecondImpl.java?rev=903877&r1=903876&r2=903877&view=diff
==============================================================================
---
tuscany/sca-java-1.x/trunk/modules/binding-hessian/src/test/java/org/zhulei/test/hessian/second/SecondImpl.java
(original)
+++
tuscany/sca-java-1.x/trunk/modules/binding-hessian/src/test/java/org/zhulei/test/hessian/second/SecondImpl.java
Wed Jan 27 22:28:18 2010
@@ -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.zhulei.test.hessian.second;
import org.osoa.sca.annotations.Reference;
Modified:
tuscany/sca-java-1.x/trunk/modules/binding-hessian/src/test/resources/first_hessian.composite
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-1.x/trunk/modules/binding-hessian/src/test/resources/first_hessian.composite?rev=903877&r1=903876&r2=903877&view=diff
==============================================================================
---
tuscany/sca-java-1.x/trunk/modules/binding-hessian/src/test/resources/first_hessian.composite
(original)
+++
tuscany/sca-java-1.x/trunk/modules/binding-hessian/src/test/resources/first_hessian.composite
Wed Jan 27 22:28:18 2010
@@ -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:dbsdo="http://tuscany.apache.org/xmlns/sca/databinding/sdo/1.0"
Modified:
tuscany/sca-java-1.x/trunk/modules/binding-hessian/src/test/resources/second_hessian.composite
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-1.x/trunk/modules/binding-hessian/src/test/resources/second_hessian.composite?rev=903877&r1=903876&r2=903877&view=diff
==============================================================================
---
tuscany/sca-java-1.x/trunk/modules/binding-hessian/src/test/resources/second_hessian.composite
(original)
+++
tuscany/sca-java-1.x/trunk/modules/binding-hessian/src/test/resources/second_hessian.composite
Wed Jan 27 22:28:18 2010
@@ -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:dbsdo="http://tuscany.apache.org/xmlns/sca/databinding/sdo/1.0"
Modified:
tuscany/sca-java-1.x/trunk/samples/helloworld-ws-sdo/src/main/resources/resources/clinicalLaboratory.composite
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-1.x/trunk/samples/helloworld-ws-sdo/src/main/resources/resources/clinicalLaboratory.composite?rev=903877&r1=903876&r2=903877&view=diff
==============================================================================
---
tuscany/sca-java-1.x/trunk/samples/helloworld-ws-sdo/src/main/resources/resources/clinicalLaboratory.composite
(original)
+++
tuscany/sca-java-1.x/trunk/samples/helloworld-ws-sdo/src/main/resources/resources/clinicalLaboratory.composite
Wed Jan 27 22:28:18 2010
@@ -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.
+-->
<sca:composite
xmlns:federation="http://eclipse.org/SCAExample1/src/resources/federation"
xmlns:sca="http://www.osoa.org/xmlns/sca/1.0" name="clinicalLaboratory"
targetNamespace="http://eclipse.org/SCAExample1/src/resources/clinicalLaboratory">
Modified:
tuscany/sca-java-1.x/trunk/samples/helloworld-ws-sdo/src/main/resources/test.xsd
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-1.x/trunk/samples/helloworld-ws-sdo/src/main/resources/test.xsd?rev=903877&r1=903876&r2=903877&view=diff
==============================================================================
---
tuscany/sca-java-1.x/trunk/samples/helloworld-ws-sdo/src/main/resources/test.xsd
(original)
+++
tuscany/sca-java-1.x/trunk/samples/helloworld-ws-sdo/src/main/resources/test.xsd
Wed Jan 27 22:28:18 2010
@@ -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.
+-->
<schema xmlns="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://eclipse.org/SCAExample1/src/resources/clinicalLaboratory"
xmlns:tns="http://eclipse.org/SCAExample1/src/resources/clinicalLaboratory"
Modified:
tuscany/sca-java-1.x/trunk/samples/photo-gallery/src/main/resources/styles.css
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-1.x/trunk/samples/photo-gallery/src/main/resources/styles.css?rev=903877&r1=903876&r2=903877&view=diff
==============================================================================
---
tuscany/sca-java-1.x/trunk/samples/photo-gallery/src/main/resources/styles.css
(original)
+++
tuscany/sca-java-1.x/trunk/samples/photo-gallery/src/main/resources/styles.css
Wed Jan 27 22:28:18 2010
@@ -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.
+ */
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;