Author: antelder
Date: Mon May 18 06:19:27 2009
New Revision: 775826

URL: http://svn.apache.org/viewvc?rev=775826&view=rev
Log:
Add missing license headers

Modified:
    
tuscany/branches/sca-java-1.x/samples/holder-ws-service/src/main/java/org/example/orderservice/ObjectFactory.java
    
tuscany/branches/sca-java-1.x/samples/holder-ws-service/src/main/java/org/example/orderservice/Order.java
    
tuscany/branches/sca-java-1.x/samples/holder-ws-service/src/main/java/org/example/orderservice/OrderService.java
    
tuscany/branches/sca-java-1.x/samples/holder-ws-service/src/main/java/org/example/orderservice/OrderService_Service.java
    
tuscany/branches/sca-java-1.x/samples/holder-ws-service/src/main/java/org/example/orderservice/ReviewOrder.java
    
tuscany/branches/sca-java-1.x/samples/holder-ws-service/src/main/java/org/example/orderservice/ReviewOrderResponse.java
    
tuscany/branches/sca-java-1.x/samples/holder-ws-service/src/main/java/org/example/orderservice/Status.java
    
tuscany/branches/sca-java-1.x/samples/holder-ws-service/src/main/resources/wsdl/orderservice.wsdl
    
tuscany/branches/sca-java-1.x/samples/store-webapp/src/main/webapp/WEB-INF/geronimo-web.xml
    
tuscany/branches/sca-java-1.x/samples/store-webapp/src/main/webapp/WEB-INF/web.xml

Modified: 
tuscany/branches/sca-java-1.x/samples/holder-ws-service/src/main/java/org/example/orderservice/ObjectFactory.java
URL: 
http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/samples/holder-ws-service/src/main/java/org/example/orderservice/ObjectFactory.java?rev=775826&r1=775825&r2=775826&view=diff
==============================================================================
--- 
tuscany/branches/sca-java-1.x/samples/holder-ws-service/src/main/java/org/example/orderservice/ObjectFactory.java
 (original)
+++ 
tuscany/branches/sca-java-1.x/samples/holder-ws-service/src/main/java/org/example/orderservice/ObjectFactory.java
 Mon May 18 06:19:27 2009
@@ -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.example.orderservice;
 

Modified: 
tuscany/branches/sca-java-1.x/samples/holder-ws-service/src/main/java/org/example/orderservice/Order.java
URL: 
http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/samples/holder-ws-service/src/main/java/org/example/orderservice/Order.java?rev=775826&r1=775825&r2=775826&view=diff
==============================================================================
--- 
tuscany/branches/sca-java-1.x/samples/holder-ws-service/src/main/java/org/example/orderservice/Order.java
 (original)
+++ 
tuscany/branches/sca-java-1.x/samples/holder-ws-service/src/main/java/org/example/orderservice/Order.java
 Mon May 18 06:19:27 2009
@@ -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.example.orderservice;
 

Modified: 
tuscany/branches/sca-java-1.x/samples/holder-ws-service/src/main/java/org/example/orderservice/OrderService.java
URL: 
http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/samples/holder-ws-service/src/main/java/org/example/orderservice/OrderService.java?rev=775826&r1=775825&r2=775826&view=diff
==============================================================================
--- 
tuscany/branches/sca-java-1.x/samples/holder-ws-service/src/main/java/org/example/orderservice/OrderService.java
 (original)
+++ 
tuscany/branches/sca-java-1.x/samples/holder-ws-service/src/main/java/org/example/orderservice/OrderService.java
 Mon May 18 06:19:27 2009
@@ -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.example.orderservice;
 

Modified: 
tuscany/branches/sca-java-1.x/samples/holder-ws-service/src/main/java/org/example/orderservice/OrderService_Service.java
URL: 
http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/samples/holder-ws-service/src/main/java/org/example/orderservice/OrderService_Service.java?rev=775826&r1=775825&r2=775826&view=diff
==============================================================================
--- 
tuscany/branches/sca-java-1.x/samples/holder-ws-service/src/main/java/org/example/orderservice/OrderService_Service.java
 (original)
+++ 
tuscany/branches/sca-java-1.x/samples/holder-ws-service/src/main/java/org/example/orderservice/OrderService_Service.java
 Mon May 18 06:19:27 2009
@@ -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.example.orderservice;
 

Modified: 
tuscany/branches/sca-java-1.x/samples/holder-ws-service/src/main/java/org/example/orderservice/ReviewOrder.java
URL: 
http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/samples/holder-ws-service/src/main/java/org/example/orderservice/ReviewOrder.java?rev=775826&r1=775825&r2=775826&view=diff
==============================================================================
--- 
tuscany/branches/sca-java-1.x/samples/holder-ws-service/src/main/java/org/example/orderservice/ReviewOrder.java
 (original)
