Author: lresende
Date: Fri May  8 06:14:55 2009
New Revision: 772854

URL: http://svn.apache.org/viewvc?rev=772854&view=rev
Log:
Adding missing Apache headers to store-android

Modified:
    
tuscany/branches/sca-java-1.x/samples/store-android/src/services/CatalogProxy.java
    
tuscany/branches/sca-java-1.x/samples/store-android/src/services/ShoppingCartProxy.java
    
tuscany/branches/sca-java-1.x/samples/store-android/src/services/json/rpc/JSONRpc.java

Modified: 
tuscany/branches/sca-java-1.x/samples/store-android/src/services/CatalogProxy.java
URL: 
http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/samples/store-android/src/services/CatalogProxy.java?rev=772854&r1=772853&r2=772854&view=diff
==============================================================================
--- 
tuscany/branches/sca-java-1.x/samples/store-android/src/services/CatalogProxy.java
 (original)
+++ 
tuscany/branches/sca-java-1.x/samples/store-android/src/services/CatalogProxy.java
 Fri May  8 06:14:55 2009
@@ -1,3 +1,22 @@
+/*
+ * 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 services;
 
 import java.util.ArrayList;

Modified: 
tuscany/branches/sca-java-1.x/samples/store-android/src/services/ShoppingCartProxy.java
URL: 
http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/samples/store-android/src/services/ShoppingCartProxy.java?rev=772854&r1=772853&r2=772854&view=diff
==============================================================================
--- 
tuscany/branches/sca-java-1.x/samples/store-android/src/services/ShoppingCartProxy.java
 (original)
+++ 
tuscany/branches/sca-java-1.x/samples/store-android/src/services/ShoppingCartProxy.java
 Fri May  8 06:14:55 2009
@@ -1,3 +1,22 @@
+/*
+ * 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 services;
 
 import org.json.JSONException;

Modified: 
tuscany/branches/sca-java-1.x/samples/store-android/src/services/json/rpc/JSONRpc.java
URL: 
http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/samples/store-android/src/services/json/rpc/JSONRpc.java?rev=772854&r1=772853&r2=772854&view=diff
==============================================================================
--- 
tuscany/branches/sca-java-1.x/samples/store-android/src/services/json/rpc/JSONRpc.java
 (original)
+++ 
tuscany/branches/sca-java-1.x/samples/store-android/src/services/json/rpc/JSONRpc.java
 Fri May  8 06:14:55 2009
@@ -1,3 +1,22 @@
+/*
+ * 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 services.json.rpc;
 
 import java.io.IOException;


Reply via email to