Author: jsdelfino
Date: Thu Nov 15 08:50:12 2007
New Revision: 595352
URL: http://svn.apache.org/viewvc?rev=595352&view=rev
Log:
Added missing headers.
Modified:
incubator/tuscany/java/sca/tutorial/amazon/amazon/cart/AmazonCart.java
incubator/tuscany/java/sca/tutorial/amazon/amazon/cart/AmazonCartImpl.java
incubator/tuscany/java/sca/tutorial/amazon/amazoncart.composite
incubator/tuscany/java/sca/tutorial/amazon/launch/LaunchAmazonCart.java
Modified: incubator/tuscany/java/sca/tutorial/amazon/amazon/cart/AmazonCart.java
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/tutorial/amazon/amazon/cart/AmazonCart.java?rev=595352&r1=595351&r2=595352&view=diff
==============================================================================
--- incubator/tuscany/java/sca/tutorial/amazon/amazon/cart/AmazonCart.java
(original)
+++ incubator/tuscany/java/sca/tutorial/amazon/amazon/cart/AmazonCart.java Thu
Nov 15 08:50:12 2007
@@ -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 amazon.cart;
import org.osoa.sca.annotations.Remotable;
Modified:
incubator/tuscany/java/sca/tutorial/amazon/amazon/cart/AmazonCartImpl.java
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/tutorial/amazon/amazon/cart/AmazonCartImpl.java?rev=595352&r1=595351&r2=595352&view=diff
==============================================================================
--- incubator/tuscany/java/sca/tutorial/amazon/amazon/cart/AmazonCartImpl.java
(original)
+++ incubator/tuscany/java/sca/tutorial/amazon/amazon/cart/AmazonCartImpl.java
Thu Nov 15 08:50:12 2007
@@ -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 amazon.cart;
import org.osoa.sca.annotations.Remotable;
Modified: incubator/tuscany/java/sca/tutorial/amazon/amazoncart.composite
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/tutorial/amazon/amazoncart.composite?rev=595352&r1=595351&r2=595352&view=diff
==============================================================================
--- incubator/tuscany/java/sca/tutorial/amazon/amazoncart.composite (original)
+++ incubator/tuscany/java/sca/tutorial/amazon/amazoncart.composite Thu Nov 15
08:50:12 2007
@@ -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.
+-->
<composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
targetNamespace="http://amazon.cart.com/"
xmlns:tns="http://amazon.cart.com/"
Modified:
incubator/tuscany/java/sca/tutorial/amazon/launch/LaunchAmazonCart.java
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/tutorial/amazon/launch/LaunchAmazonCart.java?rev=595352&r1=595351&r2=595352&view=diff
==============================================================================
--- incubator/tuscany/java/sca/tutorial/amazon/launch/LaunchAmazonCart.java
(original)
+++ incubator/tuscany/java/sca/tutorial/amazon/launch/LaunchAmazonCart.java Thu
Nov 15 08:50:12 2007
@@ -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 launch;
import java.net.URL;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]