+++ 
tuscany/branches/sca-java-1.x/samples/holder-ws-service/src/main/java/org/example/orderservice/ReviewOrder.java
 Mon May 18 06:19:27 2009
@@ -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.example.orderservice;
 

Modified: 
tuscany/branches/sca-java-1.x/samples/holder-ws-service/src/main/java/org/example/orderservice/ReviewOrderResponse.java
URL: 
http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/samples/holder-ws-service/src/main/java/org/example/orderservice/ReviewOrderResponse.java?rev=775826&r1=775825&r2=775826&view=diff
==============================================================================
--- 
tuscany/branches/sca-java-1.x/samples/holder-ws-service/src/main/java/org/example/orderservice/ReviewOrderResponse.java
 (original)
+++ 
tuscany/branches/sca-java-1.x/samples/holder-ws-service/src/main/java/org/example/orderservice/ReviewOrderResponse.java
 Mon May 18 06:19:27 2009
@@ -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.example.orderservice;
 

Modified: 
tuscany/branches/sca-java-1.x/samples/holder-ws-service/src/main/java/org/example/orderservice/Status.java
URL: 
http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/samples/holder-ws-service/src/main/java/org/example/orderservice/Status.java?rev=775826&r1=775825&r2=775826&view=diff
==============================================================================
--- 
tuscany/branches/sca-java-1.x/samples/holder-ws-service/src/main/java/org/example/orderservice/Status.java
 (original)
+++ 
tuscany/branches/sca-java-1.x/samples/holder-ws-service/src/main/java/org/example/orderservice/Status.java
 Mon May 18 06:19:27 2009
@@ -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.example.orderservice;
 

Modified: 
tuscany/branches/sca-java-1.x/samples/holder-ws-service/src/main/resources/wsdl/orderservice.wsdl
URL: 
http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/samples/holder-ws-service/src/main/resources/wsdl/orderservice.wsdl?rev=775826&r1=775825&r2=775826&view=diff
==============================================================================
--- 
tuscany/branches/sca-java-1.x/samples/holder-ws-service/src/main/resources/wsdl/orderservice.wsdl
 (original)
+++ 
tuscany/branches/sca-java-1.x/samples/holder-ws-service/src/main/resources/wsdl/orderservice.wsdl
 Mon May 18 06:19:27 2009
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!--
+    * 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.    
+-->
 <wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"; 
xmlns:tns="http://www.example.org/OrderService/"; 
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; name="OrderService" 
targetNamespace="http://www.example.org/OrderService/";>
     <wsdl:types>
         <xsd:schema targetNamespace="http://www.example.org/OrderService/";>

Modified: 
tuscany/branches/sca-java-1.x/samples/store-webapp/src/main/webapp/WEB-INF/geronimo-web.xml
URL: 
http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/samples/store-webapp/src/main/webapp/WEB-INF/geronimo-web.xml?rev=775826&r1=775825&r2=775826&view=diff
==============================================================================
--- 
tuscany/branches/sca-java-1.x/samples/store-webapp/src/main/webapp/WEB-INF/geronimo-web.xml
 (original)
+++ 
tuscany/branches/sca-java-1.x/samples/store-webapp/src/main/webapp/WEB-INF/geronimo-web.xml
 Mon May 18 06:19:27 2009
@@ -1,4 +1,22 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<?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.    
+-->
 <web:web-app
        xmlns:app="http://geronimo.apache.org/xml/ns/j2ee/application-2.0";
        
xmlns:client="http://geronimo.apache.org/xml/ns/j2ee/application-client-2.0";

Modified: 
tuscany/branches/sca-java-1.x/samples/store-webapp/src/main/webapp/WEB-INF/web.xml
URL: 
http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/samples/store-webapp/src/main/webapp/WEB-INF/web.xml?rev=775826&r1=775825&r2=775826&view=diff
==============================================================================
--- 
tuscany/branches/sca-java-1.x/samples/store-webapp/src/main/webapp/WEB-INF/web.xml
 (original)
+++ 
tuscany/branches/sca-java-1.x/samples/store-webapp/src/main/webapp/WEB-INF/web.xml
 Mon May 18 06:19:27 2009
@@ -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.    
+-->
 <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xmlns="http://java.sun.com/xml/ns/javaee"; 
xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"; 
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee 
http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"; id="WebApp_ID" version="2.5">
   <display-name>sample-store-secure-webapp</display-name>
 


Reply via email